cfsa-antigravity 3.1.0 → 4.0.0

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 (474) hide show
  1. package/README.md +5 -4
  2. package/bin/cli.mjs +2 -1
  3. package/package.json +1 -1
  4. package/template/{.agent → .agents}/instructions/structure.md +2 -2
  5. package/template/{.agent → .agents}/instructions/tech-stack.md +2 -2
  6. package/template/{.agent → .agents}/instructions/workflow.md +6 -6
  7. package/template/{.agent → .agents}/rules/completion-checklist.md +1 -1
  8. package/template/{.agent → .agents}/rules/extensibility.md +1 -1
  9. package/template/{.agent → .agents}/rules/vertical-slices.md +1 -1
  10. package/template/{.agent → .agents}/skill-library/MANIFEST.md +7 -7
  11. package/template/{.agent → .agents}/skill-library/README.md +3 -3
  12. package/template/{.agent → .agents}/skill-library/meta/claude-code/README.md +1 -1
  13. package/template/{.agent → .agents}/skill-library/surface/web/design-reference-data/SKILL.md +4 -4
  14. package/template/{.agent → .agents}/skill-library/surface/web/frontend-design/SKILL.md +1 -1
  15. package/template/{.agent → .agents}/skill-library/surface/web/frontend-verification/SKILL.md +3 -3
  16. package/template/{.agent/workflows/audit-ambiguity.md → .agents/skills/audit-ambiguity/SKILL.md} +6 -6
  17. package/template/{.agent/workflows/audit-ambiguity-execute.md → .agents/skills/audit-ambiguity-execute/SKILL.md} +3 -3
  18. package/template/{.agent/workflows/audit-ambiguity-rubrics.md → .agents/skills/audit-ambiguity-rubrics/SKILL.md} +13 -13
  19. package/template/{.agent/workflows/bootstrap-agents.md → .agents/skills/bootstrap-agents/SKILL.md} +8 -8
  20. package/template/{.agent/skills/bootstrap-agents/SKILL.md → .agents/skills/bootstrap-agents/library-skill.md} +13 -13
  21. package/template/{.agent/workflows/bootstrap-agents-fill.md → .agents/skills/bootstrap-agents-fill/SKILL.md} +10 -10
  22. package/template/{.agent/workflows/bootstrap-agents-provision.md → .agents/skills/bootstrap-agents-provision/SKILL.md} +10 -10
  23. package/template/{.agent/workflows/create-prd.md → .agents/skills/create-prd/SKILL.md} +17 -17
  24. package/template/{.agent/workflows/create-prd-architecture.md → .agents/skills/create-prd-architecture/SKILL.md} +19 -19
  25. package/template/{.agent/workflows/create-prd-compile.md → .agents/skills/create-prd-compile/SKILL.md} +17 -17
  26. package/template/{.agent/workflows/create-prd-design-system.md → .agents/skills/create-prd-design-system/SKILL.md} +15 -15
  27. package/template/{.agent/workflows/create-prd-security.md → .agents/skills/create-prd-security/SKILL.md} +14 -14
  28. package/template/{.agent/workflows/create-prd-stack.md → .agents/skills/create-prd-stack/SKILL.md} +14 -14
  29. package/template/{.agent → .agents}/skills/database-schema-design/SKILL.md +3 -3
  30. package/template/{.agent/workflows/decompose-architecture.md → .agents/skills/decompose-architecture/SKILL.md} +8 -8
  31. package/template/{.agent/workflows/decompose-architecture-structure.md → .agents/skills/decompose-architecture-structure/SKILL.md} +8 -8
  32. package/template/{.agent/workflows/decompose-architecture-validate.md → .agents/skills/decompose-architecture-validate/SKILL.md} +7 -7
  33. package/template/{.agent → .agents}/skills/error-handling-patterns/SKILL.md +1 -1
  34. package/template/{.agent/workflows/evolve-contract.md → .agents/skills/evolve-contract/SKILL.md} +10 -10
  35. package/template/{.agent/workflows/evolve-feature.md → .agents/skills/evolve-feature/SKILL.md} +4 -4
  36. package/template/{.agent/workflows/evolve-feature-cascade.md → .agents/skills/evolve-feature-cascade/SKILL.md} +7 -7
  37. package/template/{.agent/workflows/evolve-feature-classify.md → .agents/skills/evolve-feature-classify/SKILL.md} +4 -4
  38. package/template/{.agent → .agents}/skills/find-skills/SKILL.md +1 -1
  39. package/template/{.agent → .agents}/skills/idea-extraction/SKILL.md +5 -5
  40. package/template/{.agent/workflows/ideate.md → .agents/skills/ideate/SKILL.md} +7 -7
  41. package/template/{.agent/workflows/ideate-discover.md → .agents/skills/ideate-discover/SKILL.md} +5 -5
  42. package/template/{.agent/workflows/ideate-extract.md → .agents/skills/ideate-extract/SKILL.md} +9 -9
  43. package/template/{.agent/workflows/ideate-validate.md → .agents/skills/ideate-validate/SKILL.md} +8 -8
  44. package/template/{.agent/workflows/implement-slice.md → .agents/skills/implement-slice/SKILL.md} +4 -4
  45. package/template/{.agent/workflows/implement-slice-setup.md → .agents/skills/implement-slice-setup/SKILL.md} +12 -12
  46. package/template/{.agent/workflows/implement-slice-tdd.md → .agents/skills/implement-slice-tdd/SKILL.md} +19 -19
  47. package/template/{.agent → .agents}/skills/migration-management/SKILL.md +1 -1
  48. package/template/{.agent → .agents}/skills/parallel-agents/SKILL.md +1 -1
  49. package/template/{.agent/workflows/plan-phase.md → .agents/skills/plan-phase/SKILL.md} +2 -2
  50. package/template/{.agent/workflows/plan-phase-preflight.md → .agents/skills/plan-phase-preflight/SKILL.md} +5 -5
  51. package/template/{.agent/workflows/plan-phase-write.md → .agents/skills/plan-phase-write/SKILL.md} +7 -7
  52. package/template/{.agent → .agents}/skills/prd-templates/references/bootstrap-verification-protocol.md +6 -6
  53. package/template/{.agent → .agents}/skills/prd-templates/references/decision-confirmation-protocol.md +1 -1
  54. package/template/{.agent → .agents}/skills/prd-templates/references/decision-propagation.md +3 -3
  55. package/template/{.agent → .agents}/skills/prd-templates/references/engagement-tier-protocol.md +1 -1
  56. package/template/{.agent → .agents}/skills/prd-templates/references/evolution-layer-guidance.md +2 -2
  57. package/template/{.agent → .agents}/skills/prd-templates/references/folder-seeding-protocol.md +5 -5
  58. package/template/{.agent → .agents}/skills/prd-templates/references/input-classification.md +1 -1
  59. package/template/{.agent → .agents}/skills/prd-templates/references/map-guard-protocol.md +2 -2
  60. package/template/{.agent → .agents}/skills/prd-templates/references/persona-completeness-gate.md +1 -1
  61. package/template/{.agent → .agents}/skills/prd-templates/references/placeholder-workflow-mapping.md +1 -1
  62. package/template/{.agent → .agents}/skills/prd-templates/references/shard-boundary-analysis.md +1 -1
  63. package/template/{.agent → .agents}/skills/prd-templates/references/skill-loading-protocol.md +3 -3
  64. package/template/{.agent → .agents}/skills/prd-templates/references/spec-coverage-sweep.md +1 -1
  65. package/template/{.agent → .agents}/skills/prd-templates/references/workflow-checkpoint-protocol.md +1 -1
  66. package/template/{.agent/workflows/propagate-decision.md → .agents/skills/propagate-decision/SKILL.md} +4 -4
  67. package/template/{.agent/workflows/propagate-decision-apply.md → .agents/skills/propagate-decision-apply/SKILL.md} +6 -6
  68. package/template/{.agent/workflows/propagate-decision-scan.md → .agents/skills/propagate-decision-scan/SKILL.md} +5 -5
  69. package/template/{.agent/workflows/remediate-pipeline.md → .agents/skills/remediate-pipeline/SKILL.md} +4 -4
  70. package/template/{.agent/workflows/remediate-pipeline-assess.md → .agents/skills/remediate-pipeline-assess/SKILL.md} +8 -8
  71. package/template/{.agent/workflows/remediate-pipeline-execute.md → .agents/skills/remediate-pipeline-execute/SKILL.md} +6 -6
  72. package/template/{.agent/workflows/remediate-shard-split.md → .agents/skills/remediate-shard-split/SKILL.md} +5 -5
  73. package/template/{.agent/workflows/resolve-ambiguity.md → .agents/skills/resolve-ambiguity/SKILL.md} +1 -1
  74. package/template/{.agent/skills/resolve-ambiguity/SKILL.md → .agents/skills/resolve-ambiguity/library-skill.md} +4 -4
  75. package/template/{.agent → .agents}/skills/session-continuity/SKILL.md +1 -1
  76. package/template/{.agent → .agents}/skills/session-continuity/protocols/01-session-resumption.md +1 -1
  77. package/template/{.agent → .agents}/skills/session-continuity/protocols/02-progress-generation.md +1 -1
  78. package/template/{.agent → .agents}/skills/session-continuity/protocols/03-progress-update.md +1 -1
  79. package/template/{.agent → .agents}/skills/session-continuity/protocols/04-pattern-extraction.md +1 -1
  80. package/template/{.agent → .agents}/skills/session-continuity/protocols/05-session-close.md +1 -1
  81. package/template/{.agent → .agents}/skills/session-continuity/protocols/06-decision-analysis.md +1 -1
  82. package/template/{.agent → .agents}/skills/session-continuity/protocols/07-spec-pipeline-generation.md +1 -1
  83. package/template/{.agent → .agents}/skills/session-continuity/protocols/08-spec-pipeline-update.md +1 -1
  84. package/template/{.agent → .agents}/skills/session-continuity/protocols/09-parallel-claim.md +1 -1
  85. package/template/{.agent → .agents}/skills/session-continuity/protocols/10-placeholder-verification-gate.md +3 -3
  86. package/template/{.agent → .agents}/skills/session-continuity/protocols/11-parallel-synthesis.md +1 -1
  87. package/template/{.agent → .agents}/skills/session-continuity/protocols/ambiguity-gates.md +1 -1
  88. package/template/{.agent/workflows/setup-workspace.md → .agents/skills/setup-workspace/SKILL.md} +3 -3
  89. package/template/{.agent/workflows/setup-workspace-cicd.md → .agents/skills/setup-workspace-cicd/SKILL.md} +5 -5
  90. package/template/{.agent/workflows/setup-workspace-data.md → .agents/skills/setup-workspace-data/SKILL.md} +4 -4
  91. package/template/{.agent/workflows/setup-workspace-hosting.md → .agents/skills/setup-workspace-hosting/SKILL.md} +6 -6
  92. package/template/{.agent/workflows/setup-workspace-scaffold.md → .agents/skills/setup-workspace-scaffold/SKILL.md} +8 -8
  93. package/template/{.agent → .agents}/skills/skill-creator/SKILL.md +11 -11
  94. package/template/{.agent/workflows/sync-kit.md → .agents/skills/sync-kit/SKILL.md} +19 -14
  95. package/template/{.agent → .agents}/skills/tdd-workflow/SKILL.md +1 -1
  96. package/template/{.agent → .agents}/skills/testing-strategist/SKILL.md +1 -1
  97. package/template/{.agent/workflows/update-architecture-map.md → .agents/skills/update-architecture-map/SKILL.md} +6 -6
  98. package/template/{.agent/workflows/validate-phase.md → .agents/skills/validate-phase/SKILL.md} +4 -4
  99. package/template/{.agent/workflows/validate-phase-quality.md → .agents/skills/validate-phase-quality/SKILL.md} +7 -7
  100. package/template/{.agent/workflows/validate-phase-readiness.md → .agents/skills/validate-phase-readiness/SKILL.md} +8 -8
  101. package/template/{.agent/workflows/verify-infrastructure.md → .agents/skills/verify-infrastructure/SKILL.md} +9 -9
  102. package/template/{.agent/workflows/write-architecture-spec.md → .agents/skills/write-architecture-spec/SKILL.md} +5 -5
  103. package/template/{.agent/workflows/write-architecture-spec-deepen.md → .agents/skills/write-architecture-spec-deepen/SKILL.md} +8 -8
  104. package/template/{.agent/workflows/write-architecture-spec-design.md → .agents/skills/write-architecture-spec-design/SKILL.md} +14 -14
  105. package/template/{.agent/workflows/write-be-spec.md → .agents/skills/write-be-spec/SKILL.md} +6 -6
  106. package/template/{.agent/workflows/write-be-spec-classify.md → .agents/skills/write-be-spec-classify/SKILL.md} +5 -5
  107. package/template/{.agent/workflows/write-be-spec-write.md → .agents/skills/write-be-spec-write/SKILL.md} +11 -11
  108. package/template/{.agent/workflows/write-fe-spec.md → .agents/skills/write-fe-spec/SKILL.md} +6 -6
  109. package/template/{.agent/workflows/write-fe-spec-classify.md → .agents/skills/write-fe-spec-classify/SKILL.md} +11 -11
  110. package/template/{.agent/workflows/write-fe-spec-write.md → .agents/skills/write-fe-spec-write/SKILL.md} +12 -12
  111. package/template/.claude/skills/plan-phase/SKILL.md +27 -5
  112. package/template/.claude/skills/sync-kit/SKILL.md +2 -2
  113. package/template/.codex/skills/plan-phase/SKILL.md +27 -5
  114. package/template/.codex/skills/sync-kit/SKILL.md +2 -2
  115. package/template/.factory/README.md +5 -4
  116. package/template/.factory/skills/plan-phase/SKILL.md +27 -5
  117. package/template/.factory/skills/sync-kit/SKILL.md +2 -2
  118. package/template/.memory/migrate/migrate-legacy.mjs +1 -1
  119. package/template/.memory/pipeline/compile.mjs +3 -3
  120. package/template/.memory/pipeline/kit-sync.md +11 -0
  121. package/template/.memory/pipeline/mirror-plans.mjs +3 -7
  122. package/template/.memory/wiki-home.md +3 -3
  123. package/template/AGENTS.md +17 -17
  124. package/template/CLAUDE.md +6 -6
  125. package/template/GEMINI.md +21 -21
  126. package/template/docs/README.md +1 -1
  127. package/template/docs/kit-architecture.md +9 -9
  128. package/template/docs/progress-state-catalog.md +10 -1
  129. package/template/.agent/kit-sync.md +0 -6
  130. package/template/.claude/kit-sync.md +0 -6
  131. package/template/.codex/kit-sync.md +0 -6
  132. package/template/.factory/kit-sync.md +0 -6
  133. /package/template/{.agent → .agents}/PRDS/codex-runtime-support.md +0 -0
  134. /package/template/{.agent → .agents}/TASKS/codex-runtime-support.md +0 -0
  135. /package/template/{.agent → .agents}/instructions/commands.md +0 -0
  136. /package/template/{.agent → .agents}/instructions/example.md +0 -0
  137. /package/template/{.agent → .agents}/instructions/patterns.md +0 -0
  138. /package/template/{.agent → .agents}/rules/boundary-not-placeholder.md +0 -0
  139. /package/template/{.agent → .agents}/rules/debug-by-test.md +0 -0
  140. /package/template/{.agent → .agents}/rules/decision-classification.md +0 -0
  141. /package/template/{.agent → .agents}/rules/memory-capture.md +0 -0
  142. /package/template/{.agent → .agents}/rules/question-vs-command.md +0 -0
  143. /package/template/{.agent → .agents}/rules/security-first.md +0 -0
  144. /package/template/{.agent → .agents}/rules/single-question.md +0 -0
  145. /package/template/{.agent → .agents}/rules/skill-mcp-first.md +0 -0
  146. /package/template/{.agent → .agents}/rules/source-before-ask.md +0 -0
  147. /package/template/{.agent → .agents}/rules/specificity-standards.md +0 -0
  148. /package/template/{.agent → .agents}/rules/tdd-contract-first.md +0 -0
  149. /package/template/{.agent → .agents}/skill-library/meta/claude-code/agent-development/SKILL.md +0 -0
  150. /package/template/{.agent → .agents}/skill-library/meta/claude-code/hook-development/SKILL.md +0 -0
  151. /package/template/{.agent → .agents}/skill-library/meta/claude-code/plugin-structure/SKILL.md +0 -0
  152. /package/template/{.agent → .agents}/skill-library/meta/mcp-builder/SKILL.md +0 -0
  153. /package/template/{.agent → .agents}/skill-library/meta/product-marketing-context/SKILL.md +0 -0
  154. /package/template/{.agent → .agents}/skill-library/meta/tmux-processes/SKILL.md +0 -0
  155. /package/template/{.agent → .agents}/skill-library/meta/using-tmux-for-interactive-commands/SKILL.md +0 -0
  156. /package/template/{.agent → .agents}/skill-library/stack/3d/threejs-pro/SKILL.md +0 -0
  157. /package/template/{.agent → .agents}/skill-library/stack/ai/ai-sdk/SKILL.md +0 -0
  158. /package/template/{.agent → .agents}/skill-library/stack/ai/langchain/SKILL.md +0 -0
  159. /package/template/{.agent → .agents}/skill-library/stack/ai/ollama/SKILL.md +0 -0
  160. /package/template/{.agent → .agents}/skill-library/stack/ai/openai-sdk/SKILL.md +0 -0
  161. /package/template/{.agent → .agents}/skill-library/stack/analytics/google-analytics/SKILL.md +0 -0
  162. /package/template/{.agent → .agents}/skill-library/stack/api/graphql/SKILL.md +0 -0
  163. /package/template/{.agent → .agents}/skill-library/stack/api/trpc/SKILL.md +0 -0
  164. /package/template/{.agent → .agents}/skill-library/stack/auth/authjs/SKILL.md +0 -0
  165. /package/template/{.agent → .agents}/skill-library/stack/auth/clerk/SKILL.md +0 -0
  166. /package/template/{.agent → .agents}/skill-library/stack/auth/firebase-auth/SKILL.md +0 -0
  167. /package/template/{.agent → .agents}/skill-library/stack/auth/lucia/SKILL.md +0 -0
  168. /package/template/{.agent → .agents}/skill-library/stack/auth/supabase-auth/SKILL.md +0 -0
  169. /package/template/{.agent → .agents}/skill-library/stack/cms/payload-cms/SKILL.md +0 -0
  170. /package/template/{.agent → .agents}/skill-library/stack/cms/shopify/SKILL.md +0 -0
  171. /package/template/{.agent → .agents}/skill-library/stack/cms/wordpress/SKILL.md +0 -0
  172. /package/template/{.agent → .agents}/skill-library/stack/css/sass-scss/SKILL.md +0 -0
  173. /package/template/{.agent → .agents}/skill-library/stack/css/tailwind-css-patterns/SKILL.md +0 -0
  174. /package/template/{.agent → .agents}/skill-library/stack/css/tailwind-design-system/SKILL.md +0 -0
  175. /package/template/{.agent → .agents}/skill-library/stack/css/vanilla-css/SKILL.md +0 -0
  176. /package/template/{.agent → .agents}/skill-library/stack/databases/clickhouse/SKILL.md +0 -0
  177. /package/template/{.agent → .agents}/skill-library/stack/databases/influxdb/SKILL.md +0 -0
  178. /package/template/{.agent → .agents}/skill-library/stack/databases/lancedb/SKILL.md +0 -0
  179. /package/template/{.agent → .agents}/skill-library/stack/databases/mongodb/SKILL.md +0 -0
  180. /package/template/{.agent → .agents}/skill-library/stack/databases/neo4j/SKILL.md +0 -0
  181. /package/template/{.agent → .agents}/skill-library/stack/databases/pgvector/SKILL.md +0 -0
  182. /package/template/{.agent → .agents}/skill-library/stack/databases/pinecone/SKILL.md +0 -0
  183. /package/template/{.agent → .agents}/skill-library/stack/databases/postgresql/SKILL.md +0 -0
  184. /package/template/{.agent → .agents}/skill-library/stack/databases/qdrant/SKILL.md +0 -0
  185. /package/template/{.agent → .agents}/skill-library/stack/databases/redis/SKILL.md +0 -0
  186. /package/template/{.agent → .agents}/skill-library/stack/databases/spacetimedb/SKILL.md +0 -0
  187. /package/template/{.agent → .agents}/skill-library/stack/databases/sqlite/SKILL.md +0 -0
  188. /package/template/{.agent → .agents}/skill-library/stack/databases/supabase/SKILL.md +0 -0
  189. /package/template/{.agent → .agents}/skill-library/stack/databases/surrealdb-expert/SKILL.md +0 -0
  190. /package/template/{.agent → .agents}/skill-library/stack/databases/timescaledb/SKILL.md +0 -0
  191. /package/template/{.agent → .agents}/skill-library/stack/databases/weaviate/SKILL.md +0 -0
  192. /package/template/{.agent → .agents}/skill-library/stack/devops/git-advanced/SKILL.md +0 -0
  193. /package/template/{.agent → .agents}/skill-library/stack/devops/git-workflow/SKILL.md +0 -0
  194. /package/template/{.agent → .agents}/skill-library/stack/devops/github-actions/SKILL.md +0 -0
  195. /package/template/{.agent → .agents}/skill-library/stack/devops/kubernetes/SKILL.md +0 -0
  196. /package/template/{.agent → .agents}/skill-library/stack/devops/nginx/SKILL.md +0 -0
  197. /package/template/{.agent → .agents}/skill-library/stack/devops/terraform/SKILL.md +0 -0
  198. /package/template/{.agent → .agents}/skill-library/stack/email/resend/SKILL.md +0 -0
  199. /package/template/{.agent → .agents}/skill-library/stack/extensions/chrome-extension/SKILL.md +0 -0
  200. /package/template/{.agent → .agents}/skill-library/stack/extensions/plasmo/SKILL.md +0 -0
  201. /package/template/{.agent → .agents}/skill-library/stack/extensions/vscode-extension/SKILL.md +0 -0
  202. /package/template/{.agent → .agents}/skill-library/stack/extensions/wxt/SKILL.md +0 -0
  203. /package/template/{.agent → .agents}/skill-library/stack/feature-flags/flagsmith/SKILL.md +0 -0
  204. /package/template/{.agent → .agents}/skill-library/stack/feature-flags/launchdarkly/SKILL.md +0 -0
  205. /package/template/{.agent → .agents}/skill-library/stack/feature-flags/posthog-flags/SKILL.md +0 -0
  206. /package/template/{.agent → .agents}/skill-library/stack/frameworks/astro-framework/SKILL.md +0 -0
  207. /package/template/{.agent → .agents}/skill-library/stack/frameworks/electron/SKILL.md +0 -0
  208. /package/template/{.agent → .agents}/skill-library/stack/frameworks/fastapi/SKILL.md +0 -0
  209. /package/template/{.agent → .agents}/skill-library/stack/frameworks/hono/SKILL.md +0 -0
  210. /package/template/{.agent → .agents}/skill-library/stack/frameworks/nestjs/SKILL.md +0 -0
  211. /package/template/{.agent → .agents}/skill-library/stack/frameworks/nextjs/SKILL.md +0 -0
  212. /package/template/{.agent → .agents}/skill-library/stack/frameworks/nuxt/SKILL.md +0 -0
  213. /package/template/{.agent → .agents}/skill-library/stack/frameworks/svelte5/SKILL.md +0 -0
  214. /package/template/{.agent → .agents}/skill-library/stack/frameworks/svelte5/references/events.md +0 -0
  215. /package/template/{.agent → .agents}/skill-library/stack/frameworks/svelte5/references/migration.md +0 -0
  216. /package/template/{.agent → .agents}/skill-library/stack/frameworks/svelte5/references/performance.md +0 -0
  217. /package/template/{.agent → .agents}/skill-library/stack/frameworks/svelte5/references/runes.md +0 -0
  218. /package/template/{.agent → .agents}/skill-library/stack/frameworks/svelte5/references/snippets.md +0 -0
  219. /package/template/{.agent → .agents}/skill-library/stack/frameworks/svelte5/references/sveltekit.md +0 -0
  220. /package/template/{.agent → .agents}/skill-library/stack/frameworks/svelte5/references/typescript.md +0 -0
  221. /package/template/{.agent → .agents}/skill-library/stack/frameworks/sveltekit/SKILL.md +0 -0
  222. /package/template/{.agent → .agents}/skill-library/stack/frameworks/tauri/SKILL.md +0 -0
  223. /package/template/{.agent → .agents}/skill-library/stack/gamedev/godot/SKILL.md +0 -0
  224. /package/template/{.agent → .agents}/skill-library/stack/gamedev/unity/SKILL.md +0 -0
  225. /package/template/{.agent → .agents}/skill-library/stack/hosting/aws/SKILL.md +0 -0
  226. /package/template/{.agent → .agents}/skill-library/stack/hosting/cloudflare/SKILL.md +0 -0
  227. /package/template/{.agent → .agents}/skill-library/stack/hosting/docker-expert/SKILL.md +0 -0
  228. /package/template/{.agent → .agents}/skill-library/stack/hosting/vercel/SKILL.md +0 -0
  229. /package/template/{.agent → .agents}/skill-library/stack/languages/bash-scripting/SKILL.md +0 -0
  230. /package/template/{.agent → .agents}/skill-library/stack/languages/c-cpp/SKILL.md +0 -0
  231. /package/template/{.agent → .agents}/skill-library/stack/languages/gdscript/SKILL.md +0 -0
  232. /package/template/{.agent → .agents}/skill-library/stack/languages/go/SKILL.md +0 -0
  233. /package/template/{.agent → .agents}/skill-library/stack/languages/java/SKILL.md +0 -0
  234. /package/template/{.agent → .agents}/skill-library/stack/languages/kotlin/SKILL.md +0 -0
  235. /package/template/{.agent → .agents}/skill-library/stack/languages/python/SKILL.md +0 -0
  236. /package/template/{.agent → .agents}/skill-library/stack/languages/rust/SKILL.md +0 -0
  237. /package/template/{.agent → .agents}/skill-library/stack/languages/typescript-advanced-patterns/SKILL.md +0 -0
  238. /package/template/{.agent → .agents}/skill-library/stack/languages/typescript-advanced-patterns/references/advanced-generics.md +0 -0
  239. /package/template/{.agent → .agents}/skill-library/stack/languages/typescript-advanced-patterns/references/branded-types.md +0 -0
  240. /package/template/{.agent → .agents}/skill-library/stack/languages/typescript-advanced-patterns/references/builder-pattern.md +0 -0
  241. /package/template/{.agent → .agents}/skill-library/stack/languages/typescript-advanced-patterns/references/common-pitfalls.md +0 -0
  242. /package/template/{.agent → .agents}/skill-library/stack/languages/typescript-advanced-patterns/references/conditional-types.md +0 -0
  243. /package/template/{.agent → .agents}/skill-library/stack/languages/typescript-advanced-patterns/references/decorators.md +0 -0
  244. /package/template/{.agent → .agents}/skill-library/stack/languages/typescript-advanced-patterns/references/discriminated-unions.md +0 -0
  245. /package/template/{.agent → .agents}/skill-library/stack/languages/typescript-advanced-patterns/references/mapped-types.md +0 -0
  246. /package/template/{.agent → .agents}/skill-library/stack/languages/typescript-advanced-patterns/references/performance-best-practices.md +0 -0
  247. /package/template/{.agent → .agents}/skill-library/stack/languages/typescript-advanced-patterns/references/template-literal-types.md +0 -0
  248. /package/template/{.agent → .agents}/skill-library/stack/languages/typescript-advanced-patterns/references/testing-types.md +0 -0
  249. /package/template/{.agent → .agents}/skill-library/stack/languages/typescript-advanced-patterns/references/type-guards.md +0 -0
  250. /package/template/{.agent → .agents}/skill-library/stack/languages/typescript-advanced-patterns/references/type-inference.md +0 -0
  251. /package/template/{.agent → .agents}/skill-library/stack/languages/typescript-advanced-patterns/references/utility-types.md +0 -0
  252. /package/template/{.agent → .agents}/skill-library/stack/languages/vanilla-javascript/SKILL.md +0 -0
  253. /package/template/{.agent → .agents}/skill-library/stack/messaging/kafka/SKILL.md +0 -0
  254. /package/template/{.agent → .agents}/skill-library/stack/messaging/nats/SKILL.md +0 -0
  255. /package/template/{.agent → .agents}/skill-library/stack/messaging/rabbitmq/SKILL.md +0 -0
  256. /package/template/{.agent → .agents}/skill-library/stack/messaging/sqs/SKILL.md +0 -0
  257. /package/template/{.agent → .agents}/skill-library/stack/mobile/expo-react-native/SKILL.md +0 -0
  258. /package/template/{.agent → .agents}/skill-library/stack/mobile/flutter/SKILL.md +0 -0
  259. /package/template/{.agent → .agents}/skill-library/stack/mobile/kotlin-compose/SKILL.md +0 -0
  260. /package/template/{.agent → .agents}/skill-library/stack/mobile/react-native/SKILL.md +0 -0
  261. /package/template/{.agent → .agents}/skill-library/stack/mobile/swiftui/SKILL.md +0 -0
  262. /package/template/{.agent → .agents}/skill-library/stack/monitoring/posthog/SKILL.md +0 -0
  263. /package/template/{.agent → .agents}/skill-library/stack/monitoring/sentry/SKILL.md +0 -0
  264. /package/template/{.agent → .agents}/skill-library/stack/notifications/fcm/SKILL.md +0 -0
  265. /package/template/{.agent → .agents}/skill-library/stack/notifications/sendgrid/SKILL.md +0 -0
  266. /package/template/{.agent → .agents}/skill-library/stack/notifications/twilio/SKILL.md +0 -0
  267. /package/template/{.agent → .agents}/skill-library/stack/observability/datadog/SKILL.md +0 -0
  268. /package/template/{.agent → .agents}/skill-library/stack/observability/distributed-tracing/SKILL.md +0 -0
  269. /package/template/{.agent → .agents}/skill-library/stack/observability/opentelemetry/SKILL.md +0 -0
  270. /package/template/{.agent → .agents}/skill-library/stack/observability/prometheus-grafana/SKILL.md +0 -0
  271. /package/template/{.agent → .agents}/skill-library/stack/observability/python-observability/SKILL.md +0 -0
  272. /package/template/{.agent → .agents}/skill-library/stack/orm/drizzle-orm/SKILL.md +0 -0
  273. /package/template/{.agent → .agents}/skill-library/stack/orm/prisma/SKILL.md +0 -0
  274. /package/template/{.agent → .agents}/skill-library/stack/payments/lemonsqueezy/SKILL.md +0 -0
  275. /package/template/{.agent → .agents}/skill-library/stack/payments/stripe-integration/SKILL.md +0 -0
  276. /package/template/{.agent → .agents}/skill-library/stack/queue/bullmq/SKILL.md +0 -0
  277. /package/template/{.agent → .agents}/skill-library/stack/queue/inngest/SKILL.md +0 -0
  278. /package/template/{.agent → .agents}/skill-library/stack/realtime/socketio/SKILL.md +0 -0
  279. /package/template/{.agent → .agents}/skill-library/stack/search/algolia/SKILL.md +0 -0
  280. /package/template/{.agent → .agents}/skill-library/stack/search/elasticsearch/SKILL.md +0 -0
  281. /package/template/{.agent → .agents}/skill-library/stack/search/meilisearch/SKILL.md +0 -0
  282. /package/template/{.agent → .agents}/skill-library/stack/search/typesense/SKILL.md +0 -0
  283. /package/template/{.agent → .agents}/skill-library/stack/security/crypto-patterns/SKILL.md +0 -0
  284. /package/template/{.agent → .agents}/skill-library/stack/security/csp-cors-headers/SKILL.md +0 -0
  285. /package/template/{.agent → .agents}/skill-library/stack/security/dependency-auditing/SKILL.md +0 -0
  286. /package/template/{.agent → .agents}/skill-library/stack/security/input-sanitization/SKILL.md +0 -0
  287. /package/template/{.agent → .agents}/skill-library/stack/security/owasp-web-security/SKILL.md +0 -0
  288. /package/template/{.agent → .agents}/skill-library/stack/state/tanstack-query/SKILL.md +0 -0
  289. /package/template/{.agent → .agents}/skill-library/stack/state/zustand/SKILL.md +0 -0
  290. /package/template/{.agent → .agents}/skill-library/stack/storage/aws-s3/SKILL.md +0 -0
  291. /package/template/{.agent → .agents}/skill-library/stack/storage/cloudflare-r2/SKILL.md +0 -0
  292. /package/template/{.agent → .agents}/skill-library/stack/storage/gcs/SKILL.md +0 -0
  293. /package/template/{.agent → .agents}/skill-library/stack/testing/playwright/SKILL.md +0 -0
  294. /package/template/{.agent → .agents}/skill-library/stack/testing/storybook/SKILL.md +0 -0
  295. /package/template/{.agent → .agents}/skill-library/stack/testing/testing-library/SKILL.md +0 -0
  296. /package/template/{.agent → .agents}/skill-library/stack/testing/vitest/SKILL.md +0 -0
  297. /package/template/{.agent → .agents}/skill-library/stack/ui/react-best-practices/SKILL.md +0 -0
  298. /package/template/{.agent → .agents}/skill-library/stack/ui/react-composition-patterns/SKILL.md +0 -0
  299. /package/template/{.agent → .agents}/skill-library/stack/ui/react-flow/SKILL.md +0 -0
  300. /package/template/{.agent → .agents}/skill-library/stack/ui/shadcn-ui/SKILL.md +0 -0
  301. /package/template/{.agent → .agents}/skill-library/stack/ui/svelte-flow/SKILL.md +0 -0
  302. /package/template/{.agent → .agents}/skill-library/surface/api/api-caching/SKILL.md +0 -0
  303. /package/template/{.agent → .agents}/skill-library/surface/api/api-documentation-openapi/SKILL.md +0 -0
  304. /package/template/{.agent → .agents}/skill-library/surface/api/api-error-handling/SKILL.md +0 -0
  305. /package/template/{.agent → .agents}/skill-library/surface/api/api-security-checklist/SKILL.md +0 -0
  306. /package/template/{.agent → .agents}/skill-library/surface/api/email-best-practices/SKILL.md +0 -0
  307. /package/template/{.agent → .agents}/skill-library/surface/api/rate-limiting-abuse-protection/SKILL.md +0 -0
  308. /package/template/{.agent → .agents}/skill-library/surface/api/webhook-design/SKILL.md +0 -0
  309. /package/template/{.agent → .agents}/skill-library/surface/cli/cli-configuration-management/SKILL.md +0 -0
  310. /package/template/{.agent → .agents}/skill-library/surface/cli/cli-error-diagnostics/SKILL.md +0 -0
  311. /package/template/{.agent → .agents}/skill-library/surface/cli/cli-shell-integration/SKILL.md +0 -0
  312. /package/template/{.agent → .agents}/skill-library/surface/cli/cli-ux-design/SKILL.md +0 -0
  313. /package/template/{.agent → .agents}/skill-library/surface/desktop/desktop-app-distribution/SKILL.md +0 -0
  314. /package/template/{.agent → .agents}/skill-library/surface/desktop/desktop-security-sandboxing/SKILL.md +0 -0
  315. /package/template/{.agent → .agents}/skill-library/surface/desktop/desktop-ux-conventions/SKILL.md +0 -0
  316. /package/template/{.agent → .agents}/skill-library/surface/desktop/native-os-integration/SKILL.md +0 -0
  317. /package/template/{.agent → .agents}/skill-library/surface/extension/browser-extension-patterns/SKILL.md +0 -0
  318. /package/template/{.agent → .agents}/skill-library/surface/extension/plugin-architecture-design/SKILL.md +0 -0
  319. /package/template/{.agent → .agents}/skill-library/surface/extension/vscode-extension-development/SKILL.md +0 -0
  320. /package/template/{.agent → .agents}/skill-library/surface/mobile/app-store-submission/SKILL.md +0 -0
  321. /package/template/{.agent → .agents}/skill-library/surface/mobile/mobile-offline-sync/SKILL.md +0 -0
  322. /package/template/{.agent → .agents}/skill-library/surface/mobile/mobile-responsive-patterns/SKILL.md +0 -0
  323. /package/template/{.agent → .agents}/skill-library/surface/mobile/push-notifications/SKILL.md +0 -0
  324. /package/template/{.agent → .agents}/skill-library/surface/web/accessibility-compliance/SKILL.md +0 -0
  325. /package/template/{.agent → .agents}/skill-library/surface/web/ai-seo/SKILL.md +0 -0
  326. /package/template/{.agent → .agents}/skill-library/surface/web/ai-seo/references/content-patterns.md +0 -0
  327. /package/template/{.agent → .agents}/skill-library/surface/web/ai-seo/references/platform-ranking-factors.md +0 -0
  328. /package/template/{.agent → .agents}/skill-library/surface/web/analytics-tracking/SKILL.md +0 -0
  329. /package/template/{.agent → .agents}/skill-library/surface/web/analytics-tracking/references/event-library.md +0 -0
  330. /package/template/{.agent → .agents}/skill-library/surface/web/analytics-tracking/references/ga4-implementation.md +0 -0
  331. /package/template/{.agent → .agents}/skill-library/surface/web/analytics-tracking/references/gtm-implementation.md +0 -0
  332. /package/template/{.agent → .agents}/skill-library/surface/web/authentication-ui-flows/SKILL.md +0 -0
  333. /package/template/{.agent → .agents}/skill-library/surface/web/dark-mode-theming/SKILL.md +0 -0
  334. /package/template/{.agent → .agents}/skill-library/surface/web/design-reference-data/data/charts.csv +0 -0
  335. /package/template/{.agent → .agents}/skill-library/surface/web/design-reference-data/data/colors.csv +0 -0
  336. /package/template/{.agent → .agents}/skill-library/surface/web/design-reference-data/data/landing.csv +0 -0
  337. /package/template/{.agent → .agents}/skill-library/surface/web/design-reference-data/data/styles.csv +0 -0
  338. /package/template/{.agent → .agents}/skill-library/surface/web/design-reference-data/data/typography.csv +0 -0
  339. /package/template/{.agent → .agents}/skill-library/surface/web/design-reference-data/data/ux-guidelines.csv +0 -0
  340. /package/template/{.agent → .agents}/skill-library/surface/web/design-reference-data/scripts/core.py +0 -0
  341. /package/template/{.agent → .agents}/skill-library/surface/web/design-reference-data/scripts/design_system.py +0 -0
  342. /package/template/{.agent → .agents}/skill-library/surface/web/design-reference-data/scripts/search.py +0 -0
  343. /package/template/{.agent → .agents}/skill-library/surface/web/form-handling-validation/SKILL.md +0 -0
  344. /package/template/{.agent → .agents}/skill-library/surface/web/frontend-design/templates/cppn-hero.tsx +0 -0
  345. /package/template/{.agent → .agents}/skill-library/surface/web/frontend-design/templates/wave-hero.tsx +0 -0
  346. /package/template/{.agent → .agents}/skill-library/surface/web/frontend-verification/scripts/ux_audit.py +0 -0
  347. /package/template/{.agent → .agents}/skill-library/surface/web/i18n-localization/SKILL.md +0 -0
  348. /package/template/{.agent → .agents}/skill-library/surface/web/i18n-localization/references/icu-message-format.md +0 -0
  349. /package/template/{.agent → .agents}/skill-library/surface/web/i18n-localization/references/intl-api-patterns.md +0 -0
  350. /package/template/{.agent → .agents}/skill-library/surface/web/i18n-localization/references/rtl-support.md +0 -0
  351. /package/template/{.agent → .agents}/skill-library/surface/web/offline-first-pwa/SKILL.md +0 -0
  352. /package/template/{.agent → .agents}/skill-library/surface/web/page-cro/SKILL.md +0 -0
  353. /package/template/{.agent → .agents}/skill-library/surface/web/page-cro/references/experiments.md +0 -0
  354. /package/template/{.agent → .agents}/skill-library/surface/web/programmatic-seo/SKILL.md +0 -0
  355. /package/template/{.agent → .agents}/skill-library/surface/web/programmatic-seo/references/playbooks.md +0 -0
  356. /package/template/{.agent → .agents}/skill-library/surface/web/schema-markup/SKILL.md +0 -0
  357. /package/template/{.agent → .agents}/skill-library/surface/web/schema-markup/references/schema-examples.md +0 -0
  358. /package/template/{.agent → .agents}/skill-library/surface/web/seo-audit/SKILL.md +0 -0
  359. /package/template/{.agent → .agents}/skill-library/surface/web/seo-audit/references/ai-writing-detection.md +0 -0
  360. /package/template/{.agent → .agents}/skill-library/surface/web/web-performance-optimization/SKILL.md +0 -0
  361. /package/template/{.agent → .agents}/skill-library/surface/web/web-scraping/SKILL.md +0 -0
  362. /package/template/{.agent → .agents}/skills/accessibility/SKILL.md +0 -0
  363. /package/template/{.agent → .agents}/skills/accessibility/references/WCAG.md +0 -0
  364. /package/template/{.agent → .agents}/skills/accessibility/references/ia-spec-checklist.md +0 -0
  365. /package/template/{.agent → .agents}/skills/adversarial-review/SKILL.md +0 -0
  366. /package/template/{.agent → .agents}/skills/antigravity-workflows/SKILL.md +0 -0
  367. /package/template/{.agent → .agents}/skills/antigravity-workflows/resources/implementation-playbook.md +0 -0
  368. /package/template/{.agent → .agents}/skills/api-design-principles/SKILL.md +0 -0
  369. /package/template/{.agent → .agents}/skills/api-design-principles/assets/api-design-checklist.md +0 -0
  370. /package/template/{.agent → .agents}/skills/api-design-principles/assets/rest-api-template.py +0 -0
  371. /package/template/{.agent → .agents}/skills/api-design-principles/references/graphql-schema-design.md +0 -0
  372. /package/template/{.agent → .agents}/skills/api-design-principles/references/rest-best-practices.md +0 -0
  373. /package/template/{.agent → .agents}/skills/api-design-principles/resources/implementation-playbook.md +0 -0
  374. /package/template/{.agent → .agents}/skills/api-versioning/SKILL.md +0 -0
  375. /package/template/{.agent → .agents}/skills/api-versioning/references/typescript.md +0 -0
  376. /package/template/{.agent → .agents}/skills/architecture-mapping/SKILL.md +0 -0
  377. /package/template/{.agent → .agents}/skills/brainstorming/SKILL.md +0 -0
  378. /package/template/{.agent → .agents}/skills/brand-guidelines/SKILL.md +0 -0
  379. /package/template/{.agent → .agents}/skills/clean-code/SKILL.md +0 -0
  380. /package/template/{.agent → .agents}/skills/clean-code/references/typescript.md +0 -0
  381. /package/template/{.agent → .agents}/skills/code-review-pro/SKILL.md +0 -0
  382. /package/template/{.agent → .agents}/skills/concise-planning/SKILL.md +0 -0
  383. /package/template/{.agent → .agents}/skills/cross-layer-consistency/SKILL.md +0 -0
  384. /package/template/{.agent → .agents}/skills/database-schema-design/references/relational.md +0 -0
  385. /package/template/{.agent → .agents}/skills/deployment-procedures/SKILL.md +0 -0
  386. /package/template/{.agent → .agents}/skills/design-anti-cliche/SKILL.md +0 -0
  387. /package/template/{.agent → .agents}/skills/design-direction/SKILL.md +0 -0
  388. /package/template/{.agent → .agents}/skills/error-handling-patterns/references/go.md +0 -0
  389. /package/template/{.agent → .agents}/skills/error-handling-patterns/references/python.md +0 -0
  390. /package/template/{.agent → .agents}/skills/error-handling-patterns/references/rust.md +0 -0
  391. /package/template/{.agent → .agents}/skills/error-handling-patterns/references/typescript.md +0 -0
  392. /package/template/{.agent → .agents}/skills/git-advanced/SKILL.md +0 -0
  393. /package/template/{.agent → .agents}/skills/git-workflow/SKILL.md +0 -0
  394. /package/template/{.agent → .agents}/skills/logging-best-practices/SKILL.md +0 -0
  395. /package/template/{.agent → .agents}/skills/logging-best-practices/references/go.md +0 -0
  396. /package/template/{.agent → .agents}/skills/logging-best-practices/references/python.md +0 -0
  397. /package/template/{.agent → .agents}/skills/logging-best-practices/references/typescript.md +0 -0
  398. /package/template/{.agent → .agents}/skills/migration-management/references/relational.md +0 -0
  399. /package/template/{.agent → .agents}/skills/minimalist-surgical-development/SKILL.md +0 -0
  400. /package/template/{.agent → .agents}/skills/parallel-debugging/SKILL.md +0 -0
  401. /package/template/{.agent → .agents}/skills/parallel-feature-development/SKILL.md +0 -0
  402. /package/template/{.agent → .agents}/skills/performance-budgeting/SKILL.md +0 -0
  403. /package/template/{.agent → .agents}/skills/pipeline-rubrics/SKILL.md +0 -0
  404. /package/template/{.agent → .agents}/skills/pipeline-rubrics/references/architecture-rubric.md +0 -0
  405. /package/template/{.agent → .agents}/skills/pipeline-rubrics/references/be-rubric.md +0 -0
  406. /package/template/{.agent → .agents}/skills/pipeline-rubrics/references/fe-rubric.md +0 -0
  407. /package/template/{.agent → .agents}/skills/pipeline-rubrics/references/ia-rubric.md +0 -0
  408. /package/template/{.agent → .agents}/skills/pipeline-rubrics/references/scoring.md +0 -0
  409. /package/template/{.agent → .agents}/skills/pipeline-rubrics/references/vision-rubric.md +0 -0
  410. /package/template/{.agent → .agents}/skills/prd-templates/SKILL.md +0 -0
  411. /package/template/{.agent → .agents}/skills/prd-templates/references/architecture-completeness-checklist.md +0 -0
  412. /package/template/{.agent → .agents}/skills/prd-templates/references/architecture-design-template.md +0 -0
  413. /package/template/{.agent → .agents}/skills/prd-templates/references/be-spec-classification.md +0 -0
  414. /package/template/{.agent → .agents}/skills/prd-templates/references/be-spec-template.md +0 -0
  415. /package/template/{.agent → .agents}/skills/prd-templates/references/constraint-exploration.md +0 -0
  416. /package/template/{.agent → .agents}/skills/prd-templates/references/data-placement-template.md +0 -0
  417. /package/template/{.agent → .agents}/skills/prd-templates/references/decomposition-templates.md +0 -0
  418. /package/template/{.agent → .agents}/skills/prd-templates/references/deep-ideation-loading-protocol.md +0 -0
  419. /package/template/{.agent → .agents}/skills/prd-templates/references/design-system-decisions.md +0 -0
  420. /package/template/{.agent → .agents}/skills/prd-templates/references/design-system-prerequisite-check.md +0 -0
  421. /package/template/{.agent → .agents}/skills/prd-templates/references/domain-exhaustion-criteria.md +0 -0
  422. /package/template/{.agent → .agents}/skills/prd-templates/references/engineering-standards-template.md +0 -0
  423. /package/template/{.agent → .agents}/skills/prd-templates/references/expansion-modes.md +0 -0
  424. /package/template/{.agent → .agents}/skills/prd-templates/references/fe-classification-procedures.md +0 -0
  425. /package/template/{.agent → .agents}/skills/prd-templates/references/fe-spec-template.md +0 -0
  426. /package/template/{.agent → .agents}/skills/prd-templates/references/feature-ledger-protocol.md +0 -0
  427. /package/template/{.agent → .agents}/skills/prd-templates/references/fractal-cx-template.md +0 -0
  428. /package/template/{.agent → .agents}/skills/prd-templates/references/fractal-feature-template.md +0 -0
  429. /package/template/{.agent → .agents}/skills/prd-templates/references/fractal-node-index-template.md +0 -0
  430. /package/template/{.agent → .agents}/skills/prd-templates/references/gate-applicability.md +0 -0
  431. /package/template/{.agent → .agents}/skills/prd-templates/references/ideation-crosscut-template.md +0 -0
  432. /package/template/{.agent → .agents}/skills/prd-templates/references/ideation-index-template.md +0 -0
  433. /package/template/{.agent → .agents}/skills/prd-templates/references/ideation-meta-template.md +0 -0
  434. /package/template/{.agent → .agents}/skills/prd-templates/references/infrastructure-report-template.md +0 -0
  435. /package/template/{.agent → .agents}/skills/prd-templates/references/operational-templates.md +0 -0
  436. /package/template/{.agent → .agents}/skills/prd-templates/references/placeholder-guard-template.md +0 -0
  437. /package/template/{.agent → .agents}/skills/prd-templates/references/shard-split-remediation.md +0 -0
  438. /package/template/{.agent → .agents}/skills/prd-templates/references/slice-completion-gates.md +0 -0
  439. /package/template/{.agent → .agents}/skills/prd-templates/references/surface-model.md +0 -0
  440. /package/template/{.agent → .agents}/skills/prd-templates/references/tdd-testing-policy.md +0 -0
  441. /package/template/{.agent → .agents}/skills/prd-templates/references/vision-template.md +0 -0
  442. /package/template/{.agent → .agents}/skills/prd-templates/references/write-verification-protocol.md +0 -0
  443. /package/template/{.agent → .agents}/skills/prompt-engineer/SKILL.md +0 -0
  444. /package/template/{.agent → .agents}/skills/regex-patterns/SKILL.md +0 -0
  445. /package/template/{.agent → .agents}/skills/regex-patterns/references/go.md +0 -0
  446. /package/template/{.agent → .agents}/skills/regex-patterns/references/javascript.md +0 -0
  447. /package/template/{.agent → .agents}/skills/regex-patterns/references/python.md +0 -0
  448. /package/template/{.agent → .agents}/skills/regex-patterns/references/rust.md +0 -0
  449. /package/template/{.agent → .agents}/skills/security-scanning-security-hardening/SKILL.md +0 -0
  450. /package/template/{.agent → .agents}/skills/skill-creator/references/.gitkeep +0 -0
  451. /package/template/{.agent → .agents}/skills/skill-creator/scripts/.gitkeep +0 -0
  452. /package/template/{.agent → .agents}/skills/spec-writing/SKILL.md +0 -0
  453. /package/template/{.agent → .agents}/skills/systematic-debugging/CREATION-LOG.md +0 -0
  454. /package/template/{.agent → .agents}/skills/systematic-debugging/SKILL.md +0 -0
  455. /package/template/{.agent → .agents}/skills/systematic-debugging/condition-based-waiting-example.ts +0 -0
  456. /package/template/{.agent → .agents}/skills/systematic-debugging/condition-based-waiting.md +0 -0
  457. /package/template/{.agent → .agents}/skills/systematic-debugging/defense-in-depth.md +0 -0
  458. /package/template/{.agent → .agents}/skills/systematic-debugging/find-polluter.sh +0 -0
  459. /package/template/{.agent → .agents}/skills/systematic-debugging/root-cause-tracing.md +0 -0
  460. /package/template/{.agent → .agents}/skills/systematic-debugging/test-academic.md +0 -0
  461. /package/template/{.agent → .agents}/skills/systematic-debugging/test-pressure-1.md +0 -0
  462. /package/template/{.agent → .agents}/skills/systematic-debugging/test-pressure-2.md +0 -0
  463. /package/template/{.agent → .agents}/skills/systematic-debugging/test-pressure-3.md +0 -0
  464. /package/template/{.agent → .agents}/skills/tdd-workflow/references/typescript.md +0 -0
  465. /package/template/{.agent → .agents}/skills/tech-stack-catalog/SKILL.md +0 -0
  466. /package/template/{.agent → .agents}/skills/tech-stack-catalog/references/constraint-questions.md +0 -0
  467. /package/template/{.agent → .agents}/skills/tech-stack-catalog/references/dev-tooling-decisions.md +0 -0
  468. /package/template/{.agent → .agents}/skills/tech-stack-catalog/references/surface-decision-tables.md +0 -0
  469. /package/template/{.agent → .agents}/skills/technical-writer/SKILL.md +0 -0
  470. /package/template/{.agent → .agents}/skills/testing-strategist/references/typescript.md +0 -0
  471. /package/template/{.agent → .agents}/skills/verification-before-completion/SKILL.md +0 -0
  472. /package/template/{.agent → .agents}/skills/workflow-automation/SKILL.md +0 -0
  473. /package/template/{.agent → .agents}/skills/workflow-automation/references/inngest.md +0 -0
  474. /package/template/{.agent → .agents}/skills/workflow-automation/references/temporal.md +0 -0
@@ -22,13 +22,13 @@ Receive template values from the calling workflow and fill the surface stack map
22
22
  **Prerequisite**: If invoked standalone, the caller must provide at least one template key-value pair. If no values are provided, there is nothing to fill — report and exit.
23
23
 
24
24
  > [!IMPORTANT]
25
- > This workflow fills the surface stack map and global template values. It does **NOT** provision skills from the library — that is handled exclusively by `.agent/workflows/bootstrap-agents-provision.md`. Running this workflow standalone will populate map cells but not install the corresponding skill directories.
25
+ > This workflow fills the surface stack map and global template values. It does **NOT** provision skills from the library — that is handled exclusively by `.agents/skills/bootstrap-agents-provision/SKILL.md`. Running this workflow standalone will populate map cells but not install the corresponding skill directories.
26
26
 
27
27
  ---
28
28
 
29
29
  ## 1. Receive values
30
30
 
31
- Accept values in the categories defined in `.agent/skills/bootstrap-agents/SKILL.md` (Section 1):
31
+ Accept values in the categories defined in `.agents/skills/bootstrap-agents/SKILL.md` (Section 1):
32
32
  - **Surface-keyed values** → Per-Surface Skills table
33
33
  - **Cross-cutting values** → Cross-Cutting Skills table
34
34
  - **Global values** → Global Settings table + root configs
@@ -42,7 +42,7 @@ If any values are missing, leave those cells/placeholders in place — they'll b
42
42
 
43
43
  ## 2. Fill the surface stack map
44
44
 
45
- Open `.agent/instructions/tech-stack.md`.
45
+ Open `.agents/instructions/tech-stack.md`.
46
46
 
47
47
  ### 2a. Per-Surface Skills table
48
48
 
@@ -67,7 +67,7 @@ Fill `PROJECT_NAME`, `DESCRIPTION`, `TECH_STACK_SUMMARY`, `SURFACES`, `ARCHITECT
67
67
 
68
68
  ## 3. Fill instruction templates
69
69
 
70
- ### `.agent/instructions/commands.md`
70
+ ### `.agents/instructions/commands.md`
71
71
 
72
72
  Write per-surface command sections. For each surface in the map:
73
73
 
@@ -86,13 +86,13 @@ Write per-surface command sections. For each surface in the map:
86
86
 
87
87
  If single-surface, omit the surface header — just write a flat commands table.
88
88
 
89
- ### `.agent/instructions/workflow.md`
89
+ ### `.agents/instructions/workflow.md`
90
90
  Fill `{{VALIDATION_COMMAND}}` with the primary surface's validation command (first non-`shared` row in the map, or `shared` if only one row exists).
91
91
 
92
- ### `.agent/instructions/patterns.md`
92
+ ### `.agents/instructions/patterns.md`
93
93
  Replace `{{FRAMEWORK_PATTERNS}}` if provided.
94
94
 
95
- ### `.agent/instructions/structure.md`
95
+ ### `.agents/instructions/structure.md`
96
96
  Replace `{{PROJECT_STRUCTURE}}`, `{{ARCHITECTURE_TABLE}}` if provided.
97
97
 
98
98
  ---
@@ -114,7 +114,7 @@ Replace in **both** `AGENTS.md` and `GEMINI.md`:
114
114
 
115
115
  ## 5. Fill operational skill and rule templates
116
116
 
117
- Scan all `.agent/skills/*/SKILL.md` files for `{{PLACEHOLDER}}` values and fill any that match:
117
+ Scan all `.agents/skills/*/SKILL.md` files for `{{PLACEHOLDER}}` values and fill any that match:
118
118
 
119
119
  - `{{VALIDATION_COMMAND}}` — in `fix-bug`, `main-workflow`, `deploy`, `refactor`
120
120
  - `{{PACKAGE_MANAGER}}` — in `refactor`, `security-audit`
@@ -126,7 +126,7 @@ Scan all `.agent/skills/*/SKILL.md` files for `{{PLACEHOLDER}}` values and fill
126
126
  - `{{DB_PORT}}` — in `setup-session`
127
127
  - `{{CREDENTIAL_TOOL}}` — in `setup-session`
128
128
 
129
- Also scan `.agent/rules/*.md`: `{{CONTRACT_LIBRARY}}` in `tdd-contract-first.md`.
129
+ Also scan `.agents/rules/*.md`: `{{CONTRACT_LIBRARY}}` in `tdd-contract-first.md`.
130
130
 
131
131
  ---
132
132
 
@@ -138,6 +138,6 @@ Report:
138
138
  - Which instruction template placeholders were filled
139
139
  - Any errors encountered
140
140
 
141
- > **HARD GATE**: Do NOT return to the calling workflow. Do NOT stop here. You MUST now read and execute `.agent/workflows/bootstrap-agents-provision.md`. Fill without provision is an incomplete bootstrap — the skill library remains unresolved, map cells reference skills that don't exist, and downstream map guard checks will fail.
141
+ > **HARD GATE**: Do NOT return to the calling workflow. Do NOT stop here. You MUST now read and execute `.agents/skills/bootstrap-agents-provision/SKILL.md`. Fill without provision is an incomplete bootstrap — the skill library remains unresolved, map cells reference skills that don't exist, and downstream map guard checks will fail.
142
142
  >
143
143
  > This is not conditional. This is not "if invoked standalone." This applies to EVERY invocation of fill — whether standalone or called by a parent workflow. Provision runs next. Always.
@@ -19,34 +19,34 @@ pipeline:
19
19
 
20
20
  Read the surface stack map, resolve each skill using the 4-tier chain, provision from the library, and report results.
21
21
 
22
- **Prerequisite**: The surface stack map in `.agent/instructions/tech-stack.md` must have at least one row with filled cells (from a previous `/bootstrap-agents-fill` run).
22
+ **Prerequisite**: The surface stack map in `.agents/instructions/tech-stack.md` must have at least one row with filled cells (from a previous `/bootstrap-agents-fill` run).
23
23
 
24
24
  ---
25
25
 
26
26
  ## 6. Read skill library manifest
27
27
 
28
- Read `.agent/skill-library/MANIFEST.md` to load the trigger tables.
28
+ Read `.agents/skill-library/MANIFEST.md` to load the trigger tables.
29
29
 
30
- If `.agent/skill-library/MANIFEST.md` does not exist (e.g., user deleted it or is using a minimal kit), use only Tier 2-4 resolution (no manifest matching).
30
+ If `.agents/skill-library/MANIFEST.md` does not exist (e.g., user deleted it or is using a minimal kit), use only Tier 2-4 resolution (no manifest matching).
31
31
 
32
32
  ---
33
33
 
34
34
  ## 7. Provision skills — 4-Tier Resolution Chain
35
35
 
36
- Read the surface stack map from `.agent/instructions/tech-stack.md`. For **every skill name** referenced in any cell of both the Per-Surface Skills table and Cross-Cutting Skills table, resolve it:
36
+ Read the surface stack map from `.agents/instructions/tech-stack.md`. For **every skill name** referenced in any cell of both the Per-Surface Skills table and Cross-Cutting Skills table, resolve it:
37
37
 
38
38
  ### Tier 1: Exact Match
39
39
 
40
- Check `.agent/skills/{name}/` (already installed) and `.agent/skill-library/{name}/`:
40
+ Check `.agents/skills/{name}/` (already installed) and `.agents/skill-library/{name}/`:
41
41
 
42
42
  - **Already installed** → skip (idempotent) ✅
43
- - **Found in library** → copy directory to `.agent/skills/{name}/`, fill any `{{PLACEHOLDER}}`s in the copied SKILL.md ✅
43
+ - **Found in library** → copy directory to `.agents/skills/{name}/`, fill any `{{PLACEHOLDER}}`s in the copied SKILL.md ✅
44
44
  - **Not found** → check manifest `Value Pattern` matches (glob-style, case-insensitive) → if matched, install the mapped skill → update the map cell to use the installed directory name ✅
45
45
  - **Still not found** → proceed to Tier 2
46
46
 
47
47
  ### Tier 2: Partial Match + Adequacy Check
48
48
 
49
- Search `.agent/skills/` and `.agent/skill-library/` for skills whose name contains the base term (e.g., for `surrealdb-embedded`, check `surrealdb`):
49
+ Search `.agents/skills/` and `.agents/skill-library/` for skills whose name contains the base term (e.g., for `surrealdb-embedded`, check `surrealdb`):
50
50
 
51
51
  1. **Partial match found** → read its `SKILL.md`
52
52
  2. **Assess adequacy**: Does the skill cover the needed variant? Check for:
@@ -58,7 +58,7 @@ Search `.agent/skills/` and `.agent/skill-library/` for skills whose name contai
58
58
 
59
59
  ### Tier 3: External Discovery
60
60
 
61
- Read `.agent/skills/find-skills/SKILL.md` and invoke its methodology:
61
+ Read `.agents/skills/find-skills/SKILL.md` and invoke its methodology:
62
62
 
63
63
  1. Search for the skill externally
64
64
  2. **Found** → install → fill map cell with resolved name ✅
@@ -79,11 +79,11 @@ Mark the map cell with `⚠️ {name} [not found]`. Add to the report:
79
79
  ## 8. Update installed skills list
80
80
 
81
81
  After provisioning, build a markdown list of all installed skills and update `{{INSTALLED_SKILLS}}` in:
82
- - `.agent/instructions/tech-stack.md`
82
+ - `.agents/instructions/tech-stack.md`
83
83
  - `AGENTS.md`
84
84
  - `GEMINI.md`
85
85
 
86
- Read `.agent/skills/prd-templates/references/operational-templates.md` for the **Installed Skills List** template. Organize skills by:
86
+ Read `.agents/skills/prd-templates/references/operational-templates.md` for the **Installed Skills List** template. Organize skills by:
87
87
 
88
88
  ```markdown
89
89
  ### Default Skills
@@ -19,7 +19,7 @@ Transform the ideation output into a production-grade architecture design docume
19
19
  **Input**: `.memory/wiki/specs/ideation/ideation-index.md` (must exist and be approved)
20
20
  **Output**: `.memory/wiki/specs/YYYY-MM-DD-architecture-design.md` + `.memory/wiki/specs/ENGINEERING-STANDARDS.md` + `.memory/wiki/specs/data-placement-strategy.md`
21
21
 
22
- > **Depth standard**: Every section must be specified to the point where a developer cannot misinterpret it. The specificity-standards rule (`.agent/rules/specificity-standards.md`) applies to every word of the output.
22
+ > **Depth standard**: Every section must be specified to the point where a developer cannot misinterpret it. The specificity-standards rule (`.agents/rules/specificity-standards.md`) applies to every word of the output.
23
23
 
24
24
  ---
25
25
 
@@ -42,7 +42,7 @@ Pay special attention to **Project Surfaces** in `meta/constraints.md` — it de
42
42
 
43
43
  Read `## Engagement Tier` from `ideation-index.md`. If not set, ask the user and write immediately.
44
44
 
45
- Read `.agent/skills/prd-templates/references/engagement-tier-protocol.md` — each shard reads the tier and adapts gates.
45
+ Read `.agents/skills/prd-templates/references/engagement-tier-protocol.md` — each shard reads the tier and adapts gates.
46
46
 
47
47
  ---
48
48
 
@@ -56,7 +56,7 @@ Read the `## Progress Summary` table in `ideation-index.md`. Check these thresho
56
56
  | Total leaf features | ≥ 50 |
57
57
  | Total surfaces | ≥ 2 (multi-product projects) |
58
58
 
59
- **If ANY threshold is met** → read `.agent/skills/prd-templates/references/deep-ideation-loading-protocol.md` and follow its full procedure. This produces a **Domain Digest Table** written to `.memory/wiki/specs/architecture-draft.md` as `## Ideation Digest`.
59
+ **If ANY threshold is met** → read `.agents/skills/prd-templates/references/deep-ideation-loading-protocol.md` and follow its full procedure. This produces a **Domain Digest Table** written to `.memory/wiki/specs/architecture-draft.md` as `## Ideation Digest`.
60
60
 
61
61
  **If no threshold is met** → skip this step. The standard `ideation-index.md` read from Step 1 is sufficient.
62
62
 
@@ -68,7 +68,7 @@ Read the `## Progress Summary` table in `ideation-index.md`. Check these thresho
68
68
 
69
69
  Read each skill SKILL.md listed in the frontmatter `skills` array.
70
70
 
71
- Check `.agent/skills/` for stack-specific skills. Read `.agent/skills/find-skills/SKILL.md` for community skill discovery.
71
+ Check `.agents/skills/` for stack-specific skills. Read `.agents/skills/find-skills/SKILL.md` for community skill discovery.
72
72
 
73
73
  ---
74
74
 
@@ -76,11 +76,11 @@ Check `.agent/skills/` for stack-specific skills. Read `.agent/skills/find-skill
76
76
 
77
77
  | # | Shard | What It Does |
78
78
  |---|-------|-------------|
79
- | 1 | [`create-prd-stack`](.agent/workflows/create-prd-stack.md) | Constraint-first discovery, tech stack decisions with bootstrap firing |
80
- | 1.5 | [`create-prd-design-system`](.agent/workflows/create-prd-design-system.md) | Navigation paradigm, layout grid, page archetypes, component hierarchy, motion, state design language → `.memory/wiki/specs/design-system.md` |
81
- | 2 | [`create-prd-architecture`](.agent/workflows/create-prd-architecture.md) | System architecture, data strategy, data placement strategy document |
82
- | 3 | [`create-prd-security`](.agent/workflows/create-prd-security.md) | Security model, compliance escalation, integration points |
83
- | 4 | [`create-prd-compile`](.agent/workflows/create-prd-compile.md) | Development methodology, phasing, compile architecture-design.md + ENGINEERING-STANDARDS.md |
79
+ | 1 | [`create-prd-stack`](.agents/skills/create-prd-stack/SKILL.md) | Constraint-first discovery, tech stack decisions with bootstrap firing |
80
+ | 1.5 | [`create-prd-design-system`](.agents/skills/create-prd-design-system/SKILL.md) | Navigation paradigm, layout grid, page archetypes, component hierarchy, motion, state design language → `.memory/wiki/specs/design-system.md` |
81
+ | 2 | [`create-prd-architecture`](.agents/skills/create-prd-architecture/SKILL.md) | System architecture, data strategy, data placement strategy document |
82
+ | 3 | [`create-prd-security`](.agents/skills/create-prd-security/SKILL.md) | Security model, compliance escalation, integration points |
83
+ | 4 | [`create-prd-compile`](.agents/skills/create-prd-compile/SKILL.md) | Development methodology, phasing, compile architecture-design.md + ENGINEERING-STANDARDS.md |
84
84
 
85
85
  > **Progressive working artifact**: `.memory/wiki/specs/architecture-draft.md` is written incrementally by shards 1–3 and read by shard 4 to compile the final dated `architecture-design.md`.
86
86
 
@@ -88,13 +88,13 @@ Check `.agent/skills/` for stack-specific skills. Read `.agent/skills/find-skill
88
88
 
89
89
  ## Orchestration
90
90
 
91
- Create `.memory/wiki/specs/architecture/prd-working/` directory if it does not exist. Read `.agent/skills/prd-templates/references/workflow-checkpoint-protocol.md` — all shards use this checkpoint system.
91
+ Create `.memory/wiki/specs/architecture/prd-working/` directory if it does not exist. Read `.agents/skills/prd-templates/references/workflow-checkpoint-protocol.md` — all shards use this checkpoint system.
92
92
 
93
- ### Step A — Run `.agent/workflows/create-prd-stack.md`
94
- ### Step A.5 — Run `.agent/workflows/create-prd-design-system.md`
95
- ### Step B — Run `.agent/workflows/create-prd-architecture.md`
96
- ### Step C — Run `.agent/workflows/create-prd-security.md`
97
- ### Step D — Run `.agent/workflows/create-prd-compile.md`
93
+ ### Step A — Run `.agents/skills/create-prd-stack/SKILL.md`
94
+ ### Step A.5 — Run `.agents/skills/create-prd-design-system/SKILL.md`
95
+ ### Step B — Run `.agents/skills/create-prd-architecture/SKILL.md`
96
+ ### Step C — Run `.agents/skills/create-prd-security/SKILL.md`
97
+ ### Step D — Run `.agents/skills/create-prd-compile/SKILL.md`
98
98
 
99
99
  **Shard failure recovery**: If any shard (A through D) fails mid-execution:
100
100
  1. Check `.memory/wiki/specs/architecture/prd-working/workflow-state.md` for the checkpoint — it shows exact step, item, and next action
@@ -108,9 +108,9 @@ Create `.memory/wiki/specs/architecture/prd-working/` directory if it does not e
108
108
 
109
109
  ### Self-check against Architecture rubric
110
110
 
111
- Read `.agent/skills/pipeline-rubrics/references/architecture-rubric.md` and apply all 15 dimensions as the self-check.
111
+ Read `.agents/skills/pipeline-rubrics/references/architecture-rubric.md` and apply all 15 dimensions as the self-check.
112
112
 
113
- Read `.agent/skills/prd-templates/references/architecture-completeness-checklist.md` and verify all items.
113
+ Read `.agents/skills/prd-templates/references/architecture-completeness-checklist.md` and verify all items.
114
114
 
115
115
  For any dimension that scores ⚠️ or ❌ → resolve it NOW. Loop back to the relevant shard.
116
116
 
@@ -24,7 +24,7 @@ Design the high-level system architecture and data strategy. Create the data pla
24
24
 
25
25
  ## 0. Map guard
26
26
 
27
- Follow the map guard protocol (`.agent/skills/prd-templates/references/map-guard-protocol.md`). Required cells for this shard:
27
+ Follow the map guard protocol (`.agents/skills/prd-templates/references/map-guard-protocol.md`). Required cells for this shard:
28
28
 
29
29
  | Map Location | Column/Category | Why this matters |
30
30
  |---|---|---|
@@ -34,7 +34,7 @@ Follow the map guard protocol (`.agent/skills/prd-templates/references/map-guard
34
34
 
35
35
  **HARD GATE** — If ANY required cell is empty → STOP. No timing fallbacks. No conversation-confirmed values. See map guard protocol for recovery.
36
36
 
37
- Read the engagement tier protocol (`.agent/skills/prd-templates/references/engagement-tier-protocol.md`) — apply the tier behavior for architecture decisions.
37
+ Read the engagement tier protocol (`.agents/skills/prd-templates/references/engagement-tier-protocol.md`) — apply the tier behavior for architecture decisions.
38
38
 
39
39
  ---
40
40
 
@@ -45,7 +45,7 @@ Read the engagement tier protocol (`.agent/skills/prd-templates/references/engag
45
45
  1. Read `.memory/wiki/specs/ideation/ideation-index.md` — extract: Structure Map (domain list + paths), MoSCoW Summary (full feature inventory), Engagement Tier, persona list
46
46
  2. Read `.memory/wiki/specs/ideation/meta/constraints.md` — extract: Project Surfaces, compliance constraints, hard/soft constraints
47
47
  3. Read `.memory/wiki/specs/ideation/ideation-cx.md` (global cross-cuts) — extract: cross-domain data dependencies, trigger chains, shared entity ownership. Then read each domain-level `{domain}-cx.md` listed in the Structure Map
48
- 4. If `## Ideation Digest` exists in `.memory/wiki/specs/architecture-draft.md` → use it as the structured feature inventory. Otherwise, read domain index files (`{domain}/{domain}-index.md`) directly per the deep ideation loading protocol (`.agent/skills/prd-templates/references/deep-ideation-loading-protocol.md`)
48
+ 4. If `## Ideation Digest` exists in `.memory/wiki/specs/architecture-draft.md` → use it as the structured feature inventory. Otherwise, read domain index files (`{domain}/{domain}-index.md`) directly per the deep ideation loading protocol (`.agents/skills/prd-templates/references/deep-ideation-loading-protocol.md`)
49
49
 
50
50
  **How this context feeds downstream steps:**
51
51
  - Component diagram (4.1) ← domain boundaries from domain indexes, trigger chains from CX files
@@ -57,23 +57,23 @@ Read the engagement tier protocol (`.agent/skills/prd-templates/references/engag
57
57
 
58
58
  ### Checkpoint resumption
59
59
 
60
- Read `.agent/skills/prd-templates/references/workflow-checkpoint-protocol.md`. Check if `.memory/wiki/specs/architecture/prd-working/workflow-state.md` exists. If it exists and `active_shard` matches this file → follow the resumption procedure. If not → initialize a fresh checkpoint.
60
+ Read `.agents/skills/prd-templates/references/workflow-checkpoint-protocol.md`. Check if `.memory/wiki/specs/architecture/prd-working/workflow-state.md` exists. If it exists and `active_shard` matches this file → follow the resumption procedure. If not → initialize a fresh checkpoint.
61
61
 
62
62
  ---
63
63
 
64
64
  ## 4. System architecture
65
65
 
66
- Read `.agent/skills/api-design-principles/SKILL.md` for API surface design.
66
+ Read `.agents/skills/api-design-principles/SKILL.md` for API surface design.
67
67
 
68
68
  Design the high-level system. Each sub-item requires full exploration, not a summary sentence:
69
69
 
70
70
  1. **Component diagram** — What services exist? How do they communicate? What protocols? What happens if one is down?
71
71
  2. **Data flow** — Request lifecycle from client to database and back. Every hop, every transformation, every auth check along the way. Draw the full sequence.
72
72
  3. **Deployment topology** — What runs where? Edge? Origin? External? Local machine? App Store? What are the latency implications? What are the cost implications?
73
- Load the Hosting skill(s) from the cross-cutting section per the skill loading protocol (`.agent/skills/prd-templates/references/skill-loading-protocol.md`).
74
- Read .agent/skills/technical-writer/SKILL.md and follow its methodology.
73
+ Load the Hosting skill(s) from the cross-cutting section per the skill loading protocol (`.agents/skills/prd-templates/references/skill-loading-protocol.md`).
74
+ Read .agents/skills/technical-writer/SKILL.md and follow its methodology.
75
75
  4. **API surface** — REST? GraphQL? RPC? Versioning strategy? Error format? Pagination? Rate limit headers?
76
- 5. **Deployment strategy** — Rolling? Blue-green? Canary? Read `.agent/skills/deployment-procedures/SKILL.md` Section 6 for the strategy options and selection matrix. Ask:
76
+ 5. **Deployment strategy** — Rolling? Blue-green? Canary? Read `.agents/skills/deployment-procedures/SKILL.md` Section 6 for the strategy options and selection matrix. Ask:
77
77
  - "Which zero-downtime deployment strategy fits your risk profile? Rolling (standard), Blue-Green (easy rollback), or Canary (validate with real traffic)?"
78
78
  - "Do you want feature flags for controlled rollout of risky features? If yes, which provider (or build your own)?"
79
79
  - "What is your rollback trigger? Error rate spike above N%? Latency threshold? Manual decision?"
@@ -93,23 +93,23 @@ For each component, also define:
93
93
  - "Are there failure modes I haven't accounted for?"
94
94
  - For multi-surface: "What happens if the sync layer goes down? Can each surface degrade gracefully?"
95
95
 
96
- Follow the decision confirmation protocol (`.agent/skills/prd-templates/references/decision-confirmation-protocol.md`) — do not write until explicitly confirmed.
96
+ Follow the decision confirmation protocol (`.agents/skills/prd-templates/references/decision-confirmation-protocol.md`) — do not write until explicitly confirmed.
97
97
 
98
- Write the completed `## System Architecture` section to `.memory/wiki/specs/architecture-draft.md` (create the file if it does not exist). Do not wait until the end — write this section as soon as it is completed and confirmed by the user. Follow the write verification protocol (`.agent/skills/prd-templates/references/write-verification-protocol.md`).
98
+ Write the completed `## System Architecture` section to `.memory/wiki/specs/architecture-draft.md` (create the file if it does not exist). Do not wait until the end — write this section as soon as it is completed and confirmed by the user. Follow the write verification protocol (`.agents/skills/prd-templates/references/write-verification-protocol.md`).
99
99
 
100
- > **Decision recording**: For each non-trivial architecture decision (technology choices, deployment topology, API style, failure handling strategy), read `.agent/skills/session-continuity/protocols/06-decision-analysis.md` and follow the **Decision Effect Analysis Protocol**. Architecture decisions have the highest downstream impact in the pipeline — record them to `.memory/wiki/decisions.md` with the Philosopher + Devil's Advocate deliberation.
100
+ > **Decision recording**: For each non-trivial architecture decision (technology choices, deployment topology, API style, failure handling strategy), read `.agents/skills/session-continuity/protocols/06-decision-analysis.md` and follow the **Decision Effect Analysis Protocol**. Architecture decisions have the highest downstream impact in the pipeline — record them to `.memory/wiki/decisions.md` with the Philosopher + Devil's Advocate deliberation.
101
101
 
102
102
  ## 4.5. Error architecture
103
103
 
104
104
  > **Hard gate.** This step is mandatory for every project. All five decisions below must be confirmed by the user before `## 5. Data strategy` begins. Do not proceed to Data Strategy until every decision is explicitly approved.
105
105
 
106
- Read `.agent/skills/error-handling-patterns/SKILL.md` and follow its Error Architecture Interview methodology. All 5 decisions must receive explicit user confirmation before proceeding to Data Strategy. This step is a hard gate — do not proceed until all five decisions are confirmed.
106
+ Read `.agents/skills/error-handling-patterns/SKILL.md` and follow its Error Architecture Interview methodology. All 5 decisions must receive explicit user confirmation before proceeding to Data Strategy. This step is a hard gate — do not proceed until all five decisions are confirmed.
107
107
 
108
- Write the completed decisions to `.memory/wiki/specs/architecture-draft.md` under a new top-level `## Error Architecture` section (between `## System Architecture` and `## Data Strategy`). The section must contain five sub-sections matching the five decisions above (`### Global Error Envelope`, `### Error Propagation Chain`, `### Unhandled Exception Strategy`, `### Client Fallback Contract`, `### Error Boundary Strategy`), with the locked canonical JSON example included verbatim under `### Global Error Envelope`. Follow the write verification protocol (`.agent/skills/prd-templates/references/write-verification-protocol.md`).
108
+ Write the completed decisions to `.memory/wiki/specs/architecture-draft.md` under a new top-level `## Error Architecture` section (between `## System Architecture` and `## Data Strategy`). The section must contain five sub-sections matching the five decisions above (`### Global Error Envelope`, `### Error Propagation Chain`, `### Unhandled Exception Strategy`, `### Client Fallback Contract`, `### Error Boundary Strategy`), with the locked canonical JSON example included verbatim under `### Global Error Envelope`. Follow the write verification protocol (`.agents/skills/prd-templates/references/write-verification-protocol.md`).
109
109
 
110
110
  ## 5. Data strategy
111
111
 
112
- Read .agent/skills/database-schema-design/SKILL.md and follow its schema design methodology.
112
+ Read .agents/skills/database-schema-design/SKILL.md and follow its schema design methodology.
113
113
 
114
114
  **Digest-aware entity identification**: If `## Ideation Digest` exists in `.memory/wiki/specs/architecture-draft.md`, use its Key Entities column and Cross-Domain Dependencies table as the primary source for entity identification in sub-steps below. Cross-reference the digest's per-domain feature lists to ensure no entity is missed. If the digest does not exist, derive entities from the architecture sections written above.
115
115
 
@@ -130,19 +130,19 @@ For multi-surface projects, additionally define:
130
130
  - "Does every entity have a clear owner?"
131
131
  - "Are there query patterns I'm missing that could become hot paths?"
132
132
 
133
- Follow the decision confirmation protocol (`.agent/skills/prd-templates/references/decision-confirmation-protocol.md`) — do not write until explicitly confirmed.
133
+ Follow the decision confirmation protocol (`.agents/skills/prd-templates/references/decision-confirmation-protocol.md`) — do not write until explicitly confirmed.
134
134
 
135
- Write the completed `## Data Strategy` section to `.memory/wiki/specs/architecture-draft.md`. Follow the write verification protocol (`.agent/skills/prd-templates/references/write-verification-protocol.md`).
135
+ Write the completed `## Data Strategy` section to `.memory/wiki/specs/architecture-draft.md`. Follow the write verification protocol (`.agents/skills/prd-templates/references/write-verification-protocol.md`).
136
136
 
137
137
  ### 5.5. Cross-Store Entity Consistency
138
138
 
139
- Read .agent/skills/database-schema-design/SKILL.md and follow its Cross-Store Entity Consistency Protocol for every entity that spans more than one store.
139
+ Read .agents/skills/database-schema-design/SKILL.md and follow its Cross-Store Entity Consistency Protocol for every entity that spans more than one store.
140
140
 
141
- Write the completed cross-store consistency table to `.memory/wiki/specs/architecture-draft.md` as part of the `## Data Strategy` section. Follow the write verification protocol (`.agent/skills/prd-templates/references/write-verification-protocol.md`).
141
+ Write the completed cross-store consistency table to `.memory/wiki/specs/architecture-draft.md` as part of the `## Data Strategy` section. Follow the write verification protocol (`.agents/skills/prd-templates/references/write-verification-protocol.md`).
142
142
 
143
143
  ### Data placement strategy document
144
144
 
145
- Read `.agent/skills/prd-templates/references/data-placement-template.md` for the template structure. Create `.memory/wiki/specs/data-placement-strategy.md` using the template, filling each section with the data decisions confirmed above.
145
+ Read `.agents/skills/prd-templates/references/data-placement-template.md` for the template structure. Create `.memory/wiki/specs/data-placement-strategy.md` using the template, filling each section with the data decisions confirmed above.
146
146
 
147
147
  ## Completion Gate (MANDATORY)
148
148
 
@@ -28,7 +28,7 @@ Verify `.memory/wiki/specs/architecture-draft.md` exists. If it does not → **S
28
28
 
29
29
  ## 0. Map guard
30
30
 
31
- Follow the map guard protocol (`.agent/skills/prd-templates/references/map-guard-protocol.md`). Required cells for this shard:
31
+ Follow the map guard protocol (`.agents/skills/prd-templates/references/map-guard-protocol.md`). Required cells for this shard:
32
32
 
33
33
  | Map Location | Column/Category | Why this matters |
34
34
  |---|---|---|
@@ -38,28 +38,28 @@ Follow the map guard protocol (`.agent/skills/prd-templates/references/map-guard
38
38
 
39
39
  **HARD GATE** — If ANY required cell is empty → STOP. No timing fallbacks. No conversation-confirmed values. See map guard protocol for recovery.
40
40
 
41
- Read the engagement tier protocol (`.agent/skills/prd-templates/references/engagement-tier-protocol.md`) — apply the tier behavior for compile decisions.
41
+ Read the engagement tier protocol (`.agents/skills/prd-templates/references/engagement-tier-protocol.md`) — apply the tier behavior for compile decisions.
42
42
 
43
43
  ### Checkpoint resumption
44
44
 
45
- Read `.agent/skills/prd-templates/references/workflow-checkpoint-protocol.md`. Check if `.memory/wiki/specs/architecture/prd-working/workflow-state.md` exists. If it exists and `active_shard` matches this file → follow the resumption procedure (skip completed sections, resume from `next_action`). If not → initialize a fresh checkpoint.
45
+ Read `.agents/skills/prd-templates/references/workflow-checkpoint-protocol.md`. Check if `.memory/wiki/specs/architecture/prd-working/workflow-state.md` exists. If it exists and `active_shard` matches this file → follow the resumption procedure (skip completed sections, resume from `next_action`). If not → initialize a fresh checkpoint.
46
46
 
47
47
  ---
48
48
 
49
49
  ## 8. Development methodology
50
50
 
51
- Read .agent/skills/tdd-workflow/SKILL.md and follow its methodology.
51
+ Read .agents/skills/tdd-workflow/SKILL.md and follow its methodology.
52
52
 
53
53
  Document the agreed approach:
54
54
 
55
55
  1. **Contract-first** — Zod schemas (or equivalent) before implementation
56
56
  2. **TDD** — Failing tests before code
57
- Load the Unit Tests and E2E Tests skill(s) from the surface stack map per the skill loading protocol (`.agent/skills/prd-templates/references/skill-loading-protocol.md`).
57
+ Load the Unit Tests and E2E Tests skill(s) from the surface stack map per the skill loading protocol (`.agents/skills/prd-templates/references/skill-loading-protocol.md`).
58
58
  3. **Vertical slices** — All surfaces per feature
59
59
  4. **Spec layers** — IA → BE → FE pipeline
60
60
  5. **Quality gates** — What must pass before merge
61
61
 
62
- Write the completed `## Development Methodology` section to `.memory/wiki/specs/architecture-draft.md` immediately after user confirmation. Follow the write verification protocol (`.agent/skills/prd-templates/references/write-verification-protocol.md`).
62
+ Write the completed `## Development Methodology` section to `.memory/wiki/specs/architecture-draft.md` immediately after user confirmation. Follow the write verification protocol (`.agents/skills/prd-templates/references/write-verification-protocol.md`).
63
63
 
64
64
  ## 8.5. Ideation context reload for phasing
65
65
 
@@ -96,9 +96,9 @@ Each phase should have a rough timeline estimate and must pass the full validati
96
96
  - "Are there features in Phase 2 that actually depend on something not in Phase 1?"
97
97
  - "Is the Phase 1 scope achievable without cutting quality?"
98
98
 
99
- Follow the decision confirmation protocol (`.agent/skills/prd-templates/references/decision-confirmation-protocol.md`) — do not write until explicitly confirmed.
99
+ Follow the decision confirmation protocol (`.agents/skills/prd-templates/references/decision-confirmation-protocol.md`) — do not write until explicitly confirmed.
100
100
 
101
- Write the completed `## Phasing Strategy` section to `.memory/wiki/specs/architecture-draft.md` immediately after user confirmation. Follow the write verification protocol (`.agent/skills/prd-templates/references/write-verification-protocol.md`).
101
+ Write the completed `## Phasing Strategy` section to `.memory/wiki/specs/architecture-draft.md` immediately after user confirmation. Follow the write verification protocol (`.agents/skills/prd-templates/references/write-verification-protocol.md`).
102
102
 
103
103
  ## 9.5. Lock project directory structure
104
104
 
@@ -108,16 +108,16 @@ Based on the locked tech stack, generate a canonical directory tree.
108
108
  2. Present the tree to the user with one-line descriptions per top-level directory. Adapt the tree to the actual stack — e.g., a CLI project won't have `components/`, a monorepo will have `apps/` and `packages/`
109
109
  3. Build an architecture separation table mapping each concern to its directory and runtime
110
110
  4. **Present to user**: Show the directory tree and architecture table. Ask: "Does this structure match your expectations?" **Do not proceed until explicit approval.**
111
- 5. After approval, fire bootstrap with: `PROJECT_STRUCTURE`, `ARCHITECTURE_TABLE`, `CONTRACTS_DIR`, `BUILD_OUTPUT_DIR`. **HARD GATE**: Follow the bootstrap verification protocol (`.agent/skills/prd-templates/references/bootstrap-verification-protocol.md`) — verify all 4 keys.
111
+ 5. After approval, fire bootstrap with: `PROJECT_STRUCTURE`, `ARCHITECTURE_TABLE`, `CONTRACTS_DIR`, `BUILD_OUTPUT_DIR`. **HARD GATE**: Follow the bootstrap verification protocol (`.agents/skills/prd-templates/references/bootstrap-verification-protocol.md`) — verify all 4 keys.
112
112
  6. Append a `## Directory Structure` section to `.memory/wiki/specs/architecture-draft.md`
113
113
 
114
114
  > If invoked standalone, surface via `notify_user`.
115
115
 
116
116
  ## 10. Compile architecture design document
117
117
 
118
- Read .agent/skills/technical-writer/SKILL.md and follow its methodology.
118
+ Read .agents/skills/technical-writer/SKILL.md and follow its methodology.
119
119
 
120
- Read .agent/skills/technical-writer/SKILL.md and apply its clarity and structure standards throughout document compilation.
120
+ Read .agents/skills/technical-writer/SKILL.md and apply its clarity and structure standards throughout document compilation.
121
121
 
122
122
  Read `.memory/wiki/specs/architecture-draft.md` as the authoritative source.
123
123
 
@@ -130,13 +130,13 @@ Read `.memory/wiki/specs/architecture-draft.md` as the authoritative source.
130
130
 
131
131
  If any required section is missing → **STOP**: "architecture-draft.md is missing `[section]`. This section should have been written by a previous shard. Run the relevant shard: architecture → `/create-prd-architecture`, security → `/create-prd-security`."
132
132
 
133
- Read `.agent/skills/prd-templates/references/architecture-design-template.md` for the document structure. Compile it into `.memory/wiki/specs/YYYY-MM-DD-architecture-design.md` (use today's date).
133
+ Read `.agents/skills/prd-templates/references/architecture-design-template.md` for the document structure. Compile it into `.memory/wiki/specs/YYYY-MM-DD-architecture-design.md` (use today's date).
134
134
 
135
135
  > **Depth rule**: Each section must contain the full detail gathered during steps 3-9. If a section is under 200 words, it's almost certainly too shallow. Apply the two-implementer test.
136
136
 
137
137
  ## 10.5. Performance budget interview
138
138
 
139
- Read `.agent/skills/performance-budgeting/SKILL.md` and follow its Interview Protocol for all applicable axes.
139
+ Read `.agents/skills/performance-budgeting/SKILL.md` and follow its Interview Protocol for all applicable axes.
140
140
 
141
141
  Surface conditioning rules and the write-as-you-go rule are defined in the skill.
142
142
 
@@ -146,15 +146,15 @@ Write each confirmed axis to `.memory/wiki/specs/ENGINEERING-STANDARDS.md` immed
146
146
 
147
147
  ## 11. Compile Engineering Standards
148
148
 
149
- Read .agent/skills/technical-writer/SKILL.md and follow its methodology.
149
+ Read .agents/skills/technical-writer/SKILL.md and follow its methodology.
150
150
 
151
- Read `.agent/skills/prd-templates/references/engineering-standards-template.md` for the document structure. Create `.memory/wiki/specs/ENGINEERING-STANDARDS.md` — the non-negotiable quality bar for the project. Fill in concrete values based on tech stack decisions from step 3 and methodology from step 8. **No TBDs allowed.**
151
+ Read `.agents/skills/prd-templates/references/engineering-standards-template.md` for the document structure. Create `.memory/wiki/specs/ENGINEERING-STANDARDS.md` — the non-negotiable quality bar for the project. Fill in concrete values based on tech stack decisions from step 3 and methodology from step 8. **No TBDs allowed.**
152
152
 
153
153
  ## 12. Request review and propose next steps
154
154
 
155
- Read `.agent/skills/pipeline-rubrics/SKILL.md` and follow its pre-flight self-check protocol for the Architecture rubric.
155
+ Read `.agents/skills/pipeline-rubrics/SKILL.md` and follow its pre-flight self-check protocol for the Architecture rubric.
156
156
 
157
- Run a pre-flight self-check before presenting. Read `.agent/skills/pipeline-rubrics/references/architecture-rubric.md` and apply each of the 15 dimensions as a self-check.
157
+ Run a pre-flight self-check before presenting. Read `.agents/skills/pipeline-rubrics/references/architecture-rubric.md` and apply each of the 15 dimensions as a self-check.
158
158
 
159
159
  > ❌ **STOP** — If any dimension scores ⚠️ or ❌, do not call `notify_user`. Fix the gap now and re-run the self-check until all 15 dimensions are ✅.
160
160
 
@@ -19,25 +19,25 @@ pipeline:
19
19
 
20
20
  Establish the structural UI architecture — navigation paradigm, layout grid, page archetypes, global component inventory, motion language, data density philosophy, and global state design language. Produces `.memory/wiki/specs/design-system.md` which all FE specs must consume.
21
21
 
22
- **Prerequisite**: Tech stack decisions must be locked (`/create-prd-stack` completed). Design direction must be confirmed in `.agent/skills/brand-guidelines/SKILL.md`.
22
+ **Prerequisite**: Tech stack decisions must be locked (`/create-prd-stack` completed). Design direction must be confirmed in `.agents/skills/brand-guidelines/SKILL.md`.
23
23
 
24
24
  ---
25
25
 
26
26
  ## 0. Prerequisite check
27
27
 
28
- 1. Read `.agent/skills/brand-guidelines/SKILL.md`.
28
+ 1. Read `.agents/skills/brand-guidelines/SKILL.md`.
29
29
  2. Scan for any `{{PLACEHOLDER}}` values that are still unfilled. If any exist → **stop** and tell the user: _"Design direction hasn't been confirmed yet. Run `/create-prd-stack` first to establish the design direction before designing the system."_
30
30
  3. If all placeholders are filled → extract and store for this session: the confirmed `DESIGN_DIRECTION`, color palette, typography choices, motion philosophy, and anti-patterns.
31
31
 
32
32
  Read `## Engagement Tier` from `.memory/wiki/specs/ideation/ideation-index.md`.
33
33
 
34
- Read the engagement tier protocol (`.agent/skills/prd-templates/references/engagement-tier-protocol.md`) — apply the tier behavior for design system decisions (all 7 decisions are product decisions).
34
+ Read the engagement tier protocol (`.agents/skills/prd-templates/references/engagement-tier-protocol.md`) — apply the tier behavior for design system decisions (all 7 decisions are product decisions).
35
35
 
36
36
  1. Read `.memory/wiki/specs/ideation/meta/constraints.md` — extract the **Project Surfaces** section. Read `.memory/wiki/specs/ideation/ideation-index.md` — extract the feature inventory from the MoSCoW Summary.
37
- 2. Read `.agent/skills/brand-guidelines/SKILL.md` — extract the confirmed `DESIGN_DIRECTION`.
38
- 3. Read `.agent/skills/design-direction/SKILL.md` — for direction characteristics and anti-patterns.
39
- 4. Read `.agent/skills/technical-writer/SKILL.md` — for document writing conventions.
40
- 5. Read `.agent/skills/prd-templates/references/design-system-decisions.md` — all decision option menus and the output template for `.memory/wiki/specs/design-system.md`.
37
+ 2. Read `.agents/skills/brand-guidelines/SKILL.md` — extract the confirmed `DESIGN_DIRECTION`.
38
+ 3. Read `.agents/skills/design-direction/SKILL.md` — for direction characteristics and anti-patterns.
39
+ 4. Read `.agents/skills/technical-writer/SKILL.md` — for document writing conventions.
40
+ 5. Read `.agents/skills/prd-templates/references/design-system-decisions.md` — all decision option menus and the output template for `.memory/wiki/specs/design-system.md`.
41
41
  6. Note which surfaces are in scope from `## Project Surfaces`.
42
42
 
43
43
  ### Ideation workflow context
@@ -53,7 +53,7 @@ Read the engagement tier protocol (`.agent/skills/prd-templates/references/engag
53
53
 
54
54
  ### Checkpoint resumption
55
55
 
56
- Read `.agent/skills/prd-templates/references/workflow-checkpoint-protocol.md`. Check if `.memory/wiki/specs/architecture/prd-working/workflow-state.md` exists. If it exists and `active_shard` matches this file → follow the resumption procedure (skip completed decisions, resume from `next_action`). If not → initialize a fresh checkpoint.
56
+ Read `.agents/skills/prd-templates/references/workflow-checkpoint-protocol.md`. Check if `.memory/wiki/specs/architecture/prd-working/workflow-state.md` exists. If it exists and `active_shard` matches this file → follow the resumption procedure (skip completed decisions, resume from `next_action`). If not → initialize a fresh checkpoint.
57
57
 
58
58
  ### Per-decision Ideation Synthesis requirement
59
59
 
@@ -75,7 +75,7 @@ Present surface-appropriate options from the **Navigation Paradigm Options** sec
75
75
 
76
76
  **Wait for explicit user confirmation before proceeding** *(Interactive/Hybrid)* or auto-confirm with Deep Think *(Auto)*.
77
77
 
78
- On confirmation, write the `## Navigation Paradigm` section to `.memory/wiki/specs/design-system.md` immediately. Follow the write verification protocol (`.agent/skills/prd-templates/references/write-verification-protocol.md`).
78
+ On confirmation, write the `## Navigation Paradigm` section to `.memory/wiki/specs/design-system.md` immediately. Follow the write verification protocol (`.agents/skills/prd-templates/references/write-verification-protocol.md`).
79
79
 
80
80
  ---
81
81
 
@@ -90,7 +90,7 @@ Provide a **default recommendation** based on the confirmed design direction:
90
90
 
91
91
  **Wait for explicit user confirmation before proceeding.**
92
92
 
93
- On confirmation, write the `## Layout Grid` table to `.memory/wiki/specs/design-system.md`. Follow the write verification protocol (`.agent/skills/prd-templates/references/write-verification-protocol.md`).
93
+ On confirmation, write the `## Layout Grid` table to `.memory/wiki/specs/design-system.md`. Follow the write verification protocol (`.agents/skills/prd-templates/references/write-verification-protocol.md`).
94
94
 
95
95
  ---
96
96
 
@@ -100,7 +100,7 @@ Based on the feature inventory from `ideation-index.md`, propose a named archety
100
100
 
101
101
  Present the proposed archetypes to the user. Ask whether any are missing or should be renamed. **Wait for explicit user confirmation before proceeding.**
102
102
 
103
- On confirmation, write the `## Page Archetypes` section to `.memory/wiki/specs/design-system.md`. Follow the write verification protocol (`.agent/skills/prd-templates/references/write-verification-protocol.md`).
103
+ On confirmation, write the `## Page Archetypes` section to `.memory/wiki/specs/design-system.md`. Follow the write verification protocol (`.agents/skills/prd-templates/references/write-verification-protocol.md`).
104
104
 
105
105
  ---
106
106
 
@@ -112,7 +112,7 @@ Present the derived list. Ask: (1) Are any components missing? (2) Should any be
112
112
 
113
113
  **Wait for explicit user confirmation before proceeding.**
114
114
 
115
- On confirmation, write the `## Global Component Inventory` section to `.memory/wiki/specs/design-system.md`. Follow the write verification protocol (`.agent/skills/prd-templates/references/write-verification-protocol.md`). This serves as the **Component Inventory Seed** — all FE specs must consume (not re-invent) these global components.
115
+ On confirmation, write the `## Global Component Inventory` section to `.memory/wiki/specs/design-system.md`. Follow the write verification protocol (`.agents/skills/prd-templates/references/write-verification-protocol.md`). This serves as the **Component Inventory Seed** — all FE specs must consume (not re-invent) these global components.
116
116
 
117
117
  ---
118
118
 
@@ -120,7 +120,7 @@ On confirmation, write the `## Global Component Inventory` section to `.memory/w
120
120
 
121
121
  Present the options from the **Motion Language Options** in `design-system-decisions.md`. Present a recommendation based on the confirmed design direction. **Wait for explicit user confirmation before proceeding.**
122
122
 
123
- On confirmation, write the `## Motion Language` section to `.memory/wiki/specs/design-system.md`. Follow the write verification protocol (`.agent/skills/prd-templates/references/write-verification-protocol.md`).
123
+ On confirmation, write the `## Motion Language` section to `.memory/wiki/specs/design-system.md`. Follow the write verification protocol (`.agents/skills/prd-templates/references/write-verification-protocol.md`).
124
124
 
125
125
  ---
126
126
 
@@ -128,7 +128,7 @@ On confirmation, write the `## Motion Language` section to `.memory/wiki/specs/d
128
128
 
129
129
  Present the options from the **Data Density Options** in `design-system-decisions.md`. If **Hybrid** is selected, ask the user to define per-archetype density rules. **Wait for explicit user confirmation before proceeding.**
130
130
 
131
- On confirmation, write the `## Data Density Philosophy` section to `.memory/wiki/specs/design-system.md`. Follow the write verification protocol (`.agent/skills/prd-templates/references/write-verification-protocol.md`).
131
+ On confirmation, write the `## Data Density Philosophy` section to `.memory/wiki/specs/design-system.md`. Follow the write verification protocol (`.agents/skills/prd-templates/references/write-verification-protocol.md`).
132
132
 
133
133
  ---
134
134
 
@@ -136,7 +136,7 @@ On confirmation, write the `## Data Density Philosophy` section to `.memory/wiki
136
136
 
137
137
  Two-part decision. Present the loading state, error state, and empty state options from the **Global State Design Language Options** in `design-system-decisions.md`. Present recommendations based on the confirmed design direction. **Wait for explicit user confirmation before proceeding.**
138
138
 
139
- On confirmation, write the `## Global State Design Language` section to `.memory/wiki/specs/design-system.md`. Follow the write verification protocol (`.agent/skills/prd-templates/references/write-verification-protocol.md`).
139
+ On confirmation, write the `## Global State Design Language` section to `.memory/wiki/specs/design-system.md`. Follow the write verification protocol (`.agents/skills/prd-templates/references/write-verification-protocol.md`).
140
140
 
141
141
  ---
142
142