| name | implement |
| description | Analyze a task file and plan its implementation |
| argument-hint | <filename> |
Implement a Task
Argument
The task file is: $ARGUMENTS
If no filename was provided, stop immediately and tell the user:
"Usage: /implement <filename> — please provide the name of a file that defines the task."
Instructions
- Read the file specified above.
- Analyze the task it defines.
- If you have questions whose answers would help you make a better plan, ask the user using AskUserQuestion. Wait for answers before proceeding.
- Once all questions are answered (or if none were needed), use the EnterPlanMode tool to switch to plan mode, then create an implementation plan.