Agent skill
start-epic
Install this agent skill to your Project
npx add-skill https://github.com/leeovery/agentic-workflows/tree/main/skills/start-epic
SKILL.md
Start a new epic. Gather a brief description, create the work unit, and route to the first phase.
⚠️ ZERO OUTPUT RULE: Do not narrate your processing. Produce no output until a step or reference file explicitly specifies display content. No "proceeding with...", no discovery summaries, no routing decisions, no transition text. Your first output must be content explicitly called for by the instructions.
Instructions
Follow these steps EXACTLY as written. Do not skip steps or combine them.
CRITICAL: This guidance is mandatory.
- After each user interaction, STOP and wait for their response before proceeding
- Never assume or anticipate user choices
- Complete each step fully before moving to the next
Step 0: Initialisation
Load casing-conventions.md and follow its instructions as written.
Run migrations — this is mandatory. You must complete it before proceeding.
Invoke the /workflow-migrate skill and follow its instructions exactly — if it issues a STOP gate, you must stop.
→ Proceed to Step 1.
Step 1: Gather Epic Context
If inbox file path was provided as positional argument ($0)
Read the inbox file at the provided path. Use its content as the epic description — skip the gather-context prompt. The slug from the filename (strip the YYYY-MM-DD-- prefix, strip .md) becomes the suggested work unit name in Step 2.
→ Proceed to Step 2.
Otherwise
Load gather-epic-context.md and follow its instructions as written.
→ Proceed to Step 2.
Step 2: Epic Name and Conflict Check
Load name-check.md and follow its instructions as written.
→ Proceed to Step 3.
Step 3: Route to First Phase
Load route-first-phase.md and follow its instructions as written.
→ Proceed to Step 4.
Step 4: Invoke Entry-Point Skill
Invoke the appropriate entry-point skill based on the selected phase:
| Phase | Invoke |
|---|---|
| research | /workflow-research-entry epic {work_unit} |
| discussion | /workflow-discussion-entry epic {work_unit} |
This skill ends. The invoked skill will load into context and provide additional instructions. Terminal.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
update-workflow-explorer
Audit and update workflow-explorer.html flowcharts to match the current codebase logic. Reads all command, skill, and agent source files, compares against the 4 data structures in the HTML file, reports drift, and applies updates. Use when workflow logic has changed and the explorer needs syncing.
create-output-format
Scaffold a new planning output format adapter. Creates a format directory with all required files implementing the output format contract.
continue-feature
workflow-review-entry
workflow-planning-process
workflow-start
Didn't find tool you were looking for?