prototype

Installation
SKILL.md

Prototype

Input

  • A design, state model, UI idea, interaction, algorithm, integration, or uncertainty to explore.
  • Use explicit input first; otherwise infer the question from context.
  • Safest default: define the question before coding.

Workflow

  1. State the question. Define the single question the prototype must answer.
  2. Choose the shape. Use a terminal, script, fixture, route, component, or mock UI that answers the question fastest.
  3. Mark it throwaway. Name and place the prototype so it cannot be mistaken for production code.
  4. Make it runnable. Provide one command or obvious path to exercise it.
  5. Expose state. Print or render the relevant inputs, transitions, outputs, and edge cases.
  6. Capture the answer. Record what was learned in the final report, docs, issue, or follow-up plan.
  7. Delete or absorb. Remove the prototype or fold the validated idea into real code when the question is answered.

Output

Installs
10
GitHub Stars
36
First Seen
May 19, 2026
prototype — hunvreus/skill-issue