Run a decision through the advisor before touching code
When to use: You're about to ask Claude Code to build something substantial. Pause and consult the advisor first.
Prerequisites
- Skill cloned — git clone https://github.com/JimmySadek/strategic-partner ~/.claude/skills/strategic-partner
Flow
-
Open the advisory sessionUsing strategic-partner — I'm about to add a queue system to handle email sends. Challenge my premise first.✓ Copied→ Claude probes whether a queue is actually needed vs simpler alternatives
-
Receive Path A/B/CGive me three paths with tradeoffs.✓ Copied→ Three distinct paths, each labeled [SAFE] or [RISK], with honest downsides
-
Cross Completion GateI pick Path B. Prepare the executor prompt.✓ Copied→ Gate check runs; if conditions aren't met, you're pushed back to advisory
-
Hand off to executorOpen a fresh Claude Code session and paste the executor prompt.✓ Copied→ Execution session works with clean context
Outcome: Work that's been decided deliberately rather than drifted into.
Pitfalls
- Using the advisor as a rubber stamp — If you're always picking 'Path A — do what I said', the premise challenge isn't working — provide real context