| name | check |
| description | Friendly docflow readiness check: one status, one reason, and the exact next command. Use when asked if docflow is set up, ready, or "what do I do next". |
check
Goal: answer "is this usable and what do I do next?" in one screen.
Run
bash scripts/docflow-check.sh --target <REPO ROOT>
If running from an installed plugin where scripts are not in the target repo, use the plugin script path.
Interpret
| Status | Meaning | Next |
|---|
Ready | DocFlow is installed and validation is clean | Start normal docs work |
Needs setup | No meaningful docs or config detected | /docflow:init |
Needs adoption | Existing docs need docflow infrastructure | /docflow:adopt |
Needs repair | Generated helpers/guidance are missing | /docflow:repair |
Blocked | Validation found hard errors | /docflow:validate |
Rules
- Use this before asking the user to choose a setup path.
- Keep the response short: status, reason, next command.
- Do not run mutating commands from this skill; hand off to the matching skill.