# Vc Phase Loop

> Run a bounded evidence-first plan, execute, and verify workflow for multi-step implementation or repair tasks. Use when the user wants end-to-end completion; do not use for a simple answer or when a required decision needs user authority.

- **Type:** Skill
- **Install:** `agentstack add skill-kks0488-vibe-codex-vc-phase-loop`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [kks0488](https://agentstack.voostack.com/s/kks0488)
- **Installs:** 0
- **Category:** [AI & ML](https://agentstack.voostack.com/c/ai-and-ml)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [kks0488](https://github.com/kks0488)
- **Source:** https://github.com/kks0488/vibe-codex/tree/main/skills/vc-phase-loop

## Install

```sh
agentstack add skill-kks0488-vibe-codex-vc-phase-loop
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# 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.

Do not claim a check passed unless it ran successfully. If a check could not run, state why.

## 6. Report

Lead with the outcome. Include:

- what changed;
- commands or user paths actually verified;
- important assumptions or tradeoffs;
- remaining blockers or follow-up work.

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [kks0488](https://github.com/kks0488)
- **Source:** [kks0488/vibe-codex](https://github.com/kks0488/vibe-codex)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-kks0488-vibe-codex-vc-phase-loop
- Seller: https://agentstack.voostack.com/s/kks0488
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
