vc-autopilot
vc-autopilot is a contract skill that owns the provisional goal block artifact for Autopilot Mode. It emits the structured 9-field block after clarification, detects resume scenarios from pasted blocks, and validates artifacts against the D1 spec. The skill also handles V7 UPDATE variants when validation completes.
vc-autopilot emits and validates the 9-field provisional goal block that activates autonomous autopilot mode sessions.
AI-generated summary based on this skill's SKILL.md
Install
withkynam/vibecode-pro-max-kit/vc-autopilot · repository language: JavaScript
git clone https://github.com/withkynam/vibecode-pro-max-kit
cp -r vibecode-pro-max-kit/.claude/skills/vc-autopilot ~/.claude/skills/vc-autopilotnpx skillfed install withkynam/vibecode-pro-max-kit/vc-autopilotFrequently asked questions
AI-generated answers based on this skill's SKILL.md and metadata
How do I set up autopilot mode for my task?
vc-autopilot sets up autopilot mode by emitting a provisional goal block—a structured 9-field artifact that activates autonomous execution. After you clarify your task intent, vc-autopilot generates this block, which you can then use to resume sessions or validate against the D1 spec. The skill also detects when you paste a saved goal block to resume an existing autopilot session.
What is the autopilot goal block format?
vc-autopilot's goal block follows a 9-field contract specification. This structured format ensures all required metadata for autonomous mode is present and valid. The skill validates each artifact against this D1 spec, confirming that all nine fields meet the contract requirements before the block can activate full autopilot execution.
Can vc-autopilot resume autopilot session from saved goal block?
Yes. vc-autopilot detects and parses saved goal blocks you paste back into a session, automatically resuming your autopilot context. The skill recognizes the artifact format, extracts the session state, and restores your autonomous execution without requiring manual reconfiguration.
How do I validate a goal block for autonomous mode?
vc-autopilot validates goal block artifacts against the 9-field contract spec. Paste your block or let the skill emit a provisional one, and vc-autopilot checks that all required fields conform to the D1 specification. Once validation completes, the skill can update the block with V7 validator results and gate commands for full autonomous execution.
What happens after vc-autopilot validates my goal block?
After vc-autopilot validates your goal block, it updates the artifact with V7 validator results and gate commands. These results confirm the block is ready for autonomous mode and provide any gating logic needed to control task execution. Your validated block can then activate full autopilot.
What are the 9 required fields in a vc-autopilot goal block?
vc-autopilot enforces a 9-field goal block contract specification, though the skill's documentation focuses on the overall structure and validation process. When you emit or validate a block, vc-autopilot ensures all nine fields are present and correctly formatted according to the D1 spec before the block can activate autopilot mode.
SKILL.md
rendered from the published skill — quoted content, verbatim
vc-autopilot
Contract skill that owns the provisional goal block artifact for Autopilot Mode sessions. This skill is invoked by the orchestrator to emit, validate, and resume from the goal block. The canonical protocol lives in process/development-protocols/autopilot.md.
When To Invoke
Invoke this skill when:
- The orchestrator has just received an autopilot trigger phrase and needs to emit the provisional goal block after the consolidated clarification round.
- The orchestrator detects a pasted goal block at session start and needs to determine whether it is a resume scenario (goal block already present → no new clarification round).
- The
validate-autopilot-goal-block.mjsD1 validator
(truncated - see the full file via the links below)
Read as markdown · JSON record · Browse the source repository
File tree — 4 files
.claude/skills/vc-autopilot/SKILL.md
.claude/skills/vc-autopilot/fixtures/fail-autopilot-goal-block.md
.claude/skills/vc-autopilot/fixtures/pass-autopilot-goal-block.md
.claude/skills/vc-autopilot/scripts/validate-autopilot-goal-block.mjs