ijfw-execute

ijfw-execute is a command for coding agents from FerroxLabs/ijfw. It costs 36 tokens per session (615 once invoked), scanned A, original, MIT.

A command that starts the execution stage of the IJFW development workflow, where an approved plan is turned into code and checked.

In plain words
What is it for?
Use it when you are ready to implement a plan, run tasks in sequence, dispatch independent tasks to agents, and verify the results.
Why use it?
It gives a planned task a defined build-and-verify process and can offer a short planning pass when no plan exists. IJFW is the workflow this command controls.

Command

Part of the claude plugin — 18 commands, 37 agents, 1 MCP server shipped together

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 commands/ferroxlabs/ijfw/ijfw-execute
Clone the repo
git clone --depth 1 https://github.com/FerroxLabs/ijfw

Or install claude, the plugin that ships this one along with the rest of its 18 commands, 37 agents, 1 MCP server.

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 ijfw-execute

README.md
[![agentmods](https://agentmods.dev/badge/commands/ferroxlabs/ijfw/ijfw-execute.svg)](https://agentmods.dev/commands/ferroxlabs/ijfw/ijfw-execute)
Your own site
<a href="https://agentmods.dev/commands/ferroxlabs/ijfw/ijfw-execute"><img src="https://agentmods.dev/badge/commands/ferroxlabs/ijfw/ijfw-execute.svg" alt="Measured on agentmods" height="20"></a>
Per session 36 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 615 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.00036 $0.00615
Opus 5 $0.00018 $0.00308
Sonnet 5 $0.00007 $0.00123
Haiku 4.5 $0.00004 $0.00061

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

Security

Grade A, and why

ijfw-execute 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 3d 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/commands/ijfw-execute.md · 52 lines

What it actually says

Jump straight into the IJFW workflow Execute phase. Use this when a plan is already approved and you're ready to build.

Quick mode (Q3): Work through tasks in sequence. Run tests and verification after each. Store key decisions in memory. One-keystroke: /ijfw-execute.

Deep mode (D4): Dispatch tasks to the project team agents set up during Discovery. Specialist agents run in parallel where tasks are independent. Human checkpoints fire at each phase boundary. Atomic commits for code changes. progress.md updates after every phase.

This command invokes ijfw-workflow at the Execute phase directly. IJFW drives the full execution loop via the Agent tool -- no external plugin hand-off. Every task transition creates a visible task entry so you can see progress in real time.

Natural triggers: "start building", "execute the plan", "let's go", "build it", "kick off execution."

If no plan.md exists, this command offers a 2-minute Quick Plan pass first before executing -- skipping planning reliably causes scope drift.

Deep mode runs tasks under completion contracts with max-iter=3. Each task in Deep mode requires a completion contract (defined in plan.md). The Ralph loop runs up to 3 iterations per task, re-dispatching with failure feedback on each failed criterion. If all criteria pass: VERIFIED. If max iterations exhausted or stagnation detected (two identical result sets): ISSUE persisted to .ijfw/state/execute-issues.json.

resolve sub-command: /ijfw-execute resolve <iss_id> <note> resolves a ledger entry. Matches: "resolve issue ", "mark resolved", etc.

  1. Load .ijfw/state/execute-issues.json.
  2. Find entry by id; set status: resolved, resolution: accepted (or deferred / reworked per note), resolved_at: <now ISO-8601>.
  3. Write back atomically (temp file + rename).
  4. Emit one-line receipt: Resolved iss_001 (accepted). 0 unresolved issues remain.

Alternative: next successful execute of the same task_id auto-resolves all unresolved entries for that task.

Ledger gate: Before starting execution, read .ijfw/state/execute-issues.json (treat missing file as zero issues). If any entry has status: unresolved, halt and list the issues -- resolve them first or use the resolve sub-command.

GATE: Execute phase ends at the PHASE AUDIT gate -- all phase tasks complete, brief still accurate, memory updated. Gate runs at each phase boundary.

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. 3d ago First seen · 52 lines · 36 tokens per session scan A c09d32927439

Subscribe to this mod's changes

ijfw-execute is a command published in the GitHub repository FerroxLabs/ijfw (210 stars, last pushed 10d ago), licensed MIT. It adds 36 tokens to every session and 615 once invoked, about $0.0002 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.