vc-phase-loop

vc-phase-loop is a skill for Claude Code, Codex from kks0488/vibe-codex. It costs 50 tokens per session (554 once invoked), scanned A, original, MIT.

A structured workflow for completing and checking multi-step software changes or repairs. It uses evidence from executed checks to support the final result.

In plain words
What is it for?
Use it for end-to-end coding tasks that need planning, repository checks, implementation, verification, and a documented completion status.
Why use it?
It keeps implementation work bounded and makes it clear what was requested, what changed, what was tested, and what remains blocked.

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

Made for: Claude Code, Codex.

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 vc-phase-loop

README.md
[![agentmods](https://agentmods.dev/badge/skills/kks0488/vibe-codex/vc-phase-loop.svg)](https://agentmods.dev/skills/kks0488/vibe-codex/vc-phase-loop)
Your own site
<a href="https://agentmods.dev/skills/kks0488/vibe-codex/vc-phase-loop"><img src="https://agentmods.dev/badge/skills/kks0488/vibe-codex/vc-phase-loop.svg" alt="Measured on agentmods" height="20"></a>
Per session 50 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 554 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.00050 $0.00554
Opus 5 $0.00025 $0.00277
Sonnet 5 $0.00010 $0.00111
Haiku 4.5 $0.00005 $0.00055

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

Security

Grade A, and why

vc-phase-loop 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.

skills/vc-phase-loop/SKILL.md · 72 lines

How it starts

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

VC Phase Loop

Outcome

Complete the requested work within the user's scope and authority, then support the completion claim with executed checks and concrete evidence.

1. Scope and risk

  • Read applicable repository instructions before editing.
  • Separate requirements from assumptions.
  • Identify destructive, costly, credential-sensitive, public, or externally consequential actions.
  • Proceed with reversible in-scope choices. Ask when an unanswered choice materially changes the result or requires authority the user has not granted.

2. Choose task depth

  • Small: execute directly, then verify.
  • Multi-step: keep a short plan with one active step.
  • Long-running or resumable: create .vc/work-{timestamp}.md with requirements, decisions, status, blockers, and completion evidence. Update it at decision or phase boundaries, not after every command.

Do not inflate a task to reach a fixed phase count.

3. Execute

  • Follow existing project patterns.
  • Keep changes minimal and reviewable.
  • Use built-in Codex subagents only for independent work that benefits from separate context, such as exploration, test execution, or review.
  • Avoid parallel write-heavy work unless file ownership is clearly separated.
  • Preserve user changes and stay within the approved roots.

4. Recover intelligently

Use the Two-Strike rule:

  1. Diagnose the first failure and try a targeted correction.
  2. If the same failure repeats, stop using the same approach.
  3. Re-check assumptions, inspect the root cause, and choose a materially different strategy.
  4. If progress requires missing authority, credentials, money, user input, or external state, report the blocker instead of pretending to continue.

Retries are bounded by new information. Never promise guaranteed success or an infinite loop.

5. Verify proportionally

Prefer the project's own checks in this order when available:

  1. focused tests for changed behavior;
  2. lint, type, or syntax checks;
  3. broader tests or build for higher-risk changes;
  4. a real user-path exercise when practical.

Read the full file on GitHub · 72 lines

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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 · 72 lines · 50 tokens per session scan A 55cb68a5c403

Subscribe to this mod's changes

vc-phase-loop is a skill published in the GitHub repository kks0488/vibe-codex (11 stars, last pushed 21d ago), licensed MIT. It adds 50 tokens to every session and 554 once invoked, about $0.0003 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.