diff --git a/plugins/bin/.apm/skills/prototype/SKILL.md b/plugins/bin/.apm/skills/prototype/SKILL.md index 84478e0..e938808 100644 --- a/plugins/bin/.apm/skills/prototype/SKILL.md +++ b/plugins/bin/.apm/skills/prototype/SKILL.md @@ -1,6 +1,10 @@ --- name: prototype -description: Build a throwaway prototype to flush out a design before committing to it. Routes between two branches — a runnable terminal app for state/business-logic questions, or several radically different UI variations toggleable from one route. Use when the user wants to prototype, sanity-check a data model or state machine, mock up a UI, explore design options, or says "prototype this", "let me play with it", "try a few designs". +description: > + Use when the user wants a throwaway prototype to answer a design question about + a data model, state machine or business logic, or to mock up a UI in several + variations, as in "try a few designs". Not production code -> `tdd`. Not + talking a design through without building -> `grill-me`. --- # Prototype diff --git a/plugins/bin/skills/prototype/SKILL.md b/plugins/bin/skills/prototype/SKILL.md index 84478e0..e938808 100644 --- a/plugins/bin/skills/prototype/SKILL.md +++ b/plugins/bin/skills/prototype/SKILL.md @@ -1,6 +1,10 @@ --- name: prototype -description: Build a throwaway prototype to flush out a design before committing to it. Routes between two branches — a runnable terminal app for state/business-logic questions, or several radically different UI variations toggleable from one route. Use when the user wants to prototype, sanity-check a data model or state machine, mock up a UI, explore design options, or says "prototype this", "let me play with it", "try a few designs". +description: > + Use when the user wants a throwaway prototype to answer a design question about + a data model, state machine or business logic, or to mock up a UI in several + variations, as in "try a few designs". Not production code -> `tdd`. Not + talking a design through without building -> `grill-me`. --- # Prototype