Epic banner
amonick12 amonick12

Epic

Development community

Description

--- name: epic description: "Create a multi-card epic (PRD + sub-cards) from a feature description" arguments: - name: description description: "Feature description — what it does, why it matters, rough scope" required: true --- # Epic Create a PRD and a set of linked sub-cards from a user's feature description. ## Steps 1. **Understand the feature.** Read the user's description and determine: - **Feature name:** concise (used as PRD title) - **Problem:** what user problem th

Installation

Installs to ~/.claude/skills/amonick12-helix-delivery-loop-epic/SKILL.md

Terminal
mkdir -p ~/.claude/skills/amonick12-helix-delivery-loop-epic && curl -fsSL https://raw.githubusercontent.com/amonick12/helix-delivery-loop/HEAD/commands/epic.md -o ~/.claude/skills/amonick12-helix-delivery-loop-epic/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository