help

Guide curdx-flow slash skill selection and recovery commands.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It reduces confusion by explaining what curdx-flow slash skills do, when to use each command, and how to recover when a workflow is stuck or misaligned.

Core Features & Use Cases

  • Command discovery & usage: Presents common curdx-flow entrypoints like start/new/status/implement and clarifies how to choose between them.
  • Workflow routing guidance: Recommends the correct next action (especially /curdx-flow:start) based on whether specs exist, changes are small, work is risky, or the workspace is empty.
  • Operational troubleshooting: Summarizes common failure modes and the recovery commands users can run (e.g., status/switch/manual implement/refactor).

Quick Start

Ask the assistant to show the curdx-flow help for your current situation and recommend the next best command.

Frequently Asked Questions about help

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

FAQPage Schema
How do I choose the right slash command for spec-driven Claude Code delivery?

To choose the right slash command for spec-driven Claude Code delivery, review the help contract to route your workflow based on whether specs exist, changes are small, or work is risky, directing you to actions like /curdx-flow:start.

What is the best way to recover a stalled Claude Code workflow execution?

The best way to recover a stalled Claude Code workflow execution is to run operational troubleshooting commands like status, switch, or manual implement to diagnose misalignment and resume the spec-driven delivery process.

When should I use the start command versus the implement command in curdx-flow?

Use the start command when beginning a new spec or routing an empty workspace, whereas the implement command applies later for executing changes, especially when resuming work or handling risky modifications in curdx-flow.

How does workflow routing guidance help manage Claude Code spec changes?

Workflow routing guidance manages Claude Code spec changes by analyzing your current situation—such as whether specs exist or changes are small—and recommending the exact next slash command to maintain alignment.

Can I get command reference instructions without executing the actual workflow steps?

Yes, you can get command reference instructions without execution by requesting help, which outputs instruction-only content directing you to the correct next action without automatically running the workflow steps.