NEW Browse AI tools across categories — updated daily. See what's new →

Spec Driven Planning

Task specification refinement pipeline with 6 stages (parallel analysis, architecture synthesis, decomposition, parallelization, verification, promotion) and quality gates

AuthorNeoLabHQ
Version1.0.0
LicenseMIT
Token count~577
UpdatedJun 5, 2026

Install

Quick install

via npx skills · works with 57+ agents
npx skills add https://github.com/NeoLabHQ/context-engineering-kit/tree/master/plugins/sdd/skills/plan
Or pick agent:
npx skills add NeoLabHQ/context-engineering-kit --skill "Spec-Driven Planning" --agent claude-code
npx skills add NeoLabHQ/context-engineering-kit --skill "Spec-Driven Planning" --agent cursor
npx skills add NeoLabHQ/context-engineering-kit --skill "Spec-Driven Planning" --agent codex
npx skills add NeoLabHQ/context-engineering-kit --skill "Spec-Driven Planning" --agent opencode
npx skills add NeoLabHQ/context-engineering-kit --skill "Spec-Driven Planning" --agent github-copilot
npx skills add NeoLabHQ/context-engineering-kit --skill "Spec-Driven Planning" --agent windsurf
More install options

Shorthand — useful for multi-skill repos:

npx skills add NeoLabHQ/context-engineering-kit --skill "Spec-Driven Planning"

Manual — clone the repo and drop the folder into your agent's skills directory:

git clone https://github.com/NeoLabHQ/context-engineering-kit.git
cp -r context-engineering-kit/plugins/sdd/skills/plan ~/.claude/skills/
How to use: Once installed, ask your agent to "use the Spec-Driven Planning skill" or describe what you want (e.g. "Task specification refinement pipeline with 6 stages (parallel analysis, archite"). Requires Node.js 18+.

Spec-Driven Planning

Task specification refinement pipeline with 6 stages (parallel analysis, architecture synthesis, decomposition, parallelization, verification, promotion) and quality gates

What is it?
Note: Phases not in ACTIVE_STAGES are skipped. If SKIP_JUDGES is true, all judge steps are skipped entirely. Human checkpoints (🔍) occur after phases in
HUMAN_IN_THE_LOOP_PHASES.

`Input: Draft Task File (.specs/tasks/draft/*.md)
│
▼
Phase 2: Parallel Analysis
│
├─────────────────────┬─────────────────────┐
▼ ▼ ▼
Phase 2a: Phase 2b: Phase 2c:
Research Codebase Analysis Business Analysis
[sdd:researcher sonnet] [sdd:code-explorer sonnet] [sdd:business-analyst opus]
Judge 2a Judge 2b Judge 2c
(pass: >THRESHOLD) (pass: >THRESHOLD) (pass: >THRESHOLD)
│ │ │
└─────────────────────┴───────────────────
`

How to use it?

``

Key Features

  • Task specification refinement pipeline with 6 stages (parallel analysis, architecture synthesis, decomposition, parallelization, verification, promotion) and quality gates
  • Seamless integration with Claude's development workflow
  • Comprehensive guidelines and best practices for spec-driven planningView on GitHub

GitHub Stats

StarsForksLast UpdateAuthorNeoLabHQLicenseGPL-3.0Version1.0.0

Categories

Developer ToolsProductivity

Tags

task-planningspecificationrefinementquality-gatesmulti-agent

Features

Related Skills

More from Developer Tools

Auto Update Docs

Multi-agent workflow for automatically updating documentation based on code changes, covering docs/, README, JSDoc, and API docs with complexity-based routing

433NeoLabHQDeveloper ToolsProductivity00

Spec-Driven Implement

Implementation system driven by task specs with LLM-as-Judge auto-verification, iterative repair, breakpoint resume, and human-in-the-loop checkpoints

433NeoLabHQDeveloper ToolsProductivity00

n8n Workflow Skills

Enables AI assistants to directly understand and operate n8n workflows

194haunchenDeveloper ToolsProductivity00

---

Source: https://github.com/NeoLabHQ/context-engineering-kit/tree/master/plugins/sdd/skills/plan
Author: NeoLabHQ
License: https://www.gnu.org/licenses/gpl-3.0.html
GitHub Stars: 433
Tags: task-planning, specification, refinement, quality-gates, multi-agent

SKILL.md source

---
name: Spec-Driven Planning
description: Task specification refinement pipeline with 6 stages (parallel analysis, architecture synthesis, decomposition, parallelization, verification, promotion) and quality gates
---

# Spec-Driven Planning

Task specification refinement pipeline with 6 stages (parallel analysis, architecture synthesis, decomposition, parallelization, verification, promotion) and quality gates

What is it?
Note: Phases not in ACTIVE_STAGES are skipped. If SKIP_JUDGES is true, all judge steps are skipped entirely. Human checkpoints (🔍) occur after phases in
HUMAN_IN_THE_LOOP_PHASES.

```
`Input: Draft Task File (.specs/tasks/draft/*.md)
│
▼
Phase 2: Parallel Analysis
│
├─────────────────────┬─────────────────────┐
▼ ▼ ▼
Phase 2a: Phase 2b: Phase 2c:
Research Codebase Analysis Business Analysis
[sdd:researcher sonnet] [sdd:code-explorer sonnet] [sdd:business-analyst opus]
Judge 2a Judge 2b Judge 2c
(pass: >THRESHOLD) (pass: >THRESHOLD) (pass: >THRESHOLD)
│ │ │
└─────────────────────┴───────────────────
`
```

## How to use it?

```
``
```

## Key Features

* Task specification refinement pipeline with 6 stages (parallel analysis, architecture synthesis, decomposition, parallelization, verification, promotion) and quality gates
* Seamless integration with Claude's development workflow
* Comprehensive guidelines and best practices for spec-driven planningView on GitHub

### GitHub Stats
StarsForksLast UpdateAuthorNeoLabHQLicenseGPL-3.0Version1.0.0

### Categories
Developer ToolsProductivity

### Tags
task-planningspecificationrefinementquality-gatesmulti-agent

### Features

## Related Skills
More from Developer Tools

### Auto Update Docs
Multi-agent workflow for automatically updating documentation based on code changes, covering docs/, README, JSDoc, and API docs with complexity-based routing

433NeoLabHQDeveloper ToolsProductivity00

### Spec-Driven Implement
Implementation system driven by task specs with LLM-as-Judge auto-verification, iterative repair, breakpoint resume, and human-in-the-loop checkpoints

433NeoLabHQDeveloper ToolsProductivity00

### n8n Workflow Skills
Enables AI assistants to directly understand and operate n8n workflows

194haunchenDeveloper ToolsProductivity00

---

**Source**: https://github.com/NeoLabHQ/context-engineering-kit/tree/master/plugins/sdd/skills/plan
**Author**: NeoLabHQ
**License**: https://www.gnu.org/licenses/gpl-3.0.html
**GitHub Stars**: 433
**Tags**: task-planning, specification, refinement, quality-gates, multi-agent

Related skills 6