cfsa-antigravity 3.1.1 → 5.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 (466) hide show
  1. package/README.md +3 -3
  2. package/package.json +1 -1
  3. package/template/{.agent → .agents}/instructions/structure.md +2 -2
  4. package/template/{.agent → .agents}/instructions/tech-stack.md +2 -2
  5. package/template/{.agent → .agents}/instructions/workflow.md +6 -6
  6. package/template/{.agent → .agents}/rules/completion-checklist.md +1 -1
  7. package/template/{.agent → .agents}/rules/extensibility.md +1 -1
  8. package/template/{.agent → .agents}/rules/vertical-slices.md +1 -1
  9. package/template/{.agent → .agents}/skill-library/MANIFEST.md +7 -7
  10. package/template/{.agent → .agents}/skill-library/README.md +3 -3
  11. package/template/{.agent → .agents}/skill-library/meta/claude-code/README.md +1 -1
  12. package/template/{.agent → .agents}/skill-library/surface/web/design-reference-data/SKILL.md +4 -4
  13. package/template/{.agent → .agents}/skill-library/surface/web/frontend-design/SKILL.md +1 -1
  14. package/template/{.agent → .agents}/skill-library/surface/web/frontend-verification/SKILL.md +3 -3
  15. package/template/{.agent/workflows/audit-ambiguity.md → .agents/skills/audit-ambiguity/SKILL.md} +6 -6
  16. package/template/{.agent/workflows/audit-ambiguity-execute.md → .agents/skills/audit-ambiguity-execute/SKILL.md} +3 -3
  17. package/template/{.agent/workflows/audit-ambiguity-rubrics.md → .agents/skills/audit-ambiguity-rubrics/SKILL.md} +13 -13
  18. package/template/{.agent/workflows/bootstrap-agents.md → .agents/skills/bootstrap-agents/SKILL.md} +8 -8
  19. package/template/{.agent/skills/bootstrap-agents/SKILL.md → .agents/skills/bootstrap-agents/library-skill.md} +13 -13
  20. package/template/{.agent/workflows/bootstrap-agents-fill.md → .agents/skills/bootstrap-agents-fill/SKILL.md} +10 -10
  21. package/template/{.agent/workflows/bootstrap-agents-provision.md → .agents/skills/bootstrap-agents-provision/SKILL.md} +10 -10
  22. package/template/{.agent/workflows/create-prd.md → .agents/skills/create-prd/SKILL.md} +17 -17
  23. package/template/{.agent/workflows/create-prd-architecture.md → .agents/skills/create-prd-architecture/SKILL.md} +19 -19
  24. package/template/{.agent/workflows/create-prd-compile.md → .agents/skills/create-prd-compile/SKILL.md} +17 -17
  25. package/template/{.agent/workflows/create-prd-design-system.md → .agents/skills/create-prd-design-system/SKILL.md} +15 -15
  26. package/template/{.agent/workflows/create-prd-security.md → .agents/skills/create-prd-security/SKILL.md} +14 -14
  27. package/template/{.agent/workflows/create-prd-stack.md → .agents/skills/create-prd-stack/SKILL.md} +14 -14
  28. package/template/{.agent → .agents}/skills/database-schema-design/SKILL.md +3 -3
  29. package/template/{.agent/workflows/decompose-architecture.md → .agents/skills/decompose-architecture/SKILL.md} +8 -8
  30. package/template/{.agent/workflows/decompose-architecture-structure.md → .agents/skills/decompose-architecture-structure/SKILL.md} +8 -8
  31. package/template/{.agent/workflows/decompose-architecture-validate.md → .agents/skills/decompose-architecture-validate/SKILL.md} +7 -7
  32. package/template/{.agent → .agents}/skills/error-handling-patterns/SKILL.md +1 -1
  33. package/template/{.agent/workflows/evolve-contract.md → .agents/skills/evolve-contract/SKILL.md} +10 -10
  34. package/template/{.agent/workflows/evolve-feature.md → .agents/skills/evolve-feature/SKILL.md} +4 -4
  35. package/template/{.agent/workflows/evolve-feature-cascade.md → .agents/skills/evolve-feature-cascade/SKILL.md} +7 -7
  36. package/template/{.agent/workflows/evolve-feature-classify.md → .agents/skills/evolve-feature-classify/SKILL.md} +4 -4
  37. package/template/{.agent → .agents}/skills/find-skills/SKILL.md +1 -1
  38. package/template/{.agent → .agents}/skills/idea-extraction/SKILL.md +5 -5
  39. package/template/{.agent/workflows/ideate.md → .agents/skills/ideate/SKILL.md} +7 -7
  40. package/template/{.agent/workflows/ideate-discover.md → .agents/skills/ideate-discover/SKILL.md} +5 -5
  41. package/template/{.agent/workflows/ideate-extract.md → .agents/skills/ideate-extract/SKILL.md} +9 -9
  42. package/template/{.agent/workflows/ideate-validate.md → .agents/skills/ideate-validate/SKILL.md} +8 -8
  43. package/template/{.agent/workflows/implement-slice.md → .agents/skills/implement-slice/SKILL.md} +4 -4
  44. package/template/{.agent/workflows/implement-slice-setup.md → .agents/skills/implement-slice-setup/SKILL.md} +12 -12
  45. package/template/{.agent/workflows/implement-slice-tdd.md → .agents/skills/implement-slice-tdd/SKILL.md} +19 -19
  46. package/template/{.agent → .agents}/skills/migration-management/SKILL.md +1 -1
  47. package/template/{.agent → .agents}/skills/parallel-agents/SKILL.md +1 -1
  48. package/template/{.agent/workflows/plan-phase.md → .agents/skills/plan-phase/SKILL.md} +2 -2
  49. package/template/{.agent/workflows/plan-phase-preflight.md → .agents/skills/plan-phase-preflight/SKILL.md} +5 -5
  50. package/template/{.agent/workflows/plan-phase-write.md → .agents/skills/plan-phase-write/SKILL.md} +7 -7
  51. package/template/{.agent → .agents}/skills/prd-templates/references/bootstrap-verification-protocol.md +6 -6
  52. package/template/{.agent → .agents}/skills/prd-templates/references/decision-confirmation-protocol.md +1 -1
  53. package/template/{.agent → .agents}/skills/prd-templates/references/decision-propagation.md +3 -3
  54. package/template/{.agent → .agents}/skills/prd-templates/references/engagement-tier-protocol.md +1 -1
  55. package/template/{.agent → .agents}/skills/prd-templates/references/evolution-layer-guidance.md +2 -2
  56. package/template/{.agent → .agents}/skills/prd-templates/references/folder-seeding-protocol.md +5 -5
  57. package/template/{.agent → .agents}/skills/prd-templates/references/input-classification.md +1 -1
  58. package/template/{.agent → .agents}/skills/prd-templates/references/map-guard-protocol.md +2 -2
  59. package/template/{.agent → .agents}/skills/prd-templates/references/persona-completeness-gate.md +1 -1
  60. package/template/{.agent → .agents}/skills/prd-templates/references/placeholder-workflow-mapping.md +1 -1
  61. package/template/{.agent → .agents}/skills/prd-templates/references/shard-boundary-analysis.md +1 -1
  62. package/template/{.agent → .agents}/skills/prd-templates/references/skill-loading-protocol.md +3 -3
  63. package/template/{.agent → .agents}/skills/prd-templates/references/spec-coverage-sweep.md +1 -1
  64. package/template/{.agent → .agents}/skills/prd-templates/references/workflow-checkpoint-protocol.md +1 -1
  65. package/template/{.agent/workflows/propagate-decision.md → .agents/skills/propagate-decision/SKILL.md} +4 -4
  66. package/template/{.agent/workflows/propagate-decision-apply.md → .agents/skills/propagate-decision-apply/SKILL.md} +6 -6
  67. package/template/{.agent/workflows/propagate-decision-scan.md → .agents/skills/propagate-decision-scan/SKILL.md} +5 -5
  68. package/template/{.agent/workflows/remediate-pipeline.md → .agents/skills/remediate-pipeline/SKILL.md} +4 -4
  69. package/template/{.agent/workflows/remediate-pipeline-assess.md → .agents/skills/remediate-pipeline-assess/SKILL.md} +8 -8
  70. package/template/{.agent/workflows/remediate-pipeline-execute.md → .agents/skills/remediate-pipeline-execute/SKILL.md} +6 -6
  71. package/template/{.agent/workflows/remediate-shard-split.md → .agents/skills/remediate-shard-split/SKILL.md} +5 -5
  72. package/template/{.agent/workflows/resolve-ambiguity.md → .agents/skills/resolve-ambiguity/SKILL.md} +1 -1
  73. package/template/{.agent/skills/resolve-ambiguity/SKILL.md → .agents/skills/resolve-ambiguity/library-skill.md} +4 -4
  74. package/template/{.agent → .agents}/skills/session-continuity/SKILL.md +1 -1
  75. package/template/{.agent → .agents}/skills/session-continuity/protocols/01-session-resumption.md +1 -1
  76. package/template/{.agent → .agents}/skills/session-continuity/protocols/02-progress-generation.md +1 -1
  77. package/template/{.agent → .agents}/skills/session-continuity/protocols/03-progress-update.md +1 -1
  78. package/template/{.agent → .agents}/skills/session-continuity/protocols/04-pattern-extraction.md +1 -1
  79. package/template/{.agent → .agents}/skills/session-continuity/protocols/05-session-close.md +1 -1
  80. package/template/{.agent → .agents}/skills/session-continuity/protocols/06-decision-analysis.md +1 -1
  81. package/template/{.agent → .agents}/skills/session-continuity/protocols/07-spec-pipeline-generation.md +1 -1
  82. package/template/{.agent → .agents}/skills/session-continuity/protocols/08-spec-pipeline-update.md +1 -1
  83. package/template/{.agent → .agents}/skills/session-continuity/protocols/09-parallel-claim.md +1 -1
  84. package/template/{.agent → .agents}/skills/session-continuity/protocols/10-placeholder-verification-gate.md +3 -3
  85. package/template/{.agent → .agents}/skills/session-continuity/protocols/11-parallel-synthesis.md +1 -1
  86. package/template/{.agent → .agents}/skills/session-continuity/protocols/ambiguity-gates.md +1 -1
  87. package/template/{.agent/workflows/setup-workspace.md → .agents/skills/setup-workspace/SKILL.md} +3 -3
  88. package/template/{.agent/workflows/setup-workspace-cicd.md → .agents/skills/setup-workspace-cicd/SKILL.md} +5 -5
  89. package/template/{.agent/workflows/setup-workspace-data.md → .agents/skills/setup-workspace-data/SKILL.md} +4 -4
  90. package/template/{.agent/workflows/setup-workspace-hosting.md → .agents/skills/setup-workspace-hosting/SKILL.md} +6 -6
  91. package/template/{.agent/workflows/setup-workspace-scaffold.md → .agents/skills/setup-workspace-scaffold/SKILL.md} +8 -8
  92. package/template/{.agent → .agents}/skills/skill-creator/SKILL.md +11 -11
  93. package/template/{.agent/workflows/sync-kit.md → .agents/skills/sync-kit/SKILL.md} +10 -10
  94. package/template/{.agent → .agents}/skills/tdd-workflow/SKILL.md +1 -1
  95. package/template/{.agent → .agents}/skills/testing-strategist/SKILL.md +1 -1
  96. package/template/{.agent/workflows/update-architecture-map.md → .agents/skills/update-architecture-map/SKILL.md} +6 -6
  97. package/template/{.agent/workflows/validate-phase.md → .agents/skills/validate-phase/SKILL.md} +4 -4
  98. package/template/{.agent/workflows/validate-phase-quality.md → .agents/skills/validate-phase-quality/SKILL.md} +7 -7
  99. package/template/{.agent/workflows/validate-phase-readiness.md → .agents/skills/validate-phase-readiness/SKILL.md} +8 -8
  100. package/template/{.agent/workflows/verify-infrastructure.md → .agents/skills/verify-infrastructure/SKILL.md} +9 -9
  101. package/template/{.agent/workflows/write-architecture-spec.md → .agents/skills/write-architecture-spec/SKILL.md} +5 -5
  102. package/template/{.agent/workflows/write-architecture-spec-deepen.md → .agents/skills/write-architecture-spec-deepen/SKILL.md} +8 -8
  103. package/template/{.agent/workflows/write-architecture-spec-design.md → .agents/skills/write-architecture-spec-design/SKILL.md} +14 -14
  104. package/template/{.agent/workflows/write-be-spec.md → .agents/skills/write-be-spec/SKILL.md} +6 -6
  105. package/template/{.agent/workflows/write-be-spec-classify.md → .agents/skills/write-be-spec-classify/SKILL.md} +5 -5
  106. package/template/{.agent/workflows/write-be-spec-write.md → .agents/skills/write-be-spec-write/SKILL.md} +11 -11
  107. package/template/{.agent/workflows/write-fe-spec.md → .agents/skills/write-fe-spec/SKILL.md} +6 -6
  108. package/template/{.agent/workflows/write-fe-spec-classify.md → .agents/skills/write-fe-spec-classify/SKILL.md} +11 -11
  109. package/template/{.agent/workflows/write-fe-spec-write.md → .agents/skills/write-fe-spec-write/SKILL.md} +12 -12
  110. package/template/.claude/skills/plan-phase/SKILL.md +27 -5
  111. package/template/.codex/skills/plan-phase/SKILL.md +27 -5
  112. package/template/.factory/README.md +1 -1
  113. package/template/.factory/skills/plan-phase/SKILL.md +27 -5
  114. package/template/.memory/migrate/migrate-legacy.mjs +1 -1
  115. package/template/.memory/pipeline/compile.mjs +3 -7
  116. package/template/.memory/pipeline/kit-sync.md +4 -4
  117. package/template/.memory/wiki-home.md +3 -3
  118. package/template/AGENTS.md +17 -17
  119. package/template/CLAUDE.md +6 -6
  120. package/template/GEMINI.md +21 -21
  121. package/template/docs/README.md +1 -1
  122. package/template/docs/kit-architecture.md +9 -9
  123. package/template/docs/progress-state-catalog.md +1 -1
  124. package/template/.memory/pipeline/mirror-plans.mjs +0 -110
  125. /package/template/{.agent → .agents}/PRDS/codex-runtime-support.md +0 -0
  126. /package/template/{.agent → .agents}/TASKS/codex-runtime-support.md +0 -0
  127. /package/template/{.agent → .agents}/instructions/commands.md +0 -0
  128. /package/template/{.agent → .agents}/instructions/example.md +0 -0
  129. /package/template/{.agent → .agents}/instructions/patterns.md +0 -0
  130. /package/template/{.agent → .agents}/rules/boundary-not-placeholder.md +0 -0
  131. /package/template/{.agent → .agents}/rules/debug-by-test.md +0 -0
  132. /package/template/{.agent → .agents}/rules/decision-classification.md +0 -0
  133. /package/template/{.agent → .agents}/rules/memory-capture.md +0 -0
  134. /package/template/{.agent → .agents}/rules/question-vs-command.md +0 -0
  135. /package/template/{.agent → .agents}/rules/security-first.md +0 -0
  136. /package/template/{.agent → .agents}/rules/single-question.md +0 -0
  137. /package/template/{.agent → .agents}/rules/skill-mcp-first.md +0 -0
  138. /package/template/{.agent → .agents}/rules/source-before-ask.md +0 -0
  139. /package/template/{.agent → .agents}/rules/specificity-standards.md +0 -0
  140. /package/template/{.agent → .agents}/rules/tdd-contract-first.md +0 -0
  141. /package/template/{.agent → .agents}/skill-library/meta/claude-code/agent-development/SKILL.md +0 -0
  142. /package/template/{.agent → .agents}/skill-library/meta/claude-code/hook-development/SKILL.md +0 -0
  143. /package/template/{.agent → .agents}/skill-library/meta/claude-code/plugin-structure/SKILL.md +0 -0
  144. /package/template/{.agent → .agents}/skill-library/meta/mcp-builder/SKILL.md +0 -0
  145. /package/template/{.agent → .agents}/skill-library/meta/product-marketing-context/SKILL.md +0 -0
  146. /package/template/{.agent → .agents}/skill-library/meta/tmux-processes/SKILL.md +0 -0
  147. /package/template/{.agent → .agents}/skill-library/meta/using-tmux-for-interactive-commands/SKILL.md +0 -0
  148. /package/template/{.agent → .agents}/skill-library/stack/3d/threejs-pro/SKILL.md +0 -0
  149. /package/template/{.agent → .agents}/skill-library/stack/ai/ai-sdk/SKILL.md +0 -0
  150. /package/template/{.agent → .agents}/skill-library/stack/ai/langchain/SKILL.md +0 -0
  151. /package/template/{.agent → .agents}/skill-library/stack/ai/ollama/SKILL.md +0 -0
  152. /package/template/{.agent → .agents}/skill-library/stack/ai/openai-sdk/SKILL.md +0 -0
  153. /package/template/{.agent → .agents}/skill-library/stack/analytics/google-analytics/SKILL.md +0 -0
  154. /package/template/{.agent → .agents}/skill-library/stack/api/graphql/SKILL.md +0 -0
  155. /package/template/{.agent → .agents}/skill-library/stack/api/trpc/SKILL.md +0 -0
  156. /package/template/{.agent → .agents}/skill-library/stack/auth/authjs/SKILL.md +0 -0
  157. /package/template/{.agent → .agents}/skill-library/stack/auth/clerk/SKILL.md +0 -0
  158. /package/template/{.agent → .agents}/skill-library/stack/auth/firebase-auth/SKILL.md +0 -0
  159. /package/template/{.agent → .agents}/skill-library/stack/auth/lucia/SKILL.md +0 -0
  160. /package/template/{.agent → .agents}/skill-library/stack/auth/supabase-auth/SKILL.md +0 -0
  161. /package/template/{.agent → .agents}/skill-library/stack/cms/payload-cms/SKILL.md +0 -0
  162. /package/template/{.agent → .agents}/skill-library/stack/cms/shopify/SKILL.md +0 -0
  163. /package/template/{.agent → .agents}/skill-library/stack/cms/wordpress/SKILL.md +0 -0
  164. /package/template/{.agent → .agents}/skill-library/stack/css/sass-scss/SKILL.md +0 -0
  165. /package/template/{.agent → .agents}/skill-library/stack/css/tailwind-css-patterns/SKILL.md +0 -0
  166. /package/template/{.agent → .agents}/skill-library/stack/css/tailwind-design-system/SKILL.md +0 -0
  167. /package/template/{.agent → .agents}/skill-library/stack/css/vanilla-css/SKILL.md +0 -0
  168. /package/template/{.agent → .agents}/skill-library/stack/databases/clickhouse/SKILL.md +0 -0
  169. /package/template/{.agent → .agents}/skill-library/stack/databases/influxdb/SKILL.md +0 -0
  170. /package/template/{.agent → .agents}/skill-library/stack/databases/lancedb/SKILL.md +0 -0
  171. /package/template/{.agent → .agents}/skill-library/stack/databases/mongodb/SKILL.md +0 -0
  172. /package/template/{.agent → .agents}/skill-library/stack/databases/neo4j/SKILL.md +0 -0
  173. /package/template/{.agent → .agents}/skill-library/stack/databases/pgvector/SKILL.md +0 -0
  174. /package/template/{.agent → .agents}/skill-library/stack/databases/pinecone/SKILL.md +0 -0
  175. /package/template/{.agent → .agents}/skill-library/stack/databases/postgresql/SKILL.md +0 -0
  176. /package/template/{.agent → .agents}/skill-library/stack/databases/qdrant/SKILL.md +0 -0
  177. /package/template/{.agent → .agents}/skill-library/stack/databases/redis/SKILL.md +0 -0
  178. /package/template/{.agent → .agents}/skill-library/stack/databases/spacetimedb/SKILL.md +0 -0
  179. /package/template/{.agent → .agents}/skill-library/stack/databases/sqlite/SKILL.md +0 -0
  180. /package/template/{.agent → .agents}/skill-library/stack/databases/supabase/SKILL.md +0 -0
  181. /package/template/{.agent → .agents}/skill-library/stack/databases/surrealdb-expert/SKILL.md +0 -0
  182. /package/template/{.agent → .agents}/skill-library/stack/databases/timescaledb/SKILL.md +0 -0
  183. /package/template/{.agent → .agents}/skill-library/stack/databases/weaviate/SKILL.md +0 -0
  184. /package/template/{.agent → .agents}/skill-library/stack/devops/git-advanced/SKILL.md +0 -0
  185. /package/template/{.agent → .agents}/skill-library/stack/devops/git-workflow/SKILL.md +0 -0
  186. /package/template/{.agent → .agents}/skill-library/stack/devops/github-actions/SKILL.md +0 -0
  187. /package/template/{.agent → .agents}/skill-library/stack/devops/kubernetes/SKILL.md +0 -0
  188. /package/template/{.agent → .agents}/skill-library/stack/devops/nginx/SKILL.md +0 -0
  189. /package/template/{.agent → .agents}/skill-library/stack/devops/terraform/SKILL.md +0 -0
  190. /package/template/{.agent → .agents}/skill-library/stack/email/resend/SKILL.md +0 -0
  191. /package/template/{.agent → .agents}/skill-library/stack/extensions/chrome-extension/SKILL.md +0 -0
  192. /package/template/{.agent → .agents}/skill-library/stack/extensions/plasmo/SKILL.md +0 -0
  193. /package/template/{.agent → .agents}/skill-library/stack/extensions/vscode-extension/SKILL.md +0 -0
  194. /package/template/{.agent → .agents}/skill-library/stack/extensions/wxt/SKILL.md +0 -0
  195. /package/template/{.agent → .agents}/skill-library/stack/feature-flags/flagsmith/SKILL.md +0 -0
  196. /package/template/{.agent → .agents}/skill-library/stack/feature-flags/launchdarkly/SKILL.md +0 -0
  197. /package/template/{.agent → .agents}/skill-library/stack/feature-flags/posthog-flags/SKILL.md +0 -0
  198. /package/template/{.agent → .agents}/skill-library/stack/frameworks/astro-framework/SKILL.md +0 -0
  199. /package/template/{.agent → .agents}/skill-library/stack/frameworks/electron/SKILL.md +0 -0
  200. /package/template/{.agent → .agents}/skill-library/stack/frameworks/fastapi/SKILL.md +0 -0
  201. /package/template/{.agent → .agents}/skill-library/stack/frameworks/hono/SKILL.md +0 -0
  202. /package/template/{.agent → .agents}/skill-library/stack/frameworks/nestjs/SKILL.md +0 -0
  203. /package/template/{.agent → .agents}/skill-library/stack/frameworks/nextjs/SKILL.md +0 -0
  204. /package/template/{.agent → .agents}/skill-library/stack/frameworks/nuxt/SKILL.md +0 -0
  205. /package/template/{.agent → .agents}/skill-library/stack/frameworks/svelte5/SKILL.md +0 -0
  206. /package/template/{.agent → .agents}/skill-library/stack/frameworks/svelte5/references/events.md +0 -0
  207. /package/template/{.agent → .agents}/skill-library/stack/frameworks/svelte5/references/migration.md +0 -0
  208. /package/template/{.agent → .agents}/skill-library/stack/frameworks/svelte5/references/performance.md +0 -0
  209. /package/template/{.agent → .agents}/skill-library/stack/frameworks/svelte5/references/runes.md +0 -0
  210. /package/template/{.agent → .agents}/skill-library/stack/frameworks/svelte5/references/snippets.md +0 -0
  211. /package/template/{.agent → .agents}/skill-library/stack/frameworks/svelte5/references/sveltekit.md +0 -0
  212. /package/template/{.agent → .agents}/skill-library/stack/frameworks/svelte5/references/typescript.md +0 -0
  213. /package/template/{.agent → .agents}/skill-library/stack/frameworks/sveltekit/SKILL.md +0 -0
  214. /package/template/{.agent → .agents}/skill-library/stack/frameworks/tauri/SKILL.md +0 -0
  215. /package/template/{.agent → .agents}/skill-library/stack/gamedev/godot/SKILL.md +0 -0
  216. /package/template/{.agent → .agents}/skill-library/stack/gamedev/unity/SKILL.md +0 -0
  217. /package/template/{.agent → .agents}/skill-library/stack/hosting/aws/SKILL.md +0 -0
  218. /package/template/{.agent → .agents}/skill-library/stack/hosting/cloudflare/SKILL.md +0 -0
  219. /package/template/{.agent → .agents}/skill-library/stack/hosting/docker-expert/SKILL.md +0 -0
  220. /package/template/{.agent → .agents}/skill-library/stack/hosting/vercel/SKILL.md +0 -0
  221. /package/template/{.agent → .agents}/skill-library/stack/languages/bash-scripting/SKILL.md +0 -0
  222. /package/template/{.agent → .agents}/skill-library/stack/languages/c-cpp/SKILL.md +0 -0
  223. /package/template/{.agent → .agents}/skill-library/stack/languages/gdscript/SKILL.md +0 -0
  224. /package/template/{.agent → .agents}/skill-library/stack/languages/go/SKILL.md +0 -0
  225. /package/template/{.agent → .agents}/skill-library/stack/languages/java/SKILL.md +0 -0
  226. /package/template/{.agent → .agents}/skill-library/stack/languages/kotlin/SKILL.md +0 -0
  227. /package/template/{.agent → .agents}/skill-library/stack/languages/python/SKILL.md +0 -0
  228. /package/template/{.agent → .agents}/skill-library/stack/languages/rust/SKILL.md +0 -0
  229. /package/template/{.agent → .agents}/skill-library/stack/languages/typescript-advanced-patterns/SKILL.md +0 -0
  230. /package/template/{.agent → .agents}/skill-library/stack/languages/typescript-advanced-patterns/references/advanced-generics.md +0 -0
  231. /package/template/{.agent → .agents}/skill-library/stack/languages/typescript-advanced-patterns/references/branded-types.md +0 -0
  232. /package/template/{.agent → .agents}/skill-library/stack/languages/typescript-advanced-patterns/references/builder-pattern.md +0 -0
  233. /package/template/{.agent → .agents}/skill-library/stack/languages/typescript-advanced-patterns/references/common-pitfalls.md +0 -0
  234. /package/template/{.agent → .agents}/skill-library/stack/languages/typescript-advanced-patterns/references/conditional-types.md +0 -0
  235. /package/template/{.agent → .agents}/skill-library/stack/languages/typescript-advanced-patterns/references/decorators.md +0 -0
  236. /package/template/{.agent → .agents}/skill-library/stack/languages/typescript-advanced-patterns/references/discriminated-unions.md +0 -0
  237. /package/template/{.agent → .agents}/skill-library/stack/languages/typescript-advanced-patterns/references/mapped-types.md +0 -0
  238. /package/template/{.agent → .agents}/skill-library/stack/languages/typescript-advanced-patterns/references/performance-best-practices.md +0 -0
  239. /package/template/{.agent → .agents}/skill-library/stack/languages/typescript-advanced-patterns/references/template-literal-types.md +0 -0
  240. /package/template/{.agent → .agents}/skill-library/stack/languages/typescript-advanced-patterns/references/testing-types.md +0 -0
  241. /package/template/{.agent → .agents}/skill-library/stack/languages/typescript-advanced-patterns/references/type-guards.md +0 -0
  242. /package/template/{.agent → .agents}/skill-library/stack/languages/typescript-advanced-patterns/references/type-inference.md +0 -0
  243. /package/template/{.agent → .agents}/skill-library/stack/languages/typescript-advanced-patterns/references/utility-types.md +0 -0
  244. /package/template/{.agent → .agents}/skill-library/stack/languages/vanilla-javascript/SKILL.md +0 -0
  245. /package/template/{.agent → .agents}/skill-library/stack/messaging/kafka/SKILL.md +0 -0
  246. /package/template/{.agent → .agents}/skill-library/stack/messaging/nats/SKILL.md +0 -0
  247. /package/template/{.agent → .agents}/skill-library/stack/messaging/rabbitmq/SKILL.md +0 -0
  248. /package/template/{.agent → .agents}/skill-library/stack/messaging/sqs/SKILL.md +0 -0
  249. /package/template/{.agent → .agents}/skill-library/stack/mobile/expo-react-native/SKILL.md +0 -0
  250. /package/template/{.agent → .agents}/skill-library/stack/mobile/flutter/SKILL.md +0 -0
  251. /package/template/{.agent → .agents}/skill-library/stack/mobile/kotlin-compose/SKILL.md +0 -0
  252. /package/template/{.agent → .agents}/skill-library/stack/mobile/react-native/SKILL.md +0 -0
  253. /package/template/{.agent → .agents}/skill-library/stack/mobile/swiftui/SKILL.md +0 -0
  254. /package/template/{.agent → .agents}/skill-library/stack/monitoring/posthog/SKILL.md +0 -0
  255. /package/template/{.agent → .agents}/skill-library/stack/monitoring/sentry/SKILL.md +0 -0
  256. /package/template/{.agent → .agents}/skill-library/stack/notifications/fcm/SKILL.md +0 -0
  257. /package/template/{.agent → .agents}/skill-library/stack/notifications/sendgrid/SKILL.md +0 -0
  258. /package/template/{.agent → .agents}/skill-library/stack/notifications/twilio/SKILL.md +0 -0
  259. /package/template/{.agent → .agents}/skill-library/stack/observability/datadog/SKILL.md +0 -0
  260. /package/template/{.agent → .agents}/skill-library/stack/observability/distributed-tracing/SKILL.md +0 -0
  261. /package/template/{.agent → .agents}/skill-library/stack/observability/opentelemetry/SKILL.md +0 -0
  262. /package/template/{.agent → .agents}/skill-library/stack/observability/prometheus-grafana/SKILL.md +0 -0
  263. /package/template/{.agent → .agents}/skill-library/stack/observability/python-observability/SKILL.md +0 -0
  264. /package/template/{.agent → .agents}/skill-library/stack/orm/drizzle-orm/SKILL.md +0 -0
  265. /package/template/{.agent → .agents}/skill-library/stack/orm/prisma/SKILL.md +0 -0
  266. /package/template/{.agent → .agents}/skill-library/stack/payments/lemonsqueezy/SKILL.md +0 -0
  267. /package/template/{.agent → .agents}/skill-library/stack/payments/stripe-integration/SKILL.md +0 -0
  268. /package/template/{.agent → .agents}/skill-library/stack/queue/bullmq/SKILL.md +0 -0
  269. /package/template/{.agent → .agents}/skill-library/stack/queue/inngest/SKILL.md +0 -0
  270. /package/template/{.agent → .agents}/skill-library/stack/realtime/socketio/SKILL.md +0 -0
  271. /package/template/{.agent → .agents}/skill-library/stack/search/algolia/SKILL.md +0 -0
  272. /package/template/{.agent → .agents}/skill-library/stack/search/elasticsearch/SKILL.md +0 -0
  273. /package/template/{.agent → .agents}/skill-library/stack/search/meilisearch/SKILL.md +0 -0
  274. /package/template/{.agent → .agents}/skill-library/stack/search/typesense/SKILL.md +0 -0
  275. /package/template/{.agent → .agents}/skill-library/stack/security/crypto-patterns/SKILL.md +0 -0
  276. /package/template/{.agent → .agents}/skill-library/stack/security/csp-cors-headers/SKILL.md +0 -0
  277. /package/template/{.agent → .agents}/skill-library/stack/security/dependency-auditing/SKILL.md +0 -0
  278. /package/template/{.agent → .agents}/skill-library/stack/security/input-sanitization/SKILL.md +0 -0
  279. /package/template/{.agent → .agents}/skill-library/stack/security/owasp-web-security/SKILL.md +0 -0
  280. /package/template/{.agent → .agents}/skill-library/stack/state/tanstack-query/SKILL.md +0 -0
  281. /package/template/{.agent → .agents}/skill-library/stack/state/zustand/SKILL.md +0 -0
  282. /package/template/{.agent → .agents}/skill-library/stack/storage/aws-s3/SKILL.md +0 -0
  283. /package/template/{.agent → .agents}/skill-library/stack/storage/cloudflare-r2/SKILL.md +0 -0
  284. /package/template/{.agent → .agents}/skill-library/stack/storage/gcs/SKILL.md +0 -0
  285. /package/template/{.agent → .agents}/skill-library/stack/testing/playwright/SKILL.md +0 -0
  286. /package/template/{.agent → .agents}/skill-library/stack/testing/storybook/SKILL.md +0 -0
  287. /package/template/{.agent → .agents}/skill-library/stack/testing/testing-library/SKILL.md +0 -0
  288. /package/template/{.agent → .agents}/skill-library/stack/testing/vitest/SKILL.md +0 -0
  289. /package/template/{.agent → .agents}/skill-library/stack/ui/react-best-practices/SKILL.md +0 -0
  290. /package/template/{.agent → .agents}/skill-library/stack/ui/react-composition-patterns/SKILL.md +0 -0
  291. /package/template/{.agent → .agents}/skill-library/stack/ui/react-flow/SKILL.md +0 -0
  292. /package/template/{.agent → .agents}/skill-library/stack/ui/shadcn-ui/SKILL.md +0 -0
  293. /package/template/{.agent → .agents}/skill-library/stack/ui/svelte-flow/SKILL.md +0 -0
  294. /package/template/{.agent → .agents}/skill-library/surface/api/api-caching/SKILL.md +0 -0
  295. /package/template/{.agent → .agents}/skill-library/surface/api/api-documentation-openapi/SKILL.md +0 -0
  296. /package/template/{.agent → .agents}/skill-library/surface/api/api-error-handling/SKILL.md +0 -0
  297. /package/template/{.agent → .agents}/skill-library/surface/api/api-security-checklist/SKILL.md +0 -0
  298. /package/template/{.agent → .agents}/skill-library/surface/api/email-best-practices/SKILL.md +0 -0
  299. /package/template/{.agent → .agents}/skill-library/surface/api/rate-limiting-abuse-protection/SKILL.md +0 -0
  300. /package/template/{.agent → .agents}/skill-library/surface/api/webhook-design/SKILL.md +0 -0
  301. /package/template/{.agent → .agents}/skill-library/surface/cli/cli-configuration-management/SKILL.md +0 -0
  302. /package/template/{.agent → .agents}/skill-library/surface/cli/cli-error-diagnostics/SKILL.md +0 -0
  303. /package/template/{.agent → .agents}/skill-library/surface/cli/cli-shell-integration/SKILL.md +0 -0
  304. /package/template/{.agent → .agents}/skill-library/surface/cli/cli-ux-design/SKILL.md +0 -0
  305. /package/template/{.agent → .agents}/skill-library/surface/desktop/desktop-app-distribution/SKILL.md +0 -0
  306. /package/template/{.agent → .agents}/skill-library/surface/desktop/desktop-security-sandboxing/SKILL.md +0 -0
  307. /package/template/{.agent → .agents}/skill-library/surface/desktop/desktop-ux-conventions/SKILL.md +0 -0
  308. /package/template/{.agent → .agents}/skill-library/surface/desktop/native-os-integration/SKILL.md +0 -0
  309. /package/template/{.agent → .agents}/skill-library/surface/extension/browser-extension-patterns/SKILL.md +0 -0
  310. /package/template/{.agent → .agents}/skill-library/surface/extension/plugin-architecture-design/SKILL.md +0 -0
  311. /package/template/{.agent → .agents}/skill-library/surface/extension/vscode-extension-development/SKILL.md +0 -0
  312. /package/template/{.agent → .agents}/skill-library/surface/mobile/app-store-submission/SKILL.md +0 -0
  313. /package/template/{.agent → .agents}/skill-library/surface/mobile/mobile-offline-sync/SKILL.md +0 -0
  314. /package/template/{.agent → .agents}/skill-library/surface/mobile/mobile-responsive-patterns/SKILL.md +0 -0
  315. /package/template/{.agent → .agents}/skill-library/surface/mobile/push-notifications/SKILL.md +0 -0
  316. /package/template/{.agent → .agents}/skill-library/surface/web/accessibility-compliance/SKILL.md +0 -0
  317. /package/template/{.agent → .agents}/skill-library/surface/web/ai-seo/SKILL.md +0 -0
  318. /package/template/{.agent → .agents}/skill-library/surface/web/ai-seo/references/content-patterns.md +0 -0
  319. /package/template/{.agent → .agents}/skill-library/surface/web/ai-seo/references/platform-ranking-factors.md +0 -0
  320. /package/template/{.agent → .agents}/skill-library/surface/web/analytics-tracking/SKILL.md +0 -0
  321. /package/template/{.agent → .agents}/skill-library/surface/web/analytics-tracking/references/event-library.md +0 -0
  322. /package/template/{.agent → .agents}/skill-library/surface/web/analytics-tracking/references/ga4-implementation.md +0 -0
  323. /package/template/{.agent → .agents}/skill-library/surface/web/analytics-tracking/references/gtm-implementation.md +0 -0
  324. /package/template/{.agent → .agents}/skill-library/surface/web/authentication-ui-flows/SKILL.md +0 -0
  325. /package/template/{.agent → .agents}/skill-library/surface/web/dark-mode-theming/SKILL.md +0 -0
  326. /package/template/{.agent → .agents}/skill-library/surface/web/design-reference-data/data/charts.csv +0 -0
  327. /package/template/{.agent → .agents}/skill-library/surface/web/design-reference-data/data/colors.csv +0 -0
  328. /package/template/{.agent → .agents}/skill-library/surface/web/design-reference-data/data/landing.csv +0 -0
  329. /package/template/{.agent → .agents}/skill-library/surface/web/design-reference-data/data/styles.csv +0 -0
  330. /package/template/{.agent → .agents}/skill-library/surface/web/design-reference-data/data/typography.csv +0 -0
  331. /package/template/{.agent → .agents}/skill-library/surface/web/design-reference-data/data/ux-guidelines.csv +0 -0
  332. /package/template/{.agent → .agents}/skill-library/surface/web/design-reference-data/scripts/core.py +0 -0
  333. /package/template/{.agent → .agents}/skill-library/surface/web/design-reference-data/scripts/design_system.py +0 -0
  334. /package/template/{.agent → .agents}/skill-library/surface/web/design-reference-data/scripts/search.py +0 -0
  335. /package/template/{.agent → .agents}/skill-library/surface/web/form-handling-validation/SKILL.md +0 -0
  336. /package/template/{.agent → .agents}/skill-library/surface/web/frontend-design/templates/cppn-hero.tsx +0 -0
  337. /package/template/{.agent → .agents}/skill-library/surface/web/frontend-design/templates/wave-hero.tsx +0 -0
  338. /package/template/{.agent → .agents}/skill-library/surface/web/frontend-verification/scripts/ux_audit.py +0 -0
  339. /package/template/{.agent → .agents}/skill-library/surface/web/i18n-localization/SKILL.md +0 -0
  340. /package/template/{.agent → .agents}/skill-library/surface/web/i18n-localization/references/icu-message-format.md +0 -0
  341. /package/template/{.agent → .agents}/skill-library/surface/web/i18n-localization/references/intl-api-patterns.md +0 -0
  342. /package/template/{.agent → .agents}/skill-library/surface/web/i18n-localization/references/rtl-support.md +0 -0
  343. /package/template/{.agent → .agents}/skill-library/surface/web/offline-first-pwa/SKILL.md +0 -0
  344. /package/template/{.agent → .agents}/skill-library/surface/web/page-cro/SKILL.md +0 -0
  345. /package/template/{.agent → .agents}/skill-library/surface/web/page-cro/references/experiments.md +0 -0
  346. /package/template/{.agent → .agents}/skill-library/surface/web/programmatic-seo/SKILL.md +0 -0
  347. /package/template/{.agent → .agents}/skill-library/surface/web/programmatic-seo/references/playbooks.md +0 -0
  348. /package/template/{.agent → .agents}/skill-library/surface/web/schema-markup/SKILL.md +0 -0
  349. /package/template/{.agent → .agents}/skill-library/surface/web/schema-markup/references/schema-examples.md +0 -0
  350. /package/template/{.agent → .agents}/skill-library/surface/web/seo-audit/SKILL.md +0 -0
  351. /package/template/{.agent → .agents}/skill-library/surface/web/seo-audit/references/ai-writing-detection.md +0 -0
  352. /package/template/{.agent → .agents}/skill-library/surface/web/web-performance-optimization/SKILL.md +0 -0
  353. /package/template/{.agent → .agents}/skill-library/surface/web/web-scraping/SKILL.md +0 -0
  354. /package/template/{.agent → .agents}/skills/accessibility/SKILL.md +0 -0
  355. /package/template/{.agent → .agents}/skills/accessibility/references/WCAG.md +0 -0
  356. /package/template/{.agent → .agents}/skills/accessibility/references/ia-spec-checklist.md +0 -0
  357. /package/template/{.agent → .agents}/skills/adversarial-review/SKILL.md +0 -0
  358. /package/template/{.agent → .agents}/skills/antigravity-workflows/SKILL.md +0 -0
  359. /package/template/{.agent → .agents}/skills/antigravity-workflows/resources/implementation-playbook.md +0 -0
  360. /package/template/{.agent → .agents}/skills/api-design-principles/SKILL.md +0 -0
  361. /package/template/{.agent → .agents}/skills/api-design-principles/assets/api-design-checklist.md +0 -0
  362. /package/template/{.agent → .agents}/skills/api-design-principles/assets/rest-api-template.py +0 -0
  363. /package/template/{.agent → .agents}/skills/api-design-principles/references/graphql-schema-design.md +0 -0
  364. /package/template/{.agent → .agents}/skills/api-design-principles/references/rest-best-practices.md +0 -0
  365. /package/template/{.agent → .agents}/skills/api-design-principles/resources/implementation-playbook.md +0 -0
  366. /package/template/{.agent → .agents}/skills/api-versioning/SKILL.md +0 -0
  367. /package/template/{.agent → .agents}/skills/api-versioning/references/typescript.md +0 -0
  368. /package/template/{.agent → .agents}/skills/architecture-mapping/SKILL.md +0 -0
  369. /package/template/{.agent → .agents}/skills/brainstorming/SKILL.md +0 -0
  370. /package/template/{.agent → .agents}/skills/brand-guidelines/SKILL.md +0 -0
  371. /package/template/{.agent → .agents}/skills/clean-code/SKILL.md +0 -0
  372. /package/template/{.agent → .agents}/skills/clean-code/references/typescript.md +0 -0
  373. /package/template/{.agent → .agents}/skills/code-review-pro/SKILL.md +0 -0
  374. /package/template/{.agent → .agents}/skills/concise-planning/SKILL.md +0 -0
  375. /package/template/{.agent → .agents}/skills/cross-layer-consistency/SKILL.md +0 -0
  376. /package/template/{.agent → .agents}/skills/database-schema-design/references/relational.md +0 -0
  377. /package/template/{.agent → .agents}/skills/deployment-procedures/SKILL.md +0 -0
  378. /package/template/{.agent → .agents}/skills/design-anti-cliche/SKILL.md +0 -0
  379. /package/template/{.agent → .agents}/skills/design-direction/SKILL.md +0 -0
  380. /package/template/{.agent → .agents}/skills/error-handling-patterns/references/go.md +0 -0
  381. /package/template/{.agent → .agents}/skills/error-handling-patterns/references/python.md +0 -0
  382. /package/template/{.agent → .agents}/skills/error-handling-patterns/references/rust.md +0 -0
  383. /package/template/{.agent → .agents}/skills/error-handling-patterns/references/typescript.md +0 -0
  384. /package/template/{.agent → .agents}/skills/git-advanced/SKILL.md +0 -0
  385. /package/template/{.agent → .agents}/skills/git-workflow/SKILL.md +0 -0
  386. /package/template/{.agent → .agents}/skills/logging-best-practices/SKILL.md +0 -0
  387. /package/template/{.agent → .agents}/skills/logging-best-practices/references/go.md +0 -0
  388. /package/template/{.agent → .agents}/skills/logging-best-practices/references/python.md +0 -0
  389. /package/template/{.agent → .agents}/skills/logging-best-practices/references/typescript.md +0 -0
  390. /package/template/{.agent → .agents}/skills/migration-management/references/relational.md +0 -0
  391. /package/template/{.agent → .agents}/skills/minimalist-surgical-development/SKILL.md +0 -0
  392. /package/template/{.agent → .agents}/skills/parallel-debugging/SKILL.md +0 -0
  393. /package/template/{.agent → .agents}/skills/parallel-feature-development/SKILL.md +0 -0
  394. /package/template/{.agent → .agents}/skills/performance-budgeting/SKILL.md +0 -0
  395. /package/template/{.agent → .agents}/skills/pipeline-rubrics/SKILL.md +0 -0
  396. /package/template/{.agent → .agents}/skills/pipeline-rubrics/references/architecture-rubric.md +0 -0
  397. /package/template/{.agent → .agents}/skills/pipeline-rubrics/references/be-rubric.md +0 -0
  398. /package/template/{.agent → .agents}/skills/pipeline-rubrics/references/fe-rubric.md +0 -0
  399. /package/template/{.agent → .agents}/skills/pipeline-rubrics/references/ia-rubric.md +0 -0
  400. /package/template/{.agent → .agents}/skills/pipeline-rubrics/references/scoring.md +0 -0
  401. /package/template/{.agent → .agents}/skills/pipeline-rubrics/references/vision-rubric.md +0 -0
  402. /package/template/{.agent → .agents}/skills/prd-templates/SKILL.md +0 -0
  403. /package/template/{.agent → .agents}/skills/prd-templates/references/architecture-completeness-checklist.md +0 -0
  404. /package/template/{.agent → .agents}/skills/prd-templates/references/architecture-design-template.md +0 -0
  405. /package/template/{.agent → .agents}/skills/prd-templates/references/be-spec-classification.md +0 -0
  406. /package/template/{.agent → .agents}/skills/prd-templates/references/be-spec-template.md +0 -0
  407. /package/template/{.agent → .agents}/skills/prd-templates/references/constraint-exploration.md +0 -0
  408. /package/template/{.agent → .agents}/skills/prd-templates/references/data-placement-template.md +0 -0
  409. /package/template/{.agent → .agents}/skills/prd-templates/references/decomposition-templates.md +0 -0
  410. /package/template/{.agent → .agents}/skills/prd-templates/references/deep-ideation-loading-protocol.md +0 -0
  411. /package/template/{.agent → .agents}/skills/prd-templates/references/design-system-decisions.md +0 -0
  412. /package/template/{.agent → .agents}/skills/prd-templates/references/design-system-prerequisite-check.md +0 -0
  413. /package/template/{.agent → .agents}/skills/prd-templates/references/domain-exhaustion-criteria.md +0 -0
  414. /package/template/{.agent → .agents}/skills/prd-templates/references/engineering-standards-template.md +0 -0
  415. /package/template/{.agent → .agents}/skills/prd-templates/references/expansion-modes.md +0 -0
  416. /package/template/{.agent → .agents}/skills/prd-templates/references/fe-classification-procedures.md +0 -0
  417. /package/template/{.agent → .agents}/skills/prd-templates/references/fe-spec-template.md +0 -0
  418. /package/template/{.agent → .agents}/skills/prd-templates/references/feature-ledger-protocol.md +0 -0
  419. /package/template/{.agent → .agents}/skills/prd-templates/references/fractal-cx-template.md +0 -0
  420. /package/template/{.agent → .agents}/skills/prd-templates/references/fractal-feature-template.md +0 -0
  421. /package/template/{.agent → .agents}/skills/prd-templates/references/fractal-node-index-template.md +0 -0
  422. /package/template/{.agent → .agents}/skills/prd-templates/references/gate-applicability.md +0 -0
  423. /package/template/{.agent → .agents}/skills/prd-templates/references/ideation-crosscut-template.md +0 -0
  424. /package/template/{.agent → .agents}/skills/prd-templates/references/ideation-index-template.md +0 -0
  425. /package/template/{.agent → .agents}/skills/prd-templates/references/ideation-meta-template.md +0 -0
  426. /package/template/{.agent → .agents}/skills/prd-templates/references/infrastructure-report-template.md +0 -0
  427. /package/template/{.agent → .agents}/skills/prd-templates/references/operational-templates.md +0 -0
  428. /package/template/{.agent → .agents}/skills/prd-templates/references/placeholder-guard-template.md +0 -0
  429. /package/template/{.agent → .agents}/skills/prd-templates/references/shard-split-remediation.md +0 -0
  430. /package/template/{.agent → .agents}/skills/prd-templates/references/slice-completion-gates.md +0 -0
  431. /package/template/{.agent → .agents}/skills/prd-templates/references/surface-model.md +0 -0
  432. /package/template/{.agent → .agents}/skills/prd-templates/references/tdd-testing-policy.md +0 -0
  433. /package/template/{.agent → .agents}/skills/prd-templates/references/vision-template.md +0 -0
  434. /package/template/{.agent → .agents}/skills/prd-templates/references/write-verification-protocol.md +0 -0
  435. /package/template/{.agent → .agents}/skills/prompt-engineer/SKILL.md +0 -0
  436. /package/template/{.agent → .agents}/skills/regex-patterns/SKILL.md +0 -0
  437. /package/template/{.agent → .agents}/skills/regex-patterns/references/go.md +0 -0
  438. /package/template/{.agent → .agents}/skills/regex-patterns/references/javascript.md +0 -0
  439. /package/template/{.agent → .agents}/skills/regex-patterns/references/python.md +0 -0
  440. /package/template/{.agent → .agents}/skills/regex-patterns/references/rust.md +0 -0
  441. /package/template/{.agent → .agents}/skills/security-scanning-security-hardening/SKILL.md +0 -0
  442. /package/template/{.agent → .agents}/skills/skill-creator/references/.gitkeep +0 -0
  443. /package/template/{.agent → .agents}/skills/skill-creator/scripts/.gitkeep +0 -0
  444. /package/template/{.agent → .agents}/skills/spec-writing/SKILL.md +0 -0
  445. /package/template/{.agent → .agents}/skills/systematic-debugging/CREATION-LOG.md +0 -0
  446. /package/template/{.agent → .agents}/skills/systematic-debugging/SKILL.md +0 -0
  447. /package/template/{.agent → .agents}/skills/systematic-debugging/condition-based-waiting-example.ts +0 -0
  448. /package/template/{.agent → .agents}/skills/systematic-debugging/condition-based-waiting.md +0 -0
  449. /package/template/{.agent → .agents}/skills/systematic-debugging/defense-in-depth.md +0 -0
  450. /package/template/{.agent → .agents}/skills/systematic-debugging/find-polluter.sh +0 -0
  451. /package/template/{.agent → .agents}/skills/systematic-debugging/root-cause-tracing.md +0 -0
  452. /package/template/{.agent → .agents}/skills/systematic-debugging/test-academic.md +0 -0
  453. /package/template/{.agent → .agents}/skills/systematic-debugging/test-pressure-1.md +0 -0
  454. /package/template/{.agent → .agents}/skills/systematic-debugging/test-pressure-2.md +0 -0
  455. /package/template/{.agent → .agents}/skills/systematic-debugging/test-pressure-3.md +0 -0
  456. /package/template/{.agent → .agents}/skills/tdd-workflow/references/typescript.md +0 -0
  457. /package/template/{.agent → .agents}/skills/tech-stack-catalog/SKILL.md +0 -0
  458. /package/template/{.agent → .agents}/skills/tech-stack-catalog/references/constraint-questions.md +0 -0
  459. /package/template/{.agent → .agents}/skills/tech-stack-catalog/references/dev-tooling-decisions.md +0 -0
  460. /package/template/{.agent → .agents}/skills/tech-stack-catalog/references/surface-decision-tables.md +0 -0
  461. /package/template/{.agent → .agents}/skills/technical-writer/SKILL.md +0 -0
  462. /package/template/{.agent → .agents}/skills/testing-strategist/references/typescript.md +0 -0
  463. /package/template/{.agent → .agents}/skills/verification-before-completion/SKILL.md +0 -0
  464. /package/template/{.agent → .agents}/skills/workflow-automation/SKILL.md +0 -0
  465. /package/template/{.agent → .agents}/skills/workflow-automation/references/inngest.md +0 -0
  466. /package/template/{.agent → .agents}/skills/workflow-automation/references/temporal.md +0 -0
package/README.md CHANGED
@@ -35,7 +35,7 @@ npx cfsa-antigravity init --agent claude,factory
35
35
 
36
36
  Runtimes are auto-detected from the template. Currently shipped:
37
37
 
38
- - **Antigravity** (`.agent/`) -- Antigravity, Cursor, Gemini CLI
38
+ - **Antigravity** (`.agents/`) -- Antigravity, Cursor, Gemini CLI
39
39
  - **Codex** (`.codex/`) -- Standalone Codex runtime
40
40
  - **Claude Code** (`.claude/`) -- Standalone Claude Code runtime
41
41
  - **Factory Droid** (`.factory/`) -- Standalone Factory Droid runtime
@@ -110,7 +110,7 @@ If you are using an editor that indexes agent files for slash commands, do not h
110
110
  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
111
 
112
112
  Examples:
113
- 1. Antigravity install → keep `.agent/` out of `.gitignore`
113
+ 1. Antigravity install → keep `.agents/` out of `.gitignore`
114
114
  2. Codex install → keep `.codex/` out of `.gitignore`
115
115
  3. Claude install → keep `.claude/` out of `.gitignore`
116
116
  4. Factory install → keep `.factory/` out of `.gitignore`
@@ -141,7 +141,7 @@ This performs a **semantic merge** — it applies new workflows, skills, and rul
141
141
  ## What Init Adds
142
142
 
143
143
  A fresh `init` now installs:
144
- - your selected runtime directories (`.agent/`, `.codex/`, `.claude/`, `.factory/`)
144
+ - your selected runtime directories (`.agents/`, `.codex/`, `.claude/`, `.factory/`)
145
145
  - `docs/`
146
146
  - shared `.memory/`
147
147
  - the shared memory MCP server/runtime under `.memory/mcp-server/`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cfsa-antigravity",
3
- "version": "3.1.1",
3
+ "version": "5.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",
@@ -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
@@ -9,11 +9,11 @@ version: 3.0.0
9
9
  **This is a utility command, not an entry point.** It gets called by other pipeline commands (like `/create-prd`, `/write-be-spec`, `/write-fe-spec`, `/implement-slice`) whenever they make tech stack decisions or introduce new dependencies.
10
10
 
11
11
  Bootstrap does two things:
12
- 1. **Fill the surface stack map** in `.agent/instructions/tech-stack.md` with stack decisions
12
+ 1. **Fill the surface stack map** in `.agents/instructions/tech-stack.md` with stack decisions
13
13
  2. **Provision skills** from `skill-library/` using the 4-tier resolution chain
14
14
 
15
15
  **Input**: Surface-keyed stack values + optional global values
16
- **Output**: Filled map cells + newly installed skills in `.agent/skills/`
16
+ **Output**: Filled map cells + newly installed skills in `.agents/skills/`
17
17
 
18
18
  ---
19
19
 
@@ -100,7 +100,7 @@ If any values are missing, leave those cells empty — they'll be filled on a fu
100
100
 
101
101
  ## 2. Fill the surface stack map
102
102
 
103
- Open `.agent/instructions/tech-stack.md` and update:
103
+ Open `.agents/instructions/tech-stack.md` and update:
104
104
 
105
105
  ### 2a. Per-Surface Skills table
106
106
 
@@ -135,23 +135,23 @@ Replace in **both** `AGENTS.md` and `GEMINI.md`:
135
135
 
136
136
  ## 4. Fill instruction templates
137
137
 
138
- ### `.agent/instructions/commands.md`
138
+ ### `.agents/instructions/commands.md`
139
139
  Write per-surface command sections. For each surface in the map, create a section with its commands (Test Cmd, Validation Cmd, Lint Cmd, Build Cmd, Dev Cmd, Package Mgr).
140
140
 
141
- ### `.agent/instructions/workflow.md`
141
+ ### `.agents/instructions/workflow.md`
142
142
  Fill `{{VALIDATION_COMMAND}}` with the primary surface's validation command.
143
143
 
144
- ### `.agent/instructions/patterns.md`
144
+ ### `.agents/instructions/patterns.md`
145
145
  Replace `{{FRAMEWORK_PATTERNS}}` if provided.
146
146
 
147
- ### `.agent/instructions/structure.md`
147
+ ### `.agents/instructions/structure.md`
148
148
  Replace `{{PROJECT_STRUCTURE}}`, `{{ARCHITECTURE_TABLE}}` if provided.
149
149
 
150
150
  ---
151
151
 
152
152
  ## 5. Fill operational skill and rule templates
153
153
 
154
- Scan `.agent/skills/*/SKILL.md` and `.agent/rules/*.md` for `{{PLACEHOLDER}}` values and fill any that match the provided values. Currently applicable:
154
+ Scan `.agents/skills/*/SKILL.md` and `.agents/rules/*.md` for `{{PLACEHOLDER}}` values and fill any that match the provided values. Currently applicable:
155
155
 
156
156
  - `{{VALIDATION_COMMAND}}` — in `fix-bug`, `main-workflow`, `deploy`, `refactor`
157
157
  - `{{PACKAGE_MANAGER}}` — in `refactor`, `security-audit`
@@ -173,13 +173,13 @@ If `skill-library/MANIFEST.md` does not exist, skip steps 7-8 and go to step 9.
173
173
  For each skill name referenced in ANY cell of the surface stack map, resolve it using this chain:
174
174
 
175
175
  ### Tier 1: Exact Match
176
- Check `.agent/skill-library/{name}/` (or `.agent/skills/{name}/` if already installed).
177
- - **Found in library** AND not yet installed → copy to `.agent/skills/{name}/`, fill any `{{PLACEHOLDER}}`s in the copied SKILL.md
176
+ Check `.agents/skill-library/{name}/` (or `.agents/skills/{name}/` if already installed).
177
+ - **Found in library** AND not yet installed → copy to `.agents/skills/{name}/`, fill any `{{PLACEHOLDER}}`s in the copied SKILL.md
178
178
  - **Already installed** → skip (idempotent)
179
179
  - **Not found** → proceed to Tier 2
180
180
 
181
181
  ### Tier 2: Partial Match + Adequacy Check
182
- Search `.agent/skill-library/` and `.agent/skills/` for skills whose name contains the base term. E.g., for `surrealdb-embedded`, check if `surrealdb` exists.
182
+ Search `.agents/skill-library/` and `.agents/skills/` for skills whose name contains the base term. E.g., for `surrealdb-embedded`, check if `surrealdb` exists.
183
183
 
184
184
  - **Partial match found** → Read its `SKILL.md`. Assess: does it cover the needed variant? Check for keywords related to the specific need (e.g., "embedded", "WASM", "Rust-native" for `surrealdb-embedded`).
185
185
  - **Adequate** — the existing skill covers the variant → use it. Note in the report: `"{name}" resolved by existing "{partial}" skill (covers {variant})`.
@@ -187,7 +187,7 @@ Search `.agent/skill-library/` and `.agent/skills/` for skills whose name contai
187
187
  - **No partial match** → proceed to Tier 3
188
188
 
189
189
  ### Tier 3: External Discovery
190
- Read `.agent/skills/find-skills/SKILL.md` and invoke its discovery methodology to search for the skill externally.
190
+ Read `.agents/skills/find-skills/SKILL.md` and invoke its discovery methodology to search for the skill externally.
191
191
 
192
192
  - **Found** → install → fill map cell with resolved name
193
193
  - **Not found** → proceed to Tier 4
@@ -252,7 +252,7 @@ Present the results to the calling command (not directly to the user — the cal
252
252
  Bootstrap is safe to call multiple times:
253
253
 
254
254
  - **Already-filled map cells**: Cells with values are NOT overwritten unless the calling command explicitly re-provides a value for that surface + column
255
- - **Already-installed skills**: Skills that already exist in `.agent/skills/` are not re-copied from the library
255
+ - **Already-installed skills**: Skills that already exist in `.agents/skills/` are not re-copied from the library
256
256
  - **New surface rows**: New surfaces trigger new row creation without affecting existing rows
257
257
  - **Appending values**: Cross-cutting skills and accumulated columns append to existing comma-separated lists without duplicating
258
258
  - **Partial invocation**: Bootstrap can be called with just one surface or one key — it only fills what's provided