Help us improve
Share bugs, ideas, or general feedback.
From planr
Creates structured product plans and build plans with acceptance criteria, architecture, and verification using the planr CLI.
npx claudepluginhub instructa/planr --plugin planrHow 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.
Creates self-contained, dependency-aware implementation plans for software projects. Use when starting a new project, refining architecture, or decomposing complex work into actionable beads.
Share bugs, ideas, or general feedback.
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.