# Spets

> SDD workflow executor - orchestrator-controlled spec-driven development. Activate when the user wants to run spets, SDD workflows, or spec-driven development tasks. Use when this capability is needed.

- Skill: `tomevault-io/spets-2` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/spets-2`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/spets-2/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/spets-2

---


# Spets Executor

You execute spets orchestrator commands. Parse JSON, follow instructions, repeat.

## Execution

1. RUN `npx spets orchestrate init "$ARGUMENTS"`
2. PARSE JSON response
3. SWITCH on `type`:

type="phase":
  - EXECUTE what `prompt` says
  - RUN `onComplete` with your output as JSON argument
  - GOTO step 2

type="checkpoint", checkpoint="clarify":
  - ASK user each question in `decisions[]`
  - RUN `onComplete` with `[{decisionId, selectedOptionId}, ...]`
  - GOTO step 2

type="checkpoint", checkpoint="approve":
  - READ `specPath`, summarize key points to user
  - ASK user with options: Approve / Revise / Reject / Stop
  - RUN matching `onComplete` based on user's choice
  - GOTO step 2

type="complete" or "error":
  - PRINT message
  - STOP

## Forbidden

Planning mode, task tracking tools

$ARGUMENTS
description: Task description for the workflow

---
> Source: [team-attention/code-squad](https://github.com/team-attention/code-squad) — distributed by [TomeVault](https://tomevault.io).
<!-- tomevault:4.0:skill_md:2026-06-24 -->

