Agent skill · Code Review & Quality

spec-driven-develop

Automates pre-development workflow for large-scale complex tasks. Use when the user mentions "rewrite", "migrate", "overhaul", "refactor entire project", "transform", "rebuild in [language]", "spec-driven", or describes any large-scale project transformation that requires planning before coding. Also triggers on Chinese keywords: "改造", "重写", "迁移", "重构", "大规模", "规范驱动". Performs full project analysis, task decomposition, documentation generation, project-level instruction and native memory surface resolution, progress tracking setup, and then executes the plan within the same session. Keeps Issu

Solitude1,375★ · +71/wk · 1 repos on radarProfile →
claude-codecodexcursorMIT
Install
npx skills add zhu1090093659/spec_driven_develop --skill spec-driven-develop --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 11
SKILL.md size: 20 KB
Bundled scripts: none
Version: 1.15.0
Path: plugins/spec-driven-develop/skills/spec-driven-develop/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 958
Language: Shell

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Spec-Driven Develop You are executing the **Spec-Driven Development** workflow — a seven-phase pipeline (Phases 0-6) for large-scale complex tasks. Complete preparation phases (analysis, planning, progress setup), then execute the plan — all within a single session. **Behavioral rules**: `references/behavioral-rules.md` — read and follow them in every phase; they are non-negotiable. ## 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 agents (see Phase 4) | | Memory surface | Native first | Durable facts via the 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` | | Delivery batching | Phase-first | Issues track tasks; PRs integrate coherent task batches | | Adaptive

What's inside
Steps it walks through
  1. Configuration
  2. Before You Begin: Cross-Conversation Continuity Check
  3. Phase 0: Quick Intent Capture
  4. Phase 1: Deep Project Analysis
  5. Phase 2: Intent Refinement & Confirmation
  6. Phase 3: Task Decomposition
  7. Phase 4: Progress Tracking Documentation
  8. Project Governance Surface (all modes)
  9. In GITHUBFULL or GITHUBSTANDARD mode:
  10. In LOCALONLY mode:
  11. Common to all modes:
  12. Phase 5: Confirm & Execute
  13. 5a. Summary & Confirmation
  14. 5b. Execution
Ships with 10 files
  • references/adaptive-control.md
  • references/behavioral-rules.md
  • references/github-integration.md
  • references/parallel-protocol.md
  • references/super-philosophy.md
  • references/templates/analysis.md
  • references/templates/archive.md
  • references/templates/governance.md
  • references/templates/plan.md
  • references/templates/progress.md
More from spec_driven_develop
All skills →
About this skill
What does the spec-driven-develop skill do?

Automates pre-development workflow for large-scale complex tasks. Use when the user mentions "rewrite", "migrate", "overhaul", "refactor entire project", "transform", "rebuild in [language]", "spec-driven", or describes any large-scale project transformation that requires planning before coding. Also triggers on Chinese keywords: "改造", "重写", "迁移", "重构", "大规模", "规范驱动". Performs full project analysis, task decomposition, documentation generation, project-level instruction and native memory surface resolution, progress tracking setup, and then executes the plan within the same session. Keeps Issu

How do I install it?

Run `npx skills add zhu1090093659/spec_driven_develop --skill spec-driven-develop --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From zhu1090093659/spec_driven_develop, a repository with 958 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going