Generate a comprehensive tasks.md file from an implementation plan.md using the tasks_template.md structure.
Generate a comprehensive tasks.md file from an implementation plan.md using the tasks_template.md structure. ## Process 1. **FIRST**: Check if the user already provided folder path in their message - Look for absolute paths like /Users/... or relative paths like ai_tasks/... - Only prompt if folder path is missing 2. Read the plan.md from the specified feature folder 3. Read spec.md, research.md, data-model.md if available 4. Find and read the tasks template: - Use Glob to find: `easy-spec/templates/tasks_template.md` - This will locate the template in the installed plugin dir...
基于可用的设计文档,生成可操作的、按依赖排序的 tasks.md
구현 계획을 실행 가능한 작업(Tasks)으로 분해
Generate an actionable, dependency-ordered tasks.md for the feature based on available design artifacts.
Create implementation task list
Generate a comprehensive tasks.md file from an implementation plan.md using the tasks_template.md structure.