Files
gstack/office-hours/sections/manifest.json
T
Garry TanandClaude Fable 5 eae484c0f7 feat(office-hours): carve Phase 2A/2B into mode-exclusive sections (81→67KB skeleton)
A session runs exactly one mode, so a builder session never loads the
13KB startup diagnostic. Mode mapping and the vibe-shift upgrade rule
stay in the skeleton.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-08-25 18:05:54 +00:00

27 lines
1.3 KiB
JSON

{
"$schema": "https://gstack.dev/schemas/section-manifest.json",
"skill": "office-hours",
"version": 1,
"note": "PASSIVE registry (v2 plan T9 / CM2). Fields are IDs, file paths, human titles, and human-readable trigger text ONLY. The skeleton's decision-tree prose is the ONLY place that decides WHEN to read a section. No machine predicate here — see docs/designs/v2_PLAN.md.",
"sections": [
{
"id": "phase-2a-startup-diagnostic",
"file": "phase-2a-startup-diagnostic.md",
"title": "Phase 2A startup-mode diagnostic",
"trigger": "running the startup-mode diagnostic (Phase 2A: operating principles, pushback patterns, and the six forcing questions)"
},
{
"id": "phase-2b-builder-brainstorm",
"file": "phase-2b-builder-brainstorm.md",
"title": "Phase 2B builder-mode brainstorm",
"trigger": "running the builder-mode brainstorm (Phase 2B: operating principles, the wild exemplar, and the generative questions)"
},
{
"id": "design-and-handoff",
"file": "design-and-handoff.md",
"title": "Phase 5 design doc + Phase 6 relationship handoff",
"trigger": "writing the design doc and running the tiered relationship handoff (Phases 5-6, after the conversation and alternatives are done)"
}
]
}