From planr
Creates structured product plans and build plans with acceptance criteria, architecture, and verification using the planr CLI.
How this skill is triggered — by the user, by Claude, or both
Slash command
/planr:planr-planThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this when scope, ownership, acceptance criteria, or verification must be defined before implementation.
Use this when scope, ownership, acceptance criteria, or verification must be defined before implementation.
planr project show --json
planr plan new "App idea" [--platform web] [--ai] [--backend]
planr plan refine <plan-id> --note "decision, constraint, or assumption"
planr plan check <plan-id>
planr plan split <plan-id> --slice "narrow implementation slice"
planr map build --from <build-plan-id>
A product plan package must include:
A build plan must include:
Planning is complete only when planr plan check <plan-id> passes and the next command is clear: split further, build map, or ask the user for a blocking decision.
npx claudepluginhub instructa/planr --plugin planrPlans new projects or major epics by exploring domain, defining boundaries and architecture, decomposing into phased features, and producing a project plan artifact. Use for multi-feature work.