speckit_implement
Track feature implementation progress. Read current tasks and related docs, complete tasks with optional checklist gate, and append implementation notes.
Instructions
Track implementation progress for a feature. Read current tasks and related docs, mark tasks complete (with optional checklist gate), or add implementation notes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| force | No | Bypass the checklist gate when completing a task (default false). | |
| notes | No | Implementation notes to append. | |
| action | No | Action to perform. | read |
| task_id | No | Task ID to mark as complete (e.g., T001). | |
| feature_name | Yes | Name of the feature being implemented. | |
| project_path | No | Path to the spec-kit project root. |