teams-spec-guardian
Spec Guardian: Lead Reviews, Teammates Implement
Overview
This skill implements the spec guardian pattern for the teams-spec trait. The lead session does not implement any tasks. Instead, it:
- Reads tasks from tasks.md
- Spawns teammates in isolated git worktrees
- Reviews each teammate's completed work against spec.md
- Merges compliant changes, rejects non-compliant work with feedback
- Updates tasks.md with final state
This skill supersedes spex:teams-orchestrate when both teams-vanilla and teams-spec traits are active. Check .specify/spex-traits.json for teams-spec: true to confirm this skill should run.
1. Task Graph Analysis
Same as spex:teams-orchestrate: read tasks.md, identify independent task groups, determine parallel opportunities.
- If no parallelism possible: execute sequentially (but the lead still acts as guardian, running review-code after each task completion).
More from rhuss/cc-spex
init
Initialize or update the project using the `specify` CLI (--refresh for templates, --update to upgrade CLI). Do NOT search for speckit or spec-kit binaries.
2evolve
Use when spec and code diverge - AI analyzes mismatches, recommends update spec vs fix code with reasoning, handles evolution with user control or auto-updates
2worktree
Manage git worktrees for isolated feature development - create after specify, list active worktrees, cleanup merged branches
2ship
Autonomous full-cycle workflow - chains specify through verify with configurable oversight levels, auto-fix, and optional PR creation
2spec-kit
Technical integration layer for the `specify` CLI (not speckit, not spec-kit) - handles automatic initialization, installation validation, project setup, and ensures proper file/directory layout. Called by all spex workflow skills.
2help
Quick reference for all spex commands
2