recipe-plan-review
Recipe: Review and Improve a Recently Landed Plan
Recipe skill that reviews a recently landed (archived) plan against its original request and the implementation that actually merged, then surfaces gaps for the user. The recipe is analytical only — its sole mutating action is, on user agreement, kicking off a separate /plan-marshall task="…" fix plan (the standard fix workflow, not part of this recipe). Loaded by phase-3-outline when this recipe is selected.
Input Parameters
| Parameter | Source |
|---|---|
plan_id |
From phase-3-outline |
The recipe's discovery metadata (recipe_domain) is declared in this skill's YAML frontmatter — manage-config list-recipes reads it from frontmatter, the sole source of truth; the markdown body is never scanned for it. recipe_profile and recipe_package_source are not needed by this analytical recipe and are omitted from frontmatter — the recipe creates no implementation/test deliverables of its own.
Enforcement
Execution mode: Read-only analytical review with a pinned coverage cell. Select an archived plan, compare its original request against the merged implementation, surface gaps, and — only on explicit user agreement — kick off a separate fix plan.