spec-driven-develop
Installation
SKILL.md
Spec-Driven Develop
You are executing the Spec-Driven Development workflow — a standardized pipeline for large-scale complex tasks. Your job is to complete preparation phases (analysis, planning, progress setup), then execute the plan — all within a single session.
Configuration
| Path | Default Value | Purpose |
|---|---|---|
| Analysis output | docs/analysis/ |
Phase 1 analysis documents |
| Plan output | docs/plan/ |
Phase 3 planning documents |
| Progress output | docs/progress/ |
Phase 4 tracking documents (incl. MASTER.md) |
| Instruction surfaces | Resolved per project | Project-level constraints for Codex/Cursor-compatible agents, Claude Code, and existing platform rule files |
| Memory surface | Native first | Durable project facts and cross-session decisions using the active coding agent's native memory when available; repo fallback only when explicitly selected |
| Archive output | docs/archives/<project>/ |
Phase 6 archived artifacts |
| Task tracking mode | Auto-detect | GITHUB_FULL, GITHUB_STANDARD, or LOCAL_ONLY (see below) |
| Adaptive control | Enabled | Drift thresholds: annotate=20%, replan=40%, rescope=60% of phase tasks |
Templates for all generated documents are in references/templates/. Behavioral rules are in references/behavioral-rules.md. The parallel execution protocol is in references/parallel-protocol.md. The GitHub integration protocol is in references/github-integration.md. The adaptive control protocol is in references/adaptive-control.md.