How this command is triggered — by the user, by Claude, or both
Slash command
/waterfall:newThe summary Claude sees in its command listing — used to decide when to auto-load this command
Starts a new end-to-end need (preflight, team, spawn OR).
**Input**: `<name>` (kebab-case, optional). If omitted, PM will ask the HO to describe the need and propose 3 kebab-case names to choose from.
**Prerequisite**: `CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS=1` must be set in the environment. The skill checks this automatically via `scripts/wf-check-teams.sh` and will fail fast with a clear message if missing.
## What this command does
1. Loads the `wf-new` skill via `Skill({name: "wf-new", args: "$ARGUMENTS"})`
2. `wf-new` runs the preflight check (`scripts/wf-check-teams.sh`)
3. PM reso...Starts a new end-to-end need (preflight, team, spawn OR).
Input: <name> (kebab-case, optional). If omitted, PM will ask the HO to describe the need and propose 3 kebab-case names to choose from.
Prerequisite: CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS=1 must be set in the environment. The skill checks this automatically via scripts/wf-check-teams.sh and will fail fast with a clear message if missing.
wf-new skill via Skill({name: "wf-new", args: "$ARGUMENTS"})wf-new runs the preflight check (scripts/wf-check-teams.sh)$ARGUMENTS if valid kebab-case, otherwise asks HO)TeamCreate wf-<name> — one team, one session (INV-007)sdd/besoins/<name>/, state file, and or.logbrief_complete to PM → PM enters its reactive loopspawn_request from ORBOOTSTRAP → REQUIREMENTS → FUNCTIONAL_SPECS → TECHNICAL_DESIGN
→ REVIEW → PLANNING → IMPLEMENTATION → VALIDATION → CLOSURE
Skill({name: "wf-new", args: "$ARGUMENTS"})
The skill handles everything from here. Do NOT run orchestration logic directly from this command — always delegate to the skill.
TeamCreate and AskUserQuestion — never teammatesSendMessage onlyEnterPlanMode before IMPLEMENTATION to present taches.md to HOgit commit only after HO validation in CLOSURE — no Co-Authored-Bynpx claudepluginhub mgallet92i/waterfall --plugin waterfall/newCreates new spec with kebab-case name in configured directory, captures optional goal, starts research phase unless --skip-research. Supports --specs-dir.
/newManages backlog items across files, GitHub Issues, Linear, or Beads backends. Supports add, list, update, complete actions.