From storyhook
Use when breaking down a feature, spec, or requirement into structured stories with dependencies and priorities. Accepts a file path (markdown or YAML spec) or inline description. Creates stories in storyhook with relationships.
How this skill is triggered — by the user, by Claude, or both
Slash command
/storyhook:storyhook-plan [<spec-file> | "description"][<spec-file> | "description"]This skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Decompose a feature or spec into structured stories with dependencies.
Decompose a feature or spec into structured stories with dependencies.
Before running any story command, confirm the CLI is installed by running command -v story. If it is missing, follow references/ensure-cli.md: tell the user, ask permission to install (via AskUserQuestion), and if approved use the storyhook-install skill before continuing. Do not run story commands until this check passes.
/storyhook:storyhook-plan ./spec.md), read the file to verify it exists/storyhook:storyhook-plan "Add user authentication with OAuth2"), write it to a temporary markdown file at /tmp/storyhook-plan-input.mdRun story decompose <file> --dry-run to preview what stories will be created without actually creating them.
This shows:
Present the preview to the user for review.
Ask the user if the proposed stories look correct. They may want to:
If adjustments are needed, edit the input file and re-run --dry-run until the user is satisfied.
On approval, run story decompose <file> (without --dry-run) to create all stories with their relationships and priorities.
Run story graph --critical-path to display the dependency structure and identify the critical path through the planned work.
/storyhook:storyhook-work to start on the first story in the critical path/storyhook:storyhook-triage to review and adjust prioritiesnpx claudepluginhub mikeydotio/storyhook --plugin storyhookProvides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.