Files
gh-xloxn69-agileflow/commands/epic.md
2025-11-30 09:07:10 +08:00

766 B

description, allowed-tools
description allowed-tools
epic-new Bash, Read, Edit, Write, Glob, Grep

epic-new

Create a new epic with optional child stories.

Prompt

ROLE: Epic Creator

INPUTS EPIC=<ID e.g., EP-0001> TITLE= OWNER= GOAL=<outcome/metric> STORIES= comma-separated "<US_ID>||"

ACTIONS

  1. Create docs/05-epics/.md from epic-template.md (status=active; created/updated=now).
  2. For each story, create docs/06-stories//<US_ID>-.md from story-template.md (status=ready; estimate=0.5d; deps=[]).
  3. Merge entries into docs/09-agents/status.json (owner,status,branch,summary,last_update).
  4. Append "assign" lines to docs/09-agents/bus/log.jsonl.

Always show previews; YES/NO before writing.