spec:go

Installation
SKILL.md

Compatibility: If AskUserQuestion is unavailable, present options as a numbered list and wait for the user's reply. If Task is unavailable, run parallel steps sequentially. The context: fork and agent: frontmatter fields are Claude Code-specific — on OpenCode and VS Code Copilot they are ignored and the skill runs inline using the current model.

Execute or continue the existing plan using spec-driven development.

Overview

This command executes your plan interactively, with configurable breakpoints for user review. Pass --bg for fully autonomous background execution with a desktop notification on completion (equivalent to /spec:bg).

Step -1: Parse Flags

BG_MODE  = true if --bg present
SILENT   = true if --silent present
ALLOW_COMMITS = true if --commit or -c present (default false)

If BG_MODE=true: skip Step 3 (breakpoints) and run fully autonomously. After all phases complete, send a desktop notification (see Step 5.5).

Step 0: Select Plan

Installs
12
First Seen
Mar 21, 2026
spec:go — cloudvoyant/codevoyant