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 build fails, 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

  1. Discover CLI options Run uvx skene build --help to see available flags and understand any interactive prompts.

  2. Verify loop selection ls .skene/active-loop.json 2>/dev/null || ls skene-context/growth-loops/ 2>/dev/null If missing: "Run /skene-plan first." Stop.

Installs
2
GitHub Stars
109
First Seen
Mar 30, 2026
build-implementation — skenetechnologies/skene