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
Decision gist · record as of 2026-06-21
vc-autopilot emits and validates the 9-field provisional goal block that activates autonomous autopilot mode sessions. 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.
Use it when
- vc-autopilot's goal block follows a 9-field contract specification.
- Yes.
Verify before relying
Read SKILL.md below before installing (4 files). Open directory: indexed for reading, not audited.
Install
withkynam/vibecode-pro-max-kit/vc-autopilot · repository language: JavaScript
Open directory. Skills are indexed for reading, not audited. Review a skill's body before installing it.
Frequently 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)
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
Let your AI agent find skills like this
Example. Real query, live index.
You found this page by searching. An agent finds it by wishing: SkillFed indexes 56,283 agent skills by what they can do, searchable in plain language.
wish › “Emit and validate a provisional goal block to activate autopilot mode”
Give your agent the search over MCP, or paste the wish link into any chat. No install? Search from any chat →
Related skills
vc-audit-context validates your project's context layer, routing tables, and shared-skill discovery across agents. Run built-in validators to catch missing context files, broken skill references, and protocol misalignment, then regenerate your machine-readable skill catalog.
vc-generate-plan transforms feature ideas and product requirements into structured implementation plan artifacts saved to your repo. It handles both straightforward single-phase work and large multi-phase programs, organizing plans with required sections for touchpoints, contracts, blast radius, and verification gates. The skill enforces answer-first communication and ensures execution handoff clarity through explicit resume notes.
This skill scaffolds multi-phase programs by generating an umbrella orchestration plan, Program Goal Charter, per-phase plan stubs, and a session-goal block. It enforces a 7-step inner loop (Research → Innovate → Plan-Supplement → PVL → Execute → EVL → Update-Process) with validation gates between phases, ensuring each phase is ready before the next begins. Use it when work naturally breaks into 3+ dependent phases across multiple packages or services.
vc-context-discovery is the canonical context-loading entry point for every agent session. It discovers and surfaces all nested files under process folders, extracts frontmatter metadata, and routes context by domain using keyword matching. Use the auto-discovery script or keyword-first routing to load exactly the docs your task needs.
vc-audit-vc checks that your agent harness layer stays internally consistent and correctly wired across Claude, Codex, documentation, and protocol files. Run validators to catch agent definition drift, skill discovery mismatches, guide sync failures, and wiring breaks—then patch and re-run until all checks pass.
vc-debug guides you through structured investigation before any fix, combining root cause tracing, defense-in-depth validation, and verification protocols. Handle code bugs, system failures, CI/CD issues, and performance degradation with frameworks for each scenario—from call stack analysis to log inspection to frontend verification.
More skills vc-setup (MIT) · vc-scout (MIT)