bootstrap

bootstrap is a command for Claude Code from TheWayWithin/agent-11. It costs 14 tokens per session (5,827 once invoked), scanned A, original, MIT.

A command that turns foundation-document summaries into a structured project plan, with a choice between automatic and interactive planning modes.

In plain words
What is it for?
Use it to generate or refine project-plan.md from validated foundation information.
Why use it?
It bridges the gap between describing what a project should achieve and organizing the work into executable phases.

Command for Claude Code

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add commands/thewaywithin/agent-11/bootstrap
Clone the repo
git clone --depth 1 https://github.com/TheWayWithin/agent-11

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for bootstrap

README.md
[![agentmods](https://agentmods.dev/badge/commands/thewaywithin/agent-11/bootstrap.svg)](https://agentmods.dev/commands/thewaywithin/agent-11/bootstrap)
Your own site
<a href="https://agentmods.dev/commands/thewaywithin/agent-11/bootstrap"><img src="https://agentmods.dev/badge/commands/thewaywithin/agent-11/bootstrap.svg" alt="Measured on agentmods" height="20"></a>
Per session 14 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 5,827 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00014 $0.05827
Opus 5 $0.00007 $0.02913
Sonnet 5 $0.00003 $0.01165
Haiku 4.5 $0.00001 $0.00583

Measured today against content hash 419afad8fded, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

bootstrap scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured today.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/commands/bootstrap.md · 903 lines

How it starts

The opening of the file, as written. The whole thing — 903 lines — stays where its author put it; the contents beside it link to each section on GitHub.

/bootstrap Command

PURPOSE

Transform foundation document summaries (created by /foundations init) into a valid, schema-compliant project-plan.md with rolling wave planning detail.

Why This Matters: Foundation documents contain rich context but lack executable structure. Bootstrap bridges the gap between "what we want to build" and "how we'll build it" by generating a phased execution plan.

MODE SELECTION (First Step)

When you run /bootstrap without flags, you'll be asked to choose a mode:

┌─────────────────────────────────────────────────────────────────┐
│ 🏗️ Bootstrap: Project Plan Generation                          │
├─────────────────────────────────────────────────────────────────┤
│                                                                 │
│ How would you like to proceed?                                  │
│                                                                 │
│ ○ Auto Mode (Recommended for complete, validated PRDs)         │
│   Generates plan immediately from your foundations             │
│   Fast, no questions asked                                     │
│                                                                 │
│ ○ Engaged Mode (Recommended for first-time users)              │
│   Reviews PRD assumptions with you first                       │
│   Validates tech stack, phases, priorities                     │
│   Decision checkpoints before generating                       │
│                                                                 │
│ ○ Preview Mode                                                  │
│   Shows what would be generated without writing files          │
│   Good for reviewing before committing                         │
│                                                                 │
└─────────────────────────────────────────────────────────────────┘

Skip mode selection: Use --mode flag to go directly to a mode:

/bootstrap --mode auto      # Immediate generation
/bootstrap --mode engaged   # Interactive consultation
/bootstrap --mode preview   # Dry run preview

Read the full file on GitHub · 903 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. today First seen · 903 lines · 14 tokens per session scan A 419afad8fded

Subscribe to this mod's changes

bootstrap is a command published in the GitHub repository TheWayWithin/agent-11 (15 stars, last pushed 13d ago), licensed MIT. It adds 14 tokens to every session and 5,827 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-04.