# task-suggestion > Generates AI-powered task recommendations based on user history. - Author: Development Team - Repository: samnababar/todo-phase-3 - Version: 20260206123506 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/samnababar/todo-phase-3 - Web: https://mule.run/skillshub/@@samnababar/todo-phase-3~task-suggestion:20260206123506 --- --- name: task-suggestion description: Generates AI-powered task recommendations based on user history. --- # Task Suggestion Skill ## Purpose Suggest new tasks intelligently (e.g., recurring or based on tags). ## Process 1. Analyze user's existing tasks (via DB query). 2. Use OpenAI to generate 3-5 relevant suggestions. 3. Display in dashboard "Suggested Tasks" section. ## Examples User has "Gym" tag weekly → Suggest "Gym session this Friday?" ## Guidelines - Privacy: Only use user's own data. - Optional accept button to add suggestion.