build-implementation
Installation
SKILL.md
Build Implementation Prompt
Generate implementation prompts via the Skene CLI. The CLI generates the plan, not you.
Agent behavior rules
- Autonomous. Run the CLI, read the output, execute the implementation. No mid-flow questions.
- CLI is the source of truth. If
uvx skene buildfails, report the error. Do NOT write your own implementation plan as a substitute. - User cannot type into agent terminals. The agent handles all CLI input.
Steps
-
Discover CLI options Run
uvx skene build --helpto see available flags and understand any interactive prompts. -
Verify loop selection
ls .skene/active-loop.json 2>/dev/null || ls skene-context/growth-loops/ 2>/dev/nullIf missing: "Run/skene-planfirst." Stop.