Files
gstack/plan-design-review/sections/manifest.json
T
Garry Tan d4938b4288 refactor(plan-design-review): carve review body into on-demand section
Fifth Phase B carve (v2_PLAN.md:220, bundled with plan-eng). Moves the 7 design
passes, required outputs, and review report — everything after Step 0 scope and
the mockup/rating phase — into sections/review-sections.md behind a STOP-Read.
Step 0, Step 0.5 mockups, the rating method, and EXIT_PLAN_MODE_GATE stay in the
always-loaded skeleton.

Measured: skeleton 112,057 -> 76,024 B (-32.2%). Union preserved. Atomic with
tests + all-host regen: parity sectioned (maxSkeletonBytes 82K), added to
SECTIONS_EXTRACTED, gen-skill-docs reads the union. Layer 0 green.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-01 23:07:10 -07:00

15 lines
574 B
JSON

{
"$schema": "https://gstack.dev/schemas/section-manifest.json",
"skill": "plan-design-review",
"version": 1,
"note": "PASSIVE registry (v2 plan T9 / CM2). id/file/title/trigger text ONLY. The skeleton's decision-tree prose decides WHEN to read. See docs/designs/v2_PLAN.md.",
"sections": [
{
"id": "review-sections",
"file": "review-sections.md",
"title": "7 design passes, required outputs + review report",
"trigger": "running the 7 design passes, required outputs, and review report (only after Step 0 scope is agreed)"
}
]
}