speq-implement

speq-implement is a skill for Claude Code, Codex from marconae/speq-skill. It costs 68 tokens per session (2,874 once invoked), scanned A, original, MIT.

An orchestrator for implementing a reviewed software plan stored under specs/plans. It breaks the plan into tasks, sends work to implementation and review agents, and verifies the result.

In plain words
What is it for?
Use it after planning to create and maintain tasks, assign standard or expert implementation work, run code review, and produce a verification report.
Why use it?
It coordinates the work and preserves progress, reducing the chance that tasks are skipped or changes go unreviewed.

Skill for Claude CodeCodex

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 skills/marconae/speq-skill/speq-implement
Any agent
npx skills add marconae/speq-skill --skill speq-implement
Clone the repo
git clone --depth 1 https://github.com/marconae/speq-skill

Made for: Claude Code, Codex.

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 speq-implement

README.md
[![agentmods](https://agentmods.dev/badge/skills/marconae/speq-skill/speq-implement.svg)](https://agentmods.dev/skills/marconae/speq-skill/speq-implement)
Your own site
<a href="https://agentmods.dev/skills/marconae/speq-skill/speq-implement"><img src="https://agentmods.dev/badge/skills/marconae/speq-skill/speq-implement.svg" alt="Measured on agentmods" height="20"></a>
Per session 68 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,874 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 $0.00068 $0.02874
Opus 5 $0.00034 $0.01437
Sonnet 5 $0.00014 $0.00575
Haiku 4.5 $0.00007 $0.00287

Measured 4d ago against content hash d4b49082c861, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

speq-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 4d 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.

.claude/skills/speq-implement/SKILL.md · 271 lines

How it starts

The opening of the file, as written. The whole thing — 271 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Spec Implementer (Orchestrator)

Orchestrate implementation of the plan in specs/_plans/<plan-name>. Get the plan name from the user prompt; ask if none specified.

Orchestration (reading tasks.md, dispatching sub-agents, verifying results) is tool-call heavy but not reasoning-heavy. The sub-agents do the heavy lifting — each pins its own model and effort in its frontmatter:

Sub-agent When used
implementer-agent Standard tasks (default)
implementer-expert-agent Tasks tagged [expert] in tasks.md
code-reviewer Final review of all changed files

Required Skills

Invoke before starting:

  • /speq-code-tools — Semantic code navigation and editing
  • /speq-ext-research — Library documentation and research
  • /speq-code-guardrails — TDD cycle and quality standards
  • /speq-cli — Spec discovery
  • /speq-writing-guardrails — Prose style for artifacts and GitHub text

Sub-agents (implementer-agent, implementer-expert-agent, code-reviewer) invoke their own required skills.

Orchestrator Role

The main agent acts as orchestrator:

  • Creates and maintains tasks.md for persistence
  • Spawns sub-agents for parallel task groups
  • Updates task status after sub-agent completion
  • Never implements directly — delegates all coding work
  • Rotates sub-agents to keep context windows fresh

Rotation rule: sub-agents checkpoint after every 2-3 tasks (expert: 1-2). When a sub-agent has completed max_tasks_per_agent (default 5) tasks, or returns ROTATION NEEDED, read tasks.md for current state, note the completed tasks from the sub-agent's return, and spawn a fresh agent of the SAME type with the remaining tasks. Continue until the group is complete.

Workflow

Phase 0: Load Project Hook (orchestrator)

Check for .speq/implement-hook.md in the repo root.

  • Present: read it. Announce "Loaded project hook: .speq/implement-hook.md". Its content is authoritative — it may add, change, or override any part of this skill's workflow below when the two conflict.
  • Absent: continue normally, no mention.

Read the full file on GitHub · 271 lines

Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 4d ago First seen · 271 lines · 68 tokens per session scan A d4b49082c861

Subscribe to this mod's changes

speq-implement is a skill published in the GitHub repository marconae/speq-skill (50 stars, last pushed 1mo ago), licensed MIT. It adds 68 tokens to every session and 2,874 once invoked, about $0.0003 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.