Claude Code Plugins Directory
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.
Quick Install
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
Plugins Overview
| 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 |
prd-tools
Generate Product Requirements Documents through an interactive interview-based workflow with depth-aware templates and on-demand research capabilities.
Version: 0.1.1
Commands
| Command | Description |
|---|
/prd-tools:create | Start the PRD creation workflow |
Features
- Depth Levels: Choose the appropriate level of detail for your PRD:
| 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 |
- Adaptive Interviews: Questions adjust based on your responses and selected depth
- On-Demand Research: Research technical docs, best practices, competitive landscape, and compliance requirements during interviews
- Codebase Integration: For "new feature" PRDs, the agent explores your existing code to understand context
- Pre-compilation Review: Summary presented for confirmation before generating the final PRD
- Configurable Output: Customize output path via
.claude/prd-tools.local.md
Agents
| Agent | Description |
|---|
interview-agent | Conducts adaptive requirement gathering interviews with mandatory user interaction |
research-agent | Researches technical documentation, domain knowledge, and competitive landscape |
Configuration
Create .claude/prd-tools.local.md to configure output settings:
---
output_directory: docs/prds
---
task-manager
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
Commands
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 |
Features