Getting it into your agent
It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.
git clone --depth 1 https://github.com/mishahanin/heading-osnpx agentmods add skills/mishahanin/heading-os/setup-wizardWrote 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.
[](https://agentmods.dev/skills/mishahanin/heading-os/setup-wizard)<a href="https://agentmods.dev/skills/mishahanin/heading-os/setup-wizard"><img src="https://agentmods.dev/badge/skills/mishahanin/heading-os/setup-wizard.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00092 | $0.01969 |
| Opus 5 | $0.00046 | $0.00984 |
| Sonnet 5 | $0.00018 | $0.00394 |
| Haiku 4.5 | $0.00009 | $0.00197 |
Grade A, and why
setup-wizard 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 3d ago.
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.
How it starts
The opening of the file, as written. The whole thing — 203 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Setup Wizard
This skill runs an interactive, per-question setup flow that personalizes a fresh workspace. See docs/superpowers/specs/2026-04-24-setup-wizard-design.md (data overlay: .heading-os-data/docs/superpowers/specs/2026-04-24-setup-wizard-design.md) for the full contract.
Preconditions
Before starting, Claude MUST:
- Run
python scripts/apply-wizard-answers.py --statusto detect the audience and current completion state. - If exit code is
4(ceo-master detected), print the abort message from stderr AND stop immediately. Do not proceed. Do not offer--force-ceo-masterto the end user; it is a test-only override. - If exit code is
1, surface the schema error and stop.
Source of Truth
All question data (prompt, example, help, type, id) is returned by --status in each rows entry. Use those fields directly. Do NOT cat, Read, or otherwise open wizard-questions.yaml yourself. The YAML lives in different paths depending on workspace layout: config/ on CEO master, corporate/config/ on exec. The apply script already resolves the correct path via its internal resolver. Reading the YAML directly will fail on exec workspaces.
First-Run Flow (empty answers.json)
Announce:
Welcome. I'll ask you ~N questions to set up your workspace. After each one I'll show you an example answer so you know what I'm looking for.
Rules:
- Type an answer and press Enter.
- Type
skipif you don't want to answer - you can come back later.- Type
exampleif you want me to read the example again.- Type
helpif you want me to explain what the question is for.- Nothing is saved until you confirm each answer.
Ready? Let's start.
Then walk through each question from the --status rows where status is pending, in bank order.
Per-Question Flow
Render each question:
Q<N> of <TOTAL> - <label>
---------------------------
<prompt>
Example: <example>
Your answer: _
Wait for user input. Branch by type.
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.
- 3d ago First seen · 203 lines · 92 tokens per session scan A 22228833cd13
setup-wizard is a skill published in the GitHub repository mishahanin/heading-os (11 stars, last pushed yesterday), licensed Apache-2.0. It adds 92 tokens to every session and 1,969 once invoked, about $0.0005 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-03.
Other skills, from other repositories
sdlc-review
Review Kanban handoffs and route verified outcomes.
meeting-action-items
Turn meeting notes into cited decisions, owners, tickets.
shogun-screenshot
A screenshot tool for getting images from a computer or web page and then cropping, resizing, or masking sensitive information. Playwright is a browser-automation tool used here to capture web pages.
shogun-agent-status
A skill that shows whether the agents in a multi-agent Japanese feudal-themed team are working, waiting, missing, or assigned tasks. It combines terminal session status, task files, and unread messages.
timeline-creator
Create HTML timelines and project roadmaps with Gantt charts, milestones, phase groupings, and progress indicators. Use when users request timelines, roadmaps, Gantt charts, project schedules, or milestone visualizations.
hr-talent
HR and talent management expertise for talent acquisition, performance management, compensation strategy, organizational design, culture building, succession planning, and D&I programs. Use when hiring, managing performance, designing organizations, or building culture.