diff --git a/.claude/commands/formspec.implement.6.md b/.claude/commands/formspec.implement.6.md index 1bdf960..7a7ee9f 100644 --- a/.claude/commands/formspec.implement.6.md +++ b/.claude/commands/formspec.implement.6.md @@ -66,7 +66,9 @@ After unit tests pass, mark the task complete in `spec/tasks.md` (e.g., append ` **e. Continue to next task**: -After completing a task, if the next task's dependencies are all met, continue implementing it without stopping. Keep going until either: +After completing a task, present a brief summary of what was implemented and the test results. Then ask the developer whether to continue to the next task or pause for review. If the developer chooses to continue (or has previously indicated they want uninterrupted execution), proceed to the next task whose dependencies are all met. + +Stop regardless of the developer's preference when: - A unit test failure or spec inconsistency requires developer input - A verification milestone is reached (all of its tasks are now complete) - No more tasks are ready (unmet dependencies)