spec-implement
SolidSpec implementation phase - TDD loop for each task in the plan
Install
Quality Score: 89/100
Skill Content
Details
- Author
- maxritter
- Repository
- maxritter/pilot-shell
- Created
- 7 months ago
- Last Updated
- 2 days ago
- Language
- TypeScript
- License
- NOASSERTION
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
spec-implement
Execute implementation tasks from an approved plan.json. Use when spec-plan has produced approved tasks and the human is ready to start coding. Tracks progress via beads (preferred) or harness-native todos, enforces TDD, reports between batches. Trigger when the user says "implement", "go", "start", "do it", or after spec-plan completes task creation. Do NOT use without an approved plan — invoke spec-plan first.
spec-plan
Spec planning phase - explore codebase, design plan, get approval
spec-verify
Spec verification phase - tests, execution, rules audit, code review
implement
Turns an approved SpecScore Plan into focused, AC-traceable source-code changes by dispatching one subagent per task in parallel batches computed from the Plan's **Depends-On:** dependency graph. Hard-gates on per-batch user approval of the consolidated staged diff. Stages-only (mirrors ideate/specify/plan); provides a Verifies: commit-message trailer template the user pastes. Also accepts a Feature directly (no Plan) or an Idea directly (no Feature or Plan) for single-pass conversational implementation. Trigger: "implement", "/implement", "implement this plan", "specstudio:implement", or event `plan.approved`.
spec-execution
6-phase iterative specification execution workflow covering implementation, testing, review, improvement, commit, and progress tracking with quality-gated convergence.