skills/team-resume/SKILL.md
Resume an interrupted TEAM pipeline by inspecting docs/plans/ artifacts and ~/.team/<topic>/state.json. Trigger on "resume the pipeline", "continue where we left off", or "/team-resume".
npx skillsauth add bostonaholic/team team-resumeInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Resume an interrupted pipeline by reading the snapshot and listing the artifacts on disk. No event-log replay.
~/.team/*/state.json. Load the most recent by lastUpdated using
readState(topic) from lib/state.mjs.topic and today, list files matching
docs/plans/<today>-<topic>-*.md and their .approved sidecars.phase, designRevisionCount, structureRevisionCount,
verificationRetryCount, the artifacts found on disk, and the next
expected phase (see table below). Ask the user "Continue?"snapshot.phase.| Latest artifact present | Expected next phase |
|-------------------------------------------------|---------------------|
| task.md only | RESEARCH |
| research.md | DESIGN |
| design.md (no .approved sidecar) | DESIGN (human gate) |
| design.md.approved | STRUCTURE |
| structure.md (no .approved sidecar) | STRUCTURE (gate) |
| structure.md.approved | PLAN |
| plan.md | WORKTREE |
| worktree prepared (snapshot phase=IMPLEMENT) | IMPLEMENT |
| verification passed (snapshot phase=PR) | PR |
data-ai
Todo-first progress convention for multi-step procedures — loaded by every multi-step agent to track its own steps without drift
testing
Adversarially review a technical design document with fresh context before the human gate. Dispatches the built-in `general-purpose` subagent (clean context, no shared history with the design-author) against `docs/plans/<id>/design.md` and presents its verdict — APPROVE, REQUEST CHANGES, or COMMENT. Optional, not part of the QRSPI pipeline. Trigger on "review the design doc", "audit design.md", "is this design ready", or `/eng-design-doc-review`.
development
Generator-evaluator separation and review methodology — loaded by review agents to enforce fresh-context review discipline, Conventional Comments format, and gate verdicts
data-ai
Prepare one or more isolated git worktrees — one per repository the topic touches. Router action — no agent. Trigger on "set up the worktree", "isolate this work", or "/team-worktree".