Spaces:
Runtime error
Runtime error
File size: 1,251 Bytes
3436bdd | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 | # Use Cases
Clean product one-liner: this repo should answer “what is the shipped control product, what slice does the work belong to, and what is the next bounded move?”
## First Product Slice
| Use case | Input | Output |
| --- | --- | --- |
| migration brief | source registry + hotgraph | one destination recommendation |
| control scorecard | local benchmark artifacts | one layered scorecard |
| runtime split plan | shell/kernel/workbench candidates | one move matrix |
| conversational API pack | control language + graph state | one front-door contract |
| orchestrator UX pack | API contract + operator tasks | one operator surface brief |
| quickstart pack | source summaries + use cases | one operator-facing brief |
## Acceptance bar
The first slice passes if a user can:
1. run the hotgraph builder
2. inspect one summary file
3. answer where a new piece of work should live
4. place that work into one local product slice
5. generate one bounded control packet from that answer
## What not to do
- do not merge the source repos physically first
- do not build a UI first
- do not treat raw docs as the reasoning surface
- do not add another giant runtime here
- do not treat benchmarks, API, or orchestrator UX as secondary
|