Produce a user-facing recap of an owned `.planr` scope in this repository. Use when the user asks what changed, why it changed, what works now, what intentionally no longer works, or what remains blocked after `planr-fix`, `planr-status`, or `planr-review`. Not for deciding completion (`planr-status`), running a findings-first audit (`planr-review`), or continuing implementation (`planr-fix`).
Use this skill when the user wants the end result in plain language, not a verdict-only status report or a findings-first audit.
A planr-summary is invalid if it invents outcomes, hides blockers, collapses into planr-status, or turns into a findings list that belongs in planr-review.
./.planr/tooling/planr status show [--scope ...] for live scope context before reading raw status JSON..planr evidence, then drop to plan files, diff, and code only when the recorded state is insufficient..planr/plans/*.plan.md when one existssummary scope before writing anything.planr-status.planr-review.summary scope:
.planr/status/current.json.planr/status/current.jsontodosnone when the summary can simply stand on its ownplanr-fix when concrete owned work still remainsplanr-status when the missing question is completion verdict or scope stateplanr-review when the missing question is correctness, architecture, or hard-cut qualityUse this structure:
Summary scopeWhat changedWhyWhat works nowWhat intentionally no longer worksWhat remains blocked or unverifiedEvidence checkedRecommended next skillBrief end resultRules for the response:
What changed should describe the net result, not a file-by-file changelog.Why should explain the purpose of the change in one short paragraph or a few flat bullets.What works now should only include evidence-backed outcomes.What intentionally no longer works should explicitly say none when nothing was intentionally removed in scope.What remains blocked or unverified should explicitly say none only when that is true.Evidence checked should quote exact commands when verification materially supports the recap.Recommended next skill should be on-demand guidance, not an automatic workflow jump.Brief end result should read like the final takeaway a user actually wanted to understand..planr rules.