vc-autopilot

Create and validate 9-field provisional goal blocks for Autopilot sessions.

1.1k|223|Updated May 27, 2026
One-click install
npx skills add https://github.com/withkynam/vibecode-pro-max-kit --skill vc-autopilot
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vc-autopilot
Source: https://github.com/withkynam/vibecode-pro-max-kit/tree/main/.claude/skills/vc-autopilot
Command: npx skills add https://github.com/withkynam/vibecode-pro-max-kit --skill vc-autopilot

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill solves the need to create and validate a standardized provisional goal block for Autopilot sessions.

Core Features & Use Cases

  • Emission and validation of the provisional goal block for AI-assisted autopilot sessions.
  • Supports resume-detection and strict 9-field formatting to ensure consistent state across phases.
  • Use Case: During an autopilot run, generate a canonical goal block, validate it with the validator, and resume from the correct phase if a pasted block is detected.

Quick Start

Provide a provisional autopilot goal block for the current session and validate it with the validator.

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 for AI-assisted development pipelines?

To validate an autopilot goal block, use this skill to enforce the strict 9-field structure required for canonical autopilot sessions, ensuring all required fields are present before execution proceeds.

What is a provisional goal block and when do I need it for autopilot orchestration?

A provisional goal block is a standardized 9-field data structure that defines each autopilot run. You need it when initiating AI-assisted development pipelines to ensure consistent state tracking across execution phases.

How do I resume an autopilot session from a pasted goal block?

Resuming an autopilot session involves pasting an existing goal block, which triggers the skill's resume-detection capability to identify the current phase and continue the autopilot run from the correct execution point.

Does the autopilot goal block validator check EXECUTE CONSENT standing-granted status?

Yes, the autopilot goal block validator enforces that the EXECUTE CONSENT field explicitly contains the standing-granted value, ensuring authorized execution before the autopilot session proceeds with pipeline tasks.

Can I use this goal block validation in an AI-agent workflow without external dependencies?

Yes, this goal block validation operates as a standalone script component with zero external dependencies, allowing you to emit and validate standardized autopilot structures directly within your AI-agent workflow.

What happens if my autopilot goal block is missing one of the 9 required fields?

If an autopilot goal block is missing any of the 9 required fields, validation fails immediately, preventing the AI-assisted development pipeline from proceeding until the structure is corrected and fully compliant.