go

Execute spec-driven development plans interactively within Git worktrees.

Updated Nov 15, 2025
One-click install
npx skills add https://github.com/cloudvoyant/claudevoyant --skill go-cloudvoyant
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: go
Source: https://github.com/cloudvoyant/claudevoyant/tree/main/plugins/spec/skills/go
Command: npx skills add https://github.com/cloudvoyant/claudevoyant --skill go-cloudvoyant

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the execution of spec-driven development plans, ensuring that development tasks are carried out precisely as defined and allowing for interactive review and control.

Core Features & Use Cases

  • Interactive Plan Execution: Run through plan phases and tasks step-by-step, with options to pause and review.
  • Worktree Management: Automatically handles plan execution within dedicated Git worktrees for isolated development.
  • Implementation Validation: Verifies that all necessary implementation files are present before execution begins.
  • Use Case: When starting a new feature defined by a spec plan, use /go to have the AI guide you through each implementation step, ensuring all requirements are met and code is written according to the plan.

Quick Start

Use the go skill to execute the current spec plan interactively, starting from the next unchecked task.

Frequently Asked Questions about go

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

FAQPage Schema
How do I execute a spec-driven development plan step by step?

Spec-driven development plan execution is managed interactively by guiding you through plan phases and tasks sequentially. It updates progress in real-time and allows pausing for review during implementation.

What is interactive plan execution with Git worktree management?

Interactive plan execution with Git worktree management automates development tasks within isolated Git worktrees. It validates implementation files before execution and ensures adherence to specifications throughout the workflow.

Do I need Git to run spec plans interactively?

Git is required to run spec plans interactively because the process relies on Git worktrees for isolated development context and file system operations for handling plan and implementation files.

What's the best way to validate implementation files before executing a development plan?

Validating implementation files before executing a development plan is handled automatically by verifying that all necessary files are present. This ensures execution only begins when requirements are met.

How does progress tracking work during interactive plan execution?

Progress tracking during interactive plan execution works by updating task status in real-time as you move through phases. It starts from the next unchecked task and marks items complete as you progress.

When should I use automated worktree context for spec plan execution?

Automated worktree context for spec plan execution should be used when starting a new feature defined by a spec plan. It isolates development and ensures code is written according to the plan.