003_agent_close-workflow

003_agent_close-workflow is an agent for Claude Code from paulbreuler/limps. It costs 0 tokens per session (383 once invoked), scanned A, original, MIT.

A workflow update for closing feature agents and running agent-only plans. It adjusts status handling and adds validation and checklists for agent paths.

In plain words
What is it for?
Use it when maintaining commands that close agent work, validate agent plans, or show completion checklists.
Why use it?
It prevents workflows designed for code features from applying the wrong status updates to plans that only coordinate agents.

Agent for Claude Code

Written for Claude Code: a Claude Code subagent (agents/*.md). Also seen: reads .claude/ paths.

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 agents/paulbreuler/limps/003_agent_close-workflow
Clone the repo
git clone --depth 1 https://github.com/paulbreuler/limps

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 003_agent_close-workflow

README.md
[![agentmods](https://agentmods.dev/badge/agents/paulbreuler/limps/003_agent_close-workflow.svg)](https://agentmods.dev/agents/paulbreuler/limps/003_agent_close-workflow)
Your own site
<a href="https://agentmods.dev/agents/paulbreuler/limps/003_agent_close-workflow"><img src="https://agentmods.dev/badge/agents/paulbreuler/limps/003_agent_close-workflow.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 383 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.1 $0.00000 $0.00383
Opus 5 $0.00000 $0.00192
Sonnet 5 $0.00000 $0.00077
Haiku 4.5 $0.00000 $0.00038

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

Security

Grade A, and why

003_agent_close-workflow 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 2d 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.

plans/Completed/0039-llm-usage-improvements/agents/003_agent_close-workflow.agent.md · 69 lines

What it actually says

Agent 3: Close Workflow Alignment

Plan Location: plans/0039-llm-usage-improvements/0039-llm-usage-improvements-plan.md

Scope

Features: #4 Own: .claude/commands/close-feature-agent.md, .claude/commands/run-agent.md Depend on: none Block: none

Interfaces

Export

// #4
(none)

Receive

// None

Features

#4: Agent Close Workflow Alignment

TL;DR: Align close-feature-agent and run-agent workflows for agent-only plans. Status: PASS Test IDs: close-feature-agent skips update_task_status for agent-only plans, close-feature-agent emits note for agent-only status, run-agent validates agent path, run-agent prints checklist Files: .claude/commands/close-feature-agent.md (modify), .claude/commands/run-agent.md (modify)

TDD:

  1. close-feature-agent skips update_task_status for agent-only plans → impl → refactor
  2. close-feature-agent emits note for agent-only status → impl → refactor
  3. run-agent validates agent path → impl → refactor
  4. run-agent prints checklist → impl → refactor

Gotchas:

  • Preserve existing behavior for plans with real feature IDs.

Done

  • TDD cycles pass
  • Exports match interface
  • Test IDs implemented
  • Status → PASS

Plan:

Depends on: No dependencies found

Blocks: No blocks found

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. 2d ago First seen · 69 lines · 0 tokens per session scan A 272c28afd1c9

Subscribe to this mod's changes

003_agent_close-workflow is an agent published in the GitHub repository paulbreuler/limps (10 stars, last pushed 6mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 383 tokens. 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-03.