cfsa-antigravity 3.1.1 → 6.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 (472) hide show
  1. package/README.md +4 -10
  2. package/bin/cli.mjs +1 -21
  3. package/package.json +2 -2
  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} +10 -10
  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/README.md +1 -2
  112. package/template/.claude/skills/plan-phase/SKILL.md +27 -5
  113. package/template/.codex/README.md +1 -2
  114. package/template/.codex/skills/plan-phase/SKILL.md +27 -5
  115. package/template/.factory/README.md +1 -1
  116. package/template/.factory/skills/plan-phase/SKILL.md +27 -5
  117. package/template/.memory/.obsidian/app.json +1 -2
  118. package/template/.memory/README.md +0 -1
  119. package/template/.memory/pipeline/compile.mjs +3 -7
  120. package/template/.memory/pipeline/kit-sync.md +4 -4
  121. package/template/.memory/wiki-home.md +3 -3
  122. package/template/AGENTS.md +17 -17
  123. package/template/CLAUDE.md +6 -6
  124. package/template/GEMINI.md +21 -21
  125. package/template/docs/README.md +1 -19
  126. package/template/docs/kit-architecture.md +10 -11
  127. package/template/docs/progress-state-catalog.md +1 -2
  128. package/template/.memory/migrate/README.md +0 -9
  129. package/template/.memory/migrate/migrate-legacy.mjs +0 -152
  130. package/template/.memory/pipeline/mirror-plans.mjs +0 -110
  131. /package/template/{.agent → .agents}/PRDS/codex-runtime-support.md +0 -0
  132. /package/template/{.agent → .agents}/TASKS/codex-runtime-support.md +0 -0
  133. /package/template/{.agent → .agents}/instructions/commands.md +0 -0
  134. /package/template/{.agent → .agents}/instructions/example.md +0 -0
  135. /package/template/{.agent → .agents}/instructions/patterns.md +0 -0
  136. /package/template/{.agent → .agents}/rules/boundary-not-placeholder.md +0 -0
  137. /package/template/{.agent → .agents}/rules/debug-by-test.md +0 -0
  138. /package/template/{.agent → .agents}/rules/decision-classification.md +0 -0
  139. /package/template/{.agent → .agents}/rules/memory-capture.md +0 -0
  140. /package/template/{.agent → .agents}/rules/question-vs-command.md +0 -0
  141. /package/template/{.agent → .agents}/rules/security-first.md +0 -0
  142. /package/template/{.agent → .agents}/rules/single-question.md +0 -0
  143. /package/template/{.agent → .agents}/rules/skill-mcp-first.md +0 -0
  144. /package/template/{.agent → .agents}/rules/source-before-ask.md +0 -0
  145. /package/template/{.agent → .agents}/rules/specificity-standards.md +0 -0
  146. /package/template/{.agent → .agents}/rules/tdd-contract-first.md +0 -0
  147. /package/template/{.agent → .agents}/skill-library/meta/claude-code/agent-development/SKILL.md +0 -0
  148. /package/template/{.agent → .agents}/skill-library/meta/claude-code/hook-development/SKILL.md +0 -0
  149. /package/template/{.agent → .agents}/skill-library/meta/claude-code/plugin-structure/SKILL.md +0 -0
  150. /package/template/{.agent → .agents}/skill-library/meta/mcp-builder/SKILL.md +0 -0
  151. /package/template/{.agent → .agents}/skill-library/meta/product-marketing-context/SKILL.md +0 -0
  152. /package/template/{.agent → .agents}/skill-library/meta/tmux-processes/SKILL.md +0 -0
  153. /package/template/{.agent → .agents}/skill-library/meta/using-tmux-for-interactive-commands/SKILL.md +0 -0
  154. /package/template/{.agent → .agents}/skill-library/stack/3d/threejs-pro/SKILL.md +0 -0
  155. /package/template/{.agent → .agents}/skill-library/stack/ai/ai-sdk/SKILL.md +0 -0
  156. /package/template/{.agent → .agents}/skill-library/stack/ai/langchain/SKILL.md +0 -0
  157. /package/template/{.agent → .agents}/skill-library/stack/ai/ollama/SKILL.md +0 -0
  158. /package/template/{.agent → .agents}/skill-library/stack/ai/openai-sdk/SKILL.md +0 -0
  159. /package/template/{.agent → .agents}/skill-library/stack/analytics/google-analytics/SKILL.md +0 -0
  160. /package/template/{.agent → .agents}/skill-library/stack/api/graphql/SKILL.md +0 -0
  161. /package/template/{.agent → .agents}/skill-library/stack/api/trpc/SKILL.md +0 -0
  162. /package/template/{.agent → .agents}/skill-library/stack/auth/authjs/SKILL.md +0 -0
  163. /package/template/{.agent → .agents}/skill-library/stack/auth/clerk/SKILL.md +0 -0
  164. /package/template/{.agent → .agents}/skill-library/stack/auth/firebase-auth/SKILL.md +0 -0
  165. /package/template/{.agent → .agents}/skill-library/stack/auth/lucia/SKILL.md +0 -0
  166. /package/template/{.agent → .agents}/skill-library/stack/auth/supabase-auth/SKILL.md +0 -0
  167. /package/template/{.agent → .agents}/skill-library/stack/cms/payload-cms/SKILL.md +0 -0
  168. /package/template/{.agent → .agents}/skill-library/stack/cms/shopify/SKILL.md +0 -0
  169. /package/template/{.agent → .agents}/skill-library/stack/cms/wordpress/SKILL.md +0 -0
  170. /package/template/{.agent → .agents}/skill-library/stack/css/sass-scss/SKILL.md +0 -0
  171. /package/template/{.agent → .agents}/skill-library/stack/css/tailwind-css-patterns/SKILL.md +0 -0
  172. /package/template/{.agent → .agents}/skill-library/stack/css/tailwind-design-system/SKILL.md +0 -0
  173. /package/template/{.agent → .agents}/skill-library/stack/css/vanilla-css/SKILL.md +0 -0
  174. /package/template/{.agent → .agents}/skill-library/stack/databases/clickhouse/SKILL.md +0 -0
  175. /package/template/{.agent → .agents}/skill-library/stack/databases/influxdb/SKILL.md +0 -0
  176. /package/template/{.agent → .agents}/skill-library/stack/databases/lancedb/SKILL.md +0 -0
  177. /package/template/{.agent → .agents}/skill-library/stack/databases/mongodb/SKILL.md +0 -0
  178. /package/template/{.agent → .agents}/skill-library/stack/databases/neo4j/SKILL.md +0 -0
  179. /package/template/{.agent → .agents}/skill-library/stack/databases/pgvector/SKILL.md +0 -0
  180. /package/template/{.agent → .agents}/skill-library/stack/databases/pinecone/SKILL.md +0 -0
  181. /package/template/{.agent → .agents}/skill-library/stack/databases/postgresql/SKILL.md +0 -0
  182. /package/template/{.agent → .agents}/skill-library/stack/databases/qdrant/SKILL.md +0 -0
  183. /package/template/{.agent → .agents}/skill-library/stack/databases/redis/SKILL.md +0 -0
  184. /package/template/{.agent → .agents}/skill-library/stack/databases/spacetimedb/SKILL.md +0 -0
  185. /package/template/{.agent → .agents}/skill-library/stack/databases/sqlite/SKILL.md +0 -0
  186. /package/template/{.agent → .agents}/skill-library/stack/databases/supabase/SKILL.md +0 -0
  187. /package/template/{.agent → .agents}/skill-library/stack/databases/surrealdb-expert/SKILL.md +0 -0
  188. /package/template/{.agent → .agents}/skill-library/stack/databases/timescaledb/SKILL.md +0 -0
  189. /package/template/{.agent → .agents}/skill-library/stack/databases/weaviate/SKILL.md +0 -0
  190. /package/template/{.agent → .agents}/skill-library/stack/devops/git-advanced/SKILL.md +0 -0
  191. /package/template/{.agent → .agents}/skill-library/stack/devops/git-workflow/SKILL.md +0 -0
  192. /package/template/{.agent → .agents}/skill-library/stack/devops/github-actions/SKILL.md +0 -0
  193. /package/template/{.agent → .agents}/skill-library/stack/devops/kubernetes/SKILL.md +0 -0
  194. /package/template/{.agent → .agents}/skill-library/stack/devops/nginx/SKILL.md +0 -0
  195. /package/template/{.agent → .agents}/skill-library/stack/devops/terraform/SKILL.md +0 -0
  196. /package/template/{.agent → .agents}/skill-library/stack/email/resend/SKILL.md +0 -0
  197. /package/template/{.agent → .agents}/skill-library/stack/extensions/chrome-extension/SKILL.md +0 -0
  198. /package/template/{.agent → .agents}/skill-library/stack/extensions/plasmo/SKILL.md +0 -0
  199. /package/template/{.agent → .agents}/skill-library/stack/extensions/vscode-extension/SKILL.md +0 -0
  200. /package/template/{.agent → .agents}/skill-library/stack/extensions/wxt/SKILL.md +0 -0
  201. /package/template/{.agent → .agents}/skill-library/stack/feature-flags/flagsmith/SKILL.md +0 -0
  202. /package/template/{.agent → .agents}/skill-library/stack/feature-flags/launchdarkly/SKILL.md +0 -0
  203. /package/template/{.agent → .agents}/skill-library/stack/feature-flags/posthog-flags/SKILL.md +0 -0
  204. /package/template/{.agent → .agents}/skill-library/stack/frameworks/astro-framework/SKILL.md +0 -0
  205. /package/template/{.agent → .agents}/skill-library/stack/frameworks/electron/SKILL.md +0 -0
  206. /package/template/{.agent → .agents}/skill-library/stack/frameworks/fastapi/SKILL.md +0 -0
  207. /package/template/{.agent → .agents}/skill-library/stack/frameworks/hono/SKILL.md +0 -0
  208. /package/template/{.agent → .agents}/skill-library/stack/frameworks/nestjs/SKILL.md +0 -0
  209. /package/template/{.agent → .agents}/skill-library/stack/frameworks/nextjs/SKILL.md +0 -0
  210. /package/template/{.agent → .agents}/skill-library/stack/frameworks/nuxt/SKILL.md +0 -0
  211. /package/template/{.agent → .agents}/skill-library/stack/frameworks/svelte5/SKILL.md +0 -0
  212. /package/template/{.agent → .agents}/skill-library/stack/frameworks/svelte5/references/events.md +0 -0
  213. /package/template/{.agent → .agents}/skill-library/stack/frameworks/svelte5/references/migration.md +0 -0
  214. /package/template/{.agent → .agents}/skill-library/stack/frameworks/svelte5/references/performance.md +0 -0
  215. /package/template/{.agent → .agents}/skill-library/stack/frameworks/svelte5/references/runes.md +0 -0
  216. /package/template/{.agent → .agents}/skill-library/stack/frameworks/svelte5/references/snippets.md +0 -0
  217. /package/template/{.agent → .agents}/skill-library/stack/frameworks/svelte5/references/sveltekit.md +0 -0
  218. /package/template/{.agent → .agents}/skill-library/stack/frameworks/svelte5/references/typescript.md +0 -0
  219. /package/template/{.agent → .agents}/skill-library/stack/frameworks/sveltekit/SKILL.md +0 -0
  220. /package/template/{.agent → .agents}/skill-library/stack/frameworks/tauri/SKILL.md +0 -0
  221. /package/template/{.agent → .agents}/skill-library/stack/gamedev/godot/SKILL.md +0 -0
  222. /package/template/{.agent → .agents}/skill-library/stack/gamedev/unity/SKILL.md +0 -0
  223. /package/template/{.agent → .agents}/skill-library/stack/hosting/aws/SKILL.md +0 -0
  224. /package/template/{.agent → .agents}/skill-library/stack/hosting/cloudflare/SKILL.md +0 -0
  225. /package/template/{.agent → .agents}/skill-library/stack/hosting/docker-expert/SKILL.md +0 -0
  226. /package/template/{.agent → .agents}/skill-library/stack/hosting/vercel/SKILL.md +0 -0
  227. /package/template/{.agent → .agents}/skill-library/stack/languages/bash-scripting/SKILL.md +0 -0
  228. /package/template/{.agent → .agents}/skill-library/stack/languages/c-cpp/SKILL.md +0 -0
  229. /package/template/{.agent → .agents}/skill-library/stack/languages/gdscript/SKILL.md +0 -0
  230. /package/template/{.agent → .agents}/skill-library/stack/languages/go/SKILL.md +0 -0
  231. /package/template/{.agent → .agents}/skill-library/stack/languages/java/SKILL.md +0 -0
  232. /package/template/{.agent → .agents}/skill-library/stack/languages/kotlin/SKILL.md +0 -0
  233. /package/template/{.agent → .agents}/skill-library/stack/languages/python/SKILL.md +0 -0
  234. /package/template/{.agent → .agents}/skill-library/stack/languages/rust/SKILL.md +0 -0
  235. /package/template/{.agent → .agents}/skill-library/stack/languages/typescript-advanced-patterns/SKILL.md +0 -0
  236. /package/template/{.agent → .agents}/skill-library/stack/languages/typescript-advanced-patterns/references/advanced-generics.md +0 -0
  237. /package/template/{.agent → .agents}/skill-library/stack/languages/typescript-advanced-patterns/references/branded-types.md +0 -0
  238. /package/template/{.agent → .agents}/skill-library/stack/languages/typescript-advanced-patterns/references/builder-pattern.md +0 -0
  239. /package/template/{.agent → .agents}/skill-library/stack/languages/typescript-advanced-patterns/references/common-pitfalls.md +0 -0
  240. /package/template/{.agent → .agents}/skill-library/stack/languages/typescript-advanced-patterns/references/conditional-types.md +0 -0
  241. /package/template/{.agent → .agents}/skill-library/stack/languages/typescript-advanced-patterns/references/decorators.md +0 -0
  242. /package/template/{.agent → .agents}/skill-library/stack/languages/typescript-advanced-patterns/references/discriminated-unions.md +0 -0
  243. /package/template/{.agent → .agents}/skill-library/stack/languages/typescript-advanced-patterns/references/mapped-types.md +0 -0
  244. /package/template/{.agent → .agents}/skill-library/stack/languages/typescript-advanced-patterns/references/performance-best-practices.md +0 -0
  245. /package/template/{.agent → .agents}/skill-library/stack/languages/typescript-advanced-patterns/references/template-literal-types.md +0 -0
  246. /package/template/{.agent → .agents}/skill-library/stack/languages/typescript-advanced-patterns/references/testing-types.md +0 -0
  247. /package/template/{.agent → .agents}/skill-library/stack/languages/typescript-advanced-patterns/references/type-guards.md +0 -0
  248. /package/template/{.agent → .agents}/skill-library/stack/languages/typescript-advanced-patterns/references/type-inference.md +0 -0
  249. /package/template/{.agent → .agents}/skill-library/stack/languages/typescript-advanced-patterns/references/utility-types.md +0 -0
  250. /package/template/{.agent → .agents}/skill-library/stack/languages/vanilla-javascript/SKILL.md +0 -0
  251. /package/template/{.agent → .agents}/skill-library/stack/messaging/kafka/SKILL.md +0 -0
  252. /package/template/{.agent → .agents}/skill-library/stack/messaging/nats/SKILL.md +0 -0
  253. /package/template/{.agent → .agents}/skill-library/stack/messaging/rabbitmq/SKILL.md +0 -0
  254. /package/template/{.agent → .agents}/skill-library/stack/messaging/sqs/SKILL.md +0 -0
  255. /package/template/{.agent → .agents}/skill-library/stack/mobile/expo-react-native/SKILL.md +0 -0
  256. /package/template/{.agent → .agents}/skill-library/stack/mobile/flutter/SKILL.md +0 -0
  257. /package/template/{.agent → .agents}/skill-library/stack/mobile/kotlin-compose/SKILL.md +0 -0
  258. /package/template/{.agent → .agents}/skill-library/stack/mobile/react-native/SKILL.md +0 -0
  259. /package/template/{.agent → .agents}/skill-library/stack/mobile/swiftui/SKILL.md +0 -0
  260. /package/template/{.agent → .agents}/skill-library/stack/monitoring/posthog/SKILL.md +0 -0
  261. /package/template/{.agent → .agents}/skill-library/stack/monitoring/sentry/SKILL.md +0 -0
  262. /package/template/{.agent → .agents}/skill-library/stack/notifications/fcm/SKILL.md +0 -0
  263. /package/template/{.agent → .agents}/skill-library/stack/notifications/sendgrid/SKILL.md +0 -0
  264. /package/template/{.agent → .agents}/skill-library/stack/notifications/twilio/SKILL.md +0 -0
  265. /package/template/{.agent → .agents}/skill-library/stack/observability/datadog/SKILL.md +0 -0
  266. /package/template/{.agent → .agents}/skill-library/stack/observability/distributed-tracing/SKILL.md +0 -0
  267. /package/template/{.agent → .agents}/skill-library/stack/observability/opentelemetry/SKILL.md +0 -0
  268. /package/template/{.agent → .agents}/skill-library/stack/observability/prometheus-grafana/SKILL.md +0 -0
  269. /package/template/{.agent → .agents}/skill-library/stack/observability/python-observability/SKILL.md +0 -0
  270. /package/template/{.agent → .agents}/skill-library/stack/orm/drizzle-orm/SKILL.md +0 -0
  271. /package/template/{.agent → .agents}/skill-library/stack/orm/prisma/SKILL.md +0 -0
  272. /package/template/{.agent → .agents}/skill-library/stack/payments/lemonsqueezy/SKILL.md +0 -0
  273. /package/template/{.agent → .agents}/skill-library/stack/payments/stripe-integration/SKILL.md +0 -0
  274. /package/template/{.agent → .agents}/skill-library/stack/queue/bullmq/SKILL.md +0 -0
  275. /package/template/{.agent → .agents}/skill-library/stack/queue/inngest/SKILL.md +0 -0
  276. /package/template/{.agent → .agents}/skill-library/stack/realtime/socketio/SKILL.md +0 -0
  277. /package/template/{.agent → .agents}/skill-library/stack/search/algolia/SKILL.md +0 -0
  278. /package/template/{.agent → .agents}/skill-library/stack/search/elasticsearch/SKILL.md +0 -0
  279. /package/template/{.agent → .agents}/skill-library/stack/search/meilisearch/SKILL.md +0 -0
  280. /package/template/{.agent → .agents}/skill-library/stack/search/typesense/SKILL.md +0 -0
  281. /package/template/{.agent → .agents}/skill-library/stack/security/crypto-patterns/SKILL.md +0 -0
  282. /package/template/{.agent → .agents}/skill-library/stack/security/csp-cors-headers/SKILL.md +0 -0
  283. /package/template/{.agent → .agents}/skill-library/stack/security/dependency-auditing/SKILL.md +0 -0
  284. /package/template/{.agent → .agents}/skill-library/stack/security/input-sanitization/SKILL.md +0 -0
  285. /package/template/{.agent → .agents}/skill-library/stack/security/owasp-web-security/SKILL.md +0 -0
  286. /package/template/{.agent → .agents}/skill-library/stack/state/tanstack-query/SKILL.md +0 -0
  287. /package/template/{.agent → .agents}/skill-library/stack/state/zustand/SKILL.md +0 -0
  288. /package/template/{.agent → .agents}/skill-library/stack/storage/aws-s3/SKILL.md +0 -0
  289. /package/template/{.agent → .agents}/skill-library/stack/storage/cloudflare-r2/SKILL.md +0 -0
  290. /package/template/{.agent → .agents}/skill-library/stack/storage/gcs/SKILL.md +0 -0
  291. /package/template/{.agent → .agents}/skill-library/stack/testing/playwright/SKILL.md +0 -0
  292. /package/template/{.agent → .agents}/skill-library/stack/testing/storybook/SKILL.md +0 -0
  293. /package/template/{.agent → .agents}/skill-library/stack/testing/testing-library/SKILL.md +0 -0
  294. /package/template/{.agent → .agents}/skill-library/stack/testing/vitest/SKILL.md +0 -0
  295. /package/template/{.agent → .agents}/skill-library/stack/ui/react-best-practices/SKILL.md +0 -0
  296. /package/template/{.agent → .agents}/skill-library/stack/ui/react-composition-patterns/SKILL.md +0 -0
  297. /package/template/{.agent → .agents}/skill-library/stack/ui/react-flow/SKILL.md +0 -0
  298. /package/template/{.agent → .agents}/skill-library/stack/ui/shadcn-ui/SKILL.md +0 -0
  299. /package/template/{.agent → .agents}/skill-library/stack/ui/svelte-flow/SKILL.md +0 -0
  300. /package/template/{.agent → .agents}/skill-library/surface/api/api-caching/SKILL.md +0 -0
  301. /package/template/{.agent → .agents}/skill-library/surface/api/api-documentation-openapi/SKILL.md +0 -0
  302. /package/template/{.agent → .agents}/skill-library/surface/api/api-error-handling/SKILL.md +0 -0
  303. /package/template/{.agent → .agents}/skill-library/surface/api/api-security-checklist/SKILL.md +0 -0
  304. /package/template/{.agent → .agents}/skill-library/surface/api/email-best-practices/SKILL.md +0 -0
  305. /package/template/{.agent → .agents}/skill-library/surface/api/rate-limiting-abuse-protection/SKILL.md +0 -0
  306. /package/template/{.agent → .agents}/skill-library/surface/api/webhook-design/SKILL.md +0 -0
  307. /package/template/{.agent → .agents}/skill-library/surface/cli/cli-configuration-management/SKILL.md +0 -0
  308. /package/template/{.agent → .agents}/skill-library/surface/cli/cli-error-diagnostics/SKILL.md +0 -0
  309. /package/template/{.agent → .agents}/skill-library/surface/cli/cli-shell-integration/SKILL.md +0 -0
  310. /package/template/{.agent → .agents}/skill-library/surface/cli/cli-ux-design/SKILL.md +0 -0
  311. /package/template/{.agent → .agents}/skill-library/surface/desktop/desktop-app-distribution/SKILL.md +0 -0
  312. /package/template/{.agent → .agents}/skill-library/surface/desktop/desktop-security-sandboxing/SKILL.md +0 -0
  313. /package/template/{.agent → .agents}/skill-library/surface/desktop/desktop-ux-conventions/SKILL.md +0 -0
  314. /package/template/{.agent → .agents}/skill-library/surface/desktop/native-os-integration/SKILL.md +0 -0
  315. /package/template/{.agent → .agents}/skill-library/surface/extension/browser-extension-patterns/SKILL.md +0 -0
  316. /package/template/{.agent → .agents}/skill-library/surface/extension/plugin-architecture-design/SKILL.md +0 -0
  317. /package/template/{.agent → .agents}/skill-library/surface/extension/vscode-extension-development/SKILL.md +0 -0
  318. /package/template/{.agent → .agents}/skill-library/surface/mobile/app-store-submission/SKILL.md +0 -0
  319. /package/template/{.agent → .agents}/skill-library/surface/mobile/mobile-offline-sync/SKILL.md +0 -0
  320. /package/template/{.agent → .agents}/skill-library/surface/mobile/mobile-responsive-patterns/SKILL.md +0 -0
  321. /package/template/{.agent → .agents}/skill-library/surface/mobile/push-notifications/SKILL.md +0 -0
  322. /package/template/{.agent → .agents}/skill-library/surface/web/accessibility-compliance/SKILL.md +0 -0
  323. /package/template/{.agent → .agents}/skill-library/surface/web/ai-seo/SKILL.md +0 -0
  324. /package/template/{.agent → .agents}/skill-library/surface/web/ai-seo/references/content-patterns.md +0 -0
  325. /package/template/{.agent → .agents}/skill-library/surface/web/ai-seo/references/platform-ranking-factors.md +0 -0
  326. /package/template/{.agent → .agents}/skill-library/surface/web/analytics-tracking/SKILL.md +0 -0
  327. /package/template/{.agent → .agents}/skill-library/surface/web/analytics-tracking/references/event-library.md +0 -0
  328. /package/template/{.agent → .agents}/skill-library/surface/web/analytics-tracking/references/ga4-implementation.md +0 -0
  329. /package/template/{.agent → .agents}/skill-library/surface/web/analytics-tracking/references/gtm-implementation.md +0 -0
  330. /package/template/{.agent → .agents}/skill-library/surface/web/authentication-ui-flows/SKILL.md +0 -0
  331. /package/template/{.agent → .agents}/skill-library/surface/web/dark-mode-theming/SKILL.md +0 -0
  332. /package/template/{.agent → .agents}/skill-library/surface/web/design-reference-data/data/charts.csv +0 -0
  333. /package/template/{.agent → .agents}/skill-library/surface/web/design-reference-data/data/colors.csv +0 -0
  334. /package/template/{.agent → .agents}/skill-library/surface/web/design-reference-data/data/landing.csv +0 -0
  335. /package/template/{.agent → .agents}/skill-library/surface/web/design-reference-data/data/styles.csv +0 -0
  336. /package/template/{.agent → .agents}/skill-library/surface/web/design-reference-data/data/typography.csv +0 -0
  337. /package/template/{.agent → .agents}/skill-library/surface/web/design-reference-data/data/ux-guidelines.csv +0 -0
  338. /package/template/{.agent → .agents}/skill-library/surface/web/design-reference-data/scripts/core.py +0 -0
  339. /package/template/{.agent → .agents}/skill-library/surface/web/design-reference-data/scripts/design_system.py +0 -0
  340. /package/template/{.agent → .agents}/skill-library/surface/web/design-reference-data/scripts/search.py +0 -0
  341. /package/template/{.agent → .agents}/skill-library/surface/web/form-handling-validation/SKILL.md +0 -0
  342. /package/template/{.agent → .agents}/skill-library/surface/web/frontend-design/templates/cppn-hero.tsx +0 -0
  343. /package/template/{.agent → .agents}/skill-library/surface/web/frontend-design/templates/wave-hero.tsx +0 -0
  344. /package/template/{.agent → .agents}/skill-library/surface/web/frontend-verification/scripts/ux_audit.py +0 -0
  345. /package/template/{.agent → .agents}/skill-library/surface/web/i18n-localization/SKILL.md +0 -0
  346. /package/template/{.agent → .agents}/skill-library/surface/web/i18n-localization/references/icu-message-format.md +0 -0
  347. /package/template/{.agent → .agents}/skill-library/surface/web/i18n-localization/references/intl-api-patterns.md +0 -0
  348. /package/template/{.agent → .agents}/skill-library/surface/web/i18n-localization/references/rtl-support.md +0 -0
  349. /package/template/{.agent → .agents}/skill-library/surface/web/offline-first-pwa/SKILL.md +0 -0
  350. /package/template/{.agent → .agents}/skill-library/surface/web/page-cro/SKILL.md +0 -0
  351. /package/template/{.agent → .agents}/skill-library/surface/web/page-cro/references/experiments.md +0 -0
  352. /package/template/{.agent → .agents}/skill-library/surface/web/programmatic-seo/SKILL.md +0 -0
  353. /package/template/{.agent → .agents}/skill-library/surface/web/programmatic-seo/references/playbooks.md +0 -0
  354. /package/template/{.agent → .agents}/skill-library/surface/web/schema-markup/SKILL.md +0 -0
  355. /package/template/{.agent → .agents}/skill-library/surface/web/schema-markup/references/schema-examples.md +0 -0
  356. /package/template/{.agent → .agents}/skill-library/surface/web/seo-audit/SKILL.md +0 -0
  357. /package/template/{.agent → .agents}/skill-library/surface/web/seo-audit/references/ai-writing-detection.md +0 -0
  358. /package/template/{.agent → .agents}/skill-library/surface/web/web-performance-optimization/SKILL.md +0 -0
  359. /package/template/{.agent → .agents}/skill-library/surface/web/web-scraping/SKILL.md +0 -0
  360. /package/template/{.agent → .agents}/skills/accessibility/SKILL.md +0 -0
  361. /package/template/{.agent → .agents}/skills/accessibility/references/WCAG.md +0 -0
  362. /package/template/{.agent → .agents}/skills/accessibility/references/ia-spec-checklist.md +0 -0
  363. /package/template/{.agent → .agents}/skills/adversarial-review/SKILL.md +0 -0
  364. /package/template/{.agent → .agents}/skills/antigravity-workflows/SKILL.md +0 -0
  365. /package/template/{.agent → .agents}/skills/antigravity-workflows/resources/implementation-playbook.md +0 -0
  366. /package/template/{.agent → .agents}/skills/api-design-principles/SKILL.md +0 -0
  367. /package/template/{.agent → .agents}/skills/api-design-principles/assets/api-design-checklist.md +0 -0
  368. /package/template/{.agent → .agents}/skills/api-design-principles/assets/rest-api-template.py +0 -0
  369. /package/template/{.agent → .agents}/skills/api-design-principles/references/graphql-schema-design.md +0 -0
  370. /package/template/{.agent → .agents}/skills/api-design-principles/references/rest-best-practices.md +0 -0
  371. /package/template/{.agent → .agents}/skills/api-design-principles/resources/implementation-playbook.md +0 -0
  372. /package/template/{.agent → .agents}/skills/api-versioning/SKILL.md +0 -0
  373. /package/template/{.agent → .agents}/skills/api-versioning/references/typescript.md +0 -0
  374. /package/template/{.agent → .agents}/skills/architecture-mapping/SKILL.md +0 -0
  375. /package/template/{.agent → .agents}/skills/brainstorming/SKILL.md +0 -0
  376. /package/template/{.agent → .agents}/skills/brand-guidelines/SKILL.md +0 -0
  377. /package/template/{.agent → .agents}/skills/clean-code/SKILL.md +0 -0
  378. /package/template/{.agent → .agents}/skills/clean-code/references/typescript.md +0 -0
  379. /package/template/{.agent → .agents}/skills/code-review-pro/SKILL.md +0 -0
  380. /package/template/{.agent → .agents}/skills/concise-planning/SKILL.md +0 -0
  381. /package/template/{.agent → .agents}/skills/cross-layer-consistency/SKILL.md +0 -0
  382. /package/template/{.agent → .agents}/skills/database-schema-design/references/relational.md +0 -0
  383. /package/template/{.agent → .agents}/skills/deployment-procedures/SKILL.md +0 -0
  384. /package/template/{.agent → .agents}/skills/design-anti-cliche/SKILL.md +0 -0
  385. /package/template/{.agent → .agents}/skills/design-direction/SKILL.md +0 -0
  386. /package/template/{.agent → .agents}/skills/error-handling-patterns/references/go.md +0 -0
  387. /package/template/{.agent → .agents}/skills/error-handling-patterns/references/python.md +0 -0
  388. /package/template/{.agent → .agents}/skills/error-handling-patterns/references/rust.md +0 -0
  389. /package/template/{.agent → .agents}/skills/error-handling-patterns/references/typescript.md +0 -0
  390. /package/template/{.agent → .agents}/skills/git-advanced/SKILL.md +0 -0
  391. /package/template/{.agent → .agents}/skills/git-workflow/SKILL.md +0 -0
  392. /package/template/{.agent → .agents}/skills/logging-best-practices/SKILL.md +0 -0
  393. /package/template/{.agent → .agents}/skills/logging-best-practices/references/go.md +0 -0
  394. /package/template/{.agent → .agents}/skills/logging-best-practices/references/python.md +0 -0
  395. /package/template/{.agent → .agents}/skills/logging-best-practices/references/typescript.md +0 -0
  396. /package/template/{.agent → .agents}/skills/migration-management/references/relational.md +0 -0
  397. /package/template/{.agent → .agents}/skills/minimalist-surgical-development/SKILL.md +0 -0
  398. /package/template/{.agent → .agents}/skills/parallel-debugging/SKILL.md +0 -0
  399. /package/template/{.agent → .agents}/skills/parallel-feature-development/SKILL.md +0 -0
  400. /package/template/{.agent → .agents}/skills/performance-budgeting/SKILL.md +0 -0
  401. /package/template/{.agent → .agents}/skills/pipeline-rubrics/SKILL.md +0 -0
  402. /package/template/{.agent → .agents}/skills/pipeline-rubrics/references/architecture-rubric.md +0 -0
  403. /package/template/{.agent → .agents}/skills/pipeline-rubrics/references/be-rubric.md +0 -0
  404. /package/template/{.agent → .agents}/skills/pipeline-rubrics/references/fe-rubric.md +0 -0
  405. /package/template/{.agent → .agents}/skills/pipeline-rubrics/references/ia-rubric.md +0 -0
  406. /package/template/{.agent → .agents}/skills/pipeline-rubrics/references/scoring.md +0 -0
  407. /package/template/{.agent → .agents}/skills/pipeline-rubrics/references/vision-rubric.md +0 -0
  408. /package/template/{.agent → .agents}/skills/prd-templates/SKILL.md +0 -0
  409. /package/template/{.agent → .agents}/skills/prd-templates/references/architecture-completeness-checklist.md +0 -0
  410. /package/template/{.agent → .agents}/skills/prd-templates/references/architecture-design-template.md +0 -0
  411. /package/template/{.agent → .agents}/skills/prd-templates/references/be-spec-classification.md +0 -0
  412. /package/template/{.agent → .agents}/skills/prd-templates/references/be-spec-template.md +0 -0
  413. /package/template/{.agent → .agents}/skills/prd-templates/references/constraint-exploration.md +0 -0
  414. /package/template/{.agent → .agents}/skills/prd-templates/references/data-placement-template.md +0 -0
  415. /package/template/{.agent → .agents}/skills/prd-templates/references/decomposition-templates.md +0 -0
  416. /package/template/{.agent → .agents}/skills/prd-templates/references/deep-ideation-loading-protocol.md +0 -0
  417. /package/template/{.agent → .agents}/skills/prd-templates/references/design-system-decisions.md +0 -0
  418. /package/template/{.agent → .agents}/skills/prd-templates/references/design-system-prerequisite-check.md +0 -0
  419. /package/template/{.agent → .agents}/skills/prd-templates/references/domain-exhaustion-criteria.md +0 -0
  420. /package/template/{.agent → .agents}/skills/prd-templates/references/engineering-standards-template.md +0 -0
  421. /package/template/{.agent → .agents}/skills/prd-templates/references/expansion-modes.md +0 -0
  422. /package/template/{.agent → .agents}/skills/prd-templates/references/fe-classification-procedures.md +0 -0
  423. /package/template/{.agent → .agents}/skills/prd-templates/references/fe-spec-template.md +0 -0
  424. /package/template/{.agent → .agents}/skills/prd-templates/references/feature-ledger-protocol.md +0 -0
  425. /package/template/{.agent → .agents}/skills/prd-templates/references/fractal-cx-template.md +0 -0
  426. /package/template/{.agent → .agents}/skills/prd-templates/references/fractal-feature-template.md +0 -0
  427. /package/template/{.agent → .agents}/skills/prd-templates/references/fractal-node-index-template.md +0 -0
  428. /package/template/{.agent → .agents}/skills/prd-templates/references/gate-applicability.md +0 -0
  429. /package/template/{.agent → .agents}/skills/prd-templates/references/ideation-crosscut-template.md +0 -0
  430. /package/template/{.agent → .agents}/skills/prd-templates/references/ideation-index-template.md +0 -0
  431. /package/template/{.agent → .agents}/skills/prd-templates/references/ideation-meta-template.md +0 -0
  432. /package/template/{.agent → .agents}/skills/prd-templates/references/infrastructure-report-template.md +0 -0
  433. /package/template/{.agent → .agents}/skills/prd-templates/references/operational-templates.md +0 -0
  434. /package/template/{.agent → .agents}/skills/prd-templates/references/placeholder-guard-template.md +0 -0
  435. /package/template/{.agent → .agents}/skills/prd-templates/references/shard-split-remediation.md +0 -0
  436. /package/template/{.agent → .agents}/skills/prd-templates/references/slice-completion-gates.md +0 -0
  437. /package/template/{.agent → .agents}/skills/prd-templates/references/surface-model.md +0 -0
  438. /package/template/{.agent → .agents}/skills/prd-templates/references/tdd-testing-policy.md +0 -0
  439. /package/template/{.agent → .agents}/skills/prd-templates/references/vision-template.md +0 -0
  440. /package/template/{.agent → .agents}/skills/prd-templates/references/write-verification-protocol.md +0 -0
  441. /package/template/{.agent → .agents}/skills/prompt-engineer/SKILL.md +0 -0
  442. /package/template/{.agent → .agents}/skills/regex-patterns/SKILL.md +0 -0
  443. /package/template/{.agent → .agents}/skills/regex-patterns/references/go.md +0 -0
  444. /package/template/{.agent → .agents}/skills/regex-patterns/references/javascript.md +0 -0
  445. /package/template/{.agent → .agents}/skills/regex-patterns/references/python.md +0 -0
  446. /package/template/{.agent → .agents}/skills/regex-patterns/references/rust.md +0 -0
  447. /package/template/{.agent → .agents}/skills/security-scanning-security-hardening/SKILL.md +0 -0
  448. /package/template/{.agent → .agents}/skills/skill-creator/references/.gitkeep +0 -0
  449. /package/template/{.agent → .agents}/skills/skill-creator/scripts/.gitkeep +0 -0
  450. /package/template/{.agent → .agents}/skills/spec-writing/SKILL.md +0 -0
  451. /package/template/{.agent → .agents}/skills/systematic-debugging/CREATION-LOG.md +0 -0
  452. /package/template/{.agent → .agents}/skills/systematic-debugging/SKILL.md +0 -0
  453. /package/template/{.agent → .agents}/skills/systematic-debugging/condition-based-waiting-example.ts +0 -0
  454. /package/template/{.agent → .agents}/skills/systematic-debugging/condition-based-waiting.md +0 -0
  455. /package/template/{.agent → .agents}/skills/systematic-debugging/defense-in-depth.md +0 -0
  456. /package/template/{.agent → .agents}/skills/systematic-debugging/find-polluter.sh +0 -0
  457. /package/template/{.agent → .agents}/skills/systematic-debugging/root-cause-tracing.md +0 -0
  458. /package/template/{.agent → .agents}/skills/systematic-debugging/test-academic.md +0 -0
  459. /package/template/{.agent → .agents}/skills/systematic-debugging/test-pressure-1.md +0 -0
  460. /package/template/{.agent → .agents}/skills/systematic-debugging/test-pressure-2.md +0 -0
  461. /package/template/{.agent → .agents}/skills/systematic-debugging/test-pressure-3.md +0 -0
  462. /package/template/{.agent → .agents}/skills/tdd-workflow/references/typescript.md +0 -0
  463. /package/template/{.agent → .agents}/skills/tech-stack-catalog/SKILL.md +0 -0
  464. /package/template/{.agent → .agents}/skills/tech-stack-catalog/references/constraint-questions.md +0 -0
  465. /package/template/{.agent → .agents}/skills/tech-stack-catalog/references/dev-tooling-decisions.md +0 -0
  466. /package/template/{.agent → .agents}/skills/tech-stack-catalog/references/surface-decision-tables.md +0 -0
  467. /package/template/{.agent → .agents}/skills/technical-writer/SKILL.md +0 -0
  468. /package/template/{.agent → .agents}/skills/testing-strategist/references/typescript.md +0 -0
  469. /package/template/{.agent → .agents}/skills/verification-before-completion/SKILL.md +0 -0
  470. /package/template/{.agent → .agents}/skills/workflow-automation/SKILL.md +0 -0
  471. /package/template/{.agent → .agents}/skills/workflow-automation/references/inngest.md +0 -0
  472. /package/template/{.agent → .agents}/skills/workflow-automation/references/temporal.md +0 -0
package/README.md CHANGED
@@ -29,13 +29,12 @@ npx cfsa-antigravity init --agent claude,factory
29
29
  | `cfsa-antigravity init --dry-run` | Preview what would be installed |
30
30
  | `cfsa-antigravity init --path ./dir` | Install into specific directory |
31
31
  | `cfsa-antigravity init --memory` | Scaffold unified `.memory/` + MCP integration |
32
- | `cfsa-antigravity init --migrate-memory` | Scaffold unified memory and import legacy runtime memory |
33
32
 
34
33
  ### Available runtimes
35
34
 
36
35
  Runtimes are auto-detected from the template. Currently shipped:
37
36
 
38
- - **Antigravity** (`.agent/`) -- Antigravity, Cursor, Gemini CLI
37
+ - **Antigravity** (`.agents/`) -- Antigravity, Cursor, Gemini CLI
39
38
  - **Codex** (`.codex/`) -- Standalone Codex runtime
40
39
  - **Claude Code** (`.claude/`) -- Standalone Claude Code runtime
41
40
  - **Factory Droid** (`.factory/`) -- Standalone Factory Droid runtime
@@ -54,8 +53,7 @@ Every install now scaffolds a shared `.memory/` root at the project level. It is
54
53
  ├── schema/ # machine-readable index/chunk artifacts
55
54
  ├── mcp-server/ # shared project-local MCP daemon + per-runtime client entrypoints
56
55
  ├── runtime/ # daemon pid/state files
57
- ├── hooks/ # Claude hook entrypoints
58
- └── migrate/ # legacy memory import helpers
56
+ └── hooks/ # Claude hook entrypoints
59
57
  ```
60
58
 
61
59
  The installer ships the shared memory runtime into `.memory/`, including the project-local MCP server under `.memory/mcp-server/`. Tool-specific MCP client config is intentionally **not** managed by the kit — users wire their own `.mcp.json` / editor settings for the tools they actually use. The daemon writes workspace-local runtime state into `.memory/runtime/`, and clients resolve that state before proxying requests so one workspace does not silently talk to another workspace's daemon. The semantic index writes retrieval artifacts into `.memory/schema/semantic-index.json` plus `.memory/schema/semantic-manifest.json`.
@@ -110,7 +108,7 @@ If you are using an editor that indexes agent files for slash commands, do not h
110
108
  Keep the installed runtime directory out of shared `.gitignore` rules when your tool needs to index it. Prefer `.git/info/exclude` for local-only exclusions.
111
109
 
112
110
  Examples:
113
- 1. Antigravity install → keep `.agent/` out of `.gitignore`
111
+ 1. Antigravity install → keep `.agents/` out of `.gitignore`
114
112
  2. Codex install → keep `.codex/` out of `.gitignore`
115
113
  3. Claude install → keep `.claude/` out of `.gitignore`
116
114
  4. Factory install → keep `.factory/` out of `.gitignore`
@@ -141,7 +139,7 @@ This performs a **semantic merge** — it applies new workflows, skills, and rul
141
139
  ## What Init Adds
142
140
 
143
141
  A fresh `init` now installs:
144
- - your selected runtime directories (`.agent/`, `.codex/`, `.claude/`, `.factory/`)
142
+ - your selected runtime directories (`.agents/`, `.codex/`, `.claude/`, `.factory/`)
145
143
  - `docs/`
146
144
  - shared `.memory/`
147
145
  - the shared memory MCP server/runtime under `.memory/mcp-server/`
@@ -150,10 +148,6 @@ A fresh `init` now installs:
150
148
 
151
149
  Tool-specific MCP client config (such as `.mcp.json`) is user-managed and documented above.
152
150
 
153
- Use `--migrate-memory` when upgrading an older installation that still has runtime-local memory you want imported into `.memory/`.
154
-
155
- If migration finds a knowledge-file destination with different existing contents, it preserves both versions by writing a `.conflict-YYYY-MM-DD.md` sibling file for manual reconciliation.
156
-
157
151
  ## Documentation
158
152
 
159
153
  | Document | Contents |
package/bin/cli.mjs CHANGED
@@ -200,7 +200,6 @@ ${c.bold}Init Options:${c.reset}
200
200
  --dry-run Preview what would be copied without making changes
201
201
  --quiet Suppress output (for CI/CD — installs all runtimes)
202
202
  --memory Scaffold unified .memory/ and MCP integration
203
- --migrate-memory Scaffold .memory/ and migrate legacy runtime memory
204
203
 
205
204
  ${c.bold}Examples:${c.reset}
206
205
  ${c.dim}# Interactive — pick which runtimes to install${c.reset}
@@ -225,7 +224,7 @@ ${c.bold}Examples:${c.reset}
225
224
 
226
225
  // --- Parse Arguments ---
227
226
  function parseArgs(args) {
228
- const parsed = { command: null, agents: null, force: false, dryRun: false, path: null, quiet: false, memory: false, migrateMemory: false, json: false };
227
+ const parsed = { command: null, agents: null, force: false, dryRun: false, path: null, quiet: false, memory: false, json: false };
229
228
 
230
229
  let i = 0;
231
230
  while (i < args.length) {
@@ -272,10 +271,6 @@ function parseArgs(args) {
272
271
  case "--memory":
273
272
  parsed.memory = true;
274
273
  break;
275
- case "--migrate-memory":
276
- parsed.memory = true;
277
- parsed.migrateMemory = true;
278
- break;
279
274
  case "--json":
280
275
  parsed.json = true;
281
276
  break;
@@ -424,18 +419,6 @@ function installMemoryScaffold(targetDir, opts) {
424
419
  info(`MCP client configuration is user-managed; see the README for tool-specific setup and the initial graph compile step.`);
425
420
  }
426
421
 
427
- async function migrateMemory(targetDir) {
428
- const migratePath = join(targetDir, ".memory", "migrate", "migrate-legacy.mjs");
429
- if (!existsSync(migratePath)) {
430
- error("Unified memory migration script not found after scaffold.");
431
- exit(1);
432
- }
433
-
434
- const migrationModule = await import(pathToFileURL(migratePath).href);
435
- const result = migrationModule.migrateLegacyMemory({ projectRoot: targetDir });
436
- info(`Migrated legacy memory (${result.migratedCount} item(s))`);
437
- }
438
-
439
422
  // --- Install runtimes ---
440
423
  function installRuntimes(runtimes, targetDir, opts) {
441
424
  let totalCopied = 0;
@@ -569,9 +552,6 @@ async function cmdInit(opts) {
569
552
  const { totalCopied, totalSkipped } = installRuntimes(selected, targetDir, opts);
570
553
 
571
554
  installMemoryScaffold(targetDir, opts);
572
- if (opts.migrateMemory && !opts.dryRun) {
573
- await migrateMemory(targetDir);
574
- }
575
555
 
576
556
  if (!opts.dryRun) {
577
557
  const compilePath = join(targetDir, ".memory", "pipeline", "compile.mjs");
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "cfsa-antigravity",
3
- "version": "3.1.1",
3
+ "version": "6.0.0",
4
4
  "description": "CFSA Pipeline — Constraint-First Specification Architecture for AI agents. Production-grade from line one.",
5
5
  "scripts": {
6
6
  "changeset": "changeset",
7
7
  "version": "changeset version",
8
8
  "prebuild": "./scripts/build-template.sh",
9
9
  "build": "./scripts/build-template.sh",
10
- "check": "./scripts/check-template-integrity.sh && node ./scripts/check-memory-mcp.mjs && node ./scripts/check-memory-migration.mjs && node ./scripts/check-vault-contract.mjs && node ./scripts/check-e2e-harness.mjs",
10
+ "check": "./scripts/check-template-integrity.sh && node ./scripts/check-memory-mcp.mjs && node ./scripts/check-vault-contract.mjs && node ./scripts/check-e2e-harness.mjs",
11
11
  "prepare": "husky || true"
12
12
  },
13
13
  "bin": {
@@ -20,10 +20,10 @@
20
20
  ## Protected Files (Do Not Modify Without Approval)
21
21
  - `AGENTS.md` — Project agent config
22
22
  - `.memory/wiki/specs/ENGINEERING-STANDARDS.md` — Quality bar
23
- - `.agent/instructions/*` — Agent rules
23
+ - `.agents/instructions/*` — Agent rules
24
24
  - `package.json` — Dependencies (add carefully)
25
25
  - `tsconfig.json` — TypeScript config
26
26
 
27
27
  ## Notes
28
- - All agent config lives in `.agent/` (canonical for all agents)
28
+ - All agent config lives in `.agents/` (canonical for all agents)
29
29
  - Frontend and API may be separately deployed depending on architecture
@@ -26,7 +26,7 @@ The surface stack map is the **single source of truth** for all per-surface stac
26
26
 
27
27
  ### Per-Surface Skills
28
28
 
29
- Each cell is a comma-separated list of skill directory names from `.agent/skills/`. Use `—` for "not applicable."
29
+ Each cell is a comma-separated list of skill directory names from `.agents/skills/`. Use `—` for "not applicable."
30
30
 
31
31
  <!-- Bootstrap fills this table. One row per confirmed surface + a `shared` row for cross-surface backend. -->
32
32
 
@@ -62,7 +62,7 @@ A valid surface stack map must satisfy:
62
62
  3. **Test Cmd column is never empty** — every surface must be testable
63
63
  4. **No `⚠️` cells** — all skill resolution must be complete before implementation begins
64
64
 
65
- Verification gates in `plan-phase` and `implement-slice` check these conditions. See `.agent/skills/session-continuity/protocols/10-placeholder-verification-gate.md` for the full verification procedure.
65
+ Verification gates in `plan-phase` and `implement-slice` check these conditions. See `.agents/skills/session-continuity/protocols/10-placeholder-verification-gate.md` for the full verification procedure.
66
66
 
67
67
  ---
68
68
 
@@ -4,12 +4,12 @@ Before taking any action on a task:
4
4
 
5
5
  ## 1. Understand Context
6
6
  - Read the agent config file at project root (`AGENTS.md` for Antigravity, `GEMINI.md` for Gemini CLI, or equivalent for your agent)
7
- - Read relevant `.agent/instructions/` files for the task type
7
+ - Read relevant `.agents/instructions/` files for the task type
8
8
  - Check [Engineering Standards](../../.memory/wiki/specs/ENGINEERING-STANDARDS.md) for quality bar — if this file doesn't exist yet, the pipeline hasn't reached /create-prd; run /ideate then /create-prd first
9
- - **Session Resumption**: If `.memory/pipeline/progress/index.md` exists, read `.agent/skills/session-continuity/protocols/01-session-resumption.md` and follow the **Session Resumption Protocol** to load cross-session context and identify the resumption point
9
+ - **Session Resumption**: If `.memory/pipeline/progress/index.md` exists, read `.agents/skills/session-continuity/protocols/01-session-resumption.md` and follow the **Session Resumption Protocol** to load cross-session context and identify the resumption point
10
10
 
11
11
  ## 2. Check Skills
12
- - Scan `.agent/skills/` for applicable skills
12
+ - Scan `.agents/skills/` for applicable skills
13
13
  - Load relevant skill SKILL.md before proceeding
14
14
  - Key skills: `brainstorming` (before creative work), `tdd-workflow` (before features), `clean-code` (during review)
15
15
 
@@ -28,7 +28,7 @@ Before taking any action on a task:
28
28
  ## 4. Validate (MANDATORY)
29
29
  After **every** code change, run:
30
30
  ```bash
31
- See `.agent/instructions/commands.md` for the validation command.
31
+ See `.agents/instructions/commands.md` for the validation command.
32
32
  ```
33
33
 
34
34
  Do NOT mark a task complete until all validations pass.
@@ -37,8 +37,8 @@ Do NOT mark a task complete until all validations pass.
37
37
 
38
38
  After completing a workflow or substantial task:
39
39
 
40
- - **Pattern Extraction**: Read `.agent/skills/session-continuity/protocols/04-pattern-extraction.md` and follow the **Pattern Extraction Protocol**. Reflect on what worked, what didn't, and log reusable patterns to `.memory/wiki/patterns.md`. Skip only if the task was trivial (routine, nothing new learned).
41
- - **Session Close**: Read `.agent/skills/session-continuity/protocols/05-session-close.md` and follow the **Session Close Protocol**. Write a session log to `.memory/pipeline/progress/sessions/` so the next session can resume cleanly.
40
+ - **Pattern Extraction**: Read `.agents/skills/session-continuity/protocols/04-pattern-extraction.md` and follow the **Pattern Extraction Protocol**. Reflect on what worked, what didn't, and log reusable patterns to `.memory/wiki/patterns.md`. Skip only if the task was trivial (routine, nothing new learned).
41
+ - **Session Close**: Read `.agents/skills/session-continuity/protocols/05-session-close.md` and follow the **Session Close Protocol**. Write a session log to `.memory/pipeline/progress/sessions/` so the next session can resume cleanly.
42
42
  - **Unified Memory First**: Treat `.memory/` as the canonical project memory root. When shared memory is needed, prefer the `cfsa-memory` MCP bridge over runtime-local silos so all runtimes see the same memory.
43
43
 
44
44
  > These steps are **not optional**. They are what differentiate a pipeline that gets
@@ -43,7 +43,7 @@ A unit of work is only DONE when:
43
43
  - `blockers.md` — Any blockers hit logged with status and impact
44
44
  - See rule: `memory-capture` for triggers and format
45
45
  6. **The Session Log**: A session close log exists in `.memory/pipeline/progress/sessions/`.
46
- - Follow `.agent/skills/session-continuity/protocols/05-session-close.md` — write what was accomplished, deferred, and where the next session should start
46
+ - Follow `.agents/skills/session-continuity/protocols/05-session-close.md` — write what was accomplished, deferred, and where the next session should start
47
47
  7. **The Next Step**: The user is told what comes next in the pipeline.
48
48
  - Read the pipeline progress file (`.memory/pipeline/progress/spec-pipeline.md` or equivalent)
49
49
  - Propose the next valid pipeline command based on current state
@@ -30,7 +30,7 @@ trigger: always_on
30
30
 
31
31
  ## Naming Conventions
32
32
 
33
- Follow the project's established conventions in `.agent/instructions/patterns.md`. When no convention exists yet, use the stack's community standard.
33
+ Follow the project's established conventions in `.agents/instructions/patterns.md`. When no convention exists yet, use the stack's community standard.
34
34
 
35
35
  ## Anti-Spaghetti Rules
36
36
 
@@ -41,7 +41,7 @@ When a multi-surface feature launches on one surface first:
41
41
 
42
42
  ## The Four Implementation Layers
43
43
 
44
- > **Note on terminology**: The layers below describe implementation completeness criteria — what every feature slice requires regardless of surface type. These are not the same as surface types (web/mobile/cli/etc.). For the mapping between surface types and how each implementation layer manifests on that surface, see `.agent/skills/prd-templates/references/surface-model.md`.
44
+ > **Note on terminology**: The layers below describe implementation completeness criteria — what every feature slice requires regardless of surface type. These are not the same as surface types (web/mobile/cli/etc.). For the mapping between surface types and how each implementation layer manifests on that surface, see `.agents/skills/prd-templates/references/surface-model.md`.
45
45
 
46
46
  | Surface | What It Is | Example |
47
47
  |---------|-----------|---------|
@@ -8,7 +8,7 @@
8
8
  1. A pipeline skill (e.g., `/create-prd`, `/iterate-plan`, `/add-feature`) makes a tech decision
9
9
  2. It calls `/bootstrap-agents` with the new stack key=value
10
10
  3. Bootstrap reads this manifest and finds matching skills
11
- 4. Matching skills are copied from `.agent/skill-library/` → `.agent/skills/`
11
+ 4. Matching skills are copied from `.agents/skill-library/` → `.agents/skills/`
12
12
  5. Any `{{PLACEHOLDER}}`s inside the copied skills are filled with current values
13
13
 
14
14
  ## Stack Triggers
@@ -98,10 +98,10 @@ When a stack key matches a value pattern (case-insensitive), install the listed
98
98
  | `UI_LIBRARY` | `*svelte-flow*` OR `*svelteflow*` OR `*xyflow*` | `stack/ui/svelte-flow` | `svelte-flow` |
99
99
  | `FRONTEND_FRAMEWORK` | `*react*` | `stack/ui/react-best-practices` | `react-best-practices` |
100
100
  | `FRONTEND_FRAMEWORK` | `*react*` | `stack/ui/react-composition-patterns` | `react-composition-patterns` |
101
- | `DESIGN_DIRECTION` | `*` (any confirmed value) | Fills `{{PLACEHOLDER}}`s in `.agent/skills/brand-guidelines/SKILL.md` in-place | `brand-guidelines` (in-place fill, not copy) |
101
+ | `DESIGN_DIRECTION` | `*` (any confirmed value) | Fills `{{PLACEHOLDER}}`s in `.agents/skills/brand-guidelines/SKILL.md` in-place | `brand-guidelines` (in-place fill, not copy) |
102
102
  | `DESIGN_DIRECTION` | `*cinematic*` OR `*immersive*` | `stack/3d/threejs-pro` | `threejs-pro` |
103
103
 
104
- Note: `DESIGN_DIRECTION` does not copy a skill from the library — it fills placeholders in the pre-placed `.agent/skills/brand-guidelines/SKILL.md` template. Exception: when the direction is `Cinematic/Immersive`, `threejs-pro` is also installed as a standard skill copy, since WebGL and Three.js capabilities will be required.
104
+ Note: `DESIGN_DIRECTION` does not copy a skill from the library — it fills placeholders in the pre-placed `.agents/skills/brand-guidelines/SKILL.md` template. Exception: when the direction is `Cinematic/Immersive`, `threejs-pro` is also installed as a standard skill copy, since WebGL and Three.js capabilities will be required.
105
105
 
106
106
  ### Authentication
107
107
 
@@ -168,7 +168,7 @@ Note: `DESIGN_DIRECTION` does not copy a skill from the library — it fills pla
168
168
  |-----------|--------------|-------------|-------------|
169
169
  | `OBSERVABILITY` | `*opentelemetry*` OR `*otel*` | `stack/observability/opentelemetry` | `opentelemetry` |
170
170
  | `OBSERVABILITY` | `*distributed-tracing*` OR `*jaeger*` OR `*zipkin*` | `stack/observability/distributed-tracing` | `distributed-tracing` |
171
- | `OBSERVABILITY` | `*structured-logging*` OR `*pino*` OR `*winston*` | Pre-installed: `.agent/skills/logging-best-practices` | `logging-best-practices` (pre-installed) |
171
+ | `OBSERVABILITY` | `*structured-logging*` OR `*pino*` OR `*winston*` | Pre-installed: `.agents/skills/logging-best-practices` | `logging-best-practices` (pre-installed) |
172
172
  | `OBSERVABILITY` | `*python*` | `stack/observability/python-observability` | `python-observability` |
173
173
  | `OBSERVABILITY` | `*datadog*` | `stack/observability/datadog` | `datadog` |
174
174
  | `OBSERVABILITY` | `*prometheus*` OR `*grafana*` | `stack/observability/prometheus-grafana` | `prometheus-grafana` |
@@ -362,7 +362,7 @@ When the project includes a surface type, install the listed skills.
362
362
  | `api` | `surface/api/api-caching` | `api-caching` |
363
363
  | `api` | `surface/api/api-documentation-openapi` | `api-documentation-openapi` |
364
364
  | `api` | `surface/api/webhook-design` | `webhook-design` |
365
- | `api` | Pre-installed: `.agent/skills/api-design-principles` | `api-design-principles` (pre-installed) |
365
+ | `api` | Pre-installed: `.agents/skills/api-design-principles` | `api-design-principles` (pre-installed) |
366
366
  | `api` | `surface/api/api-security-checklist` | `api-security-checklist` |
367
367
  | `api` | `stack/security/input-sanitization` | `input-sanitization` |
368
368
 
@@ -420,7 +420,7 @@ These skills are NOT auto-installed. Install via `/find-skills` or manually copy
420
420
  | `meta/mcp-builder` | Building MCP servers |
421
421
  | `meta/tmux-processes` | Long-lived process management via tmux |
422
422
  | `meta/using-tmux-for-interactive-commands` | Interactive CLI tools via tmux |
423
- | Pre-installed: `.agent/skills/brand-guidelines` | Brand color and typography application (pre-installed) |
423
+ | Pre-installed: `.agents/skills/brand-guidelines` | Brand color and typography application (pre-installed) |
424
424
  | `meta/product-marketing-context` | Marketing context document generator — run first before any SEO or CRO skill |
425
425
 
426
426
  ---
@@ -441,7 +441,7 @@ These skills are specific to Claude Code's plugin and agent system. Not applicab
441
441
 
442
442
  To add a new skill to the library:
443
443
 
444
- 1. Create a directory under the appropriate category: `.agent/skill-library/[category]/[subcategory]/[skill-name]/SKILL.md`
444
+ 1. Create a directory under the appropriate category: `.agents/skill-library/[category]/[subcategory]/[skill-name]/SKILL.md`
445
445
  2. Add a row to the appropriate trigger table above
446
446
  3. Use `{{PLACEHOLDER}}`s for any values that should be filled by bootstrap
447
447
  4. Test by running `/bootstrap-agents` with a matching stack value
@@ -9,8 +9,8 @@
9
9
 
10
10
  1. A pipeline workflow (e.g., `/create-prd`) makes a tech stack decision
11
11
  2. It calls `/bootstrap-agents` with the new stack key=value
12
- 3. Bootstrap reads `.agent/skill-library/MANIFEST.md` and finds matching skills
13
- 4. Matching skills are copied from `.agent/skill-library/` → `.agent/skills/`
12
+ 3. Bootstrap reads `.agents/skill-library/MANIFEST.md` and finds matching skills
13
+ 4. Matching skills are copied from `.agents/skill-library/` → `.agents/skills/`
14
14
  5. Any `{{PLACEHOLDER}}`s inside the copied skills are filled with current values
15
15
 
16
16
  ## Installing Skills
@@ -26,7 +26,7 @@ Use `/find-skills` to search the library and install matching skills interactive
26
26
 
27
27
  ### Direct
28
28
 
29
- Copy a skill directory from `.agent/skill-library/[path]/` to `.agent/skills/[name]/`
29
+ Copy a skill directory from `.agents/skill-library/[path]/` to `.agents/skills/[name]/`
30
30
  and manually replace any `{{PLACEHOLDER}}` values.
31
31
 
32
32
  ## Library Structure
@@ -6,4 +6,4 @@ These skills are specific to Claude Code's plugin and agent system. They are not
6
6
  - **plugin-structure** — Claude Code plugin architecture (.claude-plugin/plugin.json)
7
7
  - **agent-development** — Claude Code agent frontmatter (model, color, triggering examples)
8
8
 
9
- These are manual-install only. Copy the relevant skill to `.agent/skills/` when working in Claude Code.
9
+ These are manual-install only. Copy the relevant skill to `.agents/skills/` when working in Claude Code.
@@ -48,7 +48,7 @@ After the user confirms their design direction, run these searches to get concre
48
48
  #### 1. Find matching design styles
49
49
 
50
50
  ```bash
51
- python .agent/skills/design-reference-data/scripts/search.py \
51
+ python .agents/skills/design-reference-data/scripts/search.py \
52
52
  "<direction + project context>" \
53
53
  --domain style --max-results 5
54
54
  ```
@@ -58,7 +58,7 @@ Example: `"modern dark mode SaaS dashboard"` or `"warm friendly wellness app"`
58
58
  #### 2. Find specific color palettes
59
59
 
60
60
  ```bash
61
- python .agent/skills/design-reference-data/scripts/search.py \
61
+ python .agents/skills/design-reference-data/scripts/search.py \
62
62
  "<mood + industry>" \
63
63
  --domain color --max-results 3
64
64
  ```
@@ -68,7 +68,7 @@ Example: `"professional trust-building fintech"` or `"vibrant playful consumer"`
68
68
  #### 3. Find typography pairings
69
69
 
70
70
  ```bash
71
- python .agent/skills/design-reference-data/scripts/search.py \
71
+ python .agents/skills/design-reference-data/scripts/search.py \
72
72
  "<style + readability needs>" \
73
73
  --domain typography --max-results 3
74
74
  ```
@@ -78,7 +78,7 @@ Example: `"clean serif editorial"` or `"modern sans-serif technical"`
78
78
  #### 4. Generate full design system recommendation
79
79
 
80
80
  ```bash
81
- python .agent/skills/design-reference-data/scripts/search.py \
81
+ python .agents/skills/design-reference-data/scripts/search.py \
82
82
  "<project description>" \
83
83
  --design-system -p "ProjectName"
84
84
  ```
@@ -14,7 +14,7 @@ This skill guides creation of **production-grade frontend interfaces that feel A
14
14
 
15
15
  ## Prerequisite: Read Brand Guidelines First
16
16
 
17
- Before making any aesthetic decisions, read `.agent/skills/brand-guidelines/SKILL.md`.
17
+ Before making any aesthetic decisions, read `.agents/skills/brand-guidelines/SKILL.md`.
18
18
 
19
19
  - If the design direction is confirmed (no `{{PLACEHOLDER}}` values), **execute that direction**. Do not invent a new direction — the user confirmed this one during `/create-prd`.
20
20
  - If `{{DESIGN_DIRECTION}}` is still a literal placeholder, stop and tell the user: "Design direction hasn't been confirmed yet — run `/create-prd` first before building UI."
@@ -36,7 +36,7 @@ A 750-line Python scanner with 75+ automated checks across 11 categories:
36
36
  After implementing a frontend slice, run the audit on **changed files only**:
37
37
 
38
38
  ```bash
39
- python .agent/skills/frontend-verification/scripts/ux_audit.py src/components/NewFeature/ --json
39
+ python .agents/skills/frontend-verification/scripts/ux_audit.py src/components/NewFeature/ --json
40
40
  ```
41
41
 
42
42
  **Exit codes:**
@@ -47,7 +47,7 @@ python .agent/skills/frontend-verification/scripts/ux_audit.py src/components/Ne
47
47
  For slice-level scans, you may skip categories unrelated to the current work:
48
48
 
49
49
  ```bash
50
- python .agent/skills/frontend-verification/scripts/ux_audit.py src/components/Chart/ \
50
+ python .agents/skills/frontend-verification/scripts/ux_audit.py src/components/Chart/ \
51
51
  --skip-psychology --skip-typography
52
52
  ```
53
53
 
@@ -56,7 +56,7 @@ python .agent/skills/frontend-verification/scripts/ux_audit.py src/components/Ch
56
56
  At phase validation, run the audit on the **entire frontend source**:
57
57
 
58
58
  ```bash
59
- python .agent/skills/frontend-verification/scripts/ux_audit.py src/ --json
59
+ python .agents/skills/frontend-verification/scripts/ux_audit.py src/ --json
60
60
  ```
61
61
 
62
62
  **Validation threshold:**
@@ -21,8 +21,8 @@ Audit pipeline output completeness and identify gaps that would force guesswork
21
21
  ## 0. Load audit skills
22
22
 
23
23
  Read these skills for review guidance:
24
- 1. `.agent/skills/code-review-pro/SKILL.md` — Review methodology
25
- 2. `.agent/skills/technical-writer/SKILL.md` — Spec clarity standards
24
+ 1. `.agents/skills/code-review-pro/SKILL.md` — Review methodology
25
+ 2. `.agents/skills/technical-writer/SKILL.md` — Spec clarity standards
26
26
 
27
27
  ---
28
28
 
@@ -30,18 +30,18 @@ Read these skills for review guidance:
30
30
 
31
31
  | # | Shard | What It Does |
32
32
  |---|-------|-------------|
33
- | 1 | [`audit-ambiguity-rubrics`](.agent/workflows/audit-ambiguity-rubrics.md) | Determines scope, loads documents, provides all 5 rubrics (Vision, Architecture, IA, BE, FE) with scoring criteria |
34
- | 2 | [`audit-ambiguity-execute`](.agent/workflows/audit-ambiguity-execute.md) | Executes the audit one document at a time, compiles report, remediates gaps, proposes next steps |
33
+ | 1 | [`audit-ambiguity-rubrics`](.agents/skills/audit-ambiguity-rubrics/SKILL.md) | Determines scope, loads documents, provides all 5 rubrics (Vision, Architecture, IA, BE, FE) with scoring criteria |
34
+ | 2 | [`audit-ambiguity-execute`](.agents/skills/audit-ambiguity-execute/SKILL.md) | Executes the audit one document at a time, compiles report, remediates gaps, proposes next steps |
35
35
 
36
36
  ---
37
37
 
38
38
  ## Orchestration
39
39
 
40
- ### Step A — Run `.agent/workflows/audit-ambiguity-rubrics.md`
40
+ ### Step A — Run `.agents/skills/audit-ambiguity-rubrics/SKILL.md`
41
41
 
42
42
  Asks the user which layer(s) to audit, loads the source documents, and provides the scoring rubrics for each applicable layer.
43
43
 
44
- ### Step B — Run `.agent/workflows/audit-ambiguity-execute.md`
44
+ ### Step B — Run `.agents/skills/audit-ambiguity-execute/SKILL.md`
45
45
 
46
46
  Audits each document one at a time (read → score with evidence → classify gaps → verify → finalize), compiles the report to `.memory/wiki/specs/audits/`, remediates gaps using `resolve-ambiguity`, and proposes next steps.
47
47
 
@@ -48,7 +48,7 @@ Read `.memory/wiki/specs/audits/audit-scope.md`. Extract the `## Document Count`
48
48
 
49
49
  ## 3a. Implementer Simulation
50
50
 
51
- Read .agent/skills/verification-before-completion/SKILL.md and follow its methodology.
51
+ Read .agents/skills/verification-before-completion/SKILL.md and follow its methodology.
52
52
 
53
53
  **CRITICAL**: You MUST NOT read all documents at once. Process one document at a time through 3a→3b→3c. Do NOT skip documents because they seem redundant, because rubric dimensions "map" to other files, or because you can "derive" their content from synthesized documents. EVERY document in the scope list gets the full 3a→3b→3c treatment. After each document, state: **"Documents processed: X/N."**
54
54
 
@@ -65,7 +65,7 @@ These gaps are **unconditional** — the rubric in 3b cannot override them.
65
65
 
66
66
  ## 3b. Rubric Scoring with Two-Implementer Test
67
67
 
68
- Score each dimension using the rubric files loaded in Step 0 (persisted paths from `.memory/wiki/specs/audits/audit-scope.md`). Read `.agent/skills/pipeline-rubrics/SKILL.md` for the scoring methodology. For every score:
68
+ Score each dimension using the rubric files loaded in Step 0 (persisted paths from `.memory/wiki/specs/audits/audit-scope.md`). Read `.agents/skills/pipeline-rubrics/SKILL.md` for the scoring methodology. For every score:
69
69
 
70
70
  - **✅** → State explicitly: *"Two implementers would make the same decision because: [specific reason citing exact text from the document]."* If you cannot complete this sentence confidently, score ⚠️ instead. The bar is "unambiguous to any implementer reading cold", not "text exists somewhere."
71
71
  - **⚠️** → Quote what exists AND state precisely what is missing AND what decision an implementer would have to make without it.
@@ -122,7 +122,7 @@ Do not re-read documents to reconstruct scores — read the report file that was
122
122
 
123
123
  Do NOT stop and ask the user what to do. After compiling the report in Step 4, immediately execute this step for every ⚠️ and ❌ in the punch list.
124
124
 
125
- 1. Read `.agent/skills/resolve-ambiguity/SKILL.md` and execute the resolution process inline — do not invoke it as a separate command.
125
+ 1. Read `.agents/skills/resolve-ambiguity/SKILL.md` and execute the resolution process inline — do not invoke it as a separate command.
126
126
  2. For each gap, classify using the skill's two-path model:
127
127
  - **Judgment calls** (Intent/Choice gaps — no source has the answer): present to user with smart options ordered by recommendation; wait for user decision before applying any fix.
128
128
  - **Mechanical fixes** (Technical/Factual gaps — answer exists in project docs, architecture files, upstream specs, or official sources): propose the fix with source citation; apply after user approval.
@@ -33,7 +33,7 @@ Ask the user:
33
33
 
34
34
  ## 2. Enumerate source documents
35
35
 
36
- Read `.agent/skills/pipeline-rubrics/references/scoring.md` for the document-to-layer mapping table.
36
+ Read `.agents/skills/pipeline-rubrics/references/scoring.md` for the document-to-layer mapping table.
37
37
 
38
38
  **MANDATORY filesystem discovery**: Use file system tools (`find_by_name`, `list_dir`) to recursively discover ALL files matching the layer's patterns from `scoring.md`. Do NOT build the document list from memory or from reading an index file — the filesystem is the source of truth.
39
39
 
@@ -69,11 +69,11 @@ Write `.memory/wiki/specs/audits/audit-scope.md` with the determined scope and t
69
69
 
70
70
  ## Rubric Files
71
71
  [for each layer being audited, list the exact path of the rubric file]
72
- - vision: .agent/skills/pipeline-rubrics/references/vision-rubric.md
73
- - architecture: .agent/skills/pipeline-rubrics/references/architecture-rubric.md
74
- - ia: .agent/skills/pipeline-rubrics/references/ia-rubric.md
75
- - be: .agent/skills/pipeline-rubrics/references/be-rubric.md
76
- - fe: .agent/skills/pipeline-rubrics/references/fe-rubric.md
72
+ - vision: .agents/skills/pipeline-rubrics/references/vision-rubric.md
73
+ - architecture: .agents/skills/pipeline-rubrics/references/architecture-rubric.md
74
+ - ia: .agents/skills/pipeline-rubrics/references/ia-rubric.md
75
+ - be: .agents/skills/pipeline-rubrics/references/be-rubric.md
76
+ - fe: .agents/skills/pipeline-rubrics/references/fe-rubric.md
77
77
 
78
78
  ## Status
79
79
  in-progress
@@ -85,16 +85,16 @@ This file is read by `/audit-ambiguity-execute` as its prerequisite.
85
85
 
86
86
  ## 3. Load and apply rubrics
87
87
 
88
- Read `.agent/skills/pipeline-rubrics/SKILL.md` for the scoring methodology. For each layer being audited, load the matching rubric from the skill's `references/` directory:
88
+ Read `.agents/skills/pipeline-rubrics/SKILL.md` for the scoring methodology. For each layer being audited, load the matching rubric from the skill's `references/` directory:
89
89
 
90
90
  | Layer | Rubric File |
91
91
  |-------|-------------|
92
- | Vision | `.agent/skills/pipeline-rubrics/references/vision-rubric.md` |
93
- | Architecture | `.agent/skills/pipeline-rubrics/references/architecture-rubric.md` |
94
- | IA | `.agent/skills/pipeline-rubrics/references/ia-rubric.md` |
95
- | BE | `.agent/skills/pipeline-rubrics/references/be-rubric.md` |
96
- | FE | `.agent/skills/pipeline-rubrics/references/fe-rubric.md` |
92
+ | Vision | `.agents/skills/pipeline-rubrics/references/vision-rubric.md` |
93
+ | Architecture | `.agents/skills/pipeline-rubrics/references/architecture-rubric.md` |
94
+ | IA | `.agents/skills/pipeline-rubrics/references/ia-rubric.md` |
95
+ | BE | `.agents/skills/pipeline-rubrics/references/be-rubric.md` |
96
+ | FE | `.agents/skills/pipeline-rubrics/references/fe-rubric.md` |
97
97
 
98
- Apply the scoring formula from `.agent/skills/pipeline-rubrics/references/scoring.md`.
98
+ Apply the scoring formula from `.agents/skills/pipeline-rubrics/references/scoring.md`.
99
99
 
100
100
  Proceed to `/audit-ambiguity-execute` with scope and rubrics loaded.
@@ -1,5 +1,5 @@
1
1
  ---
2
- description: Utility — fill {{PLACEHOLDER}} values and provision skills from `.agent/skill-library/`. Called by pipeline workflows when tech stack info changes.
2
+ description: Utility — fill {{PLACEHOLDER}} values and provision skills from `.agents/skill-library/`. Called by pipeline workflows when tech stack info changes.
3
3
  pipeline:
4
4
  position: infrastructure
5
5
  stage: provisioning
@@ -20,7 +20,7 @@ shards: [bootstrap-agents-fill, bootstrap-agents-provision]
20
20
 
21
21
  Bootstrap does two things:
22
22
  1. **Fill `{{PLACEHOLDER}}` values** in kit instruction templates
23
- 2. **Provision skills** from `.agent/skill-library/` based on stack and surface triggers
23
+ 2. **Provision skills** from `.agents/skill-library/` based on stack and surface triggers
24
24
 
25
25
  ## Invocation Points
26
26
 
@@ -33,7 +33,7 @@ Bootstrap does two things:
33
33
  | `/implement-slice` | If implementation adds significant new dependency | New key only |
34
34
 
35
35
  **Input**: Template values (package manager, framework, database, etc.) + optional stack/surface triggers
36
- **Output**: Filled templates + newly installed skills in `.agent/skills/`
36
+ **Output**: Filled templates + newly installed skills in `.agents/skills/`
37
37
 
38
38
  ---
39
39
 
@@ -41,20 +41,20 @@ Bootstrap does two things:
41
41
 
42
42
  | # | Shard | What It Does |
43
43
  |---|-------|-------------|
44
- | 1 | [`bootstrap-agents-fill`](.agent/workflows/bootstrap-agents-fill.md) | Receives template values, fills instruction/rule/AGENTS.md templates |
45
- | 2 | [`bootstrap-agents-provision`](.agent/workflows/bootstrap-agents-provision.md) | Reads skill library manifest, provisions skills, fills workflow placeholders, reports results |
44
+ | 1 | [`bootstrap-agents-fill`](.agents/skills/bootstrap-agents-fill/SKILL.md) | Receives template values, fills instruction/rule/AGENTS.md templates |
45
+ | 2 | [`bootstrap-agents-provision`](.agents/skills/bootstrap-agents-provision/SKILL.md) | Reads skill library manifest, provisions skills, fills workflow placeholders, reports results |
46
46
 
47
47
  ---
48
48
 
49
49
  ## Orchestration
50
50
 
51
- ### Step A — Run `.agent/workflows/bootstrap-agents-fill.md`
51
+ ### Step A — Run `.agents/skills/bootstrap-agents-fill/SKILL.md`
52
52
 
53
53
  Receives template values from the calling workflow and fills `{{PLACEHOLDER}}` values across instruction templates, rule templates, skill templates, and `AGENTS.md`.
54
54
 
55
55
  > **MANDATORY**: After fill completes, you MUST proceed to Step B. Do NOT return to the calling workflow after Step A alone. Fill without provision is an incomplete bootstrap — the skill library remains unresolved, map cells reference skills that don't exist, and downstream workflows will fail on missing skills.
56
56
 
57
- ### Step B — Run `.agent/workflows/bootstrap-agents-provision.md`
57
+ ### Step B — Run `.agents/skills/bootstrap-agents-provision/SKILL.md`
58
58
 
59
59
  Reads the skill library manifest, provisions matching skills based on stack/surface triggers, updates the installed skills list, fills workflow command/skill placeholders, and reports results.
60
60
 
@@ -67,6 +67,6 @@ Reads the skill library manifest, provisions matching skills based on stack/surf
67
67
  Bootstrap is safe to call multiple times:
68
68
 
69
69
  - **Already-filled placeholders**: If a `{{PLACEHOLDER}}` has already been replaced with a value, it is NOT re-filled unless the calling workflow explicitly provides a new value for that key
70
- - **Already-installed skills**: Skills that already exist in `.agent/skills/` are not re-copied from the library
70
+ - **Already-installed skills**: Skills that already exist in `.agents/skills/` are not re-copied from the library
71
71
  - **New values**: New stack/surface values trigger new skill installations without affecting existing ones
72
72
  - **Partial invocation**: Bootstrap can be called with just one or two new values — it only fills what's provided