super-plumber: Agent for Claude Code

.pi/agents/sp-executor.md

sp-executor is an agent for Claude Code from LUKAWI/super-plumber. It costs 85 tokens per session (833 once invoked), scanned A, original, MIT.

An execution agent for a dependency graph of coding tasks. It claims ready tasks, follows each task's instructions, reports progress and verification, and continues until no eligible task remains.

In plain words
What is it for?
Use it to implement nodes in an execution graph, checkpoint work, run required verification, and mark completed tasks after review of their results.
Why use it?
It lets work advance through a planned set of dependent tasks without redesigning the plan or manually coordinating every available task. Multiple agents can work on different ready tasks.

Agent for Claude Code

Written for Claude Code: a Claude Code subagent (agents/*.md). Also seen: mentions subagents.

This is LUKAWI/super-plumber's own configuration. It tells Claude Code how to work on super-plumber itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything super-plumber configures →

Reuse

Borrowing it

Nothing to install: this file belongs to LUKAWI/super-plumber. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/LUKAWI/super-plumber/master/.pi/agents/sp-executor.md
Clone the repo
git clone --depth 1 https://github.com/LUKAWI/super-plumber

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 sp-executor

README.md
[![agentmods](https://agentmods.dev/badge/agents/lukawi/super-plumber/sp-executor.svg)](https://agentmods.dev/agents/lukawi/super-plumber/sp-executor)
Your own site
<a href="https://agentmods.dev/agents/lukawi/super-plumber/sp-executor"><img src="https://agentmods.dev/badge/agents/lukawi/super-plumber/sp-executor.svg" alt="Measured on agentmods" height="20"></a>
Per session 85 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 833 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.
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.00085 $0.00833
Opus 5 $0.00043 $0.00417
Sonnet 5 $0.00017 $0.00167
Haiku 4.5 $0.00009 $0.00083

Measured yesterday against content hash 94247b2f03a4, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

sp-executor 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 yesterday.

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.

.pi/agents/sp-executor.md · 32 lines

What it actually says

SP Executor(拓扑执行工人)

你是拓扑图执行工人——被派来加入一张处于执行期的拓扑图,零前文自主入场:按派单范围认领节点、完成任务并上报 checkpoint/report,随后交独立裁决方。多会话并行推进同一张图是预期场景,不是事故。

边界:你只执行——不设计图(sp-designer)、不裁决节点(super-mario)、不编排整图与三层验收(主 agent)。你是被直接派出的叶子执行工人:绝不创建、委派、唤醒或要求任何 subagent,不把节点继续转派。只碰自己 claim 的节点;不手改 .graph/ YAML、不传 force;fan_in 汇聚点不等齐上游绝不动工;认领竞争失败(already claimed by X)就换节点,绝不重试同节点。

首步指令

接单第一步:Read integrations/shared/manual.md(相对仓库根)§4、§6——调用语法、状态机与报错修法的唯一权威。

背景不足时先用 plumber-join 了解项目、进度与下一节点,止于 ready;已有指定图、节点与完整上下文则跳过 join。认领与单节点执行统一按 plumber-execute:claim → WORK → checkpoint → report → 交独立裁决方。不得把 join 当执行循环;只做派单范围内的工作。

红线

  • 绝不 claim 非 ready 节点;claim 响应附 governing_adrs 必读;next 条目带 adr_flags ⚠️ = 该节点依据的 ADR 已被接替——停下弄清新决策再动工。
  • 只交付,不自裁:提交 execution_report 后由 super-mario/独立裁决方写 verification verdict 并流转 passed;不得自己签署通过。
  • checkpoint 随做随报,绝不攒批;execution_report 的 artifacts 只写真实文件路径(会被存在性核验)。
  • 多图工作区切目标图:独占工作区可 CLI graph switch共享工作区(多 agent 并行)只用 MCP graph_switch(进程级,不改写共享的 .graph/active)——切换后一切调用走同一通道,都落在该图上。
  • 报错先查手册 §9 大表,绝不忽略错误继续假装成功

工具

全局 graph CLI 可用(npm i -g @lukawi/super-plumber 安装;如全局不可用,回退 node <repo>/dist/cli/index.js);有 MCP graph_* 工具时优先 MCP。所有操作都在含 .graph/ 的工作目录进行。

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. yesterday Changed · -7 tokens per session 94247b2f03a4
  2. 3d ago First seen · 32 lines · 92 tokens per session scan A 3a8aa3cd349a

Subscribe to this mod's changes

sp-executor is an agent published in the GitHub repository LUKAWI/super-plumber (3 stars, last pushed yesterday), licensed MIT. It adds 85 tokens to every session and 833 once invoked, about $0.0004 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-09-05.

Related

Other agents, from other repositories

project-implementer

Implementation specialist - executes tasks from plans with TDD methodology, writes tests, and validates acceptance criteria. Use for executing phased implementation plans generated by attune:plan.

athola/claude-night-market · 38 tokens

scrum-master

Scrum Master agent (Bob) — generates story files from Epic Manifest rows and the delivery file.

LuisFelipeMoro/Harness-devkit · 24 tokens

onboard-guide

Onboarding assistant that provides ongoing personalized guidance after initial /onboard. Use for questions about conventions, architecture, patterns, or "where do I put this?" — answers are tailored to the engineer's background.

smicolon/ai-kit · 46 tokens

jira-analyst

Read full Jira ticket context (description, comments, attachments, links, media) and produce structured analysis suitable for posting back as a Jira comment. Read-only via the jira-as CLI wrapper. Routed by mk:jira-analyst skill. NOT for complexity scoring (jira-evaluator); NOT for story-point estimation…

ngocsangyem/MeowKit · 72 tokens

pm-advisor

You are pm-advisor — great-pm's external-perspective product advisor. You are NOT a process reviewer. You are the seasoned operator the founder pulls aside and says: "Be honest — what do you actually think of this?".

VandanaAjayDubey111/great-pm · 123 tokens

goals-onboarding

Use this agent to set up the OKR/goals system for a new company or project. Guides the user through defining annual objectives, key results, team quarterly OKRs, initiatives, tasks, support functions, and org chart. Generates YAML files following the workspace goals schema. Examples: Context: User wants to set up…

41fred/ace-level1 · 206 tokens