One-click install
npx skills add https://github.com/curdx/curdx-flow --skill start-curdx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: start
Source: https://github.com/curdx/curdx-flow/tree/main/plugins/curdx-flow/skills/start
Command: npx skills add https://github.com/curdx/curdx-flow --skill start-curdx

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

It prevents Claude Code runs from drifting by routing your intent into the right curdx-flow phase (direct change, light spec, full spec, resume, scaffold, or triage) based on repo facts, and it enforces a verification-first execution contract.

Core Features & Use Cases

  • Deterministic routing from facts: Parses your arguments, runs curdx-flow route, and follows the router’s route/intent decisions as the source of truth.
  • Auto-compiles an execution contract: For non-trivial routes, it uses curdx-flow route --compile --record to produce phase-specific policy inputs.
  • Last-mile autopilot execution: Runs curdx-flow last-mile and executes the plan derived from router output (phase, capability plan, evidence requirements, and coordinator instruction).
  • Resume and ask-only-when-needed: Resumes the active spec when applicable, or performs a single focused question only when the router returns blocked-ask-user.

Quick Start

Use the start skill to kick off a routed delivery by running: /curdx-flow:start todo-app "build a todo app with create/edit/complete/delete, browser-verified".

Frequently Asked Questions about start

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

FAQPage Schema
How do I prevent workflow drift when executing specs in Claude Code?

To prevent workflow drift, you can route intent into deterministic execution paths using curdx-flow CLI. The system parses your arguments and enforces a verification-first contract to maintain strict adherence to router outputs.

What is deterministic spec routing and how does it work for software delivery?

Deterministic spec routing parses your goal and repo facts to select the correct execution phase, such as direct change, light spec, or full spec. It minimizes unnecessary user questions by using router decisions as the source of truth.

How do I resume an active spec workflow without losing previous execution context?

You can resume active work by running the start skill, which detects applicable active specs and automatically continues the execution path. It only prompts a single focused question when the router returns a blocked-ask-user status.

Can I triage large requests across full-stack and plugin-like repos using automated routing?

Yes, automated routing supports triaging large requests across frontend, backend, full-stack, and plugin-like repos. It evaluates repo facts to compile phase-specific policy inputs and applies evidence-driven last-mile execution.

How do I scaffold new deliveries with a verification-first completion contract?

Scaffolding new deliveries requires running curdx-flow route to compile an execution contract. The system then executes the plan via last-mile autopilot, enforcing verification-first completion with recorded execution evidence.