Correctless

/cstatus — Workflow Status and Next Steps

Show the current Correctless workflow state, available commands, and what to do next.

When to Use

How It Fits in the Workflow

This skill can be invoked at any point. It reads the current workflow state and tells you exactly where you are in the pipeline and what command to run next. It is purely diagnostic — it never modifies state.

What It Does

Example

User: /cstatus

Correctless — active workflow on `feature/rate-limiting`

Phase: tdd-impl (GREEN)
Entered: 3 hours ago
Next: Make the tests pass. When done, advance with `workflow-advance.sh qa`.

Available commands:
  /ctdd           Resume TDD workflow
  /cstatus        This command
  /csummary       What has the workflow caught so far?
  /chelp          Quick command reference
  ...

No problems detected.

What It Reads / Writes

Reads Writes
.correctless/config/workflow-config.json Nothing (read-only)
.correctless/hooks/workflow-advance.sh (status output)  
ARCHITECTURE.md  
AGENT_CONTEXT.md  
Workflow state file  

Intensity Levels

Common Issues