Last Update

This commit is contained in:
Vadim Flowed
2026-05-10 19:18:50 +03:00
parent b7936a0912
commit 1036cb5739
40 changed files with 2918 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.