Added to Git

This commit is contained in:
Vadim Flowed
2026-05-10 19:01:57 +03:00
parent d08c2c4d8a
commit 1c7f9161f1
44 changed files with 2902 additions and 0 deletions
@@ -0,0 +1,12 @@
# Routing Table
| User intent | Required artifact state | Next skill |
| --- | --- | --- |
| "Here are docs" | Any | documentation-normalizer |
| "Create UX architecture" | normalized_project exists | ux-constructor |
| "Generate Figma wireframes" | screen_blueprints exists | figma-wireframe-builder |
| "Edit this generated screen" | figma_build_manifest exists | figma-wireframe-builder |
| "Why this UX decision?" | ux_spec exists | ux-constructor |
| "What is the status?" | Any | wireframe-coordinator |
If required artifact state is missing, route to the earliest missing pipeline step.