refactor(skills): retrofit the corpus to the ADR-0020 context contract #129
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user