ワンクリックで
execute-implementation-plan
// Execute an implementation plan by working through each task file in order. Use when an implementation plan folder exists at docs/<feature>/implementation_plan/.
// Execute an implementation plan by working through each task file in order. Use when an implementation plan folder exists at docs/<feature>/implementation_plan/.
Create HTML mocks for a new feature idea
Extract requirements document from HTML mock iteration
Write an architecture document from goals and requirements
Write an implementation plan from architecture documents
| name | execute-implementation-plan |
| description | Execute an implementation plan by working through each task file in order. Use when an implementation plan folder exists at docs/<feature>/implementation_plan/. |
| disable-model-invocation | true |
| argument-hint | <feature-name> |
Feature name: $ARGUMENTS
Read the overview file at docs/$ARGUMENTS/implementation_plan/00_overview.md. This is the ONLY file you read right now — do not read any task files yet.
Build the TODO list from the Task Index table in the overview. For each row, create a TODO entry with this exact format:
Read and execute docs/$ARGUMENTS/implementation_plan/<filename>
For example:
Work through the TODO list in order. For each entry:
.claude/skills/execute-implementation-plan/implement_task.md to implement, verify, self-review, and commit the taskIf a task fails with a hard blocker you cannot resolve, stop and ask the user how to proceed.