preview

Generate structured execution plan previews for command workflows before confirmation.

Updated Jan 18, 2026
One-click install
npx skills add https://github.com/BenjaminRose805/react-basecamp --skill preview-benjaminrose805
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: preview
Source: https://github.com/BenjaminRose805/react-basecamp/tree/main/.claude/skills/core/preview
Command: npx skills add https://github.com/BenjaminRose805/react-basecamp --skill preview-benjaminrose805

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Previewing an execution plan helps teams avoid unexpected changes by showing the planned routing, stages, and tools before any command runs.

Core Features & Use Cases

  • Execution Plan Preview: Renders a structured view of the upcoming workflow, including the command, detected scope, route, stages, and sub-agent details.
  • User Confirmation Gate: Prompts for approval via AskUserQuestion before execution, preventing accidental runs.
  • Automation Friendly: Supports a --yes shortcut to skip the preview in CI or scripted workflows.

Quick Start

Run a test preview for /design user-authentication to see the steps and approvals before creating specs.

Frequently Asked Questions about preview

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

FAQPage Schema
How do I preview an execution plan before running an AI agent workflow?

To preview an execution plan, you can use a structured preview mechanism that renders routing decisions, stages, sub-agents, and tooling details before any command runs. This enables user confirmation to prevent unexpected changes during AI agent workflows.

What is a confirmation gate in command workflow routing?

A confirmation gate is an approval prompt that pauses command workflow execution until the user verifies the planned routing, stages, and sub-agent details. It prevents accidental runs by requiring explicit user confirmation before proceeding.

How do I skip plan previews for automated CI workflows?

You can skip plan previews for automated CI workflows by passing a --yes shortcut flag. This bypasses the confirmation gate and executes the command workflow directly without waiting for user approval prompts.

Can I view sub-agent details and tooling before execution starts?

Yes, you can view sub-agent details and tooling before execution starts. The preview template renders a structured view of detected scope, route, and stages, exposing the specific sub-agents and tools planned for the workflow.

Does the execution plan preview work with core commands like design and implement?

Yes, the execution plan preview works with core commands like design and implement. It applies to core commands including start, design, implement, and ship, rendering consistent visuals for each stage before user confirmation.