Agent Skills: Create Next Story

Use to identify and prepare the next logical story based on project progress. Creates comprehensive story files with full technical context.

UncategorizedID: resolve-io/.prism/create-next-story

Install this agent skill to your local

pnpm dlx add-skill https://github.com/resolve-io/.prism/tree/HEAD/plugins/prism-devtools/skills/create-next-story

Skill Files

Browse the full folder contents for create-next-story.

Download Skill

Loading file tree…

plugins/prism-devtools/skills/create-next-story/SKILL.md

Skill Metadata

Name
create-next-story
Description
Identify and prepare the next logical story with full technical context from architecture docs.

Create Next Story

Identifies the next sequential story, gathers architecture context, applies PROBE estimation, and generates a complete story file.

Steps

  1. Load core-config.yaml and locate the next story number (alert user if previous story is incomplete)
  2. Gather story requirements and previous story context (completion notes, lessons learned)
  3. Read architecture documents relevant to the story type (backend/frontend/full-stack)
  4. Apply PROBE estimation for story sizing
  5. Populate story template with full technical context and source references
  6. Run execute-checklist with story-draft-checklist and present summary

For detailed instructions, see instructions.md.