Prototype
Process skill — declare question + mode up front. Never silent graduation to production.
References: LOGIC.md · UI.md · output.md.
Read research-basis.md only when you calibrate spike claims.
Entry gate
- Design question stated — one falsifiable question, not open-ended build.
- If the user wants production TDD or repro-first debug, stop. Wrong atom for this skill.
Non-negotiables
- Question + mode first —
throwawaydefault unlesskeep-skeletonis justified. - One command to run — project task runner.
- No polish — no tests, minimal error handling.
- Explicit promote/discard before ending.
Workflow
- State question, mode, branch (LOGIC vs UI refs).
- Build minimal runnable artifact.
- Report per output.md. User-facing report uses pragmatic STE.
Exit artifact
Per output.md — question, verdict, promote/discard.
Consumer bindings
Project-specific injected context is appended on skill read. Do not edit synced copies in place.
Output format
Follow output-schema.md. Details → references/output.md.