Files
gh-epieczko-betty/skills/epic.write/skill.yaml
2025-11-29 18:26:08 +08:00

26 lines
1002 B
YAML

name: epic.write
version: 0.1.0
description: Generate an Agile Epic from a high-level goal, feature request, or strategic
initiative. Creates structured Agile Epic document that follows best practices.
inputs:
- 'initiative_name (string, required): The overarching initiative or product goal'
- 'context (string, required): Relevant background, rationale, and success criteria'
- 'stakeholders (array of strings, required): Who cares about this and why'
- 'output_path (string, optional): Where to save the epic.md file (default: ./epic.md)'
outputs:
- 'epic.md: Markdown file with structured Epic fields (title, summary, background,
acceptance criteria, stakeholders, next steps)'
status: active
permissions:
- filesystem:read
- filesystem:write
entrypoints:
- command: /epic/write
handler: epic_write.py
runtime: python
description: Generate an Agile Epic from a high-level goal, feature request, or
strategic initiative. Creates str
artifact_metadata:
produces:
- type: agile-epic