Conduct deep iterative AI interviews, codebase explorations, and doc research to create comprehensive spec documents and architecture plans. Implement specs phase-by-phase with verification, decision logging, and git change restoration for safe development workflows.
npx claudepluginhub DaanFerdinandusse/AI-agent-plugins --plugin spec-driven-devCollaboratively brainstorm high-level architecture and create an implementation plan
Implement specs phase-by-phase with verification and decision logging
Create comprehensive spec documents through deep iterative interviews with proactive research
Restore uncommitted changes using git, with option to restore all or specific files
Explores the existing codebase for the interview-spec command. Call this agent when you need to understand existing code that will be modified, extended, or integrated with. Returns key code excerpts and patterns for inclusion in the spec.
Researches package and library documentation using Context7 MCP for the interview-spec command. Call this agent when you need current API references, implementation patterns, or version-specific details for any external dependency being used in the spec.
A collection of Claude Code plugins for enhanced development workflows.
Create comprehensive specification documents through deep iterative interviews, then implement them phase-by-phase with verification and decision logging.
Commands:
/interview-spec - Create a detailed spec through an interactive interview process/brainstorm - Collaboratively brainstorm high-level architecture and create an implementation plan/implement-spec - Implement an approved spec phase-by-phase with verification/restore-changes - Restore uncommitted changes using gitAgents:
spec-codebase-explorer - Explores existing codebase for context during spec creationspec-doc-researcher - Researches package documentation using Context7 MCPReact and Next.js performance optimization guidelines from Vercel Engineering. Contains 40+ rules across 8 categories for writing, reviewing, and refactoring React/Next.js code.
Skills (auto-activated):
react-best-practices - Automatically applies performance optimization patterns when working with React/Next.jsCategories covered:
/plugin marketplace add DaanFerdinandusse/AI-agent-plugins
/plugin install spec-driven-dev@daan-plugins
After installation, use the commands directly in Claude Code:
/spec-driven-dev:interview-spec
/spec-driven-dev:implement-spec path/to/spec.md
/spec-driven-dev:restore-changes
.
├── .claude-plugin/
│ └── marketplace.json # Marketplace catalog
├── plugins/
│ ├── spec-driven-dev/
│ │ ├── .claude-plugin/
│ │ │ └── plugin.json # Plugin manifest
│ │ ├── agents/ # Custom agents
│ │ │ ├── spec-codebase-explorer.md
│ │ │ └── spec-doc-researcher.md
│ │ └── commands/ # Slash commands
│ │ ├── interview-spec.md
│ │ ├── brainstorm.md
│ │ ├── implement-spec.md
│ │ └── restore-changes.md
│ └── react-best-practices/
│ ├── .claude-plugin/
│ │ └── plugin.json # Plugin manifest
│ └── skills/ # Auto-activated skills
│ ├── react-best-practices.md
│ └── references/ # 40+ rule files
└── README.md
MIT
Spec-driven development workflow system with structured phases: Requirements → Design → Tasks → Implementation
No description provided.
Interview command for fleshing out big feature plans and specifications
Spec-driven development plugin for Claude Code. Markdown specs as the source of truth, code downstream.
Spec-driven development using GitHub spec-kit methodology. Constitution-first approach with specify, plan, tasks, and implement phases.
Share bugs, ideas, or general feedback.
Autonomous spec-driven development workflow with multi-agent collaboration, specification management, and task orchestration
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claim