mirror of
https://github.com/garrytan/gstack.git
synced 2026-06-19 00:00:13 +02:00
d4938b4288
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>
15 lines
574 B
JSON
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)"
|
|
}
|
|
]
|
|
}
|