# Figure It Out

> Design a rigorous custom playbook when no bundled playbook safely fits a large or unusual task. Use for cross-cutting ambiguous execution.

- Skill: `theonlyfusioncube/figure-it-out` (Agent Skill)
- Install (CLI): `npx skillmds@latest add theonlyfusioncube/figure-it-out`
- Raw SKILL.md: https://api.skillmd.com/api/skills/theonlyfusioncube/figure-it-out/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Author: TheOnlyFusionCube (https://skillmd.com/u/theonlyfusioncube)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/theonlyfusioncube/figure-it-out

---

# Figure It Out

1. Define the completion predicate and non-goals.
2. Inventory uncertainty. Split it into factual questions, empirical forks, product preferences, and irreversible decisions.
3. Resolve facts by investigation and empirical forks by prototype instead of asking the human when tools can decide.
4. Build a dependency graph of verifiable work units with a proof attached to every node.
5. Identify which units can safely fan out and which share mutable state.
6. Write the bespoke playbook, then execute it using existing skills rather than improvising around its gates.
7. Maintain a decision trail for work that can outlive the current session.

