ワンクリックで
cc-run
Launch and drive this project's app to see a change working in context.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Launch and drive this project's app to see a change working in context.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Route a task to the least intrusive executive-function support based on the user's stated current capacity, memory load, activation, and motivation. Use when work feels stuck, overwhelming, hard to hold in mind, or when the user asks for neurodivergent-friendly support without wanting a diagnostic or coaching ritual.
Reduce work to the smallest safe and useful outcome when capacity is low or burnout is present. Use when the user explicitly says they are depleted, overwhelmed, unable to start, or asks for the minimum viable version of a task.
Create a truthful activation bridge for a task that has low urgency, novelty, interest, challenge, or immediate feedback. Use when the user says they are stuck or avoiding a known task despite understanding it.
Reduce language, sensory, and uncertainty load while preserving complete information. Use when the user requests direct or scannable communication, has low capacity, is navigating a new flow, or needs explicit expectations and examples.
Turn a vague, oversized, or initiation-resistant outcome into an executable sequence with a visible first action and definition of done. Use when dependencies are hidden, the task spans multiple systems, or the user cannot identify where to begin.
Externalize time, checkpoints, stopping rules, and context transitions. Use when estimates are uncertain, a task may expand indefinitely, the user is switching topics, or an interruption risks losing the current state.
| name | cc-run |
| description | Launch and drive this project's app to see a change working in context. |
Launch and drive this project's app to confirm a change works in the real runtime environment.
Distinction from cc-verify: cc-run focuses on launching the full app and exercising the golden path. cc-verify is for targeted spot-checks.
Check these in order:
vanta skill cc-run) that overrides this onepackage.json for a dev or start scriptrun.sh, Makefile, or README for launch instructions# Web app / server
npm run dev
# or
./run.sh
# CLI tool
./run.sh run "example instruction"
# or
npx tsx src/cli.ts <command>
Exercise the main flow that the change affects:
Record what you observed:
For the Vanta project:
# Start agent + kernel
./run.sh run "<instruction>"
# TUI mode
./run.sh
# CLI command
npx tsx vanta-ts/src/cli.ts <command>