Wave planner
Skill smith-horn/product-builder-starter/skills/wave-planner
11 Claude Code skills for product builders shipping with agentic AI
npx -y skills add smith-horn/product-builder-starter --skill wave-plannerAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 11 stars11 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Transform project issues into execution-ready implementation plans with risk prediction, wave-based organization, specialist agents, and TDD workflow
SKILL.md
2.1 KB, 342 tokens by cl100k_base, as published. Nobody here has run it
Wave Planner
Transform project issues into execution-ready implementation plans with wave-based organization, specialist agent assignments, token estimates, and TDD workflow.
Execution
When triggered, immediately:
- Read
./agent-prompt.md - Spawn a single Task with
subagent_type: "general-purpose"passing the agent-prompt content as the prompt - Include in the prompt: the user's request, current working directory, and any arguments passed
- Wait for the agent to complete
- Present the agent's summary to the user
Do NOT execute the planning workflow in this session. The subagent handles everything including user interaction (AskUserQuestion), artifact generation, and Linear queries.
Execution Context Requirements
This skill spawns a general-purpose subagent that performs file write operations (implementation plans, ADRs, hive configs).
Foreground execution required: Yes. Background execution auto-denies unapproved Write/Edit tools, causing silent failures when creating artifacts.
Required tools: Read, Write, Edit, Bash, Grep, Glob, Task, AskUserQuestion, TodoWrite
Fallback: If Write/Edit tools are denied, the subagent returns the plan content as text output for the coordinator to write to disk.
Reference: Subagent Tool Permissions Research
Changelog
v2.0.0
- Refactor: Thin dispatcher pattern — full logic extracted to agent-prompt.md
- Skill runs in isolated subagent context, reducing post-compaction restoration from ~400 lines to ~50 lines
See agent-prompt.md for prior changelog entries.
What ships with it: 1 file
11.3 KB alongside SKILL.md
- agent-prompt.md11.3 KB