phase

phase is a command for coding agents from AleksandarBisevac/claude-plugins. It costs 75 tokens per session (4,554 once invoked), scanned B, original, MIT.

A command for managing and running phases in a code-audit plan. A phase is a group of related audit tasks; the command can add, run, reorder, preview, or cancel one.

In plain words
What is it for?
Use it after an audit manifest exists to add or run a phase, set its priority, preview a run, or cancel it. A normal phase run processes ready tasks and completes the phase's sign-off.
Why use it?
An audit plan needs a controlled way to organize work, handle dependencies, and close work that will not be completed. This command provides those operations in one place.

Command

Installs and runs on its own, but its text points at files inside its plugin — anything it tells you to read at a ${CLAUDE_PLUGIN_ROOT} path is only there once the plugin is installed. Installing the plugin gets both.

Part of the audit plugin — 2 skills, 20 commands, 4 agents, 4 hooks 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/aleksandarbisevac/claude-plugins/phase
Clone the repo
git clone --depth 1 https://github.com/AleksandarBisevac/claude-plugins

Or install audit, the plugin that ships this one along with the rest of its 2 skills, 20 commands, 4 agents, 4 hooks.

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 phase

README.md
[![agentmods](https://agentmods.dev/badge/commands/aleksandarbisevac/claude-plugins/phase.svg)](https://agentmods.dev/commands/aleksandarbisevac/claude-plugins/phase)
Your own site
<a href="https://agentmods.dev/commands/aleksandarbisevac/claude-plugins/phase"><img src="https://agentmods.dev/badge/commands/aleksandarbisevac/claude-plugins/phase.svg" alt="Measured on agentmods" height="20"></a>
Per session 75 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 4,554 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 1 finding. 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.00075 $0.04554
Opus 5 $0.00037 $0.02277
Sonnet 5 $0.00015 $0.00911
Haiku 4.5 $0.00007 $0.00455

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

Security

Grade B, and why

phase scanned grade B with 1 finding 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 5d 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.

Tells the agent never to refusemediumAnti-refusal

Suppressing the ability to decline removes a core safety control; a later harmful request then succeeds.

then follow the answer. Never resolve it silently and never refuse outright — both

Downgraded: this mod is about security review, or the phrase is quoted, so it is likely naming the pattern rather than instructing it.

plugins/audit/commands/phase.md · 278 lines

How it starts

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

/audit:phase — add a phase, run it, order it, or close it

Read ${CLAUDE_PLUGIN_ROOT}/reference/orchestrator.md and ${CLAUDE_PLUGIN_ROOT}/reference/manifest-conventions.md first.

0. Which verb — read off $ARGUMENTS, before the manifest is

The FIRST token decides, and the reserved words are add, retarget, priority and cancel. Any other first token is a phase id, and the command is the run form below — the shape this command has always had, unchanged.

Lexical, never inferred from the plan. Deciding the verb by asking the manifest whether the first token happens to name a phase would give one command line two meanings on two machines, and the argument has to be read before the manifest is even located. So the rule is about the word, and it is the same word everywhere.

The one collision, and it is asked rather than guessed. phase.id is a free-text string in ${CLAUDE_PLUGIN_ROOT}/schema/audit-plan.schema.jsonP<n> / BF<n> is the allocation convention (conventions → ID allocation), not a shape the validator holds — so a hand-written manifest MAY carry a phase whose id is one of the reserved words. Once the manifest is read, if it names a phase whose id equals the word you dispatched on, STOP: print both readings and ask (AskUserQuestion) which was meant, then follow the answer. Never resolve it silently and never refuse outright — both readings stay reachable, one question apart. There is no arity exception either: three tokens are no more decidable than one when a rule has a carve-out nobody remembers.

Run a phase — <phaseId> [--dry-run]

$ARGUMENTS = the phase id (plus optional --dry-run).

If --dry-run is present: follow the orchestrator's Dry-run / preview section instead — read-only preflight, print the plan (branch, ready tasks, parallel groups, merge target), and STOP. The branch and the merge target both come from resolve-branch.py <manifestPath> --phase <phaseId> — never composed here — and when the merge target is not meta.developmentBranch, the plan says so: signing off there does not put the work on the development branch.

Read the full file on GitHub · 278 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. 5d ago First seen · 278 lines · 75 tokens per session scan B b957b6ada6b0

Subscribe to this mod's changes

phase is a command published in the GitHub repository AleksandarBisevac/claude-plugins (4 stars, last pushed 4d ago), licensed MIT. It adds 75 tokens to every session and 4,554 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it B with 1 finding (tells the agent never to refuse). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.