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.
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.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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
- Core Philosophy
- Step Zero: Work Document (MANDATORY)
- VC Triggers
- The Execution Engine
- Phase Structure
- Infinite Retry Engine
- Decision Policy
- Automatic Decisions (No User Input)
- Hard Stops (PAUSE AND ASK)
- Test Discovery & Execution
- Auto-Detection
- If No Tests Found
- Test Failure Response
- Parallelization Rules
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.
