Agent Skills: Create Story Tasks

Use to decompose user stories into individual development tasks. Creates task documents that can be assigned, estimated, and tracked.

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

Install this agent skill to your local

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

Skill Files

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

Download Skill

Loading file tree…

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

Skill Metadata

Name
create-story-tasks
Description
Decompose user stories into 2-8 hour development tasks with estimates, dependencies, and task documents.

Create Story Tasks

Breaks a user story into specific, actionable development tasks organized in logical execution order.

Steps

  1. Load user story from docs/stories/ with acceptance criteria and technical notes
  2. Map each AC to required implementation work and identify technical components
  3. Generate task breakdown in 2-8 hour chunks across categories (DB, API, UI, Tests, Docs)
  4. Create a task document for each task with PROBE estimate and dependencies
  5. Update the parent story document with a task index table

For detailed instructions, see instructions.md.