Project Management Plugin¶
Comprehensive project management tools for PRD generation, project planning, task implementation with Linear integration and git worktree workflow.
Version 2.6.2¶
New in 2.6.0:
- π
/project-management:init-taskβ Single-task creation with duplicate detection, ATOMIC validation, and mandatory Definition of Done - π Extended task template with Type, Plan, and Definition of Done fields
Previous:
- π§ Intelligent plugin orchestration for
/project-management:implement-task(Superpowers brainstorm, agent routing, quality gate) -
β‘ Skip options:
--skip-brainstorm,--skip-quality-gate -
π€
/project-management:implement-epic- Fully autonomous EPIC implementation with parallel agents - π Autonomous Loop Integration - Self-sustaining development loops via Stop hooks
- π₯
epic-orchestratorAgent - Coordinates parallel task agents - π Real-time progress tracking
Commands¶
/project-management:create-prd¶
Generate professional Product Requirements Documents (PRDs) for features and products.
Features:
- π Comprehensive PRD structure with all essential sections
- π― Goal-oriented format with clear objectives
- π₯ User personas and use cases
- π Success metrics and KPIs
- π§ Technical requirements and constraints
- πΊοΈ Implementation roadmap
- π Extensive templates and best practices
Usage:
| Bash | |
|---|---|
PRD Sections:
- Executive Summary
- Goals & Objectives
- User Personas
- User Stories & Use Cases
- Functional Requirements
- Non-Functional Requirements
- Technical Architecture
- Success Metrics
- Implementation Phases
- Risks & Mitigation
References:
- Best Practices - PRD quality guidelines
- Sections Guide - Detailed section templates
- Templates - Ready-to-use PRD templates
/project-management:create-plan¶
Transform PRDs into actionable project plans with task breakdown and Linear integration.
Features:
- π Automatic task extraction from PRD
- π― Task prioritization and dependencies
- π₯ Agent-to-task mapping
- π Linear issue creation and synchronization
- π Filesystem-based plan management
- ποΈ Hierarchical task organization
Usage:
| Bash | |
|---|---|
Plan Structure:
- High-level milestones
- Detailed task breakdown
- Agent assignment recommendations
- Dependency mapping
- Estimated complexity
- Priority levels
References:
- Agent Mapping - Agent selection guidelines
- Best Practices - Planning methodologies
- Filesystem - File-based plan storage
- Linear Integration - Linear API usage
- Task Breakdown - Task decomposition strategies
/project-management:init-task¶
Initialize a single task with duplicate detection, ATOMIC validation, and mandatory Definition of Done (Filesystem or Linear).
Features:
- π Duplicate detection across filesystem and Linear
- β ATOMIC validation (Actionable, Testable, Ownable, Measurable, Independent, Complete)
- π Mandatory Definition of Done with 4 default items
- π§ Interactive wizard with 10-step guided creation
- β‘ Inline mode for quick task creation via arguments
- π Plan-attached or standalone (adhoc) task support
- π Linear integration for issue creation
Usage:
References:
- Task Template - Standardized task structure
- Duplicate Detection - Search and matching logic
- Validation Rules - ATOMIC validation and DoD requirements
/project-management:implement-task¶
Implement tasks with git worktree workflow, branch creation, and PR automation.
Features:
- π² Git worktree creation for isolated development
- πΏ Automatic branch creation and management
- π Task status tracking
- π Linear issue synchronization
- π PR creation integration
- β Completion verification
Usage:
| Bash | |
|---|---|
Workflow:
- Creates git worktree for task
- Checks out new feature branch
- Tracks implementation progress
- Updates task status
- Creates PR when complete
- Synchronizes with Linear
References:
- Best Practices - Implementation guidelines
- Filesystem - Task file management
- Linear - Linear integration
- Troubleshooting - Common issues
- Workflow - Complete workflow guide
/project-management:implement-epic¶
Autonomous, parallel EPIC implementation using native Claude Code autonomous loops for self-sustaining development cycles.
Features:
- π€ Fully Autonomous - Initiates and coordinates all tasks independently
- π Parallel Execution - Multiple tasks simultaneously in separate worktrees
- π Autonomous Loops - Iterative cycles until success using Stop hooks
- π Auto-Review - Automatic code reviews with fix loops
- π Live Tracking - Real-time progress display
- π‘οΈ Fault Tolerance - Blocked tasks are documented while others continue
Usage:
| Bash | |
|---|---|
Workflow:
Options:
| Option | Default | Description |
|---|---|---|
--max-parallel | 3 | Maximum concurrent agents |
--max-iterations | 30 | Maximum iterations per task |
--skip-review | false | Skip review phase |
--dry-run | false | Display analysis only |
References:
- Orchestrator Architecture - Technical details
- Autonomous Loop Integration - Loop configuration
- Parallel Strategies - Parallelization patterns
- Troubleshooting - Common issues
/project-management:document-handoff¶
Create handoff documentation before /compact for seamless context continuation.
Features:
- π Captures current task state and progress
- π Ensures seamless context continuation after compaction
- π Documents decisions, blockers, and next steps
- π Linear issue synchronization support
Usage:
| Bash | |
|---|---|
References:
- Best Practices - Handoff quality guidelines
- Examples - Example handoff documents
- Templates - Ready-to-use templates
Agents¶
epic-orchestrator¶
Coordinates the parallel implementation of all tasks within an EPIC.
Capabilities:
- Dependency graph analysis
- Agent lifecycle management
- Progress tracking
- Error recovery
- User escalation for blockers
Installation¶
This plugin is part of the Talent Factory marketplace.
Add to .claude/settings.json:
Project Structure¶
Workflow Example¶
Complete Feature Development¶
With Linear Integration¶
Best Practices¶
PRD Creation¶
- Start with user needs - Focus on solving real problems
- Define clear success metrics - Measurable outcomes
- Include non-functional requirements - Performance, security, scalability
- Document assumptions - Be explicit about constraints
- Iterate with stakeholders - Review and refine
Project Planning¶
- Break down into small tasks - Less than one day of work each
- Identify dependencies - Critical path planning
- Assign appropriate agents - Match skills to tasks
- Set realistic timelines - Buffer for unknowns
- Track in Linear - Central source of truth
Task Implementation¶
- Use worktrees - Isolated development environments
- Follow naming conventions -
feature/,fix/, etc. - Commit frequently - Small, atomic commits
- Update task status - Keep plan current
- Create PRs early - Enable collaboration
Linear Integration¶
Setup¶
| Bash | |
|---|---|
Features¶
- Bi-directional sync - Changes flow both ways
- Issue creation - Auto-create from tasks
- Status updates - Sync task completion
- Comment tracking - Add implementation notes
- Label management - Tag with component/priority
Examples¶
Example 1: New Feature¶
Example 2: Bug Fix Project¶
| Bash | |
|---|---|
Requirements¶
- Git: Version 2.23+ (for worktree support)
- Linear CLI: Optional for Linear integration (
npm install -g @linear/cli) - GitHub CLI: Optional for automated PRs (
gh)
Troubleshooting¶
PRD Generation¶
Problem: PRD too generic
- Solution: Provide more context about users and use cases
Problem: Missing technical details
- Solution: Explicitly request architecture and technical constraints
Plan Creation¶
Problem: Tasks too large
- Solution: See task-breakdown.md
Problem: Linear sync fails
- Solution: Check API key and team ID in settings
Task Implementation¶
Problem: Worktree creation fails
- Solution: See troubleshooting.md
Problem: Branch already exists
- Solution: Use different task ID or clean up old branches
Changelog¶
Version 2.6.2 (2026-02-27)¶
Single-Task Creation:
- π Added
/project-management:init-taskcommand for single-task creation - π Duplicate detection across filesystem and Linear with Jaccard similarity
- β ATOMIC validation with hard requirements and soft warnings
- π Extended task template with Type, Plan, and Definition of Done fields
- π Added 3 reference documents: task-template, duplicate-detection, validation-rules
Version 2.5.0 (2026-02-26)¶
Plugin Orchestration:
- π§ Added plugin orchestration to
/project-management:implement-task(Superpowers brainstorm, agent routing, quality gate) - β‘ Added skip options:
--skip-brainstorm,--skip-quality-gate - π Added reference documentation: agent-routing, context-analysis, quality-gate
Version 2.4.0 (2026-02-01)¶
Documentation & Architecture:
- π Complete documentation translation to professional English (academic level)
- π§ Removed external plugin dependency (ralph-wiggum)
- π Uses native Claude Code autonomous loops via Stop hooks
- π Renamed
ralph-integration.mdtoautonomous-loop-integration.md
Version 2.3.0 (2026-02-01)¶
Autonomous EPIC Implementation:
- π€ Added
/project-management:implement-epiccommand with autonomous loop integration - π Parallel task execution with isolated worktrees
- π₯ Added
epic-orchestratoragent for coordination - π Autonomous implementation and review loops
- π Real-time progress tracking and status updates
- π Added 4 new reference documents for EPIC implementation
Version 2.0.0 (2026-01-10)¶
Major Update:
- β¨ Added
/project-management:create-plancommand with Linear integration - β¨ Added
/project-management:implement-taskcommand with worktree workflow - π Added comprehensive reference documentation (13 files)
- π Integrated Linear API for issue management
- π² Added git worktree support for isolated development
- π Enhanced PRD templates and best practices
Migration from 1.0.0:
/project-management:create-prdremains compatible- New commands optional but recommended
- Linear integration opt-in
Version 1.0.0¶
- Initial release with
/project-management:create-prd
Support¶
- Issues: GitHub Issues
- Discussions: GitHub Discussions
- Email: support@talent-factory.ch
Contributing¶
See CONTRIBUTING.md in the main repository.
License¶
MIT License - see LICENSE file for details.
Made with β€οΈ by Talent Factory GmbH