hyperteamlisted
Install: claude install-skill samrom3/claude-hyper-plugs
# Hyperteam
Converts session-spec into autonomous agent team. Executes full task DAG, tracks state in `plans/<branch>-team-state.json`, coordinates via native task list, offers PR when gate passes.
______________________________________________________________________
## Phase 0: Pre-Flight
> **Prerequisites:** Requires Agent Teams feature + `gh` CLI. Set `CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS=1`. Verify `gh` CLI installed and authenticated for PR creation.
Run checks in order. **Stop and surface each issue as encountered.**
### Step 1 — Scan `plans/` and select a session-spec
1. **Legacy check:** List files matching `*-prd.md` in `plans/`. Any found → stop:
> Legacy `-prd.md` plans found: `<list>`. Rename to `-session-spec.md` to proceed, or create a new spec with `/session-spec`. Do not silently process old-format files.
2. List all files in `plans/` matching `*-session-spec.md`.
3. For each `plans/<name>-session-spec.md`, determine state:
- No `plans/<name>-team-state.json` → **unstarted**.
- `metadata.status = "running"` → **in-progress**.
- `metadata.status = "complete"` → **complete**.
- Any other value → **in-progress**.
4. Exclude **complete** specs from selection.
5. No incomplete specs → stop:
> No incomplete session-specs found in `plans/`. Create a session-spec first with `/session-spec`.
6. Build ordered selection list: unstarted first, then in-progress. Within each group, sort by file modification time (most recent first). Format each ent