From epieczko-betty
Convert decomposed items from epic.decompose into fully formatted user stories. Generates individual Markdown files for each story following standard user story format.
npx claudepluginhub joshuarweaver/cascade-code-general-misc-1 --plugin epieczko-bettyThis skill uses the workspace's default tool permissions.
Convert decomposed items from epic.decompose into fully formatted user stories. Generates individual Markdown files for each story following standard user story format.
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.
Convert decomposed items from epic.decompose into fully formatted user stories. Generates individual Markdown files for each story following standard user story format.
Purpose: Convert decomposed items from epic.decompose into fully formatted user stories. Generates individual Markdown files for each story following standard user story format.
Command: /story/write
python3 skills/story/write/story_write.py
python3 skills/story/write/story_write.py \
--stories_file_(string,_required):_path_to_the_stories.json_file_from_epic.decompose "value" \
--epic_reference_(string,_optional):_reference_to_the_source_epic_for_traceability "value" \
--output_dir_(string,_optional):_directory_to_save_story_files_(default:_./stories/) "value" \
--output-format json
user-stories-listuser-storyfilesystem:readfilesystem:writeLoad and parse stories.json. Generate unique story ID for each item. Format as standard user story (As a/I want/So that). Convert acceptance criteria to checklist format. Add traceability links to Epic. Include metadata for tracking. Create summary index file listing all stories. Support batch processing. Validate each story against INVEST criteria.
This skill can be used in agents by including it in skills_available:
name: my.agent
skills_available:
- story.write
Run tests with:
pytest skills/story/write/test_story_write.py -v
This skill was generated by meta.skill, the skill creator meta-agent.
Part of the Betty Framework