From blueprint
Develop tasks from a story document with planning and implementation
npx claudepluginhub urso/claudev --plugin blueprintThis skill is limited to using the following tools:
Develop tasks from a story document with comprehensive planning and implementation support.
Provides Ktor server patterns for routing DSL, plugins (auth, CORS, serialization), Koin DI, WebSockets, services, and testApplication testing.
Conducts multi-source web research with firecrawl and exa MCPs: searches, scrapes pages, synthesizes cited reports. For deep dives, competitive analysis, tech evaluations, or due diligence.
Provides demand forecasting, safety stock optimization, replenishment planning, and promotional lift estimation for multi-location retailers managing 300-800 SKUs.
Develop tasks from a story document with comprehensive planning and implementation support.
${CLAUDE_PLUGIN_ROOT}/scripts/resolve-dir.sh${CLAUDE_PLUGIN_ROOT}/scripts/query-work.sh${CLAUDE_PLUGIN_ROOT}/scripts/find-doc.sh${CLAUDE_PLUGIN_ROOT}/scripts/list-rules.sh${CLAUDE_PLUGIN_ROOT}/scripts/list-workflows.sh$ARGUMENTS
!bash ${CLAUDE_PLUGIN_ROOT}/scripts/list-rules.sh
Output format (grouped by directory, pipe-separated columns):
<directory>:
full/path/to/file.md|name|applies-to|tags|paths|description
STORIES_DIR=$(bash RESOLVE_DIR story)
Find actionable work using query-work.sh. Always use --actionable to only see stories that are ready to implement.
bash QUERY_WORK --actionable --search "<user input>"
If no input provided, omit --search to list all actionable work.
Output format: TYPE | ID | FILENAME | TITLE | STATUS | BLOCKED-BY | DESCRIPTION
When a design matches the search, its actionable stories are included automatically. Present the story list and let the user pick one. If no actionable stories are found, tell the user — do not try to resolve blockers or work on blocked stories.
Read the selected story document.
If the story has a design: frontmatter field:
depends-on fieldreferences field (paths relative to git root)If the story has a blocked-by: field, read the Developer Logs sections (Decision Log, Blockers, Deviations, Lessons Learned) from those dependency stories. This surfaces decisions and lessons that are directly relevant to the current work.
This provides architectural context, decisions, and relevant project files for implementation.
Use the rules listing from the pre-computed context above.
Read and apply:
applies-to includes * or matches the project's languages/technologiesstyle) for coding conventionsbuild) for build/lint/test commandsKeep these guidelines in context throughout implementation.
For each selected task:
Implement the approved plan directly:
CRITICAL: Update the story document before completing:
[x] in the story documentin-progressThis step is mandatory - the story document must reflect completed work before this command finishes.
After updating the story document, check if significant deviations were logged:
Read the "Deviations from Design" section
If the story has a design: field and deviations are substantial (architectural changes, scope changes, discovered blockers):
"Deviations were logged that may affect the design. Consider running /design-update to revise."