validate-loop
Installation
SKILL.md
Validate Loop Implementation
Check implementation status via the Skene CLI.
Agent behavior rules
- Autonomous. Run the CLI, present results, suggest next step. No mid-flow questions.
- CLI is the source of truth. If
uvx skene statusfails, report the error. Do NOT fabricate your own checklist. - User cannot type into agent terminals. Pipe safe defaults for routine prompts. Kill stuck terminals.
Steps
-
Discover CLI options Run
uvx skene status --helpto see available flags. Use only flags that appear in the output. -
Check for growth loops
ls .skene/active-loop.json 2>/dev/null || ls skene-context/growth-loops/ 2>/dev/nullIf missing: "No growth loop found. Run/skene-planfirst." Stop.