speckit.spex-teams.implement

speckit.spex-teams.implement is a command for Claude Code from rhuss/cc-spex. It costs 8 tokens per session (226 once invoked), scanned A, original, Apache-2.0.

A parallel implementation command that assigns independent tasks to multiple coding agents. It uses a task list and falls back to regular implementation when fewer than two tasks can be done independently.

In plain words
What is it for?
Use it to implement parallel-eligible tasks from tasks.md, especially within an automated shipping workflow.
Why use it?
It reduces waiting when a project contains separate tasks that do not depend on one another.

Command for Claude Code

Written for Claude Code: a Claude Code command (commands/*.md).

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add commands/rhuss/cc-spex/speckit.spex-teams.implement
Clone the repo
git clone --depth 1 https://github.com/rhuss/cc-spex

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for speckit.spex-teams.implement

README.md
[![agentmods](https://agentmods.dev/badge/commands/rhuss/cc-spex/speckit.spex-teams.implement.svg)](https://agentmods.dev/commands/rhuss/cc-spex/speckit.spex-teams.implement)
Your own site
<a href="https://agentmods.dev/commands/rhuss/cc-spex/speckit.spex-teams.implement"><img src="https://agentmods.dev/badge/commands/rhuss/cc-spex/speckit.spex-teams.implement.svg" alt="Measured on agentmods" height="20"></a>
Per session 8 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 226 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00008 $0.00226
Opus 5 $0.00004 $0.00113
Sonnet 5 $0.00002 $0.00045
Haiku 4.5 $0.00001 $0.00023

Measured 6d ago against content hash e2f97877a0f3, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

speckit.spex-teams.implement scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

specs/038-neutral-command-vocab/pre-rewrite-snapshot/spex-teams/commands/speckit.spex-teams.implement.md · 28 lines

What it actually says

Teams Implement

Standalone parallel implementation command. The ship pipeline routes to this command (instead of standard implement) when spex-teams is enabled and 2+ independent tasks exist.

Prerequisites

  • CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS must be set
  • tasks.md must exist with task breakdown
  • spex-gates extension must be enabled

Execution

  1. Read tasks.md and parse the task list
  2. Count tasks marked with [P] (parallel-eligible)
  3. If 2+ independent tasks: invoke speckit.spex-teams.orchestrate for parallel agent spawning
  4. If <2 independent tasks: fall back to standard implement (inform user)
  5. Check .spex-state for autonomous mode; suppress prompts if in ship pipeline

Ship Pipeline Integration

The ship command routes here when spex-teams is enabled and tasks.md has 2+ independent tasks. This command is NOT invoked via a hook - it is called directly by ship or the user.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 6d ago First seen · 28 lines · 8 tokens per session scan A e2f97877a0f3

Subscribe to this mod's changes

speckit.spex-teams.implement is a command published in the GitHub repository rhuss/cc-spex (115 stars, last pushed 18d ago), licensed Apache-2.0. It adds 8 tokens to every session and 226 once invoked, about $0.0000 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.