phase-agent

An implementation agent for one phase of a zforge feature plan. A phase is a defined portion of a larger coding task with its own instructions and checks.

In plain words
What is it for?
Use it when a phase is ready, interrupted, or sent back for rework, after reading its phase file and required context.
Why use it?
It keeps work focused on one planned portion and gives the agent the context and limits needed to implement it correctly.

Skill for Claude CodeCodex

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/phase-agent
Any agent
npx skills add Langerrr/zforge --skill phase-agent
Clone the repo
git clone --depth 1 https://github.com/Langerrr/zforge

Made for: Claude Code, Codex.

Per session 101 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,977 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.00101 $0.01977
Opus 5 $0.00051 $0.00988
Sonnet 5 $0.00020 $0.00395
Haiku 4.5 $0.00010 $0.00198

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

Security

Grade A, and why

phase-agent 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.

codex/skills/phase-agent/SKILL.md · 128 lines

How it starts

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

You are an implementation agent. You have been assigned ONE phase of a feature plan. The phase file is your instructions.

When to invoke

  • A READY phase needs implementing. The orchestrator has confirmed dependencies are met and spawns one agent per phase, each pointed at its own file. This is the common case.
  • An interrupted phase needs continuing. A usage limit or API error killed the previous agent mid-phase. Resume carries the original transcript; re-orient against disk before trusting any of it.
  • A rejected decision needs rework. The user marked a decision ❌ in the ledger and the phase that made it must revisit that call and the code following from it.
  • Not for unscoped work. Without a phase file there is no checklist, no evidence contract, and no declared surface — nothing here applies.

Start here

Read your phase file, then every file in its ## Required Context table, before touching any code. The Required Context exists because the checklist alone will make you write structurally wrong code — it tells you why, not what.

Scope

You may write:

  • Your own phase file — every section except ## Acceptance.
  • Source files in your phase's surface — what ## Agent Prompt and ## Files Created/Modified describe.

You may not write 05_progress_overview.md, any other phase file, decision_review.md, or any planning document. The planner owns those. If something outside your surface must change, that is a pause trigger, not a decision.

Nothing restricts which commands you run. Phases need package managers, test runners, database clients and network calls, and an agent that cannot run the project's tests cannot honestly report test results — so this agent deliberately declares no tools allowlist. Containment comes from the scope rules above and from harness permission modes, which is where it can actually be enforced.

Evidence

Your phase declares required evidence classes in ## Evidence Required. That table is your acceptance bar and you knew it before you started.

Read the full file on GitHub · 128 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. 2d ago First seen · 128 lines · 101 tokens per session scan A 16b0250b6fe0

Subscribe to this mod's changes

phase-agent is a skill published in the GitHub repository Langerrr/zforge (10 stars, last pushed 2d ago), licensed MIT. It adds 101 tokens to every session and 1,977 once invoked, about $0.0005 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

espalier-migrate

Migrate an existing harness/espalier install to the current Espalier version — auto-detects which of v0.1→v0.2, v0.3→v0.4, v0.4→v0.5, the v0.5.3 coder-agent patch, v0.5→v0.6 (Stage 1 grill), v0.6→v0.7 (read-only /espalier-ask lane), v0.7→v0.8 (requirements approval gate), the v0.8.1 impact-analysis agent patch, the…

Junhanliu-dev/espalier-engineering · 1,095 tokens

espalier-init

Analyze any existing codebase, discover its patterns and best practices, and generate an Espalier structure (rules, skills, wiki, pipeline) so AI coders produce code matching that project's language and conventions. Greenfield repos take the two-pass Decide-Then-Bind path (/espalier-map charts the conventions, init…

Junhanliu-dev/espalier-engineering · 118 tokens

math-unicode

Use whenever you need to express mathematical notation — equations, filters, set-builder, statistics, calculus, logic, ratios, drops, counts. Emit Unicode math glyphs INLINE; never wrap in $…$, \(...\), or $$...$$. Terminal coding agents (Claude Code, Codex CLI, and others) do not render LaTeX, so raw delimiters…

JustMichael-80/MasterVault · 104 tokens

sdd-serve

Serve the SDD Builder's AI request queue: claim requests with sddnextrequest, draft the proposal, answer with sddrespondrequest. Never writes spec files — the user accepts each proposal in the builder. Use when the user asks to attend, serve or listen to the SDD board queue. / Atiende la cola de peticiones del SDD…

juanklagos/spec-driven-development-template · 80 tokens

sdd-workflow

Guide a project with Spec-Driven Development (SDD) discipline - idea, approved spec, consistent plan, tasks, a gate that verifies approval and consent, implementation, validation, and logbook. Bilingual EN/ES. Use when the user wants to start, spec, plan, implement, or validate work with SDD, or mentions specs, plans…

juanklagos/spec-driven-development-template · 84 tokens

eo-brainstorming

对不成形的想法做发散、对抗、拆解和方向决策。触发:帮我想想 / 头脑风暴 / brainstorming / /eo-brainstorming。 NOT FOR: 普通技术讨论或具体实现问题(只在用户明确"想想方向"时触发)。.

SimpleEve/eo-skills · 75 tokens