speckit-generator
v2.1.1Project-focused specification and task management with PLANS taxonomy, ADR-style architecture decisions, SMART acceptance criteria, SEAMS-enhanced clarification, tech-specific designer agents, anti-pattern detection (50 patterns across 5 tech stacks), 4-level verification (stub detection + wiring checks), execution orchestration (deviation rules, checkpoint taxonomy, auth gates, session continuity), specialized analysis agents, git checkpoints, mandatory approval gates, and session-memory hooks. Outputs to speckit/ directory.
By Claude Code SkillsLicense: MIT1 GitHub starsUpdated 1 hour ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 3 skill or MCP entries
- Source updated
- Aug 30, 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 speckit-generator for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install speckit-generator@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/AzJester/skillsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is skills/speckit-generator/.
Plugin files
├── .claude-plugin/plugin.json├── skills/adr-authoring/SKILL.md├── skills/requirement-patterns/SKILL.md└── SKILL.md
Included Skills3
This skill should be used when writing Architecture Decision Records (ADRs), documenting technical decisions, or reviewing architecture choices. Triggers on phrases like "document this decision", "create ADR", "architecture decision", "why did we choose", "record the decision", "MADR template", or when the user is working on plan files that contain ADR sections.
This skill should be used when writing requirements, specifications, or user stories. Triggers on phrases like "write requirements", "create spec", "define user stories", "document feature", "specify behavior", "what should the system do", or when reviewing specification quality. Provides patterns for clear, testable, unambiguous requirements.
Project-focused specification and task management system. Run /speckit.init to install 8 project-local commands: /plan, /tasks, /design, /analyze, /clarify, /implement, /revert, /lint. Each command MUST be invoked separately and requires user approval before proceeding. NEVER chain commands automatically - each produces output that requires user review. Use /plan when user wants to create plans from specs. Use /tasks only AFTER user has approved plans. Git checkpoints enable safe revert.
Plugin manifests1
{
"name": "speckit-generator",
"description": "Project-focused specification and task management with PLANS taxonomy, ADR-style architecture decisions, SMART acceptance criteria, SEAMS-enhanced clarification, tech-specific designer agents, anti-pattern detection (50 patterns across 5 tech stacks), 4-level verification (stub detection + wiring checks), execution orchestration (deviation rules, checkpoint taxonomy, auth gates, session continuity), specialized analysis agents, git checkpoints, mandatory approval gates, and session-memory hooks. Outputs to speckit/ directory.",
"version": "2.1.1",
"author": {
"name": "Claude Code Skills"
},
"license": "MIT",
"repository": "https://github.com/anthropics/claude-code-plugins",
"keywords": [
"specification",
"project-management",
"task-management",
"git-checkpoints",
"workflow",
"hooks",
"adr",
"smart-criteria",
"session-memory",
"anti-patterns",
"code-quality",
"linting"
]
}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.
[speckit-generator on Agent Plugins Marketplace](https://pluginsmp.com/plugins/speckit-generator)