From claudio
Generates detailed implementation plans for software projects, breaking them into phases with tasks, dependencies, resource allocation, milestones, risks, and deliverables.
npx claudepluginhub vinnie357/claude-skills --plugin claudioThis skill uses the workspace's default tool permissions.
Guide for creating detailed implementation plans that break down complex projects into manageable phases with realistic dependencies and resource allocation.
Creates isolated Git worktrees for feature branches with prioritized directory selection, gitignore safety checks, auto project setup for Node/Python/Rust/Go, and baseline verification.
Executes implementation plans in current session by dispatching fresh subagents per independent task, with two-stage reviews: spec compliance then code quality.
Dispatches parallel agents to independently tackle 2+ tasks like separate test failures or subsystems without shared state or dependencies.
Guide for creating detailed implementation plans that break down complex projects into manageable phases with realistic dependencies and resource allocation.
Activate when:
## Phase [N]: [Phase Name]
**Duration**: [Estimate]
**Dependencies**: [Previous phases or external]
### Objectives
- Primary goal of this phase
- Key deliverables and outcomes
### Tasks
#### Task [N.1]: [Task Name]
- **Complexity**: Simple/Medium/Complex
- **Dependencies**: [Other tasks]
- **Description**: Detailed task description
- **Acceptance Criteria**:
- [ ] Criterion 1
- [ ] Criterion 2
### Deliverables
- [Specific deliverable 1]
- [Specific deliverable 2]
### Risks and Mitigation
- **Risk**: [Description]
- **Probability**: High/Medium/Low
- **Mitigation**: [Strategy]
When estimating, account for: