sdd-factory
v0.1.17Spec-Driven Development factory: typed issues, triage, spec/design/task with human approval gates, adversarial review gates and bounded rework. Constitution is the single rule file.
By GoKajuLicense: MIT0 GitHub starsUpdated 45 minutes ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 10 skill or MCP entries
- Source updated
- Sep 3, 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 sdd-factory for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install sdd-factory@agent-plugin-marketplacePaste 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/GoKaju/sdd-factoryClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .claude-plugin/plugin.json├── skills/create-release/SKILL.md├── skills/pr-review/SKILL.md├── skills/sdd-design/SKILL.md├── skills/sdd-implement/SKILL.md├── skills/sdd-init/SKILL.md├── skills/sdd-review/SKILL.md├── skills/sdd-spec/SKILL.md├── skills/sdd-status/SKILL.md├── skills/sdd-task/SKILL.md└── skills/sdd-triage/SKILL.md
Included Skills10
Create a versioned GitHub release from main that triggers the CD pipeline
Review and resolve GitHub PR comments following the project's review workflow
Write or update design.md for an issue from its approved spec - full DDD variant or light variant. Requires state sdd:spec-approved.
Implement an issue from its approved Task comment - code and tests, checklist ticked as steps complete, deterministic checks green, conventional commits. Requires sdd:task-approved or sdd:rework.
Initialize a repository for the SDD factory - constitution, pointer files, state labels, organization Issue Types and issue forms. Run once per project.
Run the six adversarial Review Gates on an issue's PR, publish gate results, aggregate, and drive bounded rework until PASS or NEEDS_HUMAN. Requires sdd:in-review or sdd:rework.
Write or update the module spec for an issue - branch, Draft PR, spec.md with stable requirement IDs, completeness check. Requires state sdd:ready and type Feature or Change.
Show the SDD state of one issue or of every open issue - type, state, PR, pending approval, next command.
Write the execution contract for an issue as the marked Task comment with a step checklist. Requires sdd:design-approved (Feature, Change) or sdd:ready (Bug, Task, Constitution).
Triage an issue before it enters the pipeline - completeness, correct Issue Type, duplicates, affected specs, path and size. Read-only on the repository; writes one marked comment on the issue.
Plugin manifests1
{
"name": "sdd-factory",
"version": "0.1.17",
"description": "Spec-Driven Development factory: typed issues, triage, spec/design/task with human approval gates, adversarial review gates and bounded rework. Constitution is the single rule file.",
"author": {
"name": "GoKaju"
},
"repository": "https://github.com/GoKaju/sdd-factory",
"license": "MIT",
"keywords": [
"sdd",
"spec-driven",
"ddd",
"review-gates",
"github-issues",
"agents"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[sdd-factory on Agent Plugins Marketplace](https://pluginsmp.com/plugins/sdd-factory)