Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add commands/mgallet92i/waterfall/newgit clone --depth 1 https://github.com/mgallet92i/waterfallWrote 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/commands/mgallet92i/waterfall/new)<a href="https://agentmods.dev/commands/mgallet92i/waterfall/new"><img src="https://agentmods.dev/badge/commands/mgallet92i/waterfall/new.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 | $0.00000 | $0.00551 |
| Opus 5 | $0.00000 | $0.00275 |
| Sonnet 5 | $0.00000 | $0.00110 |
| Haiku 4.5 | $0.00000 | $0.00055 |
Grade A, and why
new 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 5d 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.
What it actually says
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
- Loads the
wf-newskill viaSkill({name: "wf-new", args: "$ARGUMENTS"}) wf-newruns the preflight check (scripts/wf-check-teams.sh)- PM resolves the need name (uses
$ARGUMENTSif valid kebab-case, otherwise asks HO) - PM spawns OR via
Agent— the implicit team forms at the first spawn (one team per session, enforced by the platform — CLI v2.1.178+, noTeamCreate) - PM spawns OR as the sole first teammate with a bootstrap brief
- OR initialises
sdd/besoins/<name>/, state file, andor.log - OR emits
brief_completeto PM → PM enters its reactive loop - All subsequent teammates (PO, TL, RV, QA, DS, DV) are spawned dynamically by PM on
spawn_requestfrom OR
Workflow phases
BOOTSTRAP → REQUIREMENTS → FUNCTIONAL_SPECS → TECHNICAL_DESIGN
→ REVIEW → PLANNING → IMPLEMENTATION → VALIDATION → CLOSURE
Entry procedure
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.
Reminders (enforced by wf-pm)
- Only PM spawns teammates (
Agent) and callsAskUserQuestion— never teammates - Teammates communicate via
SendMessageonly - PM never writes application code — DV handles implementation (spawned by TL via OR → PM)
EnterPlanModebefore IMPLEMENTATION to presenttaches.mdto HOgit commitonly after HO validation in CLOSURE — noCo-Authored-By- One question at a time for HO
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.
- 5d ago First seen · 43 lines · 0 tokens per session scan A 30ef034d3c2a
new is a command published in the GitHub repository mgallet92i/waterfall (2 stars, last pushed 1mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 551 tokens. 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-08-31.
Other commands, from other repositories
context
项目上下文管理:初始化 .context 目录、记录决策日志、压缩归档、查看历史.
spec-impl
按规范执行 + 多模型协作 + 归档.
spec-research
需求 → 约束集(并行探索 + OPSX 提案).
dashboard-session-diff
Show file changes (git diff) for a session by id-prefix. Usage /dashboard:session-diff . Runs locally, no LLM.
dashboard-session-fork
Fork a session into a new one. Usage /dashboard:session-fork.
dashboard-session-hide
Hide a session from the dashboard list. Usage /dashboard:session-hide.