speckit-worker

Execute one speckit command per iteration with validation and completion signals.

Updated Feb 6, 2026
One-click install
npx skills add https://github.com/leonardoFu/speckit-wiggum-toolkit --skill speckit-worker
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-worker
Source: https://github.com/leonardoFu/speckit-wiggum-toolkit/tree/main/.claude/skills/speckit-worker
Command: npx skills add https://github.com/leonardoFu/speckit-wiggum-toolkit --skill speckit-worker

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Speckit Worker provides deterministic, single-command execution within an automated Claude Code loop, ensuring each iteration validates results before advancing.

Core Features & Use Cases

  • Executes exactly one speckit command per iteration and validates its outcome
  • Maintains strict progress tracking and state to support safe PR-style workflows
  • Use case: orchestrating speckit workflows in large automation loops with reliable iteration pacing

Quick Start

Run the worker for a single iteration by executing one speckit command and emitting the completion signal

Frequently Asked Questions about speckit-worker

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate speckit commands with validation in Claude Code?

Automating speckit commands with validation requires orchestrating execution one-at-a-time. This worker ensures each iteration runs exactly one command, validates the outcome, and emits a completion signal before advancing.

What is single-command execution in speckit automation loops?

Single-command execution is a deterministic approach that processes one speckit command per iteration. It maintains strict state and progress tracking to ensure safe PR-style workflows across specify, plan, tasks, and implement phases.

How do I run a speckit worker for a single iteration?

To run the worker for a single iteration, execute one speckit command and emit the defined completion signal. This advances the automation loop by validating the result before moving to the next step.

Can I use this worker for large speckit automation workflows?

Yes, you can use this worker for large speckit automation workflows. It provides reliable iteration pacing and strict progress tracking to support safe PR workflows across multiple phases.

Why does my speckit workflow need deterministic iteration pacing?

Deterministic iteration pacing is needed to prevent uncontrolled execution in automated loops. By validating one command per iteration before advancing, it ensures reliable state tracking and safe progress through PR workflows.