← ClaudeAtlas

hyperteamlisted

Reads a session-spec, derives a task DAG, gets user approval, writes team-state.json, seeds the native task list, creates a specialist team, and monitors until the back-pressure gate passes.
samrom3/claude-hyper-plugs · ★ 1 · Data & Documents · score 68
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