aih-helplisted
Install: claude install-skill overdrive-dev/aihaus-flow
# aihaus Workflow Commands
aihaus is a four-pillar intent-based workflow package. **Scope** the work, optionally **promote** a plan into a milestone draft (via `/aih-milestone --plan`), **execute** autonomously, and **resume** if interrupted.
## ⚠️ Upgrading from pre-v0.11.0? Read this first
**`/aih-run` and `/aih-plan-to-milestone` were retired in v0.11.0.** Their functionality was absorbed into `/aih-milestone`:
| Pre-v0.11.0 command | v0.11.0+ replacement |
|---------------------|----------------------|
| `/aih-run [slug]` on a milestone draft | `/aih-milestone [slug]` + say "start" / "go" — triggers the execution pipeline (`annexes/execution.md`) |
| `/aih-run [slug]` on a small plan | `/aih-feature --plan [slug]` — inline execution, single branch |
| `/aih-plan-to-milestone [slug]` | `/aih-milestone --plan [slug]` — first-class flag |
| `/aih-milestone "desc" --execute` | unchanged — still available |
`team-template.md` and `completion-protocol.md` live at `aih-milestone/` (moved from retired `aih-run/` in v0.11.0).
## Four-Pillar Command Surface
| Pillar | Commands | Purpose |
|--------|----------|---------|
| **Scope** | `/aih-plan`, `/aih-milestone`, `/aih-brainstorm` | Create plans / gather milestone context / explore fuzzy ideas |
| **Promote** | `/aih-milestone --plan [slug]` | Seed a milestone draft from a `PLAN.md` (absorbed from the retired `/aih-plan-to-milestone` in v0.11.0) |
| **Execute** | `/aih-milestone --execute`, `/aih-feature`, `/aih-bugfix`, `/