curdx-core

Coordinate curdx-flow execution by governing flags, state lifecycle, and subagent delegation.

4|Updated Apr 26, 2026
One-click install
npx skills add https://github.com/curdx/curdx-flow --skill curdx-core-curdx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: curdx-core
Source: https://github.com/curdx/curdx-flow/tree/main/plugins/curdx-flow/skills/curdx-core
Command: npx skills add https://github.com/curdx/curdx-flow --skill curdx-core-curdx

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill prevents Claude Code execution from drifting by centralizing curdx-flow flags, state handling, delegation rules, and deterministic verify/loop behavior.

Core Features & Use Cases

  • Flag and mode governance: Enforces consistent precedence for quick/auto/commit-spec/iteration limits and routes later phases accordingly.
  • State-file correctness: Standardizes .curdx-state.json schema expectations, recovery behavior, and phase/gate snapshot rules.
  • Coordinator delegation discipline: Defines when to fan out to subagents (Discovery/analyst/PM/architect/task executor) versus when to stay single-agent, reducing context pollution and redundant work.
  • Deterministic runtime surfaces: Specifies the preferred CLI entrypoints for routing and evidence-based verification so “done” is verifiable.
  • Task execution loop guardrails: Controls stopping/iteration logic and specifies what the coordinator must and must not do.

Quick Start

Use this Skill when you need to handle curdx-flow execution flags and state during a /curdx-flow:start session, then delegate research/requirements/design/tasks appropriately while using curdx-flow verify run to record verification evidence.

Frequently Asked Questions about curdx-core

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

FAQPage Schema
How do I prevent Claude Code execution from drifting during a spec workflow?

To prevent Claude Code execution drift, use a coordinator to centralize curdx-flow flags, state handling, and delegation rules. This enforces deterministic routing and verification behavior across all execution phases.

How do I manage subagent delegation without polluting context in Claude Code?

Subagent delegation is managed by applying coordinator discipline to fan out research and implementation tasks to specific roles like Discovery or task executor. This separation reduces context pollution and redundant work.

What is the best way to standardize state file lifecycle in a state machine workflow?

Standardize the state file lifecycle by governing the `.curdx-state.json` schema expectations, recovery behavior, and phase/gate snapshot rules. This ensures deterministic routing and state correctness.

How do I record verification evidence for task execution loops?

Record verification evidence by running `curdx-flow verify run` through deterministic CLI entrypoints. The coordinator specifies these surfaces to ensure that task completion is verifiable.

Does the curdx-flow coordinator support automatic and quick execution modes?

Yes, the coordinator supports session-aware spec workflows including auto, quick, and normal modes. It enforces consistent flag precedence for iteration limits and routes later phases accordingly.

Why should I block snapshot gates during plugin orchestration?

Blocking snapshot gates is required by strict coordinator responsibilities to control execution loop termination and iteration logic. This prevents invalid state transitions and ensures deterministic routing.