.claude/skills/pair-process-plan-epics/SKILL.md
Breaks initiatives into epics through structured analysis and collaborative validation. Composes /pair-capability-write-issue with $type: epic. Idempotent: detects existing epics, creates only missing ones. Includes Epic 0 assessment for new projects.
npx skillsauth add foomakers/pair pair-process-plan-epicsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Transform strategic initiatives into comprehensive epic breakdowns. Each epic delivers end-to-end user value in 2-4 sprints. Composes /pair-capability-write-issue for PM tool integration.
| Skill | Type | Required |
| -------------- | ---------- | --------------------------------------------------------- |
| /pair-capability-write-issue | Capability | Yes — creates or updates epic issues in the PM tool |
| Argument | Required | Description |
| ------------- | -------- | ----------------------------------------------------------------------------------------------------- |
| $initiative | No | Initiative identifier (e.g., #10). If omitted, selects highest-priority Todo initiative. |
adoption/tech/boundedcontext/Check: Is $initiative provided?
Skip: If provided, load the initiative from the PM tool. Proceed to Step 2.
Act: Query PM tool for initiatives in Todo state. Apply selection:
Act: Present recommendation and ask developer to confirm:
Recommend breaking down Initiative
#[ID]: [Title](Priority: [P0/P1/P2]). Reason: [business value / readiness / dependency chain]. Proceed?
Verify: Initiative selected and loaded.
Check: Query PM tool for existing epic issues linked to the selected initiative.
Act: Build a registry of existing epics:
EXISTING EPICS:
├── #ID: [Title] (Status: [Todo/In Progress/Done])
└── ...
Verify: Registry built. Existing epics will be skipped during creation.
Act: Analyze initiative components:
Act: Determine epic structure:
Act: Present epic breakdown proposal to developer:
Epic breakdown for Initiative
#[ID]: [Title]:[Epic 0: Bootstrap (if needed)] Epic 1: [Name] (2-3 sprints) — [user value] Epic 2: [Name] (3-4 sprints) — [user value] ...
[N] already exist (will be skipped). Approve or adjust?
Verify: Developer approves the breakdown.
Process epics sequentially (Epic 0 first if needed). For each epic:
Check: Does this epic already exist in the registry (Step 2)?
Skip: If exists → skip, report:
Epic
[Title]already exists (#ID). Skipping.
Act: Draft the epic following epic-template.md:
Act: Compose /pair-capability-write-issue with:
$type: epic$content: the filled epic template$parent: the initiative identifierVerify: Epic created in PM tool. Record the ID.
EPICS COMPLETE:
├── Initiative: [#ID: Title]
├── Total: [N epics]
├── Created: [X new]
├── Skipped: [Y existing]
├── Sprints: [estimated total sprints]
├── PM Tool: [adopted tool]
└── Next: /pair-process-plan-stories
$initiative identifier./pair-capability-write-issue is not installed, warn and provide formatted epic content for manual PM tool entry./pair-process-plan-stories for user story breakdown.development
Creates or updates a Product Requirements Document through structured template analysis, hypothesis-driven information gathering, and iterative review. Idempotent — detects existing PRD and offers selective section update.
development
Reviews a pull request through a structured 6-phase process: validation, technical review, adoption compliance, completeness check, decision, and optional merge with parent cascade. Composes /verify-quality, /verify-done, /record-decision, /assess-debt (required) and /verify-adoption, /assess-stack (optional with graceful degradation). Output follows the code review template. Idempotent — re-invocation resumes from incomplete phases.
tools
Refines a user story from Todo to Refined state through structured phases: selection, requirements analysis (Given-When-Then), technical analysis, sprint readiness, and documentation. Section-level idempotency — detects partial refinement and resumes. Composes /write-issue for PM tool updates.
testing
Breaks a refined user story into implementation tasks. Task-level idempotency: detects existing tasks and creates only missing ones. Appends condensed Technical Analysis + Task Breakdown (checklist, Dependency Graph, AC Coverage table, detailed tasks) to the story body. Composes /write-issue to update the story issue body. Tasks are documented inline in the story — no separate task issues are created.