From planr
Builds a structured summary of a Planr scope after work, review, or status inspection, including changes, verification evidence, blockers, and recommended next commands.
How this skill is triggered — by the user, by Claude, or both
Slash command
/planr:planr-summaryThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Build the summary from current Planr evidence:
Build the summary from current Planr evidence:
planr map show --json
planr trace item <item-id>
planr log list --item <item-id>
Include:
If completion is not proven, say so directly and recommend planr-status, planr-work, or planr-review.
npx claudepluginhub instructa/planr --plugin planrReports the status of Planr projects, maps, items, and reviews without making changes. Answers what is done, remaining, blocked, or next to pick.
Reconciles Plans.md against implementation status and detects drift. Use for sync-status, progress checks, or snapshot creation.
Detects drift between Plans.md and implementation, updates progress markers, and generates retrospectives. Triggered by sync-status, where am I, check progress.