원클릭으로
epic-decompose
Split an approved PRD/EPIC into child TASK issues (create tasks, link back to EPIC, ensure Execution/Proof task exists).
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Split an approved PRD/EPIC into child TASK issues (create tasks, link back to EPIC, ensure Execution/Proof task exists).
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | epic-decompose |
| description | Split an approved PRD/EPIC into child TASK issues (create tasks, link back to EPIC, ensure Execution/Proof task exists). |
Use this skill after the PRD/EPIC is decision-complete and the owner says “decompose now”.
Assume the downstream dev/QA agents have zero prior project context and a blank context window. The PRD/EPIC is the single source of truth, so each child TASK must be detailed enough that an agent can execute without asking questions.
Epic: #<EPIC_NUMBER> as the first line of the body.Execution: run end-to-end + post evidencetype:taskdrafttype:epic.README.md, CONTRIBUTING.md, AGENTS.md, docs/)If any of these are missing: STOP and return to the PRD/EPIC workflow.
Output a proposed checklist with:
Then ask the owner:
For each TASK:
[TASK] ...type:task + draftEpic: #<EPIC_NUMBER>If you are unsure about any detail, explicitly instruct the agent to re-read the EPIC and the routed docs before implementing.
Update the EPIC “Task breakdown” checklist to include links:
- [ ] #1234 Task: ...- [ ] #1239 Execution: run end-to-end + post evidenceOutput:
Log durable agent learnings as JSON entries for reuse across tasks.
Dev agent workflow for implementing a GitHub issue end-to-end in a git worktree (code + tests + E2E + PR). Use as the Dev sub-agent.
Merge captain workflow to safely merge a PR for a GitHub issue after QA PASS (checks, reviews, merge, cleanup). Use as the Merge sub-agent.
Orchestrate a GitHub issue end-to-end (Dev -> QA -> Merge) using sub-agents in a git worktree.
Final-line QA gate for GitHub issues in a worktree. Proves every requirement with evidence (tests + E2E) and outputs PASS/FAIL with actionable fixes.
Run the PRD/EPIC workflow (requirements → simplification → decision-complete EPIC + child TASK breakdown with Execution/Proof).