vc-autopilot

Emit and validate the 9-field provisional goal block for Autopilot Mode sessions.

Updated Apr 9, 2026
One-click install
npx skills add https://github.com/HyuseCS/project-c --skill vc-autopilot-hyusecs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vc-autopilot
Source: https://github.com/HyuseCS/project-c/tree/main/.claude/skills/vc-autopilot
Command: npx skills add https://github.com/HyuseCS/project-c --skill vc-autopilot-hyusecs

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve? Autopilot Mode sessions need a consistent, machine-checkable goal block so an orchestrator can lock clarifications, define execution consent, and resume work across sessions without repeating clarification rounds. ## Core Features & Use Cases - Goal Block Emission: Builds the provisional goal block with exactly 9 required fields (SESSION GOAL through START) within a 4000-character limit after the consolidated clarification round. - Resume Detection: Recognizes a pasted goal block at session start and skips the clarification round, resuming directly from the ENTRY PHASE and START fields. - D1 Validation: Ships a Node.js validator script that checks all 9 fields, enforces the standing-granted consent rule, warns on TBD test gates, and validates the optional LANE field. - Use Case: A user pastes a goal block from a previous session; the orchestrator detects all 9 field anchors, skips clarification, and resumes the autopilot run from the recorded entry phase. ## Quick Start Ask the assistant to run autopilot on your task and emit the provisional goal block, then validate the written artifact with the validator script.

Frequently Asked Questions about vc-autopilot

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I validate an autopilot goal block artifact?

Run the validator with node .claude/skills/vc-autopilot/scripts/validate-autopilot-goal-block.mjs followed by the artifact path. Exit code 0 means all 9 required fields are present and the block is under 4000 characters; exit code 1 prints the failing checks.

What fields are required in an autopilot provisional goal block?

The block must contain exactly 9 field anchors: SESSION GOAL, ENTRY PHASE, REMAINING PHASES, CLARIFICATIONS LOCKED, EXECUTE CONSENT, DECISION POLICY, HARD STOPS, TEST GATES, and START. EXECUTE CONSENT must also contain the literal text standing-granted.

How does autopilot resume detection work with a pasted goal block?

If the user's message contains all 9 field names as labels, the orchestrator treats it as a resume scenario. It skips the clarification round, reads the entry phase and remaining phases from the block, and starts execution from the START field.

Why does the validator warn about TBD in TEST GATES?

A TBD value in TEST GATES means the V7 UPDATE variant has not been emitted yet. It is a warning, not a failure, reminding the orchestrator to replace it with real gate commands after the VALIDATE phase completes.

What is the character limit for an autopilot goal block?

The provisional goal block must be 4000 characters or fewer. If it exceeds the limit, the DECISION POLICY and CLARIFICATIONS LOCKED fields are compressed into summaries referencing the canonical autopilot protocol document.