npx claudepluginhub sonthanh/brain-os-pluginThis skill uses the workspace's default tool permissions.
**Vault path:** Read from `${CLAUDE_PLUGIN_ROOT}/brain-os.config.md`
Triggers Tree of Thoughts exploration for architectural decisions with multiple valid approaches. Generates 3 alternatives, evaluates via scoring matrix, recommends, and generates ADRs.
Guides structured design conversations for complex engineering tasks with depth modes (Quick, Standard, Deep), assumption surfacing, and decision matrices.
Structures architecture decisions with options table (pro/con/complexity), choice, risks, and next steps. For technology choices, design decisions, system design questions.
Share bugs, ideas, or general feedback.
Vault path: Read from ${CLAUDE_PLUGIN_ROOT}/brain-os.config.md
Skip the linear Q1→Q2→...→Qn march. Pre-grill internally, partition decisions into ARCH (branches the architecture) vs PARAM (single value pick), render 3 candidate architectures as side-by-side ASCII trees with key deltas highlighted, batch PARAM picks in one block, ask user to pick a tree (or hybrid). Locks in 2-3 user turns.
Use when topic is multi-component design with ≥3 ARCH decisions. Fall back to /grill when topic is a single decision, policy choice, or pure exploration with no candidate to draw.
RESOLVER.md + relevant zone READMEs + prior grills/research. Same as /grill./grill instead.◄── arrows to call out where trees differ.Save to {vault}/daily/grill-sessions/YYYY-MM-DD-<topic-slug>.md. Same path as /grill. Frontmatter tags: [grill-fast, mode-b] to distinguish.
Required sections: # Frame, # The 3 candidate architectures (the ASCII), # Key deltas, # Cost / risk per tree, # Parameter picks, # Recommended pick, # Failure mode call-outs, # Status gate.
Do not force a 3-tree render when the design space is genuinely 1-dimensional. The skill failure mode is "3 trees that look the same" — that means it shouldn't have been used.
/grill-fast <topic>
Follow skill-spec.md § 11. Append to {vault}/daily/skill-outcomes/grill-fast.log:
{date} | grill-fast | grill-fast | ~/work/brain-os-plugin | daily/grill-sessions/{date}-{slug}.md | commit:{hash} | {result} | args="{topic}" turns_to_lock=N pick=A|B|C|hybrid
result: pass if user picks a tree (or hybrid) and grill closes ≤3 user turns; partial if user requests Q-by-Q follow-up after seeing trees (Mode B incomplete, Mode A patched on top); fail if aborted to /grill or trees rejected wholesaleturns_to_lock: count user turns from skill invocation to lock (success metric — target ≤3)pick: which tree user selected (or hybrid / none)