From epieczko-betty
Generate an Agile Epic from a high-level goal, feature request, or strategic initiative. Creates structured Agile Epic document that follows best practices.
npx claudepluginhub joshuarweaver/cascade-code-general-misc-1 --plugin epieczko-bettyThis skill uses the workspace's default tool permissions.
Generate an Agile Epic from a high-level goal, feature request, or strategic initiative. Creates structured Agile Epic document that follows best practices.
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.
Generate an Agile Epic from a high-level goal, feature request, or strategic initiative. Creates structured Agile Epic document that follows best practices.
Purpose: Generate an Agile Epic from a high-level goal, feature request, or strategic initiative. Creates structured Agile Epic document that follows best practices.
Command: /epic/write
python3 skills/epic/write/epic_write.py
python3 skills/epic/write/epic_write.py \
--initiative_name_(string,_required):_the_overarching_initiative_or_product_goal "value" \
--context_(string,_required):_relevant_background,_rationale,_and_success_criteria "value" \
--stakeholders_(array_of_strings,_required):_who_cares_about_this_and_why "value" \
--output_path_(string,_optional):_where_to_save_the_epic.md_file_(default:_./epic.md) "value" \
--output-format json
agile-epicfilesystem:readfilesystem:writeValidate all required inputs are provided. Generate clear, measurable acceptance criteria. Format output following Agile Epic standards. Include metadata for artifact tracking. Provide clear guidance on next step (epic.decompose).
This skill can be used in agents by including it in skills_available:
name: my.agent
skills_available:
- epic.write
Run tests with:
pytest skills/epic/write/test_epic_write.py -v
This skill was generated by meta.skill, the skill creator meta-agent.
Part of the Betty Framework