From epieczko-betty
Take an Epic (as Markdown) and decompose it into user stories. Analyzes Epic document and identifies major deliverables, grouping them by persona or capability.
npx claudepluginhub joshuarweaver/cascade-code-general-misc-1 --plugin epieczko-bettyThis skill uses the workspace's default tool permissions.
Take an Epic (as Markdown) and decompose it into user stories. Analyzes Epic document and identifies major deliverables, grouping them by persona or capability.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
Take an Epic (as Markdown) and decompose it into user stories. Analyzes Epic document and identifies major deliverables, grouping them by persona or capability.
Purpose: Take an Epic (as Markdown) and decompose it into user stories. Analyzes Epic document and identifies major deliverables, grouping them by persona or capability.
Command: /epic/decompose
python3 skills/epic/decompose/epic_decompose.py
python3 skills/epic/decompose/epic_decompose.py \
--epic_file_(string,_required):_path_to_the_epic.md_file_to_decompose "value" \
--max_stories_(integer,_optional):_maximum_number_of_stories_to_generate_(default:_5) "value" \
--output_path_(string,_optional):_where_to_save_the_stories.json_file_(default:_./stories.json) "value" \
--output-format json
agile-epicuser-stories-listfilesystem:readfilesystem:writeParse Markdown structure to extract Epic components. Use NLP techniques to identify distinct user stories. Ensure stories are independent and testable (INVEST criteria). Generate meaningful acceptance criteria. Validate output against JSON schema. Include metadata for traceability to source Epic.
This skill can be used in agents by including it in skills_available:
name: my.agent
skills_available:
- epic.decompose
Run tests with:
pytest skills/epic/decompose/test_epic_decompose.py -v
This skill was generated by meta.skill, the skill creator meta-agent.
Part of the Betty Framework