Claude Code Plugins

Community-maintained marketplace

Feedback

story-create

@otrebu/all-agents
2
0

Create structured story files for planning user-facing features. Use when user asks to "create a story", "add a story", "plan a story", or needs to document user value. Creates numbered markdown files in docs/planning/stories/.

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name story-create
description Create structured story files for planning user-facing features. Use when user asks to "create a story", "add a story", "plan a story", or needs to document user value. Creates numbered markdown files in docs/planning/stories/.

Story Create

Create story files using the aaa CLI.

Workflow

  1. Run: aaa story create <name>
  2. Write content using template
  3. Prompt user: "Create tasks for this story?"
  4. If yes, create tasks with --story NNN flag

References

  • CLI & workflow: @context/blocks/docs/task-management.md
  • Template: @context/blocks/docs/story-template.md