# sdd-mcp [Health: Active]

**Category:** 💻 Developer Tools  
**Repository:** https://github.com/juanklagos/spec-driven-development-template  
**GitHub Stars:** 15  
**Views:** 0  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/sdd-mcp

## Description
Spec-Driven Development workflow: specs, plans, gates, status and logbook tools. Bilingual EN/ES.

## Claude Desktop Quick Installation
Install path detected from listing signals. Uses `npx` (confidence: high):

```json
"mcpServers": {
  "sdd-mcp": {
    "command": "npx",
    "args": ["-y","@juanklagos/create-sdd-project@latest"]
  }
}
```

## Documentation & README

<div align="center">

<img src="https://raw.githubusercontent.com/juanklagos/spec-driven-development-template/HEAD/docs/assets/social-preview.svg" alt="Spec-Driven Development Template" width="720">

# 🌱 Spec-Driven Development Template

**Learn Spec-Driven Development, then use it on real projects.<br>One rule: no code until you approve a written spec. A script checks that rule every time you run it, and prints exactly what it looked at.**

🇺🇸 **English** · [🇪🇸 Español](https://github.com/juanklagos/spec-driven-development-template/blob/HEAD/README.es.md)

<img src="https://img.shields.io/badge/version-v2.8.0-3b82f6?style=for-the-badge" alt="Version">
<img src="https://img.shields.io/badge/license-MIT-8b5cf6?style=for-the-badge" alt="License">
<a href="https://github.com/juanklagos/spec-driven-development-template/releases/tag/v2.8.0"><img src="https://img.shields.io/badge/release-latest-10b981?style=for-the-badge" alt="Latest release"></a>

<a href="https://juanklagos.github.io/spec-driven-development-template/"><img src="https://img.shields.io/badge/📖_Docs_Site-Browse-0ea5e9?style=for-the-badge" alt="Documentation site"></a>
<a href="https://github.com/juanklagos/aprende-sdd"><img src="https://img.shields.io/badge/🎓_Course-Learn_by_doing-16a34a?style=for-the-badge" alt="Interactive course"></a>
<a href="https://github.com/marketplace/actions/sdd-validate"><img src="https://img.shields.io/badge/✅_Action-Marketplace-2088FF?style=for-the-badge&logo=githubactions&logoColor=white" alt="SDD Validate on GitHub Marketplace"></a>
<a href="https://codespaces.new/juanklagos/spec-driven-development-template"><img src="https://img.shields.io/badge/⚡_Codespaces-Open-181717?style=for-the-badge&logo=github" alt="Open in GitHub Codespaces"></a>

[Non-technical start](https://github.com/juanklagos/spec-driven-development-template/blob/HEAD/START_HERE_NON_TECH.md) · [Quickstart](https://github.com/juanklagos/spec-driven-development-template/blob/HEAD/QUICKSTART.md) · [AI agent start](https://github.com/juanklagos/spec-driven-development-template/blob/HEAD/AI_START_HERE.md) · [Commands](#built-in-commands-for-your-ai-agent) · [Community](#community)

</div>

---

## What is this?

**Spec-Driven Development (SDD)** means writing and approving a clear specification *before* any code exists. What you decided ends up in a file, instead of buried in a chat you will close and never find again. By 2026 it is how most people build software with AI agents.

This repo does double duty.

It is a school: a bilingual (EN/ES) path that starts from zero, with guides, an interactive course and a tutor you can talk to. You do not need to know how to program to get through it.

It is also a toolkit for real work: scripts that check the rule, instruction files your AI assistant reads, a connector so your AI tool can run the workflow itself (MCP, the Model Context Protocol), and a single `spec/` folder you add to a project that already has code — without moving any of it.

The step-by-step commands come from [GitHub Spec Kit](https://github.com/github/spec-kit). This repo adds the guides, the checks and the templates on top of them.

<div align="center">

**The flow in action** — create a spec, validate, pass the gate *(regenerated on every release)*:

<img src="https://raw.githubusercontent.com/juanklagos/spec-driven-development-template/HEAD/docs/assets/demo.gif" alt="SDD flow demo: create a spec, validate the structure, pass the gate" width="720">

</div>

What changes in practice: decisions stop living in chat history and move into `specs/`. The gate stays closed until `spec.md` and `plan.md` exist, agree, and you record your consent — a script checks that, not somebody's memory. A new teammate or a new agent lands in a folder layout they already recognize. And `bitacora/` keeps the session log, so six months later you can still find out why something was done the way it was.

> Want the industry map? Read [SDD in 2026: state of the art and how this template compares](https://github.com/juanklagos/spec-driven-development-template/blob/HEAD/docs/en/50-sdd-state-of-the-art-2026.md).

## Choose your door

- **Non-technical** (founder, PM, curious): [START_HERE_NON_TECH.md](https://github.com/juanklagos/spec-driven-development-template/blob/HEAD/START_HERE_NON_TECH.md) — a guided start with no jargon in it.
- **Developer**: [QUICKSTART.md](https://github.com/juanklagos/spec-driven-development-template/blob/HEAD/QUICKSTART.md) — the commands to scaffold and validate, about five minutes.
- **AI agent**, or you pasting into one: [AI_START_HERE.md](https://github.com/juanklagos/spec-driven-development-template/blob/HEAD/AI_START_HERE.md) — operating rules plus copy/paste prompts for each level.

Then pick your learning level. Every guide on the [docs site](https://juanklagos.github.io/spec-driven-development-template/) carries its level badge:

- 🟢 Beginner: [quick guide for non-programmers](https://github.com/juanklagos/spec-driven-development-template/blob/HEAD/docs/en/13-quick-guide-non-programmers.md)
- 🟡 Intermediate: [team discipline guide](https://github.com/juanklagos/spec-driven-development-template/blob/HEAD/docs/en/14-intermediate-guide.md)
- 🔴 Advanced: [governance and standardization](https://github.com/juanklagos/spec-driven-development-template/blob/HEAD/docs/en/15-advanced-guide.md)

> [!TIP]
> If you would rather learn by doing, take the **[interactive course](https://github.com/juanklagos/aprende-sdd)** (GitHub Skills format): 4 steps, ~35 min, auto-graded by Actions. Your exam is the real SDD gate.

## Start in 30 seconds

Copy/paste this prompt into your AI assistant (Claude, Cursor, Copilot, Gemini...):

```text
Using https://github.com/juanklagos/spec-driven-development-template, guide me step by step with SDD for my project.
My project is: [describe your project in plain language].
If my project is new, initialize from this template and GitHub Spec Kit as the base workflow.
If it already exists, adapt it without breaking current behavior.
No code before approved spec and consistent plan.
```

## Built-in commands for your AI agent

If you use **Claude Code**, this repo ships slash commands out of the box. Start with `/sdd:help`:

| Command | What it does |
| :--- | :--- |
| `/sdd:help` | Tells you what stage you are in and the single next step |
| `/sdd:new` | Guided start: idea → first spec ready for approval |
| `/sdd:spec` | Create or refine a spec bundle with EARS criteria |
| `/sdd:gate` | Runs the gate — approval, plan consistency, consent — and records yours |
| `/sdd:decision` | One decision, written down in `bitacora/decisiones/`: what, why, what was rejected, when to revisit |
| `/sdd:close` | Validates and closes the session with the output contract |
| `/sdd:tutor` | A conversational SDD course by levels, graded by the real validation scripts |

**Install in any project as a plugin** (no cloning):

```text
/plugin marketplace add juanklagos/spec-driven-development-template
/plugin install sdd@sdd-template
```

- **VS Code / Copilot:** the same flows as prompt files in [`.github/prompts/`](https://github.com/juanklagos/spec-driven-development-template/blob/HEAD/.github/prompts/).
- **Any agent (39 tools):** portable Agent Skill at [skills/sdd-workflow/SKILL.md](https://github.com/juanklagos/spec-driven-development-template/blob/HEAD/skills/sdd-workflow/SKILL.md).
- **AI context:** [llms.txt](https://github.com/juanklagos/spec-driven-development-template/blob/HEAD/llms.txt) indexes all docs for coding agents (regenerate with `./scripts/generate-llms-txt.sh`).

## The golden rule

> [!IMPORTANT]
> **No code before an approved `spec.md` and a consistent `plan.md`.**
> A script enforces this, and implementation starts only once your consent is on record.

```bash
./scripts/check-sdd-policy.sh .   # multi-agent policy files are aligned
./scripts/check-sdd-gate.sh .     # spec approved + plan consistent + consent recorded
./scripts/confirm-user-consent.sh --spec 001-<slug> "User approved scope X"
```

(In sidecar projects the same scripts live under `./spec/scripts/`.)

Enforce it in CI too. This repo doubles as a GitHub Action, listed on the [GitHub Marketplace](https://github.com/marketplace/actions/sdd-validate):

```yaml
- uses: juanklagos/spec-driven-development-template@v2.8.0
  with:
    path: "."      # project root (sidecar or standalone auto-detected)
    strict: "true"
```

Reference files: [sdd.policy.yaml](https://github.com/juanklagos/spec-driven-development-template/blob/HEAD/sdd.policy.yaml) · [INSTRUCTIONS.md](https://github.com/juanklagos/spec-driven-development-template/blob/HEAD/INSTRUCTIONS.md) · [AGENT_OPERATING_SYSTEM.md](https://github.com/juanklagos/spec-driven-development-template/blob/HEAD/template-context/core-instructions/AGENT_OPERATING_SYSTEM.md)

## How it works

```mermaid
flowchart LR
  A["💡 Idea in plain language"] --> B["📋 spec.md approved"]
  B --> C["🗺️ plan.md consistent"]
  C --> D["✅ tasks.md prioritized"]
  D --> E["🚦 Gate + explicit consent"]
  E --> F["⚙️ Implementation"]
  F --> G["🔍 Validation + logbook"]
```

Every feature gets a numbered spec bundle, and every session leaves a trace in `bitacora/` (the logbook):

1. `spec.md` — what and why *(approved by you)*
2. `plan.md` — how *(consistent with the spec)*
3. `tasks.md` — concrete steps
4. `history.md` — how it evolved

Full walkthrough example: [examples/002-mcp-end-to-end](https://github.com/juanklagos/spec-driven-development-template/blob/HEAD/examples/002-mcp-end-to-end/README.md)

## Apply it to a real project

**Fastest start (no clone needed):**

```bash
npx @juanklagos/create-sdd-project@latest my-app
```

It asks a few questions and scaffolds the recommended `spec/` sidecar, or a full workspace, from the latest template.

Three ways to use the template, from lightest to heaviest:

| Mode | When | Command |
| :--- | :--- | :--- |
| **Compact `spec/` sidecar** ⭐ | Real or existing project: SDD artifacts in `./spec/`, code stays in your project root | `./scripts/install-spec-sidecar.sh /path/to/project --profile=recommended` |
| **Internal workspace `www/`** | The runnable project should live inside this template repo | `./scripts/create-www-project.sh my-project codex` |
| **Full standalone copy** | You explicitly want the whole framework as your workspace | `./scripts/init-project.sh /path/to/project --profile=full` |

> [!TIP]
> The professional default is the compact `spec/` sidecar and nothing else. Never copy the full framework into a real codebase unless you actually want standalone mode.

<details>
<summary><b>Everyday commands</b> (sidecar mode shown; the same scripts exist at root in standalone mode)</summary>

<br>

| Action | Command |
| :--- | :--- |
| New spec | `./spec/scripts/new-spec.sh "my-feature" "Owner"` |
| Validate structure | `./spec/scripts/validate-sdd.sh . --strict` |
| Policy check | `./spec/scripts/check-sdd-policy.sh .` |
| SDD gate | `./spec/scripts/check-sdd-gate.sh .` |
| Status dashboard | `./spec/scripts/generate-status.sh` |

Folder anatomy and layout details: [project organization map](https://github.com/juanklagos/spec-driven-development-template/blob/HEAD/docs/en/42-project-organization-map.md)

```mermaid
flowchart TD
  A["Your project root (code)"] --> B["spec/"]
  B --> C["idea/"]
  B --> D["specs/ (numbered bundles)"]
  B --> E["bitacora/ (logbook)"]
  B --> F["scripts/ (gate + validation)"]
```

</details>

<details>
<summary><b>Connect via MCP</b> (optional, advanced)</summary>

<br>

If your AI tool supports MCP (the Model Context Protocol), it can run this workflow itself: create specs, check the gate, write the logbook. One command sets it up, in your project's folder:

```bash
npx @juanklagos/sdd-mcp@latest connect
```

It finds the clients you have — Claude Code, Codex, Cursor, VS Code, Windsurf, Gemini CLI, opencode — and writes the configuration into each one's own file. It merges into what you already have and never overwrites it. Add `--dry-run` first to see what it would touch. Then restart your client.

- **Prefer doing it by hand?** Point your client at npm: `{"command": "npx", "args": ["-y", "@juanklagos/sdd-mcp@latest"]}`. The `@latest` matters — without it, `npx` can serve an old cached version with fewer tools.
- **Working on this template itself?** `npm install && npm run build && npm run mcp:start` runs the server from source.
- **SDD Builder (visual, drag-and-drop):** build once with `npm run builder:build`, then `SDD_PROJECT_ROOT=/path/to/your/project npm run mcp:http:start` and open `http://127.0.0.1:3334/builder` — compose your specs as connected cards, where every card is a real `specs/NNN/` bundle on disk. Inside this template repository the builder is blocked by design (no target-project work in the template root), so always point `SDD_PROJECT_ROOT` at a real workspace. See the [visual guide](https://github.com/juanklagos/spec-driven-development-template/blob/HEAD/docs/en/51-sdd-builder-visual-guide.md).
- **Already using SDD and want the latest?** `npx @juanklagos/sdd-mcp@latest upgrade --project-root . --dry-run` shows what would change before changing it: framework files get repaired, yours are never written without `--apply`. See the [upgrade guide](https://github.com/juanklagos/spec-driven-development-template/blob/HEAD/docs/en/52-upgrade-guide.md).
- **SDD Desk (the same builder, as a desktop app):** [download it](https://juanklagos.github.io/spec-driven-development-template/en/download/) for macOS, Windows or Linux. Nothing else has to be installed: the app includes everything it needs. While it is open, your AI assistant can connect to it — copy the address the app shows you and paste it into your assistant's settings. One caveat: the app is not digitally signed, so the first time you open it macOS or Windows shows a scary-looking warning and asks you to allow it. If you would rather not deal with that, run `npx @juanklagos/sdd-mcp@latest --http` instead. Same tool, in your browser, no warning.
- **Visual dashboard:** point the server at a project — `SDD_PROJECT_ROOT=./www/my-project npm run mcp:http:start` — then open `http://127.0.0.1:3334/dashboard` for a page you can look at but not edit: whether the gate is open, a few headline numbers, how far each spec has got, and which specs are waiting on another one. In your language, with nothing to compile. This folder — the template itself — is not a project, so if you run it here it will tell you so.
- Easiest explanation first: [Easy MCP Guide](https://github.com/juanklagos/spec-driven-development-template/blob/HEAD/docs/en/43-easy-mcp-guide.md)
- Client configs: [`.mcp.json`](https://github.com/juanklagos/spec-driven-development-template/blob/HEAD/.mcp.json) (Claude Code) · [Cursor](https://github.com/juanklagos/spec-driven-development-template/blob/HEAD/packages/sdd-mcp/examples/.cursor/mcp.json) · [Codex](https://github.com/juanklagos/spec-driven-development-template/blob/HEAD/packages/sdd-mcp/examples/codex.config.toml)
- Complete reference: [docs/en/41-complete-mcp-reference.md](https://github.com/juanklagos/spec-driven-development-template/blob/HEAD/docs/en/41-complete-mcp-reference.md)

Note: `GitMCP` (free, remote) helps an AI *read* this public repo; the local `sdd-mcp` runs the *real guided workflow*. They complement each other: [GitMCP guide](https://github.com/juanklagos/spec-driven-development-template/blob/HEAD/docs/en/48-how-to-connect-this-repo-with-gitmcp.md).

</details>

## Documentation

**Browse online:** the [documentation site](https://juanklagos.github.io/spec-driven-development-template/) has every guide with search, an EN/ES language picker and level badges.

**If you only read three:**

1. [Workflow](https://github.com/juanklagos/spec-driven-development-template/blob/HEAD/docs/en/02-workflow.md) — the SDD flow step by step
2. [Structure](https://github.com/juanklagos/spec-driven-development-template/blob/HEAD/docs/en/01-structure.md) — what each folder is for
3. [SDD in 2026: state of the art](https://github.com/juanklagos/spec-driven-development-template/blob/HEAD/docs/en/50-sdd-state-of-the-art-2026.md) — the industry map and where this template stands

**Everything else:** the [full documentation index](https://github.com/juanklagos/spec-driven-development-template/blob/HEAD/docs/README.md) organizes all 53 guides (EN/ES) by topic.

## Community

- Docs site: [juanklagos.github.io/spec-driven-development-template](https://juanklagos.github.io/spec-driven-development-template/)
- Questions, ideas, show-and-tell: [GitHub Discussions](https://github.com/juanklagos/spec-driven-development-template/discussions)
- Bugs and concrete proposals: [Issues](https://github.com/juanklagos/spec-driven-development-template/issues)
- Interactive course: [aprende-sdd](https://github.com/juanklagos/aprende-sdd) — learn by doing, auto-graded by Actions
- Finished a tutor level? `/sdd:tutor` records it in your logbook and hands you a completion badge for your README

## Legal & authorship

- License: **MIT** — use it anywhere, including commercially and inside a company, free and without
  asking. Keep the copyright notice. [Legal guide](https://github.com/juanklagos/spec-driven-development-template/blob/HEAD/docs/en/31-legal-framework-and-commercial-use.md)
- What you write with the templates is yours: [TEMPLATE-OUTPUT.md](https://github.com/juanklagos/spec-driven-development-template/blob/HEAD/TEMPLATE-OUTPUT.md)
- Publishing a release / Publicar una versión: [RELEASING.md](https://github.com/juanklagos/spec-driven-development-template/blob/HEAD/RELEASING.md)
- Changelog: [CHANGELOG.md](https://github.com/juanklagos/spec-driven-development-template/blob/HEAD/CHANGELOG.md) · Latest release: [v2.8.0](https://github.com/juanklagos/spec-driven-development-template/releases/tag/v2.8.0)
- Copyright (c) 2026 Juan Carlos Alvarez Lagos ([AUTHORS.md](https://github.com/juanklagos/spec-driven-development-template/blob/HEAD/AUTHORS.md))

---

<div align="center">

**If this saves you one bad sprint, a ⭐ helps other people find it.**

🌱 *No code before approved spec and consistent plan.*

[⬆️ Back to top](#-spec-driven-development-template)

</div>

