spek-implement

spek-implement is a skill for Claude Code, Codex from jumppad-labs/spektacular. It costs 14 tokens per session (1,631 once invoked), scanned A, original, Apache-2.0.

A skill for carrying out an approved implementation plan in Spektacular, a project workflow tool. It checks that the installed Spektacular files match the required version before proceeding.

In plain words
What is it for?
Use it to implement an approved feature plan, follow Spektacular's next-step instructions, and handle version mismatches by asking for an explicit reinitialization.
Why use it?
It prevents implementation from continuing with outdated workflow files and keeps the task moving through the plan until the tool says it is finished.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions subagents.

Good fit Use it to implement an approved feature plan, follow Spektacular's next-step instructions, and handle version mismatches by asking for an explicit reinitialization.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/jumppad-labs/spektacular/spek-implement
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.

Any agent
npx skills add jumppad-labs/spektacular --skill spek-implement
Clone the repo
git clone --depth 1 https://github.com/jumppad-labs/spektacular

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/jumppad-labs/spektacular/spek-implement/github.svg)](https://agentmods.dev/skills/jumppad-labs/spektacular/spek-implement)
Your own site
<a href="https://agentmods.dev/skills/jumppad-labs/spektacular/spek-implement"><img src="https://agentmods.dev/badge/skills/jumppad-labs/spektacular/spek-implement/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for spek-implement

Your own site · 80×15
<a href="https://agentmods.dev/skills/jumppad-labs/spektacular/spek-implement"><img src="https://agentmods.dev/badge/skills/jumppad-labs/spektacular/spek-implement.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 14 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,631 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00014 $0.01631
Opus 5 $0.00007 $0.00816
Sonnet 5 $0.00003 $0.00326
Haiku 4.5 $0.00001 $0.00163

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

Security

Grade A, and why

spek-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 9d 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.

.bob/skills/spek-implement/SKILL.md · 70 lines

How it starts

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

Version check first. Before running any other command, run go run . version check.

  • On status: "match", continue with the skill and produce no version-related output.
  • On "mismatch" or "missing", the installed Spektacular files are out of date: relay the response's action message to the user, ask them to re-run go run . init <agent>, and wait for their decision before continuing.
  • Never modify or re-install any installed files yourself — refreshing the installation is always an explicit, user-initiated re-run of init.

STOP. Read this before running any command below. A single successful CLI call — including the very first implement new — is NOT task completion. It is not a milestone to report back to the user. It is one step out of many in a workflow that you must keep driving, turn after turn, without stopping, until the CLI itself tells you the workflow is finished. If you find yourself about to say "successfully completed" or summarize results after calling implement new or implement goto even once, you are wrong — go back and read the instruction field you just received, do what it says, and call goto again.

What this skill does

This skill drives a multi-step interactive workflow that executes an approved plan held in the plan store, producing working code, tests, and a changelog. The workflow is owned by the go run . CLI, not by you — the CLI is the state machine and you are the executor, and the CLI (not the filesystem) is how you reach every plan document.

On each turn, the CLI returns JSON containing an instruction field. That instruction describes exactly one step (e.g. analyze, implement a phase, verify, update changelog, write the test plan, …). You must:

  1. Read the instruction carefully.
  2. Perform the step — this may mean reading the plan, spawning subagents, editing code, running tests, or writing to the changelog.
  3. When the step is complete, run the goto command named at the bottom of the instruction to advance the state machine.
  4. Read the next instruction from the new JSON response and repeat.

This is a loop. Do not stop after the first step. Keep looping — step → goto → next instruction → step — until a returned instruction tells you the workflow is finished. Only then should you report completion to the user.

Concretely: do not stop after implement new. That command only starts the workflow — it returns the first instruction, not a finished implementation. Seeing a clean JSON response with no error is not a signal to stop; it is the signal to keep going. Reporting success, summarizing "implementation initialized," or handing control back to the user at this point is the single most common way this skill is executed incorrectly — do not do it.

Read the full file on GitHub · 70 lines

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. 9d ago First seen · 70 lines · 14 tokens per session scan A beb6a957b7ac

Subscribe to this mod's changes

spek-implement is a skill published in the GitHub repository jumppad-labs/spektacular (20 stars, last pushed 4d ago), licensed Apache-2.0. It adds 14 tokens to every session and 1,631 once invoked, about $0.0001 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.

Related

Other skills, from other repositories

new-model

A generator that turns a database table definition, called DDL, into a GORM model. GORM is a Go library that maps database tables to Go structs.

zuoyebang/aiweave · 33 tokens

new-mq-consumer

A skill that generates a message-queue consumer for a Go service from its scheduled-task design. A message queue delivers events between services, and a consumer reads those events; this one is designed to batch them, store them, update Redis, and send failures to a dead-letter queue.

zuoyebang/aiweave · 38 tokens

pinchtab-mcp

Use this skill when a task requires browser automation through PinchTab's MCP server connected to a remote browser instance. Covers navigation, element interaction, data extraction, form filling, multi-step flows, and session management via MCP tools.

pinchtab/pinchtab · 52 tokens

pinchtab-stealth-score

Run the PinchTab stealth-score sweep against 15 bot-detection / fingerprint sites (sannysoft, rebrowser, deviceandbrowserinfo, iphey, whoer, browserscan, pixelscan, fingerprint-scan, incolumitas, fvision, amiunique, browserleaks, creepjs, coveryourtracks, fingerprint-demo). Starts a Docker PinchTab container per…

pinchtab/pinchtab · 168 tokens

gsd-audit-milestone

Audit milestone completion against original intent before archiving.

open-gsd/gsd-core · 17 tokens

spec-kitty-charter-doctrine

Run charter interview, generation, context, and sync workflows for project governance in Spec Kitty 3.x. Access doctrine artifacts programmatically via DoctrineService. Resolve agent profiles. Load action-scoped governance context iteratively, not all at once. Triggers: "interview for charter", "generate charter"…

Priivacy-ai/spec-kitty · 135 tokens