status

Inspect curdx-flow spec state, workflow health, and recommended next actions.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps you quickly understand where curdx-flow is in your spec lifecycle, whether the environment is healthy, and what to do next without digging through files or guesswork.

Core Features & Use Cases

  • Snapshot-driven state: Shows the active spec, current phase, progress, and gates based on the latest workflow snapshot.
  • Health visibility: Runs a lightweight doctor check and reports readiness or unavailability so you can avoid wasted attempts.
  • Actionable routing: Produces a recommended next action (including starting a new spec when none is active), optionally updating the spec index for accurate discovery.

Quick Start

Run the status skill to display current spec activity, health, recovery info, and the recommended next command based on the latest snapshot.

Frequently Asked Questions about status

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

FAQPage Schema
How do I check the health of my Claude Code workflow before resuming work?

Checking workflow health involves running a status command that performs a doctor check and reports environment readiness, helping you avoid wasted attempts before resuming tasks.

What is a workflow snapshot and how does it help with session recovery?

A workflow snapshot captures your active spec, current phase, and progress, allowing you to quickly understand where you left off and route your next step without manually digging through files.

How do I find out the recommended next action for my current spec?

To find the recommended next action for your current spec, run a status check that analyzes your latest workflow snapshot and spec index to route your next command, including starting a new spec when none is active.

Can I update the spec index automatically when checking my spec status?

Yes, you can update the spec index automatically during a status check to ensure accurate spec discovery, while the system generates a session-aware snapshot and renders a structured status report.

Do I need to invoke a model to inspect my spec execution progress?

No, you do not need to invoke a model to inspect spec execution progress; the status command renders a structured report of requirements, design, and task progress without any model invocation.

When should I run a workflow status check instead of manually checking files?

You should run a workflow status check during interruptions that require resuming or switching specs, as it provides snapshot-driven state, health visibility, and actionable routing without guesswork.