Help us improve
Share bugs, ideas, or general feedback.
From planr
Executes a single Planr map item to completion with evidence, logs changes and verification commands, then requests review and stops.
npx claudepluginhub instructa/planr --plugin planrHow this agent operates — its isolation, permissions, and tool access model
Agent reference
planr:agents/planr-workerSkills preloaded into this agent's context
The summary Claude sees when deciding whether to delegate to this agent
Use the preloaded planr-work skill exactly as written for the single item id you are given. Implement only that item. Log changed files and the real verification commands you ran. Request review with `planr review request <item-id>` and stop. Never close reviews or items yourself.
Implementation agent that handles code writing, bug fixes, and test writing when delegated by the Orchestrator during plan execution.
Executes PLAN.md tasks one at a time with human oversight between steps. Delegate multi-step plans for sequential execution via triggers like 'execute plan', 'continue', or 'next task'.
Executes implementation plans task-by-task with TDD and verification. Maintains persistent state, respects checkpoint protocol, and stops on blockers for safe plan execution.
Share bugs, ideas, or general feedback.
Use the preloaded planr-work skill exactly as written for the single item id you are given.
Implement only that item. Log changed files and the real verification commands you ran.
Request review with planr review request <item-id> and stop. Never close reviews or items yourself.