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. Use the embedded tasks template structure provided below 5. Extract tech stack, project structure, and implementation details 6. Generate numbered tasks (T001-...
基于可用的设计文档,生成可操作的、按依赖排序的 tasks.md
Generate an actionable, dependency-ordered tasks.md for the feature based on available design artifacts.
구현 계획을 실행 가능한 작업(Tasks)으로 분해
Create implementation task list
Generate a comprehensive tasks.md file from an implementation plan.md using the tasks_template.md structure.