Plan Signoff Review
Custom skill created by Maggie Lerman.
Rebuild the review from primary source context instead of trusting compressed summaries. Use this only after a draft plan already exists and the thread is already operating in Plan mode.
Inputs
Read these first when present:
- the full current thread from the first in-scope user message through the latest plan draft
- the most recent version of the plan the user is being asked to approve
- the newest audits, reports, review docs, or checklists referenced in the thread
- any repo governance or source-of-truth documents the thread treats as authoritative
If a referenced artifact cannot be found, call it out explicitly and treat it as a sign-off blocker instead of guessing.
Workflow
- Rebuild the thread record.
- Re-read the thread in order. Do not rely on compressed context, memory, or the latest turn alone.
- Extract decisions, constraints, scope commitments, rejected options, dependencies, and promised follow-ups.
- Normalize relative time references into exact dates when the thread makes timing-sensitive claims.
- Gather the latest supporting artifacts.
- Identify every audit, report, or decision document the thread says should inform the final plan.
- Read the newest available version of each artifact.
- Prefer primary artifacts over later summaries when they disagree.
- Compare the plan against the record.
- Check that the plan covers every material decision and committed work item.
- Flag stale assumptions, omitted scope, contradictory sequencing, superseded references, and missing acceptance criteria.
- Verify dependencies and ordering still match the latest evidence.
- Run an independent pass when appropriate.
- If the user explicitly asks for independent review and the current tool policy allows delegation, consider spawning 1-2 subagents.
- Give those reviewers the plan and raw source artifacts, not your conclusions.
- Ask them to look for omissions, contradictions, stale references, and execution risks.
- Reconcile their findings yourself before responding.
- Return a sign-off review, not a vague summary.
- Lead with concrete gaps and contradictions.
- State which artifacts you verified and which were missing.
- Say clearly whether the plan is ready to approve, needs specific amendments, or is blocked on missing evidence.
- Prefer exact amendment recommendations over a full rewrite unless the user asks for a rewritten plan.
Output Contract
Return sections in this order:
Coverage Gaps
Contradictions Or Stale References
Artifact Freshness Check
Recommended Plan Amendments
Approval Recommendation
For each issue:
- cite the thread message, file, or artifact that supports it
- explain the practical impact on the plan
- give one concrete corrective action
If the plan is fully aligned, say so explicitly and name the artifacts and decisions you verified.
Hardened Invocation Prompt
Use this skill to re-read the full current Plan mode thread, compare the latest proposed plan against everything we decided, verify it uses the newest audits and reports, and tell me exactly what must change before I approve it.
1---2name: plan-signoff-review3description: Custom skill created by Maggie Lerman. Review a proposed final plan against the full current thread and the latest supporting audits, reports, and decision artifacts before approval. Use when the user asks to double-check that a plan reflects everything discussed, incorporates the newest review documents, or needs a final readiness pass in an existing Plan mode thread.4---56# Plan Signoff Review78Custom skill created by Maggie Lerman.910Rebuild the review from primary source context instead of trusting compressed summaries. Use this only after a draft plan already exists and the thread is already operating in Plan mode.1112## Inputs1314Read these first when present:15- the full current thread from the first in-scope user message through the latest plan draft16- the most recent version of the plan the user is being asked to approve17- the newest audits, reports, review docs, or checklists referenced in the thread18- any repo governance or source-of-truth documents the thread treats as authoritative1920If a referenced artifact cannot be found, call it out explicitly and treat it as a sign-off blocker instead of guessing.2122## Workflow23241. Rebuild the thread record.25- Re-read the thread in order. Do not rely on compressed context, memory, or the latest turn alone.26- Extract decisions, constraints, scope commitments, rejected options, dependencies, and promised follow-ups.27- Normalize relative time references into exact dates when the thread makes timing-sensitive claims.28292. Gather the latest supporting artifacts.30- Identify every audit, report, or decision document the thread says should inform the final plan.31- Read the newest available version of each artifact.32- Prefer primary artifacts over later summaries when they disagree.33343. Compare the plan against the record.35- Check that the plan covers every material decision and committed work item.36- Flag stale assumptions, omitted scope, contradictory sequencing, superseded references, and missing acceptance criteria.37- Verify dependencies and ordering still match the latest evidence.38394. Run an independent pass when appropriate.40- If the user explicitly asks for independent review and the current tool policy allows delegation, consider spawning 1-2 subagents.41- Give those reviewers the plan and raw source artifacts, not your conclusions.42- Ask them to look for omissions, contradictions, stale references, and execution risks.43- Reconcile their findings yourself before responding.44455. Return a sign-off review, not a vague summary.46- Lead with concrete gaps and contradictions.47- State which artifacts you verified and which were missing.48- Say clearly whether the plan is ready to approve, needs specific amendments, or is blocked on missing evidence.49- Prefer exact amendment recommendations over a full rewrite unless the user asks for a rewritten plan.5051## Output Contract5253Return sections in this order:541. `Coverage Gaps`552. `Contradictions Or Stale References`563. `Artifact Freshness Check`574. `Recommended Plan Amendments`585. `Approval Recommendation`5960For each issue:61- cite the thread message, file, or artifact that supports it62- explain the practical impact on the plan63- give one concrete corrective action6465If the plan is fully aligned, say so explicitly and name the artifacts and decisions you verified.6667## Hardened Invocation Prompt6869`Use this skill to re-read the full current Plan mode thread, compare the latest proposed plan against everything we decided, verify it uses the newest audits and reports, and tell me exactly what must change before I approve it.`