prototype
Installation
SKILL.md
Prototype
Throwaway code that answers one question. Capture the answer in NOTES.md (required before PRD or /aiops-implement absorption).
Pick a branch
- Logic / state / API shape → tiny interactive terminal app. Pure logic module + thin TUI shell. One command to run. In-memory state unless persistence is the question.
- Look and layout → 3–5 structurally different UI variants on one route, switchable via
?variant=and a floating bottom bar. Prefer embedding in an existing page over a new route.
If ambiguous: match surrounding code (backend → logic; page → UI) and state the assumption.
Rules (both branches)
- Name and locate so it's obviously throwaway, near the code it informs.
- One command to run (
pnpm,python, etc.). - No tests, minimal error handling, no abstractions beyond the question.
- Surface full state after each action or variant switch.
- Delete or absorb when done — don't leave rot.