Show the current Correctless workflow state, available commands, and what to do next.
/chelp), or generating a feature summary (use /csummary).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.
workflow-config.json, hooks, and ARCHITECTURE.md).ARCHITECTURE.md or AGENT_CONTEXT.md still contains placeholder markers ({PROJECT_NAME}), recommends running /csetup.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.
| 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 |
/cmodel, /creview-spec, /caudit, /cupdate-arch, /cpostmortem, /cdevadv, /credteam) and extended phases./csetup to initialize the project./ctdd for tdd-impl) to resume.workflow-advance.sh diagnose "yourfile.ts" to understand why files are being blocked.