mirror of
https://github.com/garrytan/gstack.git
synced 2026-06-22 01:30:03 +02:00
4cbcc4f64f
Sixth Phase B carve. Moves the 8 DX passes, required outputs, and review report — everything after the Step 0 DX investigation — into sections/review-sections.md behind a STOP-Read. All of Step 0 (persona, empathy, benchmark, journey trace, roleplay) + the rating method + EXIT_PLAN_MODE_GATE stay always-loaded. Measured: skeleton 110,621 -> 69,658 B (-37%). Union preserved. Atomic with tests + all-host regen: added to SECTIONS_EXTRACTED, gen-skill-docs reads the union. Layer 0 green. (No parity invariant entry for plan-devex-review.) Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
10 lines
547 B
JSON
10 lines
547 B
JSON
{
|
|
"$schema": "https://gstack.dev/schemas/section-manifest.json",
|
|
"skill": "plan-devex-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": "8 DX passes, required outputs + review report", "trigger": "running the 8 DX passes, required outputs, and review report (only after Step 0 investigation is complete)" }
|
|
]
|
|
}
|