wrfcoin-sprint-dispatchlisted
Install: claude install-skill wrfcoin/agent-orchestration
# WRFCoin Sprint Dispatch
Use this skill when the user wants the "resume sprint" workflow, not just a raw persona launch.
This skill combines:
- sprint-doc review
- live GitHub issue and PR reconciliation
- handoff regeneration
- manifest refresh
- tmux sprint launch
- in-band pane nudges
## Worktree hygiene rule
Future tmux sprints must launch into clean, verified worktrees.
Important:
- `pull-all.sh` currently updates the top-level repos only
- it runs `git pull` on whatever branch each top-level repo is already on
- it does **not** update persona worktrees
- it does **not** reset worktrees to `origin/main`
- it does **not** detect rebases, detached HEADs, or dirty worktrees
So do not assume `pull-all.sh` made the persona worktrees safe.
## Launch config syntax
When the user wants a specific runtime or model mix, support a compact launch spec in the request.
Accepted patterns:
- `4 gpt-5.4`
- `4 sonnet`
- `2 sonnet, 2 gpt-5.3-codex`
- `2 opus, 2 gpt-5.4`
- `Alice and Bob on sonnet, Cindy and Dan on gpt-5.4`
Interpretation rules:
- Personas are assigned in fixed order: `Alice`, `Bob`, `Cindy`, `Dan`, `Elsa`, `Frank`, `Gina`
- A bare count plus model applies sequentially in that order
- Normalize common shorthand:
- `opus` -> Claude runtime, model `opus`
- `sonnet` or `sonnet 4.6` -> Claude runtime, model `sonnet`
- `haiku` -> Claude runtime, model `haiku`
- `gpt-5.4` -> Codex runtime, model `gpt-5.4`
- `gpt-5.3-codex` or `5.3-codex` -> Codex runtime, mode