plan-growth-loop
Installation
SKILL.md
Plan Growth Loop
Generate prioritized growth loops from the Skene CLI. The CLI does the planning, not you.
Agent behavior rules
- Autonomous. Run the CLI, present results, suggest next step. No mid-flow questions unless there's a genuine blocker.
- CLI is the source of truth. If
uvx skene planfails, report the error. Do NOT generate your own growth loops. - User cannot type into agent terminals. Pipe safe defaults for routine prompts. Kill stuck terminals and re-run.
Steps
-
Discover CLI options Run
uvx skene plan --helpto see available flags. Use only flags that appear in the output. -
Verify analysis exists
ls .skene/analysis/ 2>/dev/null || ls skene-context/ 2>/dev/nullIf missing: "Run/skene-analyzefirst." Stop.