prototype
Installation
SKILL.md
Prototype
A prototype is throwaway code that answers one design question. The question decides the shape.
Resolve every .agents/projects/ path from the repository root; never read or write
project artifacts in a global agent-installation directory.
Pick a branch
Identify the question from the user's prompt, the surrounding code, or by asking:
- When the question is whether logic or a state model feels right, read
LOGIC.md. - When the question is what something should look like, read
UI.md.
The two branches produce different artifacts. If the question is ambiguous and the user is away, default from the surrounding code (a backend module → logic; a page or component → UI) and state the assumption at the top of the prototype.