ai-delivery-workflow 0.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (211) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +112 -0
  3. package/bin/ai-delivery.mjs +138 -0
  4. package/bin/validate-skills.mjs +12 -0
  5. package/docs/DUAL-REPOSITORY-WORKSPACE.zh-CN.md +125 -0
  6. package/docs/EVOLUTION-MAINTENANCE.zh-CN.md +75 -0
  7. package/docs/EVOLUTION-USER-GUIDE.zh-CN.md +160 -0
  8. package/docs/FILE-REFERENCE.zh-CN.md +503 -0
  9. package/docs/PROJECT-MANUAL.zh-CN.md +931 -0
  10. package/docs/STATE-CLI-MAINTENANCE.zh-CN.md +135 -0
  11. package/docs/STATE-CLI-USER-GUIDE.zh-CN.md +186 -0
  12. package/docs/VIEWER-MAINTENANCE.zh-CN.md +373 -0
  13. package/docs/VIEWER-USER-GUIDE.zh-CN.md +235 -0
  14. package/lib/delivery-state.mjs +1220 -0
  15. package/lib/evolution.mjs +971 -0
  16. package/lib/project-bootstrap.mjs +927 -0
  17. package/lib/project-installer.mjs +1184 -0
  18. package/lib/skill-validator.mjs +154 -0
  19. package/lib/toml-hooks.mjs +97 -0
  20. package/lib/workspace.mjs +302 -0
  21. package/lib/yaml-runtime.mjs +18 -0
  22. package/package.json +39 -0
  23. package/skills/ai-delivery-assemble-release/SKILL.md +27 -0
  24. package/skills/ai-delivery-assemble-release/agents/openai.yaml +4 -0
  25. package/skills/ai-delivery-assemble-release/assets/release-candidate-manifest.yaml +22 -0
  26. package/skills/ai-delivery-assemble-release/assets/release-git-plan.yaml +9 -0
  27. package/skills/ai-delivery-assemble-release/assets/release-material-index.csv +2 -0
  28. package/skills/ai-delivery-assemble-release/assets/version-inclusion.csv +2 -0
  29. package/skills/ai-delivery-assemble-release/references/release-assembly-contract.md +7 -0
  30. package/skills/ai-delivery-assemble-release/scripts/plan-release.mjs +298 -0
  31. package/skills/ai-delivery-bootstrap/SKILL.md +59 -0
  32. package/skills/ai-delivery-bootstrap/agents/openai.yaml +4 -0
  33. package/skills/ai-delivery-bootstrap/references/bootstrap-contract.md +70 -0
  34. package/skills/ai-delivery-checkpoint-task/SKILL.md +63 -0
  35. package/skills/ai-delivery-checkpoint-task/agents/openai.yaml +4 -0
  36. package/skills/ai-delivery-checkpoint-task/assets/codex-hook-config.toml +92 -0
  37. package/skills/ai-delivery-checkpoint-task/assets/runtime-template/resume.md +15 -0
  38. package/skills/ai-delivery-checkpoint-task/assets/runtime-template/task.json +30 -0
  39. package/skills/ai-delivery-checkpoint-task/assets/runtime-template/version-archive.json +10 -0
  40. package/skills/ai-delivery-checkpoint-task/references/checkpoint-contract.md +95 -0
  41. package/skills/ai-delivery-checkpoint-task/references/checkpoint-recovery.zh-CN.md +111 -0
  42. package/skills/ai-delivery-checkpoint-task/scripts/hook-event.mjs +131 -0
  43. package/skills/ai-delivery-checkpoint-task/scripts/task-state.mjs +1073 -0
  44. package/skills/ai-delivery-close-version/SKILL.md +33 -0
  45. package/skills/ai-delivery-close-version/agents/openai.yaml +4 -0
  46. package/skills/ai-delivery-close-version/assets/line-advance-record.yaml +12 -0
  47. package/skills/ai-delivery-close-version/assets/version-lineage.yaml +12 -0
  48. package/skills/ai-delivery-close-version/assets/version-manifest.yaml +20 -0
  49. package/skills/ai-delivery-close-version/references/version-closeout-contract.md +20 -0
  50. package/skills/ai-delivery-define-product/SKILL.md +76 -0
  51. package/skills/ai-delivery-define-product/agents/openai.yaml +4 -0
  52. package/skills/ai-delivery-define-product/assets/product-template/acceptance-criteria.csv +1 -0
  53. package/skills/ai-delivery-define-product/assets/product-template/discovery-baseline.md +19 -0
  54. package/skills/ai-delivery-define-product/assets/product-template/feature-detail.md +19 -0
  55. package/skills/ai-delivery-define-product/assets/product-template/feature-terminals.csv +1 -0
  56. package/skills/ai-delivery-define-product/assets/product-template/features.csv +1 -0
  57. package/skills/ai-delivery-define-product/assets/product-template/product-baseline.yaml +8 -0
  58. package/skills/ai-delivery-define-product/assets/product-template/product-manual.md +24 -0
  59. package/skills/ai-delivery-define-product/assets/product-template/terminals.csv +1 -0
  60. package/skills/ai-delivery-define-product/assets/product-template/user-stories.csv +1 -0
  61. package/skills/ai-delivery-define-product/references/product-contract.md +57 -0
  62. package/skills/ai-delivery-deploy-production/SKILL.md +45 -0
  63. package/skills/ai-delivery-deploy-production/agents/openai.yaml +4 -0
  64. package/skills/ai-delivery-deploy-production/references/deployment-contract.md +7 -0
  65. package/skills/ai-delivery-design-architecture/SKILL.md +67 -0
  66. package/skills/ai-delivery-design-architecture/agents/openai.yaml +4 -0
  67. package/skills/ai-delivery-design-architecture/assets/architecture-template/architecture-baseline.md +25 -0
  68. package/skills/ai-delivery-design-architecture/assets/architecture-template/architecture-gate.yaml +15 -0
  69. package/skills/ai-delivery-design-architecture/assets/architecture-template/prototype-architecture-validation.yaml +58 -0
  70. package/skills/ai-delivery-design-architecture/references/architecture-contract.md +32 -0
  71. package/skills/ai-delivery-design-experience/SKILL.md +71 -0
  72. package/skills/ai-delivery-design-experience/agents/openai.yaml +4 -0
  73. package/skills/ai-delivery-design-experience/assets/experience-template/canvas-catalog.csv +1 -0
  74. package/skills/ai-delivery-design-experience/assets/experience-template/canvas-pages.csv +1 -0
  75. package/skills/ai-delivery-design-experience/assets/experience-template/component-state-matrix.csv +1 -0
  76. package/skills/ai-delivery-design-experience/assets/experience-template/design-tokens.json +19 -0
  77. package/skills/ai-delivery-design-experience/assets/experience-template/experience-baseline.yaml +17 -0
  78. package/skills/ai-delivery-design-experience/assets/experience-template/experience-change-domains.csv +1 -0
  79. package/skills/ai-delivery-design-experience/assets/experience-template/experience-change-set.csv +1 -0
  80. package/skills/ai-delivery-design-experience/assets/experience-template/feature-screen-coverage.csv +1 -0
  81. package/skills/ai-delivery-design-experience/assets/experience-template/formal-ui-confirmation.yaml +33 -0
  82. package/skills/ai-delivery-design-experience/assets/experience-template/interaction-contract.csv +1 -0
  83. package/skills/ai-delivery-design-experience/assets/experience-template/low-fidelity-confirmation.yaml +32 -0
  84. package/skills/ai-delivery-design-experience/assets/experience-template/page-catalog.csv +1 -0
  85. package/skills/ai-delivery-design-experience/assets/experience-template/page-component-map.csv +1 -0
  86. package/skills/ai-delivery-design-experience/assets/experience-template/product-prototype-reconciliation.yaml +28 -0
  87. package/skills/ai-delivery-design-experience/assets/experience-template/prototype-adjustment-log.csv +1 -0
  88. package/skills/ai-delivery-design-experience/assets/experience-template/prototype-confirmation.yaml +99 -0
  89. package/skills/ai-delivery-design-experience/assets/experience-template/prototype-file-terminals.csv +1 -0
  90. package/skills/ai-delivery-design-experience/assets/experience-template/prototype-files.csv +1 -0
  91. package/skills/ai-delivery-design-experience/assets/experience-template/prototype-impact-assessment.yaml +25 -0
  92. package/skills/ai-delivery-design-experience/assets/experience-template/prototype-manifest.yaml +74 -0
  93. package/skills/ai-delivery-design-experience/assets/experience-template/prototype-product-coverage.csv +1 -0
  94. package/skills/ai-delivery-design-experience/assets/experience-template/prototype-review-comments.csv +1 -0
  95. package/skills/ai-delivery-design-experience/assets/experience-template/prototype-review-decision.yaml +29 -0
  96. package/skills/ai-delivery-design-experience/assets/experience-template/prototype-review-sessions.csv +1 -0
  97. package/skills/ai-delivery-design-experience/assets/experience-template/prototype-set.yaml +22 -0
  98. package/skills/ai-delivery-design-experience/assets/experience-template/prototype-tool-candidates.csv +1 -0
  99. package/skills/ai-delivery-design-experience/assets/experience-template/prototype-tool-selection.yaml +22 -0
  100. package/skills/ai-delivery-design-experience/assets/experience-template/prototype-traceability.csv +1 -0
  101. package/skills/ai-delivery-design-experience/assets/experience-template/requirement-change-set.csv +1 -0
  102. package/skills/ai-delivery-design-experience/assets/experience-template/screen-states.csv +1 -0
  103. package/skills/ai-delivery-design-experience/assets/experience-template/ui-framework-candidates.csv +1 -0
  104. package/skills/ai-delivery-design-experience/assets/experience-template/ui-framework-selection.yaml +18 -0
  105. package/skills/ai-delivery-design-experience/assets/experience-template/ui-handoff.yaml +44 -0
  106. package/skills/ai-delivery-design-experience/assets/experience-template/visual-direction.yaml +16 -0
  107. package/skills/ai-delivery-design-experience/assets/experience-template/visual-system-confirmation.yaml +31 -0
  108. package/skills/ai-delivery-design-experience/references/experience-contract.md +82 -0
  109. package/skills/ai-delivery-design-experience/references/prototype-management-contract.md +68 -0
  110. package/skills/ai-delivery-design-tests/SKILL.md +56 -0
  111. package/skills/ai-delivery-design-tests/agents/openai.yaml +4 -0
  112. package/skills/ai-delivery-design-tests/assets/test-design-template/iteration-test-contract.md +19 -0
  113. package/skills/ai-delivery-design-tests/assets/test-design-template/prototype-test-scope.csv +1 -0
  114. package/skills/ai-delivery-design-tests/assets/test-design-template/prototype-test-validation.yaml +73 -0
  115. package/skills/ai-delivery-design-tests/references/test-design-contract.md +31 -0
  116. package/skills/ai-delivery-develop-iteration/SKILL.md +66 -0
  117. package/skills/ai-delivery-develop-iteration/agents/openai.yaml +4 -0
  118. package/skills/ai-delivery-develop-iteration/assets/development-template/task-experience-change-traceability.csv +1 -0
  119. package/skills/ai-delivery-develop-iteration/assets/development-template/task-prototype-traceability.csv +1 -0
  120. package/skills/ai-delivery-develop-iteration/references/development-contract.md +39 -0
  121. package/skills/ai-delivery-evolve-workflow/SKILL.md +57 -0
  122. package/skills/ai-delivery-evolve-workflow/agents/openai.yaml +4 -0
  123. package/skills/ai-delivery-evolve-workflow/references/evolution-contract.md +42 -0
  124. package/skills/ai-delivery-execute-test/SKILL.md +34 -0
  125. package/skills/ai-delivery-execute-test/agents/openai.yaml +4 -0
  126. package/skills/ai-delivery-execute-test/references/test-execution-contract.md +7 -0
  127. package/skills/ai-delivery-execute-work-package/SKILL.md +53 -0
  128. package/skills/ai-delivery-execute-work-package/agents/openai.yaml +4 -0
  129. package/skills/ai-delivery-execute-work-package/references/work-package-contract.md +20 -0
  130. package/skills/ai-delivery-manage-git/SKILL.md +60 -0
  131. package/skills/ai-delivery-manage-git/agents/openai.yaml +4 -0
  132. package/skills/ai-delivery-manage-git/references/git-policy.md +42 -0
  133. package/skills/ai-delivery-manage-standards/SKILL.md +44 -0
  134. package/skills/ai-delivery-manage-standards/agents/openai.yaml +4 -0
  135. package/skills/ai-delivery-manage-standards/assets/standards-template/standard.md +25 -0
  136. package/skills/ai-delivery-manage-standards/references/standards-contract.md +20 -0
  137. package/skills/ai-delivery-orchestrate/SKILL.md +105 -0
  138. package/skills/ai-delivery-orchestrate/agents/openai.yaml +4 -0
  139. package/skills/ai-delivery-orchestrate/assets/project-template/.codex/config.toml +92 -0
  140. package/skills/ai-delivery-orchestrate/assets/project-template/.gitattributes +6 -0
  141. package/skills/ai-delivery-orchestrate/assets/project-template/.workflow/delivery/artifact-registry.yaml +3 -0
  142. package/skills/ai-delivery-orchestrate/assets/project-template/.workflow/delivery/project.yaml +6 -0
  143. package/skills/ai-delivery-orchestrate/assets/project-template/.workflow/delivery/standards-baseline.yaml +8 -0
  144. package/skills/ai-delivery-orchestrate/assets/project-template/.workflow/delivery/workflow-state.yaml +34 -0
  145. package/skills/ai-delivery-orchestrate/assets/project-template/.workflow/evolution/decisions/.gitkeep +0 -0
  146. package/skills/ai-delivery-orchestrate/assets/project-template/.workflow/evolution/experiments/.gitkeep +0 -0
  147. package/skills/ai-delivery-orchestrate/assets/project-template/.workflow/evolution/feedback/.gitkeep +0 -0
  148. package/skills/ai-delivery-orchestrate/assets/project-template/.workflow/evolution/index.yaml +7 -0
  149. package/skills/ai-delivery-orchestrate/assets/project-template/.workflow/evolution/promotion/.gitkeep +0 -0
  150. package/skills/ai-delivery-orchestrate/assets/project-template/.workflow/evolution/proposals/.gitkeep +0 -0
  151. package/skills/ai-delivery-orchestrate/assets/project-template/.workflow/extensions/.gitkeep +0 -0
  152. package/skills/ai-delivery-orchestrate/assets/project-template/.workflow/standards/STD-ARTIFACT-PATH-001.md +47 -0
  153. package/skills/ai-delivery-orchestrate/assets/project-template/.workflow/standards/STD-DOC-LANG-001.md +62 -0
  154. package/skills/ai-delivery-orchestrate/assets/project-template/.workflow/standards/STD-TEST-LOCATION-001.md +23 -0
  155. package/skills/ai-delivery-orchestrate/assets/project-template/.workflow/standards/index.yaml +36 -0
  156. package/skills/ai-delivery-orchestrate/assets/project-template/.workflow/tools/bootstrap/bootstrap.mjs +33 -0
  157. package/skills/ai-delivery-orchestrate/assets/project-template/.workflow/tools/evolution/evolve.mjs +15 -0
  158. package/skills/ai-delivery-orchestrate/assets/project-template/.workflow/tools/hooks/hook-event.mjs +131 -0
  159. package/skills/ai-delivery-orchestrate/assets/project-template/.workflow/tools/state/state.mjs +21 -0
  160. package/skills/ai-delivery-orchestrate/assets/project-template/.workflow/tools/viewer/public/app.js +546 -0
  161. package/skills/ai-delivery-orchestrate/assets/project-template/.workflow/tools/viewer/public/index.html +199 -0
  162. package/skills/ai-delivery-orchestrate/assets/project-template/.workflow/tools/viewer/public/styles.css +529 -0
  163. package/skills/ai-delivery-orchestrate/assets/project-template/.workflow/tools/viewer/server.mjs +780 -0
  164. package/skills/ai-delivery-orchestrate/assets/project-template/.workflow/tools/viewer/start.cmd +4 -0
  165. package/skills/ai-delivery-orchestrate/assets/project-template/.workflow/tools/viewer/start.ps1 +2 -0
  166. package/skills/ai-delivery-orchestrate/assets/project-template/.workflow/tools/viewer/start.sh +4 -0
  167. package/skills/ai-delivery-orchestrate/assets/project-template/AGENTS.md +44 -0
  168. package/skills/ai-delivery-orchestrate/references/formal-state-contract.md +64 -0
  169. package/skills/ai-delivery-orchestrate/references/workflow-model.md +29 -0
  170. package/skills/ai-delivery-orchestrate-release/SKILL.md +33 -0
  171. package/skills/ai-delivery-orchestrate-release/agents/openai.yaml +4 -0
  172. package/skills/ai-delivery-orchestrate-release/assets/release-request.yaml +9 -0
  173. package/skills/ai-delivery-orchestrate-release/assets/version-selection.yaml +16 -0
  174. package/skills/ai-delivery-orchestrate-release/references/release-workflow-contract.md +11 -0
  175. package/skills/ai-delivery-plan-iteration/SKILL.md +57 -0
  176. package/skills/ai-delivery-plan-iteration/agents/openai.yaml +4 -0
  177. package/skills/ai-delivery-plan-iteration/assets/planning-template/backlog.csv +1 -0
  178. package/skills/ai-delivery-plan-iteration/assets/planning-template/slice-dependencies.csv +1 -0
  179. package/skills/ai-delivery-plan-iteration/assets/planning-template/slice-experience-change-traceability.csv +1 -0
  180. package/skills/ai-delivery-plan-iteration/assets/planning-template/slice-prototype-traceability.csv +1 -0
  181. package/skills/ai-delivery-plan-iteration/assets/planning-template/slice-sources.csv +1 -0
  182. package/skills/ai-delivery-plan-iteration/assets/planning-template/vertical-slices.csv +1 -0
  183. package/skills/ai-delivery-plan-iteration/references/planning-contract.md +40 -0
  184. package/skills/ai-delivery-prepare-platform/SKILL.md +49 -0
  185. package/skills/ai-delivery-prepare-platform/agents/openai.yaml +4 -0
  186. package/skills/ai-delivery-prepare-platform/assets/platform-template/environment-ledger.csv +1 -0
  187. package/skills/ai-delivery-prepare-platform/references/platform-contract.md +18 -0
  188. package/skills/ai-delivery-prepare-release/SKILL.md +47 -0
  189. package/skills/ai-delivery-prepare-release/agents/openai.yaml +4 -0
  190. package/skills/ai-delivery-prepare-release/assets/release-template/delivery-items.csv +1 -0
  191. package/skills/ai-delivery-prepare-release/assets/release-template/release-manifest.yaml +18 -0
  192. package/skills/ai-delivery-prepare-release/references/release-contract.md +21 -0
  193. package/skills/ai-delivery-review-change/SKILL.md +40 -0
  194. package/skills/ai-delivery-review-change/agents/openai.yaml +4 -0
  195. package/skills/ai-delivery-review-change/references/review-contract.md +20 -0
  196. package/skills/ai-delivery-triage-failure/SKILL.md +45 -0
  197. package/skills/ai-delivery-triage-failure/agents/openai.yaml +4 -0
  198. package/skills/ai-delivery-triage-failure/references/failure-routing-contract.md +13 -0
  199. package/skills/ai-delivery-validate-artifacts/SKILL.md +37 -0
  200. package/skills/ai-delivery-validate-artifacts/agents/openai.yaml +4 -0
  201. package/skills/ai-delivery-validate-artifacts/references/artifact-contract.md +44 -0
  202. package/skills/ai-delivery-verify-candidate/SKILL.md +56 -0
  203. package/skills/ai-delivery-verify-candidate/agents/openai.yaml +4 -0
  204. package/skills/ai-delivery-verify-candidate/assets/verification-template/defect-artifacts.csv +1 -0
  205. package/skills/ai-delivery-verify-candidate/assets/verification-template/defects.csv +1 -0
  206. package/skills/ai-delivery-verify-candidate/assets/verification-template/test-work-packages.csv +1 -0
  207. package/skills/ai-delivery-verify-candidate/references/candidate-verification-contract.md +23 -0
  208. package/skills/ai-delivery-verify-production/SKILL.md +50 -0
  209. package/skills/ai-delivery-verify-production/agents/openai.yaml +4 -0
  210. package/skills/ai-delivery-verify-production/assets/production-verification-template/production-verification.md +15 -0
  211. package/skills/ai-delivery-verify-production/references/production-verification-contract.md +14 -0
@@ -0,0 +1,71 @@
1
+ ---
2
+ name: ai-delivery-design-experience
3
+ description: Select prototype and UI tools, produce executable low-fidelity interactions, define a confirmed visual system, transform them into formal framework-based UI, record every adjustment and requirement impact, reconcile the final prototype with product requirements, and create a development-ready handoff. Use after initial architecture or whenever product, interaction, visual, framework, page, or component behavior changes.
4
+ ---
5
+
6
+ # Design Experience
7
+
8
+ Design complete user experiences for the terminals selected by product and implemented by architecture.
9
+
10
+ ## Artifact Location
11
+
12
+ Write every workflow document, prototype management artifact, and review record produced by this skill under project `.workflow/`. Place version-scoped node outputs in `.workflow/iterations/<iteration-id>/<node-id>/` and approved reusable experience baselines in `.workflow/experience/`.
13
+
14
+ ## Task State
15
+
16
+ 1. Invoke `$ai-delivery-checkpoint-task` before preflight to recover or initialize the task snapshot.
17
+ 2. Checkpoint after every meaningful artifact, gate, validation, merge, deployment action, or other external milestone, and before compaction or interruption.
18
+ 3. Before returning, finish the snapshot as `completed`, `blocked`, `failed`, or `interrupted`, with actual outputs, evidence, blockers, and one idempotent next action. A Hook event alone never proves completion.
19
+
20
+ ## Preflight
21
+
22
+ Read the approved product baseline, terminal and feature catalogs, initial architecture baseline, major-decision approval receipt or explicit not-required assessment, applicable design standards, and existing experience baseline. Verify all input versions and checksums. Return missing terminal scope or feature behavior to product definition; refuse to prototype from unapproved major architecture decisions.
23
+
24
+ ## Workflow
25
+
26
+ 1. Map each feature-terminal pair to user tasks and journeys.
27
+ 2. Reserve one stable prototype member ID per independent source/review lifecycle. Inspect actual tool and skill availability, recommend evidence-backed authoring tools and optional design assistants, and obtain the user's selection in a valid `prototype-tool-selection.yaml`. Do not start prototype authoring before this human tool-selection Gate passes.
28
+ 3. Define information architecture, navigation, task flows, and the stable page catalog. Use `P01` for a main page and `P01-01` for its child; keep identity separate from the display label and never renumber or reuse retired IDs.
29
+ 4. Plan prototype files and canvases explicitly. Keep one main-page family per canvas, split files at terminal/tool/freeze/review boundaries, and record normalized page-canvas-file-terminal relationships.
30
+ 5. Build a runnable low-fidelity interaction prototype using the architecture-selected frontend runtime or another selected executable authoring tool. Use neutral styling and mock, in-memory, or local persisted data. Every visible control must work; cover navigation, validation, loading, empty, success, error, permission, disabled, recovery, and responsive behavior in `interaction-contract.csv`.
31
+ 6. Run mandatory Gate `UX-LF`. The user must operate the prototype and approve the exact low-fidelity source revision in `low-fidelity-confirmation.yaml`. Record every comment and every resulting adjustment; re-review until no open adjustment remains. Interactive prototypes cannot use `contract-only`.
32
+ 7. Record every adjustment immediately in `prototype-adjustment-log.csv`, including its classification, before/after revision, reason, requirement/change references, and product, architecture, and test impacts. Never overwrite a prior revision. Create or update `experience-change-set.csv`, `experience-change-domains.csv`, and `requirement-change-set.csv` using stable IDs.
33
+ 8. After `UX-LF` passes, define `visual-direction.yaml`. Inspect compatible UI frameworks, skills, and MCP capabilities; record evidence in `ui-framework-candidates.csv`, recommend two or three viable options when available, and obtain the user's exact framework/version choice in `ui-framework-selection.yaml`. Architecture limits the runtime; experience selects the compatible UI system.
34
+ 9. Define machine-readable `design-tokens.json`, typography, semantic colors, spacing, size, border, radius, shadow, opacity, z-index, breakpoints, motion, icons, responsive rules, accessibility, and `component-state-matrix.csv`. Run mandatory Gate `UX-VS` and pin all visual-system checksums in `visual-system-confirmation.yaml`.
35
+ 10. Transform the confirmed low-fidelity prototype into a production-compatible formal UI baseline using the selected framework while preserving confirmed interactions. Keep mock data and do not bind production services. Map stable pages/elements to framework components and source entrypoints in `page-component-map.csv`.
36
+ 11. Run mandatory Gate `UX-UI`. The user must operate and approve the formal UI source revision. Record and re-review every adjustment until `formal-ui-confirmation.yaml` reaches candidate approval with no open comments. The candidate is not frozen yet.
37
+ 12. After all prototype members are candidate-approved, aggregate the full adjustment and requirement-change sets and invoke `$ai-delivery-define-product` in prototype-reconciliation mode. Produce complete bidirectional `prototype-product-coverage.csv`. Product owns `product-prototype-reconciliation.yaml`; never silently rewrite product requirements to match the prototype.
38
+ 13. When reconciliation finds a product change, create and approve a new product baseline, mark affected artifacts stale, revise only affected prototype members, rerun their required Gate, and repeat reconciliation. Reject or remove unapproved prototype behavior. Proceed only with `decision: aligned` and every requirement change terminal.
39
+ 14. Derive added, modified, retired, superseded, and unchanged experience rows by comparing stable IDs and checksums with the prior frozen experience baseline. Use phase states `proposed`, `interaction-confirmed`, `visual-confirmed`, `formal-ui-confirmed`, `architecture-accepted`, `ready-for-development`, `included-in-work-package`, `implemented`, and `verified`; use `changes-requested`, `stale`, `blocked`, `retired`, and `superseded` when applicable.
40
+ 15. Freeze every prototype source revision, Gate receipt, product-reconciliation receipt, review bundle, management catalog, design system, change set, coverage file, and manifest checksum; then freeze the ordered member list and `experience-baseline.yaml`.
41
+ 16. Run contract completeness checks and write one source confirmation per member plus `ui-handoff.yaml`. Set `development_readiness: ready-for-development` only when `UX-LF`, `UX-VS`, `UX-UI`, and product reconciliation all pass and no blocking or stale requirement/experience change remains.
42
+
43
+ Tool selection, low-fidelity interaction approval, visual-system/framework approval, formal-UI approval, and final product reconciliation are required decisions for every visual or interactive prototype. Only genuinely non-visual terminals may use justified `not-applicable` results.
44
+
45
+ ## Outputs
46
+
47
+ - user journeys and task flows;
48
+ - information architecture and page inventory;
49
+ - tool candidate catalog and human tool-selection receipt per prototype-set member;
50
+ - stable page, canvas, file, and file-terminal catalogs;
51
+ - wireframes and high-fidelity screens;
52
+ - executable low-fidelity prototype, interaction contract, and `UX-LF` confirmation;
53
+ - visual direction, UI framework candidates/selection, design tokens, component-state matrix, and `UX-VS` confirmation;
54
+ - production-compatible formal UI baseline, page-component map, and `UX-UI` confirmation;
55
+ - responsive, accessibility, content, and interaction rules;
56
+ - state catalog;
57
+ - mandatory staged-review decision, `UX-LF`/`UX-VS`/`UX-UI` receipts, review sessions, comments, adjustment log, and impact assessment;
58
+ - experience change/domain sets and requirement change set;
59
+ - product-prototype coverage and final reconciliation receipt;
60
+ - versioned experience baseline and `ui-handoff.yaml` with explicit development readiness;
61
+ - reviewable prototype source/export, one `prototype-manifest.yaml` per independently versioned bundle, and `prototype-set.yaml`;
62
+ - `prototype-traceability.csv`;
63
+ - one prototype source-confirmation YAML per prototype-set member;
64
+ - `feature-screen-coverage.csv` mapping feature ID, terminal ID, flow ID, screen ID, and state ID;
65
+ - versioned experience baseline and unresolved technical questions.
66
+
67
+ Read [experience-contract.md](references/experience-contract.md) for handoff identity and [prototype-management-contract.md](references/prototype-management-contract.md) for tool, page, canvas, file, and review rules. Use `assets/experience-template/` for all controlled templates.
68
+
69
+ ## Handoff
70
+
71
+ Send the experience baseline, `ui-handoff.yaml`, all four Gate receipts, change sets, interaction/visual/component contracts, frozen prototype set identity, every member manifest/checksum, source revision, review-bundle checksum, management checksums, traceability checksum, and source-confirmation checksum to `$ai-delivery-design-architecture` in reconcile mode. Architecture writes one separate validation receipt per set member and advances accepted experience changes to `ready-for-development`. Preserve the same frozen set for planning and test design; downstream nodes must never edit experience artifacts.
@@ -0,0 +1,4 @@
1
+ interface:
2
+ display_name: "Design Managed Prototypes"
3
+ short_description: "Select tools and manage reviewable prototypes"
4
+ default_prompt: "Use $ai-delivery-design-experience to select a prototype tool, manage pages and canvases, and close review before handoff."
@@ -0,0 +1 @@
1
+ canvas_id,prototype_artifact_id,prototype_file_id,canvas_name,main_page_id,terminal_id,lifecycle_status,split_rationale
@@ -0,0 +1 @@
1
+ canvas_id,page_id,placement_order,is_primary
@@ -0,0 +1 @@
1
+ ui_component_id,state,visual_rule,interaction_rule,accessibility_rule,token_refs,status
@@ -0,0 +1,19 @@
1
+ {
2
+ "artifact_id": "DESIGN-TOKENS-0001",
3
+ "artifact_type": "design-tokens",
4
+ "version": 1,
5
+ "status": "draft",
6
+ "tokens": {
7
+ "color": {},
8
+ "typography": {},
9
+ "spacing": {},
10
+ "size": {},
11
+ "border": {},
12
+ "radius": {},
13
+ "shadow": {},
14
+ "opacity": {},
15
+ "z_index": {},
16
+ "breakpoint": {},
17
+ "motion": {}
18
+ }
19
+ }
@@ -0,0 +1,17 @@
1
+ artifact_id: EXPERIENCE-BASELINE-0001
2
+ artifact_type: experience-baseline
3
+ version: 1.0.0
4
+ based_on_version: null
5
+ iteration_id: ITER-0001
6
+ status: draft
7
+ producer_skill: ai-delivery-design-experience
8
+ product_baseline_ref: PRODUCT-BASELINE-0001@1
9
+ architecture_initial_ref: ARCH-INITIAL-0001@1
10
+ prototype_set_ref: PROTOTYPE-SET-0001@1
11
+ low_fidelity_gate_status: pending
12
+ visual_system_gate_status: pending
13
+ formal_ui_gate_status: pending
14
+ product_reconciliation_status: pending
15
+ experience_change_set_ref: experience-change-set.csv
16
+ requirement_change_set_ref: requirement-change-set.csv
17
+ development_readiness: blocked
@@ -0,0 +1 @@
1
+ experience_change_id,change_type,artifact_type,stable_id,parent_id,terminal_id,feature_id,acceptance_id,from_version,to_version,phase,phase_status,summary,implementation_impact,test_impact,breaking_change,before_checksum,after_checksum
@@ -0,0 +1 @@
1
+ feature_id,terminal_id,flow_id,screen_id,state_id,coverage_status,notes
@@ -0,0 +1,33 @@
1
+ artifact_id: FORMAL-UI-CONFIRMATION-0001
2
+ artifact_type: formal-ui-human-confirmation
3
+ version: 1
4
+ iteration_id: ITER-0001
5
+ status: pending
6
+ producer_skill: ai-delivery-design-experience
7
+ prototype_artifact_id: PROTOTYPE-0001
8
+ low_fidelity_confirmation_ref: LOW-FIDELITY-CONFIRMATION-0001@1
9
+ visual_system_confirmation_ref: VISUAL-SYSTEM-CONFIRMATION-0001@1
10
+ formal_ui_source_revision: UI-REVISION-0001
11
+ formal_ui_review_entrypoint: prototype/formal-ui/index.html
12
+ page_component_map_ref: page-component-map.csv
13
+ page_component_map_checksum: REPLACE_WITH_SHA256
14
+ interaction_contract_checksum: REPLACE_WITH_SHA256
15
+ experience_change_set_checksum: REPLACE_WITH_SHA256
16
+ candidate_status: candidate-approved-pending
17
+ checks:
18
+ confirmed_interactions_preserved: pending
19
+ framework_components_applied: pending
20
+ visual_system_applied: pending
21
+ component_states_complete: pending
22
+ responsive_behavior: pending
23
+ accessibility: pending
24
+ no_dead_controls: pending
25
+ human_approval:
26
+ required: true
27
+ approver: null
28
+ decided_at: null
29
+ decision: pending
30
+ approved_source_revision: null
31
+ decision: pending
32
+ blocking_issues: []
33
+ evidence: []
@@ -0,0 +1 @@
1
+ interaction_id,prototype_artifact_id,page_id,prototype_element_id,trigger,precondition,state_before,state_after,observable_feedback,error_behavior,keyboard_behavior,acceptance_id,status
@@ -0,0 +1,32 @@
1
+ artifact_id: LOW-FIDELITY-CONFIRMATION-0001
2
+ artifact_type: low-fidelity-interaction-confirmation
3
+ version: 1
4
+ iteration_id: ITER-0001
5
+ status: pending
6
+ producer_skill: ai-delivery-design-experience
7
+ prototype_artifact_id: PROTOTYPE-0001
8
+ prototype_fidelity: low-fidelity-interactive
9
+ interaction_runtime: executable
10
+ source_revision: LF-REVISION-0001
11
+ review_entrypoint: prototype/low-fidelity/index.html
12
+ interaction_contract_ref: interaction-contract.csv
13
+ interaction_contract_checksum: REPLACE_WITH_SHA256
14
+ experience_change_set_ref: experience-change-set.csv
15
+ experience_change_set_checksum: REPLACE_WITH_SHA256
16
+ checks:
17
+ executable_entrypoint: pending
18
+ layout_coverage: pending
19
+ interaction_coverage: pending
20
+ state_changes: pending
21
+ validation_and_errors: pending
22
+ responsive_behavior: pending
23
+ no_dead_controls: pending
24
+ human_approval:
25
+ required: true
26
+ approver: null
27
+ decided_at: null
28
+ decision: pending
29
+ approved_source_revision: null
30
+ decision: pending
31
+ blocking_issues: []
32
+ evidence: []
@@ -0,0 +1 @@
1
+ page_id,page_name,display_label,parent_page_id,page_level,prototype_artifact_id,terminal_id,route_ref,lifecycle_status,notes
@@ -0,0 +1 @@
1
+ page_id,prototype_element_id,ui_component_id,framework_component,source_ref,lifecycle_status
@@ -0,0 +1,28 @@
1
+ artifact_id: PRODUCT-PROTOTYPE-RECONCILIATION-0001
2
+ artifact_type: product-prototype-reconciliation
3
+ version: 1
4
+ iteration_id: ITER-0001
5
+ status: pending
6
+ producer_skill: ai-delivery-define-product
7
+ input_product_baseline: PRODUCT-BASELINE-0001@1
8
+ input_prototype_set: PROTOTYPE-SET-0001@1
9
+ formal_ui_confirmation_ref: FORMAL-UI-CONFIRMATION-0001@1
10
+ requirement_change_set_ref: requirement-change-set.csv
11
+ requirement_change_set_checksum: REPLACE_WITH_SHA256
12
+ prototype_product_coverage_ref: prototype-product-coverage.csv
13
+ prototype_product_coverage_checksum: REPLACE_WITH_SHA256
14
+ result_product_baseline: null
15
+ result_product_baseline_checksum: null
16
+ checks:
17
+ prototype_behavior_has_approved_requirement: pending
18
+ product_behavior_has_prototype_coverage: pending
19
+ terminal_alignment: pending
20
+ terminology_alignment: pending
21
+ states_and_exceptions_alignment: pending
22
+ requirement_change_closure: pending
23
+ all_requirement_changes_terminal: false
24
+ stale_artifacts: []
25
+ revalidation_required: []
26
+ decision: pending
27
+ blocking_issues: []
28
+ evidence: []
@@ -0,0 +1 @@
1
+ adjustment_id,review_comment_id,prototype_artifact_id,page_id,prototype_element_id,classification,from_source_revision,to_source_revision,change_summary,reason,requirement_change_ref,experience_change_ref,product_impact,architecture_impact,test_impact,evidence_ref,status
@@ -0,0 +1,99 @@
1
+ artifact_id: PROTOTYPE-CONFIRMATION-0001
2
+ artifact_type: prototype-source-confirmation
3
+ version: 1
4
+ iteration_id: ITER-0001
5
+ status: draft
6
+ producer_skill: ai-delivery-design-experience
7
+ input_artifacts:
8
+ prototype_set: PROTOTYPE-SET-0001@1
9
+ prototype_manifest: PROTOTYPE-0001@1
10
+ prototype_tool_selection: PROTOTYPE-TOOL-SELECTION-0001@1
11
+ prototype_review_decision: PROTOTYPE-REVIEW-DECISION-0001@1
12
+ prototype_impact_assessment: PROTOTYPE-IMPACT-ASSESSMENT-0001@1
13
+ standards: []
14
+ prototype_set_ref: PROTOTYPE-SET-0001@1
15
+ prototype_set_checksum: REPLACE_WITH_SHA256
16
+ prototype_artifact_id: PROTOTYPE-0001
17
+ prototype_version: 1
18
+ prototype_manifest_ref: prototype-manifest-PROTOTYPE-0001.yaml
19
+ prototype_manifest_checksum: REPLACE_WITH_SHA256
20
+ source_revision: REVISION-0001
21
+ review_bundle_algorithm: sha256
22
+ review_bundle_checksum: REPLACE_WITH_SHA256
23
+ tool_selection_checksum: REPLACE_WITH_SHA256
24
+ page_catalog_checksum: REPLACE_WITH_SHA256
25
+ canvas_catalog_checksum: REPLACE_WITH_SHA256
26
+ canvas_pages_checksum: REPLACE_WITH_SHA256
27
+ prototype_files_checksum: REPLACE_WITH_SHA256
28
+ prototype_file_terminals_checksum: REPLACE_WITH_SHA256
29
+ prototype_review_decision_checksum: REPLACE_WITH_SHA256
30
+ prototype_review_sessions_checksum: REPLACE_WITH_SHA256
31
+ prototype_review_comments_checksum: REPLACE_WITH_SHA256
32
+ prototype_adjustment_log_checksum: REPLACE_WITH_SHA256
33
+ prototype_impact_assessment_checksum: REPLACE_WITH_SHA256
34
+ traceability_checksum: REPLACE_WITH_SHA256
35
+ state_catalog_checksum: REPLACE_WITH_SHA256
36
+ feature_screen_coverage_checksum: REPLACE_WITH_SHA256
37
+ confirmation_mode: contract-validation
38
+ human_approval:
39
+ required: false
40
+ approver: null
41
+ decided_at: null
42
+ decision: not-required
43
+ approved_source_revision: null
44
+ prototype_set_checksum: null
45
+ prototype_manifest_checksum: null
46
+ checks:
47
+ tool_selection:
48
+ status: pending
49
+ evidence: []
50
+ rationale: null
51
+ prototype_management:
52
+ status: pending
53
+ evidence: []
54
+ rationale: null
55
+ human_review_closure:
56
+ status: pending
57
+ evidence: []
58
+ rationale: null
59
+ impact_propagation:
60
+ status: pending
61
+ evidence: []
62
+ rationale: null
63
+ product_behavior:
64
+ status: pending
65
+ evidence: []
66
+ rationale: null
67
+ acceptance_criteria:
68
+ status: pending
69
+ evidence: []
70
+ rationale: null
71
+ terminal_coverage:
72
+ status: pending
73
+ evidence: []
74
+ rationale: null
75
+ product_terminology:
76
+ status: pending
77
+ evidence: []
78
+ rationale: null
79
+ initial_architecture_constraints:
80
+ status: pending
81
+ evidence: []
82
+ rationale: null
83
+ state_and_interaction_coverage:
84
+ status: pending
85
+ evidence: []
86
+ rationale: null
87
+ responsive_behavior:
88
+ status: pending
89
+ evidence: []
90
+ rationale: null
91
+ accessibility:
92
+ status: pending
93
+ evidence: []
94
+ rationale: null
95
+ decision: changes-required
96
+ confirmed_at: null
97
+ blocking_issues: []
98
+ return_node: experience-design
99
+ evidence: []
@@ -0,0 +1 @@
1
+ prototype_file_id,prototype_artifact_id,authoring_candidate_id,file_ref,source_revision,lifecycle_scope,review_scope,lifecycle_status
@@ -0,0 +1,25 @@
1
+ artifact_id: PROTOTYPE-IMPACT-ASSESSMENT-0001
2
+ artifact_type: prototype-review-impact-assessment
3
+ version: 1
4
+ iteration_id: ITER-0001
5
+ status: draft
6
+ producer_skill: ai-delivery-design-experience
7
+ input_artifacts:
8
+ prototype_review_decision: PROTOTYPE-REVIEW-DECISION-0001@1
9
+ standards: []
10
+ prototype_artifact_id: PROTOTYPE-0001
11
+ prototype_version: 1
12
+ review_sessions_ref: prototype-review-sessions-PROTOTYPE-0001.csv
13
+ review_comments_ref: prototype-review-comments-PROTOTYPE-0001.csv
14
+ adjustment_log_ref: prototype-adjustment-log-PROTOTYPE-0001.csv
15
+ review_decision_checksum: REPLACE_WITH_SHA256
16
+ review_sessions_checksum: REPLACE_WITH_SHA256
17
+ review_comments_checksum: REPLACE_WITH_SHA256
18
+ adjustment_log_checksum: REPLACE_WITH_SHA256
19
+ assessments: []
20
+ upstream_changes_required: false
21
+ required_rebaselines: []
22
+ stale_artifacts: []
23
+ decision: changes-required
24
+ blocking_issues: []
25
+ evidence: []
@@ -0,0 +1,74 @@
1
+ artifact_id: PROTOTYPE-0001
2
+ artifact_type: experience-prototype
3
+ version: 1
4
+ iteration_id: ITER-0001
5
+ status: draft
6
+ producer_skill: ai-delivery-design-experience
7
+ inputs:
8
+ product_baseline: PRODUCT-BASELINE-0001@1
9
+ architecture_initial: ARCH-INITIAL-0001@1
10
+ architecture_gate: ARCH-GATE-0001@1
11
+ prototype_tool_selection: PROTOTYPE-TOOL-SELECTION-0001@1
12
+ prototype_review_decision: PROTOTYPE-REVIEW-DECISION-0001@1
13
+ prototype_impact_assessment: PROTOTYPE-IMPACT-ASSESSMENT-0001@1
14
+ input_checksums:
15
+ product_baseline: REPLACE_WITH_SHA256
16
+ architecture_initial: REPLACE_WITH_SHA256
17
+ architecture_gate: REPLACE_WITH_SHA256
18
+ tool_selection_ref: prototype-tool-selection-PROTOTYPE-0001.yaml
19
+ tool_selection_algorithm: sha256
20
+ tool_selection_checksum: REPLACE_WITH_SHA256
21
+ prototype:
22
+ prototype_type: interactive
23
+ fidelity: low
24
+ source_ref: prototype/source
25
+ source_revision: REVISION-0001
26
+ review_entrypoint_in_bundle: index.html
27
+ review_bundle: prototype/review/prototype-review.zip
28
+ review_bundle_algorithm: sha256
29
+ review_bundle_checksum: REPLACE_WITH_SHA256
30
+ coverage:
31
+ terminal_ids: []
32
+ flow_ids: []
33
+ screen_ids: []
34
+ state_ids: []
35
+ page_catalog_ref: page-catalog-PROTOTYPE-0001.csv
36
+ page_catalog_algorithm: sha256
37
+ page_catalog_checksum: REPLACE_WITH_SHA256
38
+ canvas_catalog_ref: canvas-catalog-PROTOTYPE-0001.csv
39
+ canvas_catalog_algorithm: sha256
40
+ canvas_catalog_checksum: REPLACE_WITH_SHA256
41
+ canvas_pages_ref: canvas-pages-PROTOTYPE-0001.csv
42
+ canvas_pages_algorithm: sha256
43
+ canvas_pages_checksum: REPLACE_WITH_SHA256
44
+ prototype_files_ref: prototype-files-PROTOTYPE-0001.csv
45
+ prototype_files_algorithm: sha256
46
+ prototype_files_checksum: REPLACE_WITH_SHA256
47
+ prototype_file_terminals_ref: prototype-file-terminals-PROTOTYPE-0001.csv
48
+ prototype_file_terminals_algorithm: sha256
49
+ prototype_file_terminals_checksum: REPLACE_WITH_SHA256
50
+ prototype_review_decision_ref: prototype-review-decision-PROTOTYPE-0001.yaml
51
+ prototype_review_decision_algorithm: sha256
52
+ prototype_review_decision_checksum: REPLACE_WITH_SHA256
53
+ prototype_review_sessions_ref: prototype-review-sessions-PROTOTYPE-0001.csv
54
+ prototype_review_sessions_algorithm: sha256
55
+ prototype_review_sessions_checksum: REPLACE_WITH_SHA256
56
+ prototype_review_comments_ref: prototype-review-comments-PROTOTYPE-0001.csv
57
+ prototype_review_comments_algorithm: sha256
58
+ prototype_review_comments_checksum: REPLACE_WITH_SHA256
59
+ prototype_adjustment_log_ref: prototype-adjustment-log-PROTOTYPE-0001.csv
60
+ prototype_adjustment_log_algorithm: sha256
61
+ prototype_adjustment_log_checksum: REPLACE_WITH_SHA256
62
+ prototype_impact_assessment_ref: prototype-impact-assessment-PROTOTYPE-0001.yaml
63
+ prototype_impact_assessment_algorithm: sha256
64
+ prototype_impact_assessment_checksum: REPLACE_WITH_SHA256
65
+ traceability_ref: prototype-traceability.csv
66
+ traceability_algorithm: sha256
67
+ traceability_checksum: REPLACE_WITH_SHA256
68
+ state_catalog_ref: screen-states.csv
69
+ state_catalog_algorithm: sha256
70
+ state_catalog_checksum: REPLACE_WITH_SHA256
71
+ feature_screen_coverage_ref: feature-screen-coverage.csv
72
+ feature_screen_coverage_algorithm: sha256
73
+ feature_screen_coverage_checksum: REPLACE_WITH_SHA256
74
+ standards: []
@@ -0,0 +1 @@
1
+ feature_id,story_id,acceptance_id,terminal_id,prototype_artifact_id,page_id,prototype_element_id,coverage_status,rationale
@@ -0,0 +1 @@
1
+ review_comment_id,review_session_id,page_id,canvas_id,prototype_file_id,prototype_element_id,classification,severity,comment,evidence_ref,responsible_node,status,rationale
@@ -0,0 +1,29 @@
1
+ artifact_id: PROTOTYPE-REVIEW-DECISION-0001
2
+ artifact_type: prototype-human-review-decision
3
+ version: 1
4
+ iteration_id: ITER-0001
5
+ status: pending
6
+ producer_skill: ai-delivery-design-experience
7
+ input_artifacts:
8
+ prototype_tool_selection: PROTOTYPE-TOOL-SELECTION-0001@1
9
+ standards: []
10
+ prototype_artifact_id: PROTOTYPE-0001
11
+ prototype_version: 1
12
+ candidate_source_revision: REVISION-0001
13
+ page_catalog_ref: page-catalog-PROTOTYPE-0001.csv
14
+ canvas_catalog_ref: canvas-catalog-PROTOTYPE-0001.csv
15
+ canvas_pages_ref: canvas-pages-PROTOTYPE-0001.csv
16
+ prototype_files_ref: prototype-files-PROTOTYPE-0001.csv
17
+ prototype_file_terminals_ref: prototype-file-terminals-PROTOTYPE-0001.csv
18
+ tool_selection_checksum: REPLACE_WITH_SHA256
19
+ page_catalog_checksum: REPLACE_WITH_SHA256
20
+ canvas_catalog_checksum: REPLACE_WITH_SHA256
21
+ canvas_pages_checksum: REPLACE_WITH_SHA256
22
+ prototype_files_checksum: REPLACE_WITH_SHA256
23
+ prototype_file_terminals_checksum: REPLACE_WITH_SHA256
24
+ asked_at: null
25
+ decision: pending
26
+ human_review_required: true
27
+ decided_by: null
28
+ decided_at: null
29
+ rationale: null
@@ -0,0 +1 @@
1
+ review_session_id,prototype_artifact_id,prototype_version,source_revision,review_round,reviewer,status,started_at,completed_at,decision,evidence_ref
@@ -0,0 +1,22 @@
1
+ artifact_id: PROTOTYPE-SET-0001
2
+ artifact_type: experience-prototype-set
3
+ version: 1
4
+ iteration_id: ITER-0001
5
+ status: draft
6
+ producer_skill: ai-delivery-design-experience
7
+ input_artifacts:
8
+ product_baseline: PRODUCT-BASELINE-0001@1
9
+ architecture_initial: ARCH-INITIAL-0001@1
10
+ architecture_gate: ARCH-GATE-0001@1
11
+ input_checksums:
12
+ product_baseline: REPLACE_WITH_SHA256
13
+ architecture_initial: REPLACE_WITH_SHA256
14
+ architecture_gate: REPLACE_WITH_SHA256
15
+ standards: []
16
+ members:
17
+ - prototype_artifact_id: PROTOTYPE-0001
18
+ prototype_version: 1
19
+ terminal_ids: []
20
+ manifest_ref: prototype-manifest-PROTOTYPE-0001.yaml
21
+ manifest_algorithm: sha256
22
+ manifest_checksum: REPLACE_WITH_SHA256
@@ -0,0 +1 @@
1
+ candidate_id,prototype_artifact_id,tool_name,tool_kind,availability,availability_evidence,fit_level,fit_rationale,recommendation_rank
@@ -0,0 +1,22 @@
1
+ artifact_id: PROTOTYPE-TOOL-SELECTION-0001
2
+ artifact_type: prototype-tool-selection
3
+ version: 1
4
+ iteration_id: ITER-0001
5
+ status: draft
6
+ producer_skill: ai-delivery-design-experience
7
+ input_artifacts:
8
+ product_baseline: PRODUCT-BASELINE-0001@1
9
+ architecture_initial: ARCH-INITIAL-0001@1
10
+ standards: []
11
+ prototype_artifact_id: PROTOTYPE-0001
12
+ prototype_version: 1
13
+ candidate_catalog_ref: prototype-tool-candidates-PROTOTYPE-0001.csv
14
+ candidate_catalog_algorithm: sha256
15
+ candidate_catalog_checksum: REPLACE_WITH_SHA256
16
+ decision: pending
17
+ selected_authoring_candidate_id: null
18
+ selected_design_assistant_candidate_ids: []
19
+ selected_by: null
20
+ selected_at: null
21
+ availability_verified_at: null
22
+ rationale: null
@@ -0,0 +1 @@
1
+ prototype_element_id,prototype_artifact_id,prototype_version,source_revision,prototype_file_id,canvas_id,page_id,feature_id,acceptance_id,terminal_id,flow_id,screen_id,state_id,interaction,coverage_status
@@ -0,0 +1 @@
1
+ requirement_change_id,source_adjustment_id,change_type,artifact_type,affected_id,proposed_id,phase,summary,before_ref,after_ref,reason,product_impact,architecture_impact,experience_impact,test_impact,status
@@ -0,0 +1 @@
1
+ state_id,screen_id,state_type,trigger,user_message,available_actions,recovery,accessibility_notes
@@ -0,0 +1 @@
1
+ candidate_id,framework_name,framework_version,technology_compatibility,component_coverage,accessibility,customization,bundle_impact,license,maintenance_status,fit_rationale,recommendation_rank
@@ -0,0 +1,18 @@
1
+ artifact_id: UI-FRAMEWORK-SELECTION-0001
2
+ artifact_type: ui-framework-selection
3
+ version: 1
4
+ iteration_id: ITER-0001
5
+ status: draft
6
+ producer_skill: ai-delivery-design-experience
7
+ architecture_stack_ref: ARCH-INITIAL-0001@1
8
+ low_fidelity_confirmation_ref: LOW-FIDELITY-CONFIRMATION-0001@1
9
+ candidate_catalog_ref: ui-framework-candidates.csv
10
+ candidate_catalog_checksum: REPLACE_WITH_SHA256
11
+ selected_candidate_id: null
12
+ selected_framework: null
13
+ selected_version: null
14
+ selected_by: null
15
+ selected_at: null
16
+ decision: pending
17
+ rationale: null
18
+ constraints: []
@@ -0,0 +1,44 @@
1
+ artifact_id: UI-HANDOFF-0001
2
+ artifact_type: experience-ui-handoff
3
+ version: 1
4
+ iteration_id: ITER-0001
5
+ status: draft
6
+ producer_skill: ai-delivery-design-experience
7
+ experience_baseline_ref: EXPERIENCE-BASELINE-0001@1.0.0
8
+ experience_baseline_checksum: REPLACE_WITH_SHA256
9
+ prototype_set_ref: PROTOTYPE-SET-0001@1
10
+ prototype_set_checksum: REPLACE_WITH_SHA256
11
+ required_gates:
12
+ low_fidelity_ref: LOW-FIDELITY-CONFIRMATION-0001@1
13
+ visual_system_ref: VISUAL-SYSTEM-CONFIRMATION-0001@1
14
+ formal_ui_ref: FORMAL-UI-CONFIRMATION-0001@1
15
+ product_reconciliation_ref: PRODUCT-PROTOTYPE-RECONCILIATION-0001@1
16
+ required_gate_checksums:
17
+ low_fidelity: REPLACE_WITH_SHA256
18
+ visual_system: REPLACE_WITH_SHA256
19
+ formal_ui: REPLACE_WITH_SHA256
20
+ product_reconciliation: REPLACE_WITH_SHA256
21
+ required_gate_statuses:
22
+ low_fidelity: pending
23
+ visual_system: pending
24
+ formal_ui: pending
25
+ product_reconciliation: pending
26
+ artifacts:
27
+ interaction_contract_ref: interaction-contract.csv
28
+ interaction_contract_checksum: REPLACE_WITH_SHA256
29
+ design_tokens_ref: design-tokens.json
30
+ design_tokens_checksum: REPLACE_WITH_SHA256
31
+ ui_framework_selection_ref: ui-framework-selection.yaml
32
+ ui_framework_selection_checksum: REPLACE_WITH_SHA256
33
+ component_state_matrix_ref: component-state-matrix.csv
34
+ component_state_matrix_checksum: REPLACE_WITH_SHA256
35
+ page_component_map_ref: page-component-map.csv
36
+ page_component_map_checksum: REPLACE_WITH_SHA256
37
+ experience_change_set_ref: experience-change-set.csv
38
+ experience_change_set_checksum: REPLACE_WITH_SHA256
39
+ requirement_change_set_ref: requirement-change-set.csv
40
+ requirement_change_set_checksum: REPLACE_WITH_SHA256
41
+ prototype_product_coverage_ref: prototype-product-coverage.csv
42
+ prototype_product_coverage_checksum: REPLACE_WITH_SHA256
43
+ development_readiness: blocked
44
+ blocking_issues: []
@@ -0,0 +1,16 @@
1
+ artifact_id: VISUAL-DIRECTION-0001
2
+ artifact_type: experience-visual-direction
3
+ version: 1
4
+ iteration_id: ITER-0001
5
+ status: draft
6
+ producer_skill: ai-delivery-design-experience
7
+ product_character: null
8
+ target_audience: []
9
+ usage_context: []
10
+ information_density: null
11
+ theme_modes: []
12
+ brand_constraints: []
13
+ preferred_directions: []
14
+ excluded_directions: []
15
+ references: []
16
+ rationale: null