From planr
Subagent that implements a single Planr map item with evidence and verification, then requests review.
How 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.
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.
npx claudepluginhub instructa/planr --plugin planrIndependent findings-first reviewer for a single Planr item. Audits evidence, inspects diffs, reruns verification, and closes with a verdict.
Dedicated implementation agent that writes code, fixes bugs, writes tests, and refactors under orchestration. Delegates to this agent for isolated task execution.
Executes approved implementation plans task-by-task with persistent state tracking, TDD rhythm, and verification after each task. Stops on blockers.