Files
gstack/plan-eng-review/sections/manifest.json
T
Garry Tan 0329319e24 refactor(plan-eng-review): carve review body into on-demand section
Fourth Phase B carve (v2_PLAN.md:220). Moves the 4-section review (Architecture,
Code Quality, Tests, Performance), outside voice, required outputs, and review
report — everything after Step 0 scope — into sections/review-sections.md behind
a single STOP-Read. Step 0 (scope challenge) and EXIT_PLAN_MODE_GATE stay in the
always-loaded skeleton.

Measured: skeleton 106,984 -> 54,892 B (-48.7%). Union preserved. Atomic with
tests + all-host regen (freshness gate): parity flipped to sectioned
(maxSkeletonBytes 62K), plan-eng-review added to SECTIONS_EXTRACTED, gen-skill-docs
reads the union for relocated review/TEST_COVERAGE/dashboard prose. Layer 0 green.

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

15 lines
658 B
JSON

{
"$schema": "https://gstack.dev/schemas/section-manifest.json",
"skill": "plan-eng-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. No machine predicate here — see docs/designs/v2_PLAN.md.",
"sections": [
{
"id": "review-sections",
"file": "review-sections.md",
"title": "Architecture/Code/Test/Performance review, outside voice, required outputs + review report",
"trigger": "running the 4-section review, outside voice, required outputs, and review report (only after Step 0 scope is agreed)"
}
]
}