brsbl/ottonomous

15 stars · Last commit 2026-09-17

Set of Claude Code skills for product development

README preview

# Ottonomous 🚌💨

Four independently invocable product-development skills that work in both
Claude Code and OpenAI Codex:

- `spec` turns an idea or draft into a reviewed, implementation-ready product
  specification and returns a link to the written artifact.
- `review` produces validated P0-P2 code-review findings and can implement
  caller-approved fixes.
- `build` implements a caller-supplied spec through bounded subagent work,
  integration, and verification loops.
- `summary` explains a code change in a decision-focused Moss Markdown note for
  reviewers who care about outcomes and platform implications, not code tours.

<img width="3072" height="1428" alt="image 1 (1)" src="https://github.com/user-attachments/assets/2e8b420b-8b85-43af-9db7-764f6d4dc269" />

Ottonomous is a skill collection, not a workflow engine. Each skill uses
explicit caller context when provided and otherwise works from the active
repository or conversation without imposing a shared sequence or state store.

View full repository on GitHub →