By bluemax713
Operating playbook for non-technical founders working with Claude Code. Quarterback model — Claude proposes, you decide.
Adversarial strategy analysis and technical stress-testing. Two modes: Human Mode (opponent-modeled, branch-traced) for situations with a real adversary; System Mode (assumption-attack, failure-traced) for technical plans with no human counterparty.
Follow this systematic debugging process. Runs inline on Sonnet. No subagents.
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.
Scenario planning via three futures. Rewinds each path month by month to today, synthesizes the decisions that mattered most, and delivers a one-screen action guide with a clear first move.
This command is for Claude to invoke — not the user. It defines the canonical subagent pattern used by /chess, /future, /plan, and any task that benefits from a fresh context window. Replaces the old copy-paste terminal approach entirely.
Systematic debugging process. Reproduces the bug, isolates the root cause, applies a minimal fix, and verifies it works with no regressions. Use when something is broken or behaving unexpectedly.
Session closeout. Saves all progress to WORK_LOG.md, updates PM tools, cleans up temp files, commits and pushes changes, and presents a summary. Ensures zero information loss between sessions.
Generates a self-contained prompt for a parallel Claude Code session. Creates a complete context block with task instructions, file paths, and output rules for pasting into a new terminal. For Claude to invoke when work should be split into a parallel session.
Structured planning before multi-file changes. Assesses complexity, brainstorms approaches with tradeoffs if needed, then produces a scoped implementation plan with steps, dependencies, and risks. Use before any non-trivial change.
Quick mode for bug fixes, small changes, and one-off tasks. Skips the full session briefing, does the task, logs a brief WORK_LOG entry, and commits. Use for small, well-defined tasks that don't need ceremony.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
An operating playbook for non-technical founders working with Claude Code.
Most Claude Code configs are built for developers. This one is built for operators — people who use Claude as their technical co-founder to build and run products without writing code themselves.
| File | What it does |
|---|---|
templates/CLAUDE.md | Core rules: quarterback model, session discipline, verification, context management |
commands/start.md | /start — session kickoff with project briefing |
commands/end.md | /end — session closeout with handoff documentation |
commands/plan.md | /plan — brainstorm + plan in one command (auto-detects complexity) |
commands/chess.md | /chess — adversarial strategy (Human Mode: opponent-modeled; System Mode: failure-traced) |
commands/future.md | /future — scenario planning via three futures, surfaces the decisions that matter most |
commands/debug.md | /debug — 4-step systematic debugging |
commands/quick.md | /quick — lightweight mode for small fixes |
commands/new-project.md | /new-project — full project setup with guided interview |
commands/handoff.md | /handoff — generates parallel session prompts (Claude invokes this, not you) |
settings.json | Permission allowlist for common tools |
update.sh | Handles updates when a new Playbook version is available |
VERSION | Current Playbook version number |
CHANGELOG.md | What changed in each version (only impactful updates) |
Before installing Playbook, you need Claude Code — Anthropic's command-line tool that lets Claude work directly on your computer.
How is this different from the Claude app? The Claude chat app (claude.ai) only sees what you paste into it and forgets everything between conversations. Claude Code can see your entire project, run commands, make changes to files, and — with Playbook — pick up exactly where you left off between sessions. It's the difference between texting a contractor photos vs. handing them the keys to the building.
Cmd + Space, type "Terminal", and hit Enter.curl -fsSL https://claude.ai/install.sh | bash
That's it. No other software needed.Alternatively, open PowerShell and run:
irm https://claude.ai/install.ps1 | iex
You need an Anthropic account with a Claude Pro ($20/month), Max, Teams, or Enterprise subscription. Sign up at claude.ai if you don't have one.
When you first launch Claude Code, it will open your browser to log in. After that, you're authenticated automatically.
For full details, see Anthropic's Claude Code documentation.
npx playbook-ai install
That's it. Works without installing anything globally.
/plugin install playbook
Run this inside Claude Code. The plugin gives you the same commands as skills (/playbook:start, /playbook:end, etc.) and includes a SessionStart hook that kicks off your session automatically.
git clone https://github.com/bluemax713/playbook.git
cd playbook
chmod +x install.sh
./install.sh
Don't have git? Download the latest release, unzip it, and run
./install.shfrom the folder. Updates will still work — they'll use direct downloads instead of git.
~/.claude/CLAUDE.md — Replace generic references with your name and preferences~/.claude.json/new-project to set up your first project — Claude will interview you and create everything you need/start in Claude Code to verify everything worksNew to all of this? Read the Beginner's Guide — a plain-English walkthrough of how to use Claude Code and Playbook, with examples.
Playbook checks for updates automatically every time you run /start. If a new version is available, you'll see a summary of what's new and can choose to update or skip. No surprises — you're always in control.
Your customizations are always safe. Updates will never delete or overwrite anything you've personalized:
npx claudepluginhub bluemax713/playbook --plugin playbookProduction-ready Claude Code configuration with role-based workflows (PM→Lead→Designer→Dev→QA), safety hooks, 44 commands, 19 skills, 8 agents, 43 rules, 30 hook scripts across 19 events, auto-learning pipeline, hook profiles, and multi-language coding standards
High-intelligence Claude Code copilot with deep code reasoning, evidence-driven planning, orchestration-first execution, model routing, context budgeting, CI/CD integration, enterprise security, plugin development, prompt engineering, performance profiling, agent teams, channels (event-driven autonomy with CI webhook, mobile approval relay, Discord bridge, and fakechat dev profile), interactive tutorials, LSP integration, security-hardened hook script library, MCP Prompts coverage, common workflow packs, runtime selection guide, computer-use patterns, checkpointing, scheduled-task blueprints, repo bootstrap scanner, hook policy engine (8 installable packs), layered memory deployment, role-based subagent packs (implementer, debugger, migration-lead, dependency-auditor, release-coordinator), 5 agent-team topology kits, autonomy operating mode (4 profiles + 3 gates), and a queryable 15-tool MCP documentation server with autonomy advisor.
A Claude Code guide — skills for interactive onboarding and Q&A on setup, best practices, automation, and effective workflows
Context-Driven Development plugin that transforms Claude Code into a project management tool with structured workflow: Context → Spec & Plan → Implement
Research-backed orchestration for Claude Code. Structured workflow from idea to production with parallel execution, session memory, 70-point validation, autonomous mode, and adversarial review. 51 commands, 15 agents across 7 departments.
Non-technical progress summaries for Claude Code work (hides diffs/log noise).