tk-prototype
Comparison Prototype
Accept a prompt, idea, screenshot, spec, ticket, code, or design reference as input.
Keep standalone artifacts under .tigerkit/prototypes/<slug>/. Before writing, prove
that Git effectively ignores .tigerkit/ and no path under it is tracked. The effective
rule may come from per-directory, local-exclude, or user-level-exclude configuration.
Do not edit .gitignore or use an
external scratch fallback. A repository-native route/harness is allowed only when the
selected runtime requires it; record and clean up only run-owned files.
Before execution, use the host's structured question surface when the user must choose a
path, data boundary, verification question, or variant: Claude Code AskUserQuestion,
Codex request_user_input, or Hermes clarify. If unavailable, ask in plain chat.