playbook-ai 1.5.2 → 1.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,21 @@
2
2
 
3
3
  All notable updates to Playbook are documented here. Only impactful changes are listed — new commands, upgraded behavior, and things that make your workflow better. Cosmetic fixes and internal housekeeping are omitted.
4
4
 
5
+ ## [1.6.0] — 2026-05-31
6
+
7
+ ### Strategy
8
+ - **The council** — `/plan`, `/chess`, and `/future` now convene a contextual council of real-world advisors before committing to a direction. Claude picks 4 relevant figures based on the specific topic — negotiation experts for a deal, product thinkers for a build decision, operators for a scaling question. Each gives their honest take; they disagree where they would. `/chess` runs it before intake (frames the strategic posture going into the move tree). `/plan` runs it when there are meaningful tradeoffs between approaches (before recommending a direction). `/future` runs it after the Opus subagent returns (council reacts to the 3 load-bearing decisions).
9
+ - **Command routing** — all three strategic commands now open with a routing check so you land in the right one. Each points to the other two. Simple rule: `/plan` fights bad execution, `/chess` fights an opponent, `/future` fights uncertainty.
10
+ - **Progress tracking** — complex `/plan` runs (multi-file, subagent path) now write the implementation steps as a markdown checkbox list to WORK_LOG.md when execution begins. Steps tick off as they complete — progress survives context compression.
11
+
12
+ ### Docs
13
+ - **README** — `/chess` and `/future` now appear in the What's Included table and the Commands section. Added the primary enemy framing: each strategic command has a distinct enemy it's designed to defeat.
14
+
15
+ ## [1.5.3] — 2026-05-29
16
+
17
+ ### Commands
18
+ - **Model routing documented** — `/debug`, `/end`, `/quick`, and `/new-project` now explicitly state they run inline on Sonnet with no subagents. Prevents future drift when commands are extended.
19
+
5
20
  ## [1.5.2] — 2026-05-28
6
21
 
7
22
  ### Architecture
package/README.md CHANGED
@@ -12,6 +12,8 @@ Most Claude Code configs are built for developers. This one is built for operato
12
12
  | `commands/start.md` | `/start` — session kickoff with project briefing |
13
13
  | `commands/end.md` | `/end` — session closeout with handoff documentation |
14
14
  | `commands/plan.md` | `/plan` — brainstorm + plan in one command (auto-detects complexity) |
15
+ | `commands/chess.md` | `/chess` — adversarial strategy (Human Mode: opponent-modeled; System Mode: failure-traced) |
16
+ | `commands/future.md` | `/future` — scenario planning via three futures, surfaces the decisions that matter most |
15
17
  | `commands/debug.md` | `/debug` — 4-step systematic debugging |
16
18
  | `commands/quick.md` | `/quick` — lightweight mode for small fixes |
17
19
  | `commands/new-project.md` | `/new-project` — full project setup with guided interview |
@@ -119,11 +121,18 @@ Every session follows a consistent pattern:
119
121
 
120
122
  ### Commands
121
123
  - **`/plan`** — Before complex work. Claude assesses whether brainstorming is needed (multiple approaches? tradeoffs?) and either explores options first or jumps straight to an implementation plan. Always waits for your approval.
124
+ - **`/chess`** — For decisions with a real adversary (negotiation, partnerships, competitive moves) or a system you need to break before it breaks you. Human Mode traces move branches against an opponent; System Mode attacks a technical plan for failure points. Always thorough — never a quick check.
125
+ - **`/future`** — Scenario planning via three futures (The Win, The Unraveling, The Headwind). Rewinds each path to today, surfaces the 3 decisions that matter most, and gives you one specific action this week.
122
126
  - **`/debug`** — When something is broken. Follows: reproduce, isolate root cause, fix, verify. No guessing.
123
127
  - **`/quick`** — For small fixes that don't need the full session ceremony.
124
128
  - **`/new-project`** — Sets up a new project from scratch. Claude interviews you — what's the project about, do you have an existing repo or need a new one, do you want to connect a PM tool? Then it creates the repo, wires your terminal shortcut, and generates a comprehensive CLAUDE.md (the rules file) based on what it learned about your project and how you want to work. One command, everything ready.
125
129
  - **`/handoff`** — Claude uses this (not you) when a task should run in a separate terminal with fresh context.
126
130
 
131
+ **Each strategic command has a primary enemy:**
132
+ - `/plan` fights **bad execution** — wrong approach, missed dependencies, unverified assumptions
133
+ - `/chess` fights **an opponent** — a counterparty, or a system that will fail in ways you haven't anticipated
134
+ - `/future` fights **uncertainty** — which decisions matter across scenarios you can't control
135
+
127
136
  ### Context management
128
137
  Claude proactively manages session quality:
129
138
  - Saves state incrementally during long sessions (not just at the end)
package/VERSION CHANGED
@@ -1 +1 @@
1
- 1.5.2
1
+ 1.6.0
package/commands/chess.md CHANGED
@@ -14,12 +14,28 @@ Three routes. Assess before doing anything else.
14
14
 
15
15
  **Route 3 — /plan:** No adversary, no system to stress-test. This is a pure tradeoffs decision or planning question. → Tell the user: *"/plan is the right tool here — this is a tradeoffs decision, not a strategic scenario."* Offer to invoke /plan instead.
16
16
 
17
+ **Route 4 — /future:** No adversary, no system to stress-test. The question spans a longer horizon — which futures are possible, which decisions matter most across scenarios you can't fully control. → Tell the user: *"/future is the right tool here — this is scenario planning, not adversarial analysis."* Offer to invoke /future instead.
18
+
17
19
  **Borderline:** Name what makes it ambiguous. Ask the user to confirm before proceeding.
18
20
 
19
21
  ---
20
22
 
21
23
  ## Human Mode
22
24
 
25
+ ### Council pre-flight (Sonnet, inline)
26
+
27
+ Before intake, frame the strategic posture with the council.
28
+
29
+ Pick 4 contextually relevant advisors — real people whose documented thinking and experience apply directly to this type of situation. Name them, one sentence each on why they're on this panel.
30
+
31
+ Have each give their honest read on the strategic posture in 3-4 sentences — not their general philosophy, but their take on *this type of situation*. Let them disagree where they would.
32
+
33
+ Synthesize in 2-3 sentences: what the council collectively surfaces that should shape how to approach intake and the move tree.
34
+
35
+ Present the council output in chat, then proceed to intake.
36
+
37
+ ---
38
+
23
39
  ### Intake
24
40
 
25
41
  Run in the main session on Sonnet. Ask conversationally — not as a numbered list. Group related questions naturally. Use follow-ups where the answer is thin.
package/commands/debug.md CHANGED
@@ -1,4 +1,4 @@
1
- Follow this systematic debugging process:
1
+ Follow this systematic debugging process. Runs inline on Sonnet. No subagents.
2
2
 
3
3
  0. **Check connectivity (only if the session is slow)** — If responses are taking unusually long, run `speedtest` (if installed) to check for high latency, packet loss, or low bandwidth. If the connection is poor (>500ms latency, >5% packet loss, or <1 Mbps upload), flag it and suggest deferring to a better connection before debugging code.
4
4
  1. **Reproduce** — Confirm the bug exists. Get the exact error, query, or behavior. Don't guess.
package/commands/end.md CHANGED
@@ -1,4 +1,4 @@
1
- Session closeout. Do everything needed so the user can walk away without taking notes or remembering anything. The next `/start` must pick up seamlessly.
1
+ Session closeout. Do everything needed so the user can walk away without taking notes or remembering anything. The next `/start` must pick up seamlessly. Runs inline on Sonnet. No subagents.
2
2
 
3
3
  ## Steps
4
4
 
@@ -4,6 +4,16 @@ Scenario planning via three futures. Rewinds each path month by month to today,
4
4
 
5
5
  ---
6
6
 
7
+ ## Routing check
8
+
9
+ Before starting, confirm this is the right command:
10
+ - **Real adversary with competing interests?** → `/chess` (Human Mode)
11
+ - **System or plan to stress-test?** → `/chess` (System Mode)
12
+ - **Specific task to execute with steps?** → `/plan`
13
+ - **Uncertain future with multiple possible outcomes?** → You're in the right place.
14
+
15
+ ---
16
+
7
17
  ## Pre-flight (Sonnet, inline)
8
18
 
9
19
  Silently read the following before doing anything else:
@@ -220,6 +230,18 @@ When the subagent returns, present the one-screen primary output (thesis → 3 d
220
230
 
221
231
  ---
222
232
 
233
+ ## Council reaction (Sonnet, inline)
234
+
235
+ After presenting the primary output, run the council.
236
+
237
+ Pick 4 contextually relevant advisors for this domain and project type — real people whose thinking applies to the specific situation. Name them, one sentence each on why they're on this panel.
238
+
239
+ Have each react to the 3 load-bearing decisions in 2-3 sentences. Let them disagree where they would.
240
+
241
+ Present the council reactions in chat. No synthesis needed — the reactions are the output. Then proceed to the /chess bridge evaluation below.
242
+
243
+ ---
244
+
223
245
  ## /chess bridge (after results return)
224
246
 
225
247
  After presenting the primary output, evaluate the chess candidates the subagent identified. For each ⚠️ swing-state decision that involves a real counterparty:
@@ -1,4 +1,4 @@
1
- Set up a new project for Claude Code — clone or create a repo, wire all local config, and get ready for `/start`.
1
+ Set up a new project for Claude Code — clone or create a repo, wire all local config, and get ready for `/start`. Runs inline on Sonnet. No subagents.
2
2
 
3
3
  ## Gather Info
4
4
 
package/commands/plan.md CHANGED
@@ -4,13 +4,24 @@ Before making any changes, assess the task and create a structured plan.
4
4
 
5
5
  ---
6
6
 
7
+ ## Routing check
8
+
9
+ Before starting, confirm this is the right command:
10
+ - **Real adversary with competing interests?** → `/chess` (Human Mode)
11
+ - **System or plan you need to stress-test before building?** → `/chess` (System Mode)
12
+ - **Multiple possible futures you're navigating?** → `/future`
13
+ - **Task to execute or decision to plan?** → You're in the right place.
14
+
15
+ ---
16
+
7
17
  ## Phase 1: Assess Complexity (Sonnet, inline)
8
18
 
9
19
  Read all relevant files first. Then determine:
10
20
  - **Is this straightforward?** (One obvious approach, clear requirements) → proceed directly to Phase 2 inline.
11
21
  - **Are there meaningful tradeoffs?** (Multiple approaches, architectural choices, unclear requirements) → Brainstorm first:
12
22
  - Present 2-3 approaches with pros/cons in short, scannable sections
13
- - Flag which approach you'd recommend and why
23
+ - Run the council inline on Sonnet: pick 4 contextually relevant advisors — real people whose thinking applies to this type of decision. Name them, one sentence each on why they're relevant. Have each weigh in on the approaches in 2-3 sentences. Let them disagree. Synthesize what the council surfaces before making your recommendation.
24
+ - Flag which approach you'd recommend and why (incorporating council input)
14
25
  - Wait for approval of a direction before proceeding
15
26
  - Save the decision to `docs/decisions/YYYY-MM-DD-<topic>.md` if it's non-trivial
16
27
 
@@ -63,4 +74,7 @@ Direction is hardened. Write the execution plan once, correctly.
63
74
  3. **Dependencies** — What must happen in order vs. can be parallelized.
64
75
 
65
76
  Present the hardened plan and WAIT for approval before making any changes.
77
+
78
+ **For complex plans (subagent path):** When the user approves and execution begins, write the implementation steps as a markdown checkbox list under `## Active Plan: [task name]` in WORK_LOG.md. Tick off each step as it completes — this persists progress across turns and context compression.
79
+
66
80
  Keep it concise — bullet points, not essays.
package/commands/quick.md CHANGED
@@ -1,4 +1,4 @@
1
- Quick mode — for bug fixes, small changes, and one-off tasks that don't need full session ceremony.
1
+ Quick mode — for bug fixes, small changes, and one-off tasks that don't need full session ceremony. Runs inline on Sonnet. No subagents.
2
2
 
3
3
  Skip the full /start briefing. Instead:
4
4
  1. Read CLAUDE.md (for rules) and the last WORK_LOG.md entry (for context) — don't present a briefing.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "playbook-ai",
3
- "version": "1.5.2",
3
+ "version": "1.6.0",
4
4
  "description": "Operating playbook for non-technical founders working with Claude Code",
5
5
  "bin": {
6
6
  "playbook-ai": "bin/cli.js"