Generates a decision tree for project tasks. Forks every meaningful choice,
simulates each branch forward up to 10 steps, scores outcomes against weighted
objectives, and emits `tasks/forkcast.md` — a human-editable markdown decision
tree with embedded mermaid diagram. Closes the gap LeCun's critique points at:
LLMs lack world models, so we make the model's lookahead, confidence, and
grounding *legible and auditable* rather than pretending it isn't there.
Use when: planning a multi-decision project (launch, migration, rewrite,
pricing change); choosing between architectural options; pressure-testing a
roadmap; replacing a flat `tasks/todo.md` with a tree the user can override.
DO NOT use for: trivial single-step tasks, real-time decisions, anything where
the user already knows the path and just wants execution (use /yalla).
2026-05-05