Agent Plugins Marketplace
All plugins

spec-to-prod

v2.8.0

Language-agnostic multi-agent pipeline for spec-driven development: orchestrates role sub-agents in parallel waves to produce grounded contract files under specs/<name>/ — spec.md, plan.md, task.md (the status holder), tech-spec.md, test.md — plus survey.md and research.md as evidence, all verified by scripts/check.py.

Claude Code1 Skill

By StanleyLicense: MIT1 GitHub starsUpdated 2 days ago

Directory evidence

Runtimes
Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 22, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install spec-to-prod for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install spec-to-prod@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/tanlnm512/SpecDevKit

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is skills/spec-to-prod/.

Plugin files

skills/spec-to-prod/
├── .claude-plugin/plugin.json
└── SKILL.md

Included Skills1

spec-to-prodSKILL.md

Language-agnostic multi-agent pipeline for spec-driven development: orchestrates role sub-agents in parallel waves to produce grounded contract files under specs/<name>/ — spec.md, plan.md, task.md (the status holder), tech-spec.md, test.md — plus survey.md and research.md as evidence, all verified by scripts/check.py. Use when the user asks to run the multi-agent spec pipeline, spec out a bugfix (same pipeline with the references/bugfix.md deltas — "spec this bug", "turn the login crash into a spec"), spawn or re-run a specific spec role agent ("re-survey the auth spec", "refresh the tech spec", "rebuild the task list"), scaffold specs/ for a project, or execute an approved task.md through implementer agents. Recognise its specs on disk by tech-spec.md + survey.md and the singular task.md / test.md names. Invoked as /spec-to-prod <verb> <spec-name>, or as the native /spec-run workflow ("run the auth spec pipeline", "continue the spec").

Plugin manifests1

skills/spec-to-prod/.claude-plugin/plugin.json
{
  "name": "spec-to-prod",
  "version": "2.8.0",
  "description": "Language-agnostic multi-agent pipeline for spec-driven development: orchestrates role sub-agents in parallel waves to produce grounded contract files under specs/<name>/ — spec.md, plan.md, task.md (the status holder), tech-spec.md, test.md — plus survey.md and research.md as evidence, all verified by scripts/check.py.",
  "author": {
    "name": "Stanley",
    "email": "[email protected]"
  },
  "repository": "https://github.com/tanlnm512/SpecDevKit",
  "license": "MIT"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[spec-to-prod on Agent Plugins Marketplace](https://pluginsmp.com/plugins/spec-to-prod)