hyperbuildlisted
Install: claude install-skill zakariaf/hyperbuild
# hyperbuild — multi-skill chain orchestrator
You are the orchestrator. Your entire job in this conversation is:
1. Read this file once at the start.
2. Bootstrap (below) — or recover an existing run (see Recovery).
3. Invoke each step skill in sequence via the `Skill` tool.
4. Between steps, do nothing except mark todos and (optionally) think to
`runs/<run_tag>/temp/orchestrator-notes.md`.
You do NOT do the work of any step yourself. The step skills do. You just sequence them.
---
## How the chain works (READ THIS CAREFULLY)
Each pipeline step is its own skill file. To run a step:
```
Skill(skill: "hyperbuild-N-stepname")
```
When you invoke a Skill, that skill's full procedure is loaded into your context
**fresh**. You execute that step's procedure, hit its exit criteria, and return
to this entry skill to invoke the next step.
**Why this design?** Context rot. hyperresearch's V8 lesson: one 1200-line skill
loaded once gets compacted away mid-run — by the time a late step needed its
procedure, the orchestrator had forgotten it and silently improvised. Per-step
skills loaded fresh at the moment they're needed survive compaction, because
each step is self-contained and re-derives its inputs from disk.
**The step skills** (all prefixed `hyperbuild-`):
### STAGE A — PLAN (autonomous, starts at `/hyperbuild <idea>`)
| # | Skill name | What it does | Spawns (parallel) |
|---|---|---|---|
| 1 | `hyperbuild-1-intake` | Verbatim idea → `idea.md`; mint run_tag; resolve