Agent skill · Testing & QA

vc-phase-loop

Ultimate autonomous execution engine. Plan → Execute → Test → Never Stop Until Done. Use when the user wants hands-off completion with no questions, automatic recovery from any failure, and proven results.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill vc-phase-loop --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 13 KB
Bundled scripts: none
Path: skills/agent/vc-phase-loop/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# VC Phase Loop - ULTIMATE EDITION ## Core Philosophy ``` ┌─────────────────────────────────────────────────────────────┐ │ THE IRON LAWS │ ├─────────────────────────────────────────────────────────────┤ │ │ │ 1. NEVER STOP UNTIL PROVEN DONE │ │ 2. NEVER ASK - DECIDE AND RECORD │ │ 3. NEVER FAIL - ADAPT AND RETRY │ │ 4. NEVER FORGET - TRACK EVERYTHING │ │ 5. NEVER ASSUME DONE - VERIFY WITH EVIDENCE │ │ │ └─────────────────────────────────────────────────────────────┘ ``` --- ## Step Zero: Work Document (MANDATORY) **BEFORE ANY WORK, create `.vc/work-{timestamp}.md`:** ```markdown # Task: {description} Started: {datetime} Status: in_progress ## Phases - [ ] Phase 1: {name} - [ ] Phase 2: {name} ... ## Assumptions Log | # | Decision | Rationale | Reversible | |---|----------|-----------|------------| ## Error Log | # | Phase | Error | Attempted Fix | Result | |---|-------|-------|---------------|--------| ## Completion Evidence {filled when verified complete} ``` **UPDATE THIS DOCUMENT AFTER EVERY ACTION.** --- ## VC Triggers Activate with any of these: - `vcf: <task>` - **SHORT AND POWERFUL** (recommended) - `use vcf: <task>` - same as above - "vc finish", "finish it", "take it to t

What's inside
Steps it walks through
  1. Core Philosophy
  2. Step Zero: Work Document (MANDATORY)
  3. VC Triggers
  4. The Execution Engine
  5. Phase Structure
  6. Infinite Retry Engine
  7. Decision Policy
  8. Automatic Decisions (No User Input)
  9. Hard Stops (PAUSE AND ASK)
  10. Test Discovery & Execution
  11. Auto-Detection
  12. If No Tests Found
  13. Test Failure Response
  14. Parallelization Rules
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the vc-phase-loop skill do?

Ultimate autonomous execution engine. Plan → Execute → Test → Never Stop Until Done. Use when the user wants hands-off completion with no questions, automatic recovery from any failure, and proven results.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill vc-phase-loop --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going