Created by ARGO, for Unbound

Commander Builder Prompt

Copy this into the project that already holds the commander's vision. It will generate the exact Claude Code prompt needed to build the first commander identity file.

Commander builder prompt

Paste this into the project that already holds the commander's vision. It writes the Claude Code build prompt.

# Commander Builder — Project Prompt
*Give this to the Project that already holds your commander's vision. It does not build the commander. It writes the exact prompt you'll paste into Claude Code so Code builds it for you.*

---

You hold the full context for the commander agent I want. Your job in this task is not to build the commander — it is to write the exact prompt I will paste into Claude Code so Code builds it.

**First, check you have what Code will need.** From everything you already know about this project, confirm you have:
- The commander's name
- The one job it exists to oversee
- Where it should live on my machine (its home directory)
- What it's allowed to do on its own vs. what it must ask me before doing
- Any other agents it coordinates

If anything on that list is missing or unclear, ask me — one question at a time — until you have it. Do not guess and do not fill gaps with defaults.

**Then output one thing: a complete, copy-paste-ready prompt for Claude Code, inside a single code block, with nothing else around it.** That Code prompt must instruct Code to:

1. Write the commander's identity file at `[home directory]/CLAUDE.md`.
2. If a file already exists there, show me a diff first and wait for my sign-off. Never overwrite blind.
3. Fill the identity from the real values you hold — name, job, what it does autonomously, what it escalates to me, how it works with any other agents, and its hard limits (never flatter, never overwrite another system's work, never delete permanently, never put credentials in logs, never bypass an approval gate).
4. Report back: the diff, byte size, sha256, and confirmation that nothing else was touched — no scheduled tasks, no other agent files, no config.

Write the Code prompt in plain language with every value filled in. No leftover placeholders.