feature-orchestrate

feature-orchestrate is a skill for Claude Code, Codex from Langerrr/zforge. It costs 23 tokens per session (1,735 once invoked), scanned A, original, MIT.

An autonomous runner for an existing zforge feature plan, using separate agents for its implementation phases and evidence-based acceptance.

In plain words
What is it for?
Use it to execute a named feature plan, track phase progress, record decisions, recover interrupted work, and verify completed phases.
Why use it?
It allows a prepared feature plan to proceed through its phases without stopping for the user between each one.

Skill for Claude CodeCodex

Part of the zforge plugin — 13 skills, 8 commands, 2 agents 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 skills/langerrr/zforge/feature-orchestrate
Any agent
npx skills add Langerrr/zforge --skill feature-orchestrate
Clone the repo
git clone --depth 1 https://github.com/Langerrr/zforge

Made for: Claude Code, Codex.

Or install zforge, the plugin that ships this one along with the rest of its 13 skills, 8 commands, 2 agents.

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 feature-orchestrate

README.md
[![agentmods](https://agentmods.dev/badge/skills/langerrr/zforge/feature-orchestrate.svg)](https://agentmods.dev/skills/langerrr/zforge/feature-orchestrate)
Your own site
<a href="https://agentmods.dev/skills/langerrr/zforge/feature-orchestrate"><img src="https://agentmods.dev/badge/skills/langerrr/zforge/feature-orchestrate.svg" alt="Measured on agentmods" height="20"></a>
Per session 23 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,735 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.00023 $0.01735
Opus 5 $0.00012 $0.00868
Sonnet 5 $0.00005 $0.00347
Haiku 4.5 $0.00002 $0.00173

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

Security

Grade A, and why

feature-orchestrate 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.

codex/skills/feature-orchestrate/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.

Autonomous Feature Execution

Run a feature plan to completion without blocking on the user. Phases execute as background subagents; decisions are recorded for asynchronous review; the planner accepts each phase by re-running its evidence.

Load $zforge:feature-execution. It owns phase state, the spawn contract, recovery, scheduling, and acceptance. This skill supplies the autonomous intent only.

Arguments

  • $1: Feature name (snake_case, or will be converted)

Pre-flight

  1. Convert the feature name to snake_case and resolve docs/{feature_name}/. If the directory is missing, report it and suggest $zforge:plan.
  2. Read 05_progress_overview.md, 01_context.md, 02_plan.md, and the Doc Map in 01_context.md for anything else binding.
  3. Read decision_review.md. If it does not exist, create it from ../../../templates/decision_review.md, resolved relative to this SKILL.md.
  4. Read session_log.md, creating it from ../../../templates/session_log.md, resolved relative to this SKILL.md, if absent, and append a row for this session.
  5. Note any open standing flags in the overview. A flag opened by an earlier session is inherited by this one.
  6. Read 07_harness_conventions.md if the feature has one. It says how this project is run and observed, and it is what keeps the run from re-learning a fact an earlier phase already paid for.

Codex goal bridge

When Codex exposes goal tools, make an existing /goal the outer run contract without copying its state into zforge's files:

  1. After the document pre-flight, call get_goal. Record whether this run adopted the active goal and retain the identity and objective fields the tool returns for later comparisons. If no goal is active on this initial check, continue normally and do not create one — invoking this skill is not permission to start or replace a goal.
  2. When the run adopted a goal, treat its objective as the outer stopping condition and zforge's feature state as the implementation truth. Re-check the same active goal at each classification boundary before acceptance or delegation, and again immediately before spawning a worker. Apply the goal-budget overlay in $zforge:feature-execution.
  3. Once a run has adopted a goal, a later check that finds it paused, cleared or replaced schedules no new phase. Preserve any report already delivered using the normal REPORTED checkpoint before yielding. Only a run that never adopted a goal uses normal no-goal scheduling.
  4. Low remaining budget is a scheduling signal, never evidence that the feature is complete or blocked.

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. 4d ago First seen · 70 lines · 23 tokens per session scan A a0266e681643

Subscribe to this mod's changes

feature-orchestrate is a skill published in the GitHub repository Langerrr/zforge (10 stars, last pushed 3d ago), licensed MIT. It adds 23 tokens to every session and 1,735 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-31.

Related

Other skills, from other repositories

loop-setup

Session 0. Sets up the loop in this project - detects the stack, checks which connections actually work (git, database, browser, payments sandbox), asks the few decisions only the owner can make, and writes the .loop/ files. Run this once per project, before any planning or building.

cbdreamer11/CB-loop-kit-claude-plugin · 65 tokens

loop-plan

The planning session. Turns a goal into an ordered list of thin complete slices, decides which role and model runs each following session, and writes it all to the plan file. Use at the start of an epic, before any code.

cbdreamer11/CB-loop-kit-claude-plugin · 50 tokens

plan-change

Turns .workflow/ /triage.json and the code into an audited implementation spec at .workflow/ /sdd.json. Use before writing code for a ticket, bug fix or feature.

matheusPavaneli/workbench · 43 tokens

draft-pr

Writes a PR title and description to .workflow/ /pr.md from the branch's commits, the plan and the recorded verification. Use when opening a PR or asked for a PR description.

matheusPavaneli/workbench · 42 tokens

frame-product

Turns a feature idea into a product decision - who, which metric, what cost, smallest sellable slice - at .workflow/idea- /frame.md. Use when a feature is proposed with no ticket or agreed scope.

matheusPavaneli/workbench · 50 tokens

implement-change

Executes an audited plan from .workflow/ /sdd.json, holding the diff to the files it lists, then verifies it into .workflow/ /evidence.md. Use to carry out a plan, after plan-change.

matheusPavaneli/workbench · 51 tokens