Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
npx claudepluginhub sequenzia/claude-pluginsSpec Driven Development document management - conducts dynamic interviews to generate PRDs, Tech Specs, and Design Specs optimized for AI coding agents
Generate and analyze Product Requirements Documents through interactive workflows
Developer tools for feature development, Git workflows, and release automation
Simplified task management for coding agents - generate task lists from specs, track tasks, manage dependencies
Mission-driven autonomous loop - iterate through mission-control tasks until all are complete
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 79 focused plugins, 184 specialized agents, and 150 skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
A collection of Claude Code plugins for development tools, productivity, and workflow automation. These plugins extend Claude Code with specialized capabilities for PRD generation, task management, Git workflows, and release automation.
Add the full plugin collection:
claude plugins add sequenzia/claude-plugins
Or install individual plugins:
claude plugins add sequenzia/claude-plugins/plugins/prd-tools
claude plugins add sequenzia/claude-plugins/plugins/task-manager
claude plugins add sequenzia/claude-plugins/plugins/dev-tools
claude plugins add sequenzia/claude-plugins/plugins/mission-control
claude plugins add sequenzia/claude-plugins/plugins/ralph-mission
claude plugins add sequenzia/claude-plugins/plugins/feature-ops
| Plugin | Purpose | Commands | Agents | Skills |
|---|---|---|---|---|
| prd-tools | PRD generation through interactive interviews | 1 | 2 | 1 |
| task-manager | Spec-driven task decomposition with context management | 11 | 1 | 1 |
| dev-tools | Git workflows and Python release automation | 4 | 1 | 2 |
| mission-control | Simplified mission-based task management | 5 | 1 | 1 |
| ralph-mission | Mission-driven autonomous loop for task execution | 3 | 0 | 0 |
| feature-ops | Feature development workflow with exploration, architecture, and review | 1 | 3 | 4 |
Generate Product Requirements Documents through an interactive interview-based workflow with depth-aware templates and on-demand research capabilities.
Version: 0.1.1
| Command | Description |
|---|---|
/prd-tools:create | Start the PRD creation workflow |
| Level | Description | Interview Rounds |
|---|---|---|
| High-level overview | Executive summary with key features and goals | 2-3 rounds, 6-10 questions |
| Detailed specifications | Standard PRD with acceptance criteria and phases | 3-4 rounds, 12-18 questions |
| Full technical documentation | Comprehensive specs with APIs and data models | 4-5 rounds, 18-25 questions |
.claude/prd-tools.local.md| Agent | Description |
|---|---|
interview-agent | Conducts adaptive requirement gathering interviews with mandatory user interaction |
research-agent | Researches technical documentation, domain knowledge, and competitive landscape |
Create .claude/prd-tools.local.md to configure output settings:
---
output_directory: docs/prds
---
Spec Driven Development plugin that transforms specifications into structured, actionable task lists optimized for AI coding agents. Features comprehensive dependency tracking and context window management.
Version: 0.1.0
Task Management:
| Command | Description |
|---|---|
/task-manager:analyze <spec-document> | Analyze a specification and generate a structured task list |
/task-manager:status [project-name] | Show task list summary and completion metrics |
/task-manager:next [count] [project-name] | Suggest the next best tasks to work on |
/task-manager:complete <task-id> | Mark a task as complete and show next recommended tasks |
/task-manager:block <task-id> --reason "..." | Mark a task as blocked with a reason |
/task-manager:show <task-id> | Display detailed information for a specific task |
/task-manager:update <spec-document> | Re-analyze specification and update existing task list |
/task-manager:export [format] [project-name] | Export task list (json, markdown, csv) |
Context Window Management:
| Command | Description |
|---|---|
/task-manager:context-groups [project-name] | Generate context window-aware task groups for AI coding agents |
/task-manager:next-group [project-name] | Get the next context group ready for execution |
/task-manager:show-group <group-id> | Display detailed information for a specific context group |