ac-framework 1.6.0 → 1.7.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 (677) hide show
  1. package/README.md +271 -183
  2. package/framework/.agent/skills/acfm-spec-workflow/SKILL.md +269 -0
  3. package/framework/.agent/skills/brainstorming/SKILL.md +266 -38
  4. package/framework/.agent/skills/ci-deploy/SKILL.md +501 -0
  5. package/framework/.agent/skills/code-review/SKILL.md +250 -0
  6. package/framework/.agent/skills/context-synthesizer/SKILL.md +322 -0
  7. package/framework/.agent/skills/documentation/SKILL.md +441 -0
  8. package/framework/.agent/skills/microtask-decomposition/SKILL.md +368 -0
  9. package/framework/.agent/skills/openspec-apply-change/SKILL.md +23 -7
  10. package/framework/.agent/skills/openspec-archive-change/SKILL.md +22 -6
  11. package/framework/.agent/skills/openspec-bulk-archive-change/SKILL.md +25 -9
  12. package/framework/.agent/skills/openspec-continue-change/SKILL.md +20 -4
  13. package/framework/.agent/skills/openspec-explore/SKILL.md +17 -1
  14. package/framework/.agent/skills/openspec-ff-change/SKILL.md +21 -5
  15. package/framework/.agent/skills/openspec-new-change/SKILL.md +23 -7
  16. package/framework/.agent/skills/openspec-sync-specs/SKILL.md +20 -4
  17. package/framework/.agent/skills/openspec-verify-change/SKILL.md +24 -8
  18. package/framework/.agent/skills/research-retrieval/SKILL.md +357 -0
  19. package/framework/.agent/skills/testing-qa/SKILL.md +249 -0
  20. package/framework/.agent/workflows/ac.md +362 -177
  21. package/framework/.amazonq/prompts/ac.md +362 -177
  22. package/framework/.amazonq/skills/acfm-spec-workflow/SKILL.md +269 -0
  23. package/framework/.amazonq/skills/brainstorming/SKILL.md +266 -38
  24. package/framework/.amazonq/skills/ci-deploy/SKILL.md +501 -0
  25. package/framework/.amazonq/skills/code-review/SKILL.md +250 -0
  26. package/framework/.amazonq/skills/context-synthesizer/SKILL.md +322 -0
  27. package/framework/.amazonq/skills/documentation/SKILL.md +441 -0
  28. package/framework/.amazonq/skills/microtask-decomposition/SKILL.md +368 -0
  29. package/framework/.amazonq/skills/openspec-apply-change/SKILL.md +23 -7
  30. package/framework/.amazonq/skills/openspec-archive-change/SKILL.md +22 -6
  31. package/framework/.amazonq/skills/openspec-bulk-archive-change/SKILL.md +25 -9
  32. package/framework/.amazonq/skills/openspec-continue-change/SKILL.md +20 -4
  33. package/framework/.amazonq/skills/openspec-explore/SKILL.md +17 -1
  34. package/framework/.amazonq/skills/openspec-ff-change/SKILL.md +21 -5
  35. package/framework/.amazonq/skills/openspec-new-change/SKILL.md +23 -7
  36. package/framework/.amazonq/skills/openspec-sync-specs/SKILL.md +20 -4
  37. package/framework/.amazonq/skills/openspec-verify-change/SKILL.md +24 -8
  38. package/framework/.amazonq/skills/research-retrieval/SKILL.md +357 -0
  39. package/framework/.amazonq/skills/testing-qa/SKILL.md +249 -0
  40. package/framework/.antigravity/skills/acfm-spec-workflow/SKILL.md +269 -0
  41. package/framework/.antigravity/skills/api-design-principles/SKILL.md +528 -0
  42. package/framework/.antigravity/skills/api-design-principles/assets/api-design-checklist.md +155 -0
  43. package/framework/.antigravity/skills/api-design-principles/assets/rest-api-template.py +182 -0
  44. package/framework/.antigravity/skills/api-design-principles/references/graphql-schema-design.md +583 -0
  45. package/framework/.antigravity/skills/api-design-principles/references/rest-best-practices.md +408 -0
  46. package/framework/.antigravity/skills/brainstorming/SKILL.md +282 -0
  47. package/framework/.antigravity/skills/changelog-generator/SKILL.md +104 -0
  48. package/framework/.antigravity/skills/ci-deploy/SKILL.md +501 -0
  49. package/framework/.antigravity/skills/code-maintainability/SKILL.md +1108 -0
  50. package/framework/.antigravity/skills/code-review/SKILL.md +250 -0
  51. package/framework/.antigravity/skills/context-synthesizer/SKILL.md +322 -0
  52. package/framework/.antigravity/skills/documentation/SKILL.md +441 -0
  53. package/framework/.antigravity/skills/error-handling-patterns/SKILL.md +641 -0
  54. package/framework/.antigravity/skills/interface-design/SKILL.md +310 -0
  55. package/framework/.antigravity/skills/interface-design/references/example.md +86 -0
  56. package/framework/.antigravity/skills/interface-design/references/principles.md +235 -0
  57. package/framework/.antigravity/skills/interface-design/references/validation.md +48 -0
  58. package/framework/.antigravity/skills/microtask-decomposition/SKILL.md +368 -0
  59. package/framework/.antigravity/skills/openspec-apply-change/SKILL.md +172 -0
  60. package/framework/.antigravity/skills/openspec-archive-change/SKILL.md +130 -0
  61. package/framework/.antigravity/skills/openspec-bulk-archive-change/SKILL.md +262 -0
  62. package/framework/.antigravity/skills/openspec-continue-change/SKILL.md +134 -0
  63. package/framework/.antigravity/skills/openspec-explore/SKILL.md +306 -0
  64. package/framework/.antigravity/skills/openspec-ff-change/SKILL.md +117 -0
  65. package/framework/.antigravity/skills/openspec-new-change/SKILL.md +90 -0
  66. package/framework/.antigravity/skills/openspec-onboard/SKILL.md +529 -0
  67. package/framework/.antigravity/skills/openspec-sync-specs/SKILL.md +154 -0
  68. package/framework/.antigravity/skills/openspec-verify-change/SKILL.md +184 -0
  69. package/framework/.antigravity/skills/performance-optimizer/SKILL.md +43 -0
  70. package/framework/.antigravity/skills/project-constitution/SKILL.md +66 -0
  71. package/framework/.antigravity/skills/project-index/SKILL.md +234 -0
  72. package/framework/.antigravity/skills/project-index/scripts/scan_codebase.py +47 -0
  73. package/framework/.antigravity/skills/project-index/templates/agent-template.md +18 -0
  74. package/framework/.antigravity/skills/project-index/templates/skill-template.md +20 -0
  75. package/framework/.antigravity/skills/requirement-checklist/SKILL.md +90 -0
  76. package/framework/.antigravity/skills/research-retrieval/SKILL.md +357 -0
  77. package/framework/.antigravity/skills/secure-coding-cybersecurity/SKILL.md +793 -0
  78. package/framework/.antigravity/skills/secure-coding-cybersecurity/references/ai_coding_pitfalls.md +44 -0
  79. package/framework/.antigravity/skills/secure-coding-cybersecurity/references/owasp_top_10_2025.md +28 -0
  80. package/framework/.antigravity/skills/secure-coding-cybersecurity/references/secure_coding_examples.md +102 -0
  81. package/framework/.antigravity/skills/secure-coding-cybersecurity/scripts/security_audit.py +46 -0
  82. package/framework/.antigravity/skills/skill-writer/SKILL.md +385 -0
  83. package/framework/.antigravity/skills/spec-analysis/SKILL.md +65 -0
  84. package/framework/.antigravity/skills/spec-clarification/SKILL.md +73 -0
  85. package/framework/.antigravity/skills/sync-index/SKILL.md +35 -0
  86. package/framework/.antigravity/skills/systematic-debugging/SKILL.md +296 -0
  87. package/framework/.antigravity/skills/test-generator/SKILL.md +41 -0
  88. package/framework/.antigravity/skills/testing-qa/SKILL.md +249 -0
  89. package/framework/.antigravity/skills/vercel-react-best-practices/AGENTS.md +2934 -0
  90. package/framework/.antigravity/skills/vercel-react-best-practices/SKILL.md +136 -0
  91. package/framework/.antigravity/skills/vercel-react-best-practices/rules/advanced-event-handler-refs.md +55 -0
  92. package/framework/.antigravity/skills/vercel-react-best-practices/rules/advanced-init-once.md +42 -0
  93. package/framework/.antigravity/skills/vercel-react-best-practices/rules/advanced-use-latest.md +39 -0
  94. package/framework/.antigravity/skills/vercel-react-best-practices/rules/async-api-routes.md +38 -0
  95. package/framework/.antigravity/skills/vercel-react-best-practices/rules/async-defer-await.md +80 -0
  96. package/framework/.antigravity/skills/vercel-react-best-practices/rules/async-dependencies.md +51 -0
  97. package/framework/.antigravity/skills/vercel-react-best-practices/rules/async-parallel.md +28 -0
  98. package/framework/.antigravity/skills/vercel-react-best-practices/rules/async-suspense-boundaries.md +99 -0
  99. package/framework/.antigravity/skills/vercel-react-best-practices/rules/bundle-barrel-imports.md +59 -0
  100. package/framework/.antigravity/skills/vercel-react-best-practices/rules/bundle-conditional.md +31 -0
  101. package/framework/.antigravity/skills/vercel-react-best-practices/rules/bundle-defer-third-party.md +49 -0
  102. package/framework/.antigravity/skills/vercel-react-best-practices/rules/bundle-dynamic-imports.md +35 -0
  103. package/framework/.antigravity/skills/vercel-react-best-practices/rules/bundle-preload.md +50 -0
  104. package/framework/.antigravity/skills/vercel-react-best-practices/rules/client-event-listeners.md +74 -0
  105. package/framework/.antigravity/skills/vercel-react-best-practices/rules/client-localstorage-schema.md +71 -0
  106. package/framework/.antigravity/skills/vercel-react-best-practices/rules/client-passive-event-listeners.md +48 -0
  107. package/framework/.antigravity/skills/vercel-react-best-practices/rules/client-swr-dedup.md +56 -0
  108. package/framework/.antigravity/skills/vercel-react-best-practices/rules/js-batch-dom-css.md +107 -0
  109. package/framework/.antigravity/skills/vercel-react-best-practices/rules/js-cache-function-results.md +80 -0
  110. package/framework/.antigravity/skills/vercel-react-best-practices/rules/js-cache-property-access.md +28 -0
  111. package/framework/.antigravity/skills/vercel-react-best-practices/rules/js-cache-storage.md +70 -0
  112. package/framework/.antigravity/skills/vercel-react-best-practices/rules/js-combine-iterations.md +32 -0
  113. package/framework/.antigravity/skills/vercel-react-best-practices/rules/js-early-exit.md +50 -0
  114. package/framework/.antigravity/skills/vercel-react-best-practices/rules/js-hoist-regexp.md +45 -0
  115. package/framework/.antigravity/skills/vercel-react-best-practices/rules/js-index-maps.md +37 -0
  116. package/framework/.antigravity/skills/vercel-react-best-practices/rules/js-length-check-first.md +49 -0
  117. package/framework/.antigravity/skills/vercel-react-best-practices/rules/js-min-max-loop.md +82 -0
  118. package/framework/.antigravity/skills/vercel-react-best-practices/rules/js-set-map-lookups.md +24 -0
  119. package/framework/.antigravity/skills/vercel-react-best-practices/rules/js-tosorted-immutable.md +57 -0
  120. package/framework/.antigravity/skills/vercel-react-best-practices/rules/rendering-activity.md +26 -0
  121. package/framework/.antigravity/skills/vercel-react-best-practices/rules/rendering-animate-svg-wrapper.md +47 -0
  122. package/framework/.antigravity/skills/vercel-react-best-practices/rules/rendering-conditional-render.md +40 -0
  123. package/framework/.antigravity/skills/vercel-react-best-practices/rules/rendering-content-visibility.md +38 -0
  124. package/framework/.antigravity/skills/vercel-react-best-practices/rules/rendering-hoist-jsx.md +46 -0
  125. package/framework/.antigravity/skills/vercel-react-best-practices/rules/rendering-hydration-no-flicker.md +82 -0
  126. package/framework/.antigravity/skills/vercel-react-best-practices/rules/rendering-hydration-suppress-warning.md +30 -0
  127. package/framework/.antigravity/skills/vercel-react-best-practices/rules/rendering-svg-precision.md +28 -0
  128. package/framework/.antigravity/skills/vercel-react-best-practices/rules/rendering-usetransition-loading.md +75 -0
  129. package/framework/.antigravity/skills/vercel-react-best-practices/rules/rerender-defer-reads.md +39 -0
  130. package/framework/.antigravity/skills/vercel-react-best-practices/rules/rerender-dependencies.md +45 -0
  131. package/framework/.antigravity/skills/vercel-react-best-practices/rules/rerender-derived-state-no-effect.md +40 -0
  132. package/framework/.antigravity/skills/vercel-react-best-practices/rules/rerender-derived-state.md +29 -0
  133. package/framework/.antigravity/skills/vercel-react-best-practices/rules/rerender-functional-setstate.md +74 -0
  134. package/framework/.antigravity/skills/vercel-react-best-practices/rules/rerender-lazy-state-init.md +58 -0
  135. package/framework/.antigravity/skills/vercel-react-best-practices/rules/rerender-memo-with-default-value.md +38 -0
  136. package/framework/.antigravity/skills/vercel-react-best-practices/rules/rerender-memo.md +44 -0
  137. package/framework/.antigravity/skills/vercel-react-best-practices/rules/rerender-move-effect-to-event.md +45 -0
  138. package/framework/.antigravity/skills/vercel-react-best-practices/rules/rerender-simple-expression-in-memo.md +35 -0
  139. package/framework/.antigravity/skills/vercel-react-best-practices/rules/rerender-transitions.md +40 -0
  140. package/framework/.antigravity/skills/vercel-react-best-practices/rules/rerender-use-ref-transient-values.md +73 -0
  141. package/framework/.antigravity/skills/vercel-react-best-practices/rules/server-after-nonblocking.md +73 -0
  142. package/framework/.antigravity/skills/vercel-react-best-practices/rules/server-auth-actions.md +96 -0
  143. package/framework/.antigravity/skills/vercel-react-best-practices/rules/server-cache-lru.md +41 -0
  144. package/framework/.antigravity/skills/vercel-react-best-practices/rules/server-cache-react.md +76 -0
  145. package/framework/.antigravity/skills/vercel-react-best-practices/rules/server-dedup-props.md +65 -0
  146. package/framework/.antigravity/skills/vercel-react-best-practices/rules/server-parallel-fetching.md +83 -0
  147. package/framework/.antigravity/skills/vercel-react-best-practices/rules/server-serialization.md +38 -0
  148. package/framework/.antigravity/workflows/ac.md +446 -0
  149. package/framework/.augment/commands/ac.md +362 -177
  150. package/framework/.augment/skills/acfm-spec-workflow/SKILL.md +269 -0
  151. package/framework/.augment/skills/brainstorming/SKILL.md +266 -38
  152. package/framework/.augment/skills/ci-deploy/SKILL.md +501 -0
  153. package/framework/.augment/skills/code-review/SKILL.md +250 -0
  154. package/framework/.augment/skills/context-synthesizer/SKILL.md +322 -0
  155. package/framework/.augment/skills/documentation/SKILL.md +441 -0
  156. package/framework/.augment/skills/microtask-decomposition/SKILL.md +368 -0
  157. package/framework/.augment/skills/openspec-apply-change/SKILL.md +23 -7
  158. package/framework/.augment/skills/openspec-archive-change/SKILL.md +22 -6
  159. package/framework/.augment/skills/openspec-bulk-archive-change/SKILL.md +25 -9
  160. package/framework/.augment/skills/openspec-continue-change/SKILL.md +20 -4
  161. package/framework/.augment/skills/openspec-explore/SKILL.md +17 -1
  162. package/framework/.augment/skills/openspec-ff-change/SKILL.md +21 -5
  163. package/framework/.augment/skills/openspec-new-change/SKILL.md +23 -7
  164. package/framework/.augment/skills/openspec-sync-specs/SKILL.md +20 -4
  165. package/framework/.augment/skills/openspec-verify-change/SKILL.md +24 -8
  166. package/framework/.augment/skills/research-retrieval/SKILL.md +357 -0
  167. package/framework/.augment/skills/testing-qa/SKILL.md +249 -0
  168. package/framework/.claude/commands/opsx/ac.md +362 -177
  169. package/framework/.claude/skills/acfm-spec-workflow/SKILL.md +269 -0
  170. package/framework/.claude/skills/brainstorming/SKILL.md +266 -38
  171. package/framework/.claude/skills/ci-deploy/SKILL.md +501 -0
  172. package/framework/.claude/skills/code-review/SKILL.md +250 -0
  173. package/framework/.claude/skills/context-synthesizer/SKILL.md +322 -0
  174. package/framework/.claude/skills/documentation/SKILL.md +441 -0
  175. package/framework/.claude/skills/microtask-decomposition/SKILL.md +368 -0
  176. package/framework/.claude/skills/openspec-apply-change/SKILL.md +23 -7
  177. package/framework/.claude/skills/openspec-archive-change/SKILL.md +22 -6
  178. package/framework/.claude/skills/openspec-bulk-archive-change/SKILL.md +25 -9
  179. package/framework/.claude/skills/openspec-continue-change/SKILL.md +20 -4
  180. package/framework/.claude/skills/openspec-explore/SKILL.md +17 -1
  181. package/framework/.claude/skills/openspec-ff-change/SKILL.md +21 -5
  182. package/framework/.claude/skills/openspec-new-change/SKILL.md +23 -7
  183. package/framework/.claude/skills/openspec-sync-specs/SKILL.md +20 -4
  184. package/framework/.claude/skills/openspec-verify-change/SKILL.md +24 -8
  185. package/framework/.claude/skills/research-retrieval/SKILL.md +357 -0
  186. package/framework/.claude/skills/testing-qa/SKILL.md +249 -0
  187. package/framework/.cline/commands/opsx/ac.md +446 -0
  188. package/framework/.cline/skills/acfm-spec-workflow/SKILL.md +269 -0
  189. package/framework/.cline/skills/brainstorming/SKILL.md +266 -38
  190. package/framework/.cline/skills/ci-deploy/SKILL.md +501 -0
  191. package/framework/.cline/skills/code-review/SKILL.md +250 -0
  192. package/framework/.cline/skills/context-synthesizer/SKILL.md +322 -0
  193. package/framework/.cline/skills/documentation/SKILL.md +441 -0
  194. package/framework/.cline/skills/microtask-decomposition/SKILL.md +368 -0
  195. package/framework/.cline/skills/openspec-apply-change/SKILL.md +23 -7
  196. package/framework/.cline/skills/openspec-archive-change/SKILL.md +22 -6
  197. package/framework/.cline/skills/openspec-bulk-archive-change/SKILL.md +25 -9
  198. package/framework/.cline/skills/openspec-continue-change/SKILL.md +20 -4
  199. package/framework/.cline/skills/openspec-explore/SKILL.md +17 -1
  200. package/framework/.cline/skills/openspec-ff-change/SKILL.md +21 -5
  201. package/framework/.cline/skills/openspec-new-change/SKILL.md +23 -7
  202. package/framework/.cline/skills/openspec-sync-specs/SKILL.md +20 -4
  203. package/framework/.cline/skills/openspec-verify-change/SKILL.md +24 -8
  204. package/framework/.cline/skills/research-retrieval/SKILL.md +357 -0
  205. package/framework/.cline/skills/testing-qa/SKILL.md +249 -0
  206. package/framework/.clinerules/skills/acfm-spec-workflow/SKILL.md +269 -0
  207. package/framework/.clinerules/skills/brainstorming/SKILL.md +266 -38
  208. package/framework/.clinerules/skills/ci-deploy/SKILL.md +501 -0
  209. package/framework/.clinerules/skills/code-review/SKILL.md +250 -0
  210. package/framework/.clinerules/skills/context-synthesizer/SKILL.md +322 -0
  211. package/framework/.clinerules/skills/documentation/SKILL.md +441 -0
  212. package/framework/.clinerules/skills/microtask-decomposition/SKILL.md +368 -0
  213. package/framework/.clinerules/skills/openspec-apply-change/SKILL.md +23 -7
  214. package/framework/.clinerules/skills/openspec-archive-change/SKILL.md +22 -6
  215. package/framework/.clinerules/skills/openspec-bulk-archive-change/SKILL.md +25 -9
  216. package/framework/.clinerules/skills/openspec-continue-change/SKILL.md +20 -4
  217. package/framework/.clinerules/skills/openspec-explore/SKILL.md +17 -1
  218. package/framework/.clinerules/skills/openspec-ff-change/SKILL.md +21 -5
  219. package/framework/.clinerules/skills/openspec-new-change/SKILL.md +23 -7
  220. package/framework/.clinerules/skills/openspec-sync-specs/SKILL.md +20 -4
  221. package/framework/.clinerules/skills/openspec-verify-change/SKILL.md +24 -8
  222. package/framework/.clinerules/skills/research-retrieval/SKILL.md +357 -0
  223. package/framework/.clinerules/skills/testing-qa/SKILL.md +249 -0
  224. package/framework/.clinerules/workflows/ac.md +362 -177
  225. package/framework/.codebuddy/commands/opsx/ac.md +362 -177
  226. package/framework/.codebuddy/skills/acfm-spec-workflow/SKILL.md +269 -0
  227. package/framework/.codebuddy/skills/brainstorming/SKILL.md +266 -38
  228. package/framework/.codebuddy/skills/ci-deploy/SKILL.md +501 -0
  229. package/framework/.codebuddy/skills/code-review/SKILL.md +250 -0
  230. package/framework/.codebuddy/skills/context-synthesizer/SKILL.md +322 -0
  231. package/framework/.codebuddy/skills/documentation/SKILL.md +441 -0
  232. package/framework/.codebuddy/skills/microtask-decomposition/SKILL.md +368 -0
  233. package/framework/.codebuddy/skills/openspec-apply-change/SKILL.md +23 -7
  234. package/framework/.codebuddy/skills/openspec-archive-change/SKILL.md +22 -6
  235. package/framework/.codebuddy/skills/openspec-bulk-archive-change/SKILL.md +25 -9
  236. package/framework/.codebuddy/skills/openspec-continue-change/SKILL.md +20 -4
  237. package/framework/.codebuddy/skills/openspec-explore/SKILL.md +17 -1
  238. package/framework/.codebuddy/skills/openspec-ff-change/SKILL.md +21 -5
  239. package/framework/.codebuddy/skills/openspec-new-change/SKILL.md +23 -7
  240. package/framework/.codebuddy/skills/openspec-sync-specs/SKILL.md +20 -4
  241. package/framework/.codebuddy/skills/openspec-verify-change/SKILL.md +24 -8
  242. package/framework/.codebuddy/skills/research-retrieval/SKILL.md +357 -0
  243. package/framework/.codebuddy/skills/testing-qa/SKILL.md +249 -0
  244. package/framework/.codex/skills/acfm-spec-workflow/SKILL.md +269 -0
  245. package/framework/.codex/skills/brainstorming/SKILL.md +266 -38
  246. package/framework/.codex/skills/ci-deploy/SKILL.md +501 -0
  247. package/framework/.codex/skills/code-review/SKILL.md +250 -0
  248. package/framework/.codex/skills/context-synthesizer/SKILL.md +322 -0
  249. package/framework/.codex/skills/documentation/SKILL.md +441 -0
  250. package/framework/.codex/skills/main-skill/SKILL.md +455 -0
  251. package/framework/.codex/skills/microtask-decomposition/SKILL.md +368 -0
  252. package/framework/.codex/skills/openspec-apply-change/SKILL.md +23 -7
  253. package/framework/.codex/skills/openspec-archive-change/SKILL.md +22 -6
  254. package/framework/.codex/skills/openspec-bulk-archive-change/SKILL.md +25 -9
  255. package/framework/.codex/skills/openspec-continue-change/SKILL.md +20 -4
  256. package/framework/.codex/skills/openspec-explore/SKILL.md +17 -1
  257. package/framework/.codex/skills/openspec-ff-change/SKILL.md +21 -5
  258. package/framework/.codex/skills/openspec-new-change/SKILL.md +23 -7
  259. package/framework/.codex/skills/openspec-sync-specs/SKILL.md +20 -4
  260. package/framework/.codex/skills/openspec-verify-change/SKILL.md +24 -8
  261. package/framework/.codex/skills/research-retrieval/SKILL.md +357 -0
  262. package/framework/.codex/skills/testing-qa/SKILL.md +249 -0
  263. package/framework/.continue/prompts/ac.md +446 -0
  264. package/framework/.continue/skills/acfm-spec-workflow/SKILL.md +269 -0
  265. package/framework/.continue/skills/brainstorming/SKILL.md +266 -38
  266. package/framework/.continue/skills/ci-deploy/SKILL.md +501 -0
  267. package/framework/.continue/skills/code-review/SKILL.md +250 -0
  268. package/framework/.continue/skills/context-synthesizer/SKILL.md +322 -0
  269. package/framework/.continue/skills/documentation/SKILL.md +441 -0
  270. package/framework/.continue/skills/microtask-decomposition/SKILL.md +368 -0
  271. package/framework/.continue/skills/openspec-apply-change/SKILL.md +23 -7
  272. package/framework/.continue/skills/openspec-archive-change/SKILL.md +22 -6
  273. package/framework/.continue/skills/openspec-bulk-archive-change/SKILL.md +25 -9
  274. package/framework/.continue/skills/openspec-continue-change/SKILL.md +20 -4
  275. package/framework/.continue/skills/openspec-explore/SKILL.md +17 -1
  276. package/framework/.continue/skills/openspec-ff-change/SKILL.md +21 -5
  277. package/framework/.continue/skills/openspec-new-change/SKILL.md +23 -7
  278. package/framework/.continue/skills/openspec-sync-specs/SKILL.md +20 -4
  279. package/framework/.continue/skills/openspec-verify-change/SKILL.md +24 -8
  280. package/framework/.continue/skills/research-retrieval/SKILL.md +357 -0
  281. package/framework/.continue/skills/testing-qa/SKILL.md +249 -0
  282. package/framework/.cospec/openspec/commands/ac.md +362 -177
  283. package/framework/.cospec/skills/acfm-spec-workflow/SKILL.md +269 -0
  284. package/framework/.cospec/skills/brainstorming/SKILL.md +266 -38
  285. package/framework/.cospec/skills/ci-deploy/SKILL.md +501 -0
  286. package/framework/.cospec/skills/code-review/SKILL.md +250 -0
  287. package/framework/.cospec/skills/context-synthesizer/SKILL.md +322 -0
  288. package/framework/.cospec/skills/documentation/SKILL.md +441 -0
  289. package/framework/.cospec/skills/microtask-decomposition/SKILL.md +368 -0
  290. package/framework/.cospec/skills/openspec-apply-change/SKILL.md +23 -7
  291. package/framework/.cospec/skills/openspec-archive-change/SKILL.md +22 -6
  292. package/framework/.cospec/skills/openspec-bulk-archive-change/SKILL.md +25 -9
  293. package/framework/.cospec/skills/openspec-continue-change/SKILL.md +20 -4
  294. package/framework/.cospec/skills/openspec-explore/SKILL.md +17 -1
  295. package/framework/.cospec/skills/openspec-ff-change/SKILL.md +21 -5
  296. package/framework/.cospec/skills/openspec-new-change/SKILL.md +23 -7
  297. package/framework/.cospec/skills/openspec-sync-specs/SKILL.md +20 -4
  298. package/framework/.cospec/skills/openspec-verify-change/SKILL.md +24 -8
  299. package/framework/.cospec/skills/research-retrieval/SKILL.md +357 -0
  300. package/framework/.cospec/skills/testing-qa/SKILL.md +249 -0
  301. package/framework/.crush/commands/opsx/ac.md +362 -177
  302. package/framework/.crush/skills/acfm-spec-workflow/SKILL.md +269 -0
  303. package/framework/.crush/skills/brainstorming/SKILL.md +266 -38
  304. package/framework/.crush/skills/ci-deploy/SKILL.md +501 -0
  305. package/framework/.crush/skills/code-review/SKILL.md +250 -0
  306. package/framework/.crush/skills/context-synthesizer/SKILL.md +322 -0
  307. package/framework/.crush/skills/documentation/SKILL.md +441 -0
  308. package/framework/.crush/skills/microtask-decomposition/SKILL.md +368 -0
  309. package/framework/.crush/skills/openspec-apply-change/SKILL.md +23 -7
  310. package/framework/.crush/skills/openspec-archive-change/SKILL.md +22 -6
  311. package/framework/.crush/skills/openspec-bulk-archive-change/SKILL.md +25 -9
  312. package/framework/.crush/skills/openspec-continue-change/SKILL.md +20 -4
  313. package/framework/.crush/skills/openspec-explore/SKILL.md +17 -1
  314. package/framework/.crush/skills/openspec-ff-change/SKILL.md +21 -5
  315. package/framework/.crush/skills/openspec-new-change/SKILL.md +23 -7
  316. package/framework/.crush/skills/openspec-sync-specs/SKILL.md +20 -4
  317. package/framework/.crush/skills/openspec-verify-change/SKILL.md +24 -8
  318. package/framework/.crush/skills/research-retrieval/SKILL.md +357 -0
  319. package/framework/.crush/skills/testing-qa/SKILL.md +249 -0
  320. package/framework/.cursor/commands/ac.md +362 -177
  321. package/framework/.cursor/skills/acfm-spec-workflow/SKILL.md +269 -0
  322. package/framework/.cursor/skills/brainstorming/SKILL.md +266 -38
  323. package/framework/.cursor/skills/ci-deploy/SKILL.md +501 -0
  324. package/framework/.cursor/skills/code-review/SKILL.md +250 -0
  325. package/framework/.cursor/skills/context-synthesizer/SKILL.md +322 -0
  326. package/framework/.cursor/skills/documentation/SKILL.md +441 -0
  327. package/framework/.cursor/skills/microtask-decomposition/SKILL.md +368 -0
  328. package/framework/.cursor/skills/openspec-apply-change/SKILL.md +23 -7
  329. package/framework/.cursor/skills/openspec-archive-change/SKILL.md +22 -6
  330. package/framework/.cursor/skills/openspec-bulk-archive-change/SKILL.md +25 -9
  331. package/framework/.cursor/skills/openspec-continue-change/SKILL.md +20 -4
  332. package/framework/.cursor/skills/openspec-explore/SKILL.md +17 -1
  333. package/framework/.cursor/skills/openspec-ff-change/SKILL.md +21 -5
  334. package/framework/.cursor/skills/openspec-new-change/SKILL.md +23 -7
  335. package/framework/.cursor/skills/openspec-sync-specs/SKILL.md +20 -4
  336. package/framework/.cursor/skills/openspec-verify-change/SKILL.md +24 -8
  337. package/framework/.cursor/skills/research-retrieval/SKILL.md +357 -0
  338. package/framework/.cursor/skills/testing-qa/SKILL.md +249 -0
  339. package/framework/.factory/commands/ac.md +362 -177
  340. package/framework/.factory/skills/acfm-spec-workflow/SKILL.md +269 -0
  341. package/framework/.factory/skills/brainstorming/SKILL.md +266 -38
  342. package/framework/.factory/skills/ci-deploy/SKILL.md +501 -0
  343. package/framework/.factory/skills/code-review/SKILL.md +250 -0
  344. package/framework/.factory/skills/context-synthesizer/SKILL.md +322 -0
  345. package/framework/.factory/skills/documentation/SKILL.md +441 -0
  346. package/framework/.factory/skills/microtask-decomposition/SKILL.md +368 -0
  347. package/framework/.factory/skills/openspec-apply-change/SKILL.md +23 -7
  348. package/framework/.factory/skills/openspec-archive-change/SKILL.md +22 -6
  349. package/framework/.factory/skills/openspec-bulk-archive-change/SKILL.md +25 -9
  350. package/framework/.factory/skills/openspec-continue-change/SKILL.md +20 -4
  351. package/framework/.factory/skills/openspec-explore/SKILL.md +17 -1
  352. package/framework/.factory/skills/openspec-ff-change/SKILL.md +21 -5
  353. package/framework/.factory/skills/openspec-new-change/SKILL.md +23 -7
  354. package/framework/.factory/skills/openspec-sync-specs/SKILL.md +20 -4
  355. package/framework/.factory/skills/openspec-verify-change/SKILL.md +24 -8
  356. package/framework/.factory/skills/research-retrieval/SKILL.md +357 -0
  357. package/framework/.factory/skills/testing-qa/SKILL.md +249 -0
  358. package/framework/.gemini/commands/opsx/ac.md +446 -0
  359. package/framework/.gemini/skills/acfm-spec-workflow/SKILL.md +269 -0
  360. package/framework/.gemini/skills/brainstorming/SKILL.md +266 -38
  361. package/framework/.gemini/skills/ci-deploy/SKILL.md +501 -0
  362. package/framework/.gemini/skills/code-review/SKILL.md +250 -0
  363. package/framework/.gemini/skills/context-synthesizer/SKILL.md +322 -0
  364. package/framework/.gemini/skills/documentation/SKILL.md +441 -0
  365. package/framework/.gemini/skills/microtask-decomposition/SKILL.md +368 -0
  366. package/framework/.gemini/skills/openspec-apply-change/SKILL.md +23 -7
  367. package/framework/.gemini/skills/openspec-archive-change/SKILL.md +22 -6
  368. package/framework/.gemini/skills/openspec-bulk-archive-change/SKILL.md +25 -9
  369. package/framework/.gemini/skills/openspec-continue-change/SKILL.md +20 -4
  370. package/framework/.gemini/skills/openspec-explore/SKILL.md +17 -1
  371. package/framework/.gemini/skills/openspec-ff-change/SKILL.md +21 -5
  372. package/framework/.gemini/skills/openspec-new-change/SKILL.md +23 -7
  373. package/framework/.gemini/skills/openspec-sync-specs/SKILL.md +20 -4
  374. package/framework/.gemini/skills/openspec-verify-change/SKILL.md +24 -8
  375. package/framework/.gemini/skills/research-retrieval/SKILL.md +357 -0
  376. package/framework/.gemini/skills/testing-qa/SKILL.md +249 -0
  377. package/framework/.github/prompts/ac.md +446 -0
  378. package/framework/.github/skills/acfm-spec-workflow/SKILL.md +269 -0
  379. package/framework/.github/skills/brainstorming/SKILL.md +266 -38
  380. package/framework/.github/skills/ci-deploy/SKILL.md +501 -0
  381. package/framework/.github/skills/code-review/SKILL.md +250 -0
  382. package/framework/.github/skills/context-synthesizer/SKILL.md +322 -0
  383. package/framework/.github/skills/documentation/SKILL.md +441 -0
  384. package/framework/.github/skills/microtask-decomposition/SKILL.md +368 -0
  385. package/framework/.github/skills/openspec-apply-change/SKILL.md +23 -7
  386. package/framework/.github/skills/openspec-archive-change/SKILL.md +22 -6
  387. package/framework/.github/skills/openspec-bulk-archive-change/SKILL.md +25 -9
  388. package/framework/.github/skills/openspec-continue-change/SKILL.md +20 -4
  389. package/framework/.github/skills/openspec-explore/SKILL.md +17 -1
  390. package/framework/.github/skills/openspec-ff-change/SKILL.md +21 -5
  391. package/framework/.github/skills/openspec-new-change/SKILL.md +23 -7
  392. package/framework/.github/skills/openspec-sync-specs/SKILL.md +20 -4
  393. package/framework/.github/skills/openspec-verify-change/SKILL.md +24 -8
  394. package/framework/.github/skills/research-retrieval/SKILL.md +357 -0
  395. package/framework/.github/skills/testing-qa/SKILL.md +249 -0
  396. package/framework/.iflow/commands/ac.md +362 -177
  397. package/framework/.iflow/skills/acfm-spec-workflow/SKILL.md +269 -0
  398. package/framework/.iflow/skills/brainstorming/SKILL.md +266 -38
  399. package/framework/.iflow/skills/ci-deploy/SKILL.md +501 -0
  400. package/framework/.iflow/skills/code-review/SKILL.md +250 -0
  401. package/framework/.iflow/skills/context-synthesizer/SKILL.md +322 -0
  402. package/framework/.iflow/skills/documentation/SKILL.md +441 -0
  403. package/framework/.iflow/skills/microtask-decomposition/SKILL.md +368 -0
  404. package/framework/.iflow/skills/openspec-apply-change/SKILL.md +23 -7
  405. package/framework/.iflow/skills/openspec-archive-change/SKILL.md +22 -6
  406. package/framework/.iflow/skills/openspec-bulk-archive-change/SKILL.md +25 -9
  407. package/framework/.iflow/skills/openspec-continue-change/SKILL.md +20 -4
  408. package/framework/.iflow/skills/openspec-explore/SKILL.md +17 -1
  409. package/framework/.iflow/skills/openspec-ff-change/SKILL.md +21 -5
  410. package/framework/.iflow/skills/openspec-new-change/SKILL.md +23 -7
  411. package/framework/.iflow/skills/openspec-sync-specs/SKILL.md +20 -4
  412. package/framework/.iflow/skills/openspec-verify-change/SKILL.md +24 -8
  413. package/framework/.iflow/skills/research-retrieval/SKILL.md +357 -0
  414. package/framework/.iflow/skills/testing-qa/SKILL.md +249 -0
  415. package/framework/.kilocode/skills/acfm-spec-workflow/SKILL.md +269 -0
  416. package/framework/.kilocode/skills/brainstorming/SKILL.md +266 -38
  417. package/framework/.kilocode/skills/ci-deploy/SKILL.md +501 -0
  418. package/framework/.kilocode/skills/code-review/SKILL.md +250 -0
  419. package/framework/.kilocode/skills/context-synthesizer/SKILL.md +322 -0
  420. package/framework/.kilocode/skills/documentation/SKILL.md +441 -0
  421. package/framework/.kilocode/skills/microtask-decomposition/SKILL.md +368 -0
  422. package/framework/.kilocode/skills/openspec-apply-change/SKILL.md +23 -7
  423. package/framework/.kilocode/skills/openspec-archive-change/SKILL.md +22 -6
  424. package/framework/.kilocode/skills/openspec-bulk-archive-change/SKILL.md +25 -9
  425. package/framework/.kilocode/skills/openspec-continue-change/SKILL.md +20 -4
  426. package/framework/.kilocode/skills/openspec-explore/SKILL.md +17 -1
  427. package/framework/.kilocode/skills/openspec-ff-change/SKILL.md +21 -5
  428. package/framework/.kilocode/skills/openspec-new-change/SKILL.md +23 -7
  429. package/framework/.kilocode/skills/openspec-sync-specs/SKILL.md +20 -4
  430. package/framework/.kilocode/skills/openspec-verify-change/SKILL.md +24 -8
  431. package/framework/.kilocode/skills/research-retrieval/SKILL.md +357 -0
  432. package/framework/.kilocode/skills/testing-qa/SKILL.md +249 -0
  433. package/framework/.kilocode/workflows/ac.md +362 -177
  434. package/framework/.kimi/skills/acfm-spec-workflow/SKILL.md +269 -0
  435. package/framework/.kimi/skills/api-design-principles/SKILL.md +528 -0
  436. package/framework/.kimi/skills/api-design-principles/assets/api-design-checklist.md +155 -0
  437. package/framework/.kimi/skills/api-design-principles/assets/rest-api-template.py +182 -0
  438. package/framework/.kimi/skills/api-design-principles/references/graphql-schema-design.md +583 -0
  439. package/framework/.kimi/skills/api-design-principles/references/rest-best-practices.md +408 -0
  440. package/framework/.kimi/skills/brainstorming/SKILL.md +282 -0
  441. package/framework/.kimi/skills/changelog-generator/SKILL.md +104 -0
  442. package/framework/.kimi/skills/ci-deploy/SKILL.md +501 -0
  443. package/framework/.kimi/skills/code-maintainability/SKILL.md +1108 -0
  444. package/framework/.kimi/skills/code-review/SKILL.md +250 -0
  445. package/framework/.kimi/skills/context-synthesizer/SKILL.md +322 -0
  446. package/framework/.kimi/skills/documentation/SKILL.md +441 -0
  447. package/framework/.kimi/skills/error-handling-patterns/SKILL.md +641 -0
  448. package/framework/.kimi/skills/interface-design/SKILL.md +310 -0
  449. package/framework/.kimi/skills/interface-design/references/example.md +86 -0
  450. package/framework/.kimi/skills/interface-design/references/principles.md +235 -0
  451. package/framework/.kimi/skills/interface-design/references/validation.md +48 -0
  452. package/framework/.kimi/skills/microtask-decomposition/SKILL.md +368 -0
  453. package/framework/.kimi/skills/openspec-apply-change/SKILL.md +172 -0
  454. package/framework/.kimi/skills/openspec-archive-change/SKILL.md +130 -0
  455. package/framework/.kimi/skills/openspec-bulk-archive-change/SKILL.md +262 -0
  456. package/framework/.kimi/skills/openspec-continue-change/SKILL.md +134 -0
  457. package/framework/.kimi/skills/openspec-explore/SKILL.md +306 -0
  458. package/framework/.kimi/skills/openspec-ff-change/SKILL.md +117 -0
  459. package/framework/.kimi/skills/openspec-new-change/SKILL.md +90 -0
  460. package/framework/.kimi/skills/openspec-onboard/SKILL.md +529 -0
  461. package/framework/.kimi/skills/openspec-sync-specs/SKILL.md +154 -0
  462. package/framework/.kimi/skills/openspec-verify-change/SKILL.md +184 -0
  463. package/framework/.kimi/skills/performance-optimizer/SKILL.md +43 -0
  464. package/framework/.kimi/skills/project-constitution/SKILL.md +66 -0
  465. package/framework/.kimi/skills/project-index/SKILL.md +234 -0
  466. package/framework/.kimi/skills/project-index/scripts/scan_codebase.py +47 -0
  467. package/framework/.kimi/skills/project-index/templates/agent-template.md +18 -0
  468. package/framework/.kimi/skills/project-index/templates/skill-template.md +20 -0
  469. package/framework/.kimi/skills/requirement-checklist/SKILL.md +90 -0
  470. package/framework/.kimi/skills/research-retrieval/SKILL.md +357 -0
  471. package/framework/.kimi/skills/secure-coding-cybersecurity/SKILL.md +793 -0
  472. package/framework/.kimi/skills/secure-coding-cybersecurity/references/ai_coding_pitfalls.md +44 -0
  473. package/framework/.kimi/skills/secure-coding-cybersecurity/references/owasp_top_10_2025.md +28 -0
  474. package/framework/.kimi/skills/secure-coding-cybersecurity/references/secure_coding_examples.md +102 -0
  475. package/framework/.kimi/skills/secure-coding-cybersecurity/scripts/security_audit.py +46 -0
  476. package/framework/.kimi/skills/skill-writer/SKILL.md +385 -0
  477. package/framework/.kimi/skills/spec-analysis/SKILL.md +65 -0
  478. package/framework/.kimi/skills/spec-clarification/SKILL.md +73 -0
  479. package/framework/.kimi/skills/sync-index/SKILL.md +35 -0
  480. package/framework/.kimi/skills/systematic-debugging/SKILL.md +296 -0
  481. package/framework/.kimi/skills/test-generator/SKILL.md +41 -0
  482. package/framework/.kimi/skills/testing-qa/SKILL.md +249 -0
  483. package/framework/.kimi/skills/vercel-react-best-practices/AGENTS.md +2934 -0
  484. package/framework/.kimi/skills/vercel-react-best-practices/SKILL.md +136 -0
  485. package/framework/.kimi/skills/vercel-react-best-practices/rules/advanced-event-handler-refs.md +55 -0
  486. package/framework/.kimi/skills/vercel-react-best-practices/rules/advanced-init-once.md +42 -0
  487. package/framework/.kimi/skills/vercel-react-best-practices/rules/advanced-use-latest.md +39 -0
  488. package/framework/.kimi/skills/vercel-react-best-practices/rules/async-api-routes.md +38 -0
  489. package/framework/.kimi/skills/vercel-react-best-practices/rules/async-defer-await.md +80 -0
  490. package/framework/.kimi/skills/vercel-react-best-practices/rules/async-dependencies.md +51 -0
  491. package/framework/.kimi/skills/vercel-react-best-practices/rules/async-parallel.md +28 -0
  492. package/framework/.kimi/skills/vercel-react-best-practices/rules/async-suspense-boundaries.md +99 -0
  493. package/framework/.kimi/skills/vercel-react-best-practices/rules/bundle-barrel-imports.md +59 -0
  494. package/framework/.kimi/skills/vercel-react-best-practices/rules/bundle-conditional.md +31 -0
  495. package/framework/.kimi/skills/vercel-react-best-practices/rules/bundle-defer-third-party.md +49 -0
  496. package/framework/.kimi/skills/vercel-react-best-practices/rules/bundle-dynamic-imports.md +35 -0
  497. package/framework/.kimi/skills/vercel-react-best-practices/rules/bundle-preload.md +50 -0
  498. package/framework/.kimi/skills/vercel-react-best-practices/rules/client-event-listeners.md +74 -0
  499. package/framework/.kimi/skills/vercel-react-best-practices/rules/client-localstorage-schema.md +71 -0
  500. package/framework/.kimi/skills/vercel-react-best-practices/rules/client-passive-event-listeners.md +48 -0
  501. package/framework/.kimi/skills/vercel-react-best-practices/rules/client-swr-dedup.md +56 -0
  502. package/framework/.kimi/skills/vercel-react-best-practices/rules/js-batch-dom-css.md +107 -0
  503. package/framework/.kimi/skills/vercel-react-best-practices/rules/js-cache-function-results.md +80 -0
  504. package/framework/.kimi/skills/vercel-react-best-practices/rules/js-cache-property-access.md +28 -0
  505. package/framework/.kimi/skills/vercel-react-best-practices/rules/js-cache-storage.md +70 -0
  506. package/framework/.kimi/skills/vercel-react-best-practices/rules/js-combine-iterations.md +32 -0
  507. package/framework/.kimi/skills/vercel-react-best-practices/rules/js-early-exit.md +50 -0
  508. package/framework/.kimi/skills/vercel-react-best-practices/rules/js-hoist-regexp.md +45 -0
  509. package/framework/.kimi/skills/vercel-react-best-practices/rules/js-index-maps.md +37 -0
  510. package/framework/.kimi/skills/vercel-react-best-practices/rules/js-length-check-first.md +49 -0
  511. package/framework/.kimi/skills/vercel-react-best-practices/rules/js-min-max-loop.md +82 -0
  512. package/framework/.kimi/skills/vercel-react-best-practices/rules/js-set-map-lookups.md +24 -0
  513. package/framework/.kimi/skills/vercel-react-best-practices/rules/js-tosorted-immutable.md +57 -0
  514. package/framework/.kimi/skills/vercel-react-best-practices/rules/rendering-activity.md +26 -0
  515. package/framework/.kimi/skills/vercel-react-best-practices/rules/rendering-animate-svg-wrapper.md +47 -0
  516. package/framework/.kimi/skills/vercel-react-best-practices/rules/rendering-conditional-render.md +40 -0
  517. package/framework/.kimi/skills/vercel-react-best-practices/rules/rendering-content-visibility.md +38 -0
  518. package/framework/.kimi/skills/vercel-react-best-practices/rules/rendering-hoist-jsx.md +46 -0
  519. package/framework/.kimi/skills/vercel-react-best-practices/rules/rendering-hydration-no-flicker.md +82 -0
  520. package/framework/.kimi/skills/vercel-react-best-practices/rules/rendering-hydration-suppress-warning.md +30 -0
  521. package/framework/.kimi/skills/vercel-react-best-practices/rules/rendering-svg-precision.md +28 -0
  522. package/framework/.kimi/skills/vercel-react-best-practices/rules/rendering-usetransition-loading.md +75 -0
  523. package/framework/.kimi/skills/vercel-react-best-practices/rules/rerender-defer-reads.md +39 -0
  524. package/framework/.kimi/skills/vercel-react-best-practices/rules/rerender-dependencies.md +45 -0
  525. package/framework/.kimi/skills/vercel-react-best-practices/rules/rerender-derived-state-no-effect.md +40 -0
  526. package/framework/.kimi/skills/vercel-react-best-practices/rules/rerender-derived-state.md +29 -0
  527. package/framework/.kimi/skills/vercel-react-best-practices/rules/rerender-functional-setstate.md +74 -0
  528. package/framework/.kimi/skills/vercel-react-best-practices/rules/rerender-lazy-state-init.md +58 -0
  529. package/framework/.kimi/skills/vercel-react-best-practices/rules/rerender-memo-with-default-value.md +38 -0
  530. package/framework/.kimi/skills/vercel-react-best-practices/rules/rerender-memo.md +44 -0
  531. package/framework/.kimi/skills/vercel-react-best-practices/rules/rerender-move-effect-to-event.md +45 -0
  532. package/framework/.kimi/skills/vercel-react-best-practices/rules/rerender-simple-expression-in-memo.md +35 -0
  533. package/framework/.kimi/skills/vercel-react-best-practices/rules/rerender-transitions.md +40 -0
  534. package/framework/.kimi/skills/vercel-react-best-practices/rules/rerender-use-ref-transient-values.md +73 -0
  535. package/framework/.kimi/skills/vercel-react-best-practices/rules/server-after-nonblocking.md +73 -0
  536. package/framework/.kimi/skills/vercel-react-best-practices/rules/server-auth-actions.md +96 -0
  537. package/framework/.kimi/skills/vercel-react-best-practices/rules/server-cache-lru.md +41 -0
  538. package/framework/.kimi/skills/vercel-react-best-practices/rules/server-cache-react.md +76 -0
  539. package/framework/.kimi/skills/vercel-react-best-practices/rules/server-dedup-props.md +65 -0
  540. package/framework/.kimi/skills/vercel-react-best-practices/rules/server-parallel-fetching.md +83 -0
  541. package/framework/.kimi/skills/vercel-react-best-practices/rules/server-serialization.md +38 -0
  542. package/framework/.kimi/workflows/ac.md +446 -0
  543. package/framework/.kimi/workflows/opsx-apply.md +149 -0
  544. package/framework/.kimi/workflows/opsx-archive.md +154 -0
  545. package/framework/.kimi/workflows/opsx-bulk-archive.md +239 -0
  546. package/framework/.kimi/workflows/opsx-continue.md +111 -0
  547. package/framework/.kimi/workflows/opsx-explore.md +171 -0
  548. package/framework/.kimi/workflows/opsx-ff.md +91 -0
  549. package/framework/.kimi/workflows/opsx-new.md +66 -0
  550. package/framework/.kimi/workflows/opsx-onboard.md +522 -0
  551. package/framework/.kimi/workflows/opsx-sync.md +131 -0
  552. package/framework/.kimi/workflows/opsx-verify.md +161 -0
  553. package/framework/.opencode/command/ac.md +362 -177
  554. package/framework/.opencode/skills/acfm-spec-workflow/SKILL.md +269 -0
  555. package/framework/.opencode/skills/brainstorming/SKILL.md +266 -38
  556. package/framework/.opencode/skills/ci-deploy/SKILL.md +501 -0
  557. package/framework/.opencode/skills/code-review/SKILL.md +250 -0
  558. package/framework/.opencode/skills/context-synthesizer/SKILL.md +322 -0
  559. package/framework/.opencode/skills/documentation/SKILL.md +441 -0
  560. package/framework/.opencode/skills/microtask-decomposition/SKILL.md +368 -0
  561. package/framework/.opencode/skills/openspec-apply-change/SKILL.md +23 -7
  562. package/framework/.opencode/skills/openspec-archive-change/SKILL.md +22 -6
  563. package/framework/.opencode/skills/openspec-bulk-archive-change/SKILL.md +25 -9
  564. package/framework/.opencode/skills/openspec-continue-change/SKILL.md +20 -4
  565. package/framework/.opencode/skills/openspec-explore/SKILL.md +17 -1
  566. package/framework/.opencode/skills/openspec-ff-change/SKILL.md +21 -5
  567. package/framework/.opencode/skills/openspec-new-change/SKILL.md +23 -7
  568. package/framework/.opencode/skills/openspec-sync-specs/SKILL.md +20 -4
  569. package/framework/.opencode/skills/openspec-verify-change/SKILL.md +24 -8
  570. package/framework/.opencode/skills/research-retrieval/SKILL.md +357 -0
  571. package/framework/.opencode/skills/testing-qa/SKILL.md +249 -0
  572. package/framework/.qoder/commands/opsx/ac.md +362 -177
  573. package/framework/.qoder/skills/acfm-spec-workflow/SKILL.md +269 -0
  574. package/framework/.qoder/skills/brainstorming/SKILL.md +266 -38
  575. package/framework/.qoder/skills/ci-deploy/SKILL.md +501 -0
  576. package/framework/.qoder/skills/code-review/SKILL.md +250 -0
  577. package/framework/.qoder/skills/context-synthesizer/SKILL.md +322 -0
  578. package/framework/.qoder/skills/documentation/SKILL.md +441 -0
  579. package/framework/.qoder/skills/microtask-decomposition/SKILL.md +368 -0
  580. package/framework/.qoder/skills/openspec-apply-change/SKILL.md +23 -7
  581. package/framework/.qoder/skills/openspec-archive-change/SKILL.md +22 -6
  582. package/framework/.qoder/skills/openspec-bulk-archive-change/SKILL.md +25 -9
  583. package/framework/.qoder/skills/openspec-continue-change/SKILL.md +20 -4
  584. package/framework/.qoder/skills/openspec-explore/SKILL.md +17 -1
  585. package/framework/.qoder/skills/openspec-ff-change/SKILL.md +21 -5
  586. package/framework/.qoder/skills/openspec-new-change/SKILL.md +23 -7
  587. package/framework/.qoder/skills/openspec-sync-specs/SKILL.md +20 -4
  588. package/framework/.qoder/skills/openspec-verify-change/SKILL.md +24 -8
  589. package/framework/.qoder/skills/research-retrieval/SKILL.md +357 -0
  590. package/framework/.qoder/skills/testing-qa/SKILL.md +249 -0
  591. package/framework/.qwen/commands/ac.md +362 -177
  592. package/framework/.qwen/skills/acfm-spec-workflow/SKILL.md +269 -0
  593. package/framework/.qwen/skills/brainstorming/SKILL.md +266 -38
  594. package/framework/.qwen/skills/ci-deploy/SKILL.md +501 -0
  595. package/framework/.qwen/skills/code-review/SKILL.md +250 -0
  596. package/framework/.qwen/skills/context-synthesizer/SKILL.md +322 -0
  597. package/framework/.qwen/skills/documentation/SKILL.md +441 -0
  598. package/framework/.qwen/skills/microtask-decomposition/SKILL.md +368 -0
  599. package/framework/.qwen/skills/openspec-apply-change/SKILL.md +23 -7
  600. package/framework/.qwen/skills/openspec-archive-change/SKILL.md +22 -6
  601. package/framework/.qwen/skills/openspec-bulk-archive-change/SKILL.md +25 -9
  602. package/framework/.qwen/skills/openspec-continue-change/SKILL.md +20 -4
  603. package/framework/.qwen/skills/openspec-explore/SKILL.md +17 -1
  604. package/framework/.qwen/skills/openspec-ff-change/SKILL.md +21 -5
  605. package/framework/.qwen/skills/openspec-new-change/SKILL.md +23 -7
  606. package/framework/.qwen/skills/openspec-sync-specs/SKILL.md +20 -4
  607. package/framework/.qwen/skills/openspec-verify-change/SKILL.md +24 -8
  608. package/framework/.qwen/skills/research-retrieval/SKILL.md +357 -0
  609. package/framework/.qwen/skills/testing-qa/SKILL.md +249 -0
  610. package/framework/.roo/commands/ac.md +362 -177
  611. package/framework/.roo/skills/acfm-spec-workflow/SKILL.md +269 -0
  612. package/framework/.roo/skills/brainstorming/SKILL.md +266 -38
  613. package/framework/.roo/skills/ci-deploy/SKILL.md +501 -0
  614. package/framework/.roo/skills/code-review/SKILL.md +250 -0
  615. package/framework/.roo/skills/context-synthesizer/SKILL.md +322 -0
  616. package/framework/.roo/skills/documentation/SKILL.md +441 -0
  617. package/framework/.roo/skills/microtask-decomposition/SKILL.md +368 -0
  618. package/framework/.roo/skills/openspec-apply-change/SKILL.md +23 -7
  619. package/framework/.roo/skills/openspec-archive-change/SKILL.md +22 -6
  620. package/framework/.roo/skills/openspec-bulk-archive-change/SKILL.md +25 -9
  621. package/framework/.roo/skills/openspec-continue-change/SKILL.md +20 -4
  622. package/framework/.roo/skills/openspec-explore/SKILL.md +17 -1
  623. package/framework/.roo/skills/openspec-ff-change/SKILL.md +21 -5
  624. package/framework/.roo/skills/openspec-new-change/SKILL.md +23 -7
  625. package/framework/.roo/skills/openspec-sync-specs/SKILL.md +20 -4
  626. package/framework/.roo/skills/openspec-verify-change/SKILL.md +24 -8
  627. package/framework/.roo/skills/research-retrieval/SKILL.md +357 -0
  628. package/framework/.roo/skills/testing-qa/SKILL.md +249 -0
  629. package/framework/.trae/skills/acfm-spec-workflow/SKILL.md +269 -0
  630. package/framework/.trae/skills/brainstorming/SKILL.md +266 -38
  631. package/framework/.trae/skills/ci-deploy/SKILL.md +501 -0
  632. package/framework/.trae/skills/code-review/SKILL.md +250 -0
  633. package/framework/.trae/skills/context-synthesizer/SKILL.md +322 -0
  634. package/framework/.trae/skills/documentation/SKILL.md +441 -0
  635. package/framework/.trae/skills/main-skill/SKILL.md +455 -0
  636. package/framework/.trae/skills/microtask-decomposition/SKILL.md +368 -0
  637. package/framework/.trae/skills/openspec-apply-change/SKILL.md +23 -7
  638. package/framework/.trae/skills/openspec-archive-change/SKILL.md +22 -6
  639. package/framework/.trae/skills/openspec-bulk-archive-change/SKILL.md +25 -9
  640. package/framework/.trae/skills/openspec-continue-change/SKILL.md +20 -4
  641. package/framework/.trae/skills/openspec-explore/SKILL.md +17 -1
  642. package/framework/.trae/skills/openspec-ff-change/SKILL.md +21 -5
  643. package/framework/.trae/skills/openspec-new-change/SKILL.md +23 -7
  644. package/framework/.trae/skills/openspec-sync-specs/SKILL.md +20 -4
  645. package/framework/.trae/skills/openspec-verify-change/SKILL.md +24 -8
  646. package/framework/.trae/skills/research-retrieval/SKILL.md +357 -0
  647. package/framework/.trae/skills/testing-qa/SKILL.md +249 -0
  648. package/framework/.windsurf/skills/acfm-spec-workflow/SKILL.md +269 -0
  649. package/framework/.windsurf/skills/brainstorming/SKILL.md +266 -38
  650. package/framework/.windsurf/skills/ci-deploy/SKILL.md +501 -0
  651. package/framework/.windsurf/skills/code-review/SKILL.md +250 -0
  652. package/framework/.windsurf/skills/context-synthesizer/SKILL.md +322 -0
  653. package/framework/.windsurf/skills/documentation/SKILL.md +441 -0
  654. package/framework/.windsurf/skills/microtask-decomposition/SKILL.md +368 -0
  655. package/framework/.windsurf/skills/openspec-apply-change/SKILL.md +23 -7
  656. package/framework/.windsurf/skills/openspec-archive-change/SKILL.md +22 -6
  657. package/framework/.windsurf/skills/openspec-bulk-archive-change/SKILL.md +25 -9
  658. package/framework/.windsurf/skills/openspec-continue-change/SKILL.md +20 -4
  659. package/framework/.windsurf/skills/openspec-explore/SKILL.md +17 -1
  660. package/framework/.windsurf/skills/openspec-ff-change/SKILL.md +21 -5
  661. package/framework/.windsurf/skills/openspec-new-change/SKILL.md +23 -7
  662. package/framework/.windsurf/skills/openspec-sync-specs/SKILL.md +20 -4
  663. package/framework/.windsurf/skills/openspec-verify-change/SKILL.md +24 -8
  664. package/framework/.windsurf/skills/research-retrieval/SKILL.md +357 -0
  665. package/framework/.windsurf/skills/testing-qa/SKILL.md +249 -0
  666. package/framework/.windsurf/workflows/ac.md +362 -177
  667. package/framework/AGENTS.md +389 -135
  668. package/framework/CLAUDE.md +389 -135
  669. package/framework/GEMINI.md +389 -135
  670. package/framework/copilot-instructions.md +390 -136
  671. package/package.json +1 -1
  672. package/src/commands/init.js +10 -12
  673. package/src/commands/spec.js +40 -8
  674. package/src/config/constants.js +10 -2
  675. package/src/config/ide-mapping.js +1 -0
  676. package/src/services/spec-engine.js +101 -25
  677. package/src/ui/animations.js +82 -0
@@ -1,85 +1,138 @@
1
1
  **Fundamental Principle**: *"Quality over speed. Documentation before code. Planning before execution."*
2
2
 
3
- --- YOU SHOULD FOLLOW THIS EXACT WORKFLOW HERE, DONT SKIP STEPS, DONT CHANGE THE ORDER OF THE WORKFLOW, DONT SKIP SKILLS, DONT SKIP PHASES, DONT SKIP ANYTHING, JUST FOLLOW THE WORKFLOW EXACTLY AS IT IS WRITTEN HERE
3
+ --- ⚠️ **CRITICAL: ZERO SKIP POLICY** ⚠️ ---
4
+
5
+ **YOU CANNOT SKIP ANY STEP. YOU CANNOT SKIP ANY SKILL. YOU CANNOT SKIP ANY PHASE.**
6
+
7
+ If you attempt to proceed without completing a required step, you MUST STOP and complete it first.
8
+
9
+ ---
4
10
 
5
11
  ## 🛠️ Available Skills
6
12
 
7
13
  ### Quality and Security Skills
8
14
 
9
- | Skill | Description | Primary Use |
10
- |-------|-------------|---------------|
11
- | `secure-coding-cybersecurity` | Detects and prevents security vulnerabilities (SQLi, XSS, command injection, hardcoded secrets). Follows OWASP Top 10 standards. | Secure code validation |
12
- | `code-maintainability` | Analyzes code maintainability: duplication, documentation, error handling, naming conventions, SOLID architecture, performance. | Refactoring and standards |
13
- | `error-handling-patterns` | Error handling patterns in multiple languages: exceptions, Result types, retry, circuit breaker, graceful degradation. | Application resilience |
14
- | `performance-optimizer` | Methodologies for measuring, profiling, and optimizing code (caching, algorithm complexity, resource usage). | Performance Engineering |
15
- | `test-generator` | Generate comprehensive test suites (Unit, Integration, E2E) ensuring requirements are met. | Test Driven Development |
15
+ | Skill | Description | Primary Use | Required Before |
16
+ |-------|-------------|-------------|-----------------|
17
+ | `secure-coding-cybersecurity` | Detects and prevents security vulnerabilities (SQLi, XSS, command injection, hardcoded secrets). Follows OWASP Top 10 standards. | Secure code validation | `code-maintainability` |
18
+ | `code-maintainability` | Analyzes code maintainability: duplication, documentation, error handling, naming conventions, SOLID architecture, performance. | Refactoring and standards | `project-constitution` |
19
+ | `error-handling-patterns` | Error handling patterns in multiple languages: exceptions, Result types, retry, circuit breaker, graceful degradation. | Application resilience | `secure-coding-cybersecurity` |
20
+ | `performance-optimizer` | Methodologies for measuring, profiling, and optimizing code (caching, algorithm complexity, resource usage). | Performance Engineering | After Implementation |
21
+ | `test-generator` | Generate comprehensive test suites (Unit, Integration, E2E) ensuring requirements are met. | Test Driven Development | `openspec-continue-change` |
16
22
 
17
23
  ### SpecKit Consistency & Quality Skills
18
24
 
19
- | Skill | Description | Primary Use |
20
- |-------|-------------|---------------|
21
- | `project-constitution` | Manage the project's core principles and ensuring alignment. | Project Governance |
22
- | `requirement-checklist` | Generate quality control checklists for requirements (unit tests for specs). | Requirements Quality |
23
- | `spec-analysis` | Analyze consistency across Spec, Plan, and Tasks. | Consistency Check |
24
- | `spec-clarification` | Interactively clarify specific sections of the spec. | Ambiguity Resolution |
25
+ | Skill | Description | Primary Use | Required Before |
26
+ |-------|-------------|-------------|-----------------|
27
+ | `project-constitution` | Manage the project's core principles and ensuring alignment. | Project Governance | **PHASE 1 START** |
28
+ | `requirement-checklist` | Generate quality control checklists for requirements (unit tests for specs). | Requirements Quality | `spec-clarification` |
29
+ | `spec-analysis` | Analyze consistency across Spec, Plan, and Tasks. | Consistency Check | `openspec-continue-change` |
30
+ | `spec-clarification` | Interactively clarify specific sections of the spec. | Ambiguity Resolution | `openspec-new-change` |
25
31
 
26
32
  ### Planning and Design Skills
27
33
 
28
- | Skill | Description | Primary Use |
29
- |-------|-------------|---------------|
30
- | `brainstorming` | Generates ideas and questions decisions before implementing. Explores requirements, constraints, and success criteria. | Design and architecture |
31
- | `api-design-principles` | REST and GraphQL design principles: resources, endpoints, pagination, versioning, HATEOAS. | API design |
32
- | `interface-design` | Interface design (dashboards, admin panels, apps). NOT for landing pages/marketing. | UI design |
34
+ | Skill | Description | Primary Use | Required Before |
35
+ |-------|-------------|-------------|-----------------|
36
+ | `brainstorming` | Generates ALL questions at once about decisions before implementing. Explores requirements, constraints, and success criteria in a SINGLE comprehensive prompt. | Design and architecture | `openspec-explore` |
37
+ | `api-design-principles` | REST and GraphQL design principles: resources, endpoints, pagination, versioning, HATEOAS. | API design | `spec-clarification` [IF APIs] |
38
+ | `interface-design` | Interface design (dashboards, admin panels, apps). NOT for landing pages/marketing. | UI design | `spec-clarification` [IF UI] |
39
+
40
+ ### AC Framework Core Skills
41
+
42
+ | Skill | Description | Primary Use | Required Before |
43
+ |-------|-------------|-------------|-----------------|
44
+ | `acfm-spec-workflow` | **START HERE - MANDATORY** - Understand the spec-driven workflow, directory structure (.acfm/ vs openspec/), and CLI commands. Essential before using any OpenSpec skills. | Foundation | **ANYTHING ELSE** |
33
45
 
34
46
  ### OpenSpec Skills (The heart of the framework)
35
47
 
36
- | Skill | Description | Primary Use |
37
- |-------|-------------|---------------|
38
- | `openspec-explore` | Exploration mode to investigate problems, map architecture, find integration points before implementing. | Pre-analysis |
39
- | `openspec-new-change` | Creates a new change with step-by-step workflow (proposal → specs → design → tasks). | Structured start |
40
- | `openspec-ff-change` | Fast-forward: creates all artifacts at once to start implementation quickly. | Quick start |
41
- | `openspec-continue-change` | Continues an existing change by creating the next artifact in the sequence. | Continue workflow |
42
- | `openspec-apply-change` | Implements tasks from a change (applies code according to specs and tasks). | Change execution |
43
- | `openspec-verify-change` | Verifies that implementation matches artifacts (specs, tasks, design). | Validation |
44
- | `openspec-archive-change` | Archives a completed change by moving it to `openspec/changes/archive/`. | Change closure |
45
- | `openspec-onboard` | Guided tutorial to learn OpenSpec with a complete example workflow. | Learning |
46
- | `openspec-sync-specs` | Synchronizes delta specs to main specs (intelligent merge). | Update specs |
47
- | `openspec-bulk-archive-change` | Archives multiple completed changes at once. | Bulk cleanup |
48
+ | Skill | Description | Primary Use | Required Before |
49
+ |-------|-------------|-------------|-----------------|
50
+ | `openspec-explore` | Exploration mode to investigate problems, map architecture, find integration points before implementing. | Pre-analysis | `acfm-spec-workflow` |
51
+ | `openspec-new-change` | Creates a new change with step-by-step workflow (proposal → specs → design → tasks). | Structured start | `brainstorming` |
52
+ | `openspec-ff-change` | Fast-forward: creates all artifacts at once to start implementation quickly. | Quick start | `brainstorming` |
53
+ | `openspec-continue-change` | Continues an existing change by creating the next artifact in the sequence. | Continue workflow | `openspec-new-change` OR `microtask-decomposition` |
54
+ | `openspec-apply-change` | Implements tasks from a change (applies code according to specs and tasks). | Change execution | `test-generator` |
55
+ | `openspec-verify-change` | Verifies that implementation matches artifacts (specs, tasks, design). | Validation | `openspec-apply-change` |
56
+ | `openspec-archive-change` | Archives a completed change by moving it to `{specDir}/changes/archive/`. | Change closure | `openspec-verify-change` |
57
+ | `openspec-onboard` | Guided tutorial to learn OpenSpec with a complete example workflow. | Learning | `acfm-spec-workflow` |
58
+ | `openspec-sync-specs` | Synchronizes delta specs to main specs (intelligent merge). | Update specs | `openspec-verify-change` |
59
+ | `openspec-bulk-archive-change` | Archives multiple completed changes at once. | Bulk cleanup | `openspec-verify-change` |
48
60
 
49
61
  ### Documentation and Debugging Skills
50
62
 
51
- | Skill | Description | Primary Use |
52
- |-------|-------------|---------------|
53
- | `project-index` | Generates structured project documentation: structure analysis, domains, agent guides. | Indexing and context |
54
- | `sync-index` | Keep project documentation (`project-index` and sub-skills) in sync with codebase changes. | Documentation Sync |
55
- | `systematic-debugging` | Structured debugging in 4 phases: root cause investigation, pattern analysis, hypothesis, implementation. | Problem resolution |
56
- | `changelog-generator` | Creates automated changelogs from git commits, translating technical to user language. | Version history |
57
- | `skill-writer` | Guide to create new skills for Claude Code with correct structure and frontmatter. | Create new skills |
63
+ | Skill | Description | Primary Use | Required Before |
64
+ |-------|-------------|-------------|-----------------|
65
+ | `project-index` | Generates structured project documentation: structure analysis, domains, agent guides. | Indexing and context | `project-constitution` |
66
+ | `sync-index` | Keep project documentation (`project-index` and sub-skills) in sync with codebase changes. | Documentation Sync | `openspec-apply-change` |
67
+ | `systematic-debugging` | Structured debugging in 4 phases: root cause investigation, pattern analysis, hypothesis, implementation. | Problem resolution | When bugs found |
68
+ | `changelog-generator` | Creates automated changelogs from git commits, translating technical to user language. | Version history | `openspec-archive-change` |
69
+ | `skill-writer` | Guide to create new skills for Claude Code with correct structure and frontmatter. | Create new skills | Anytime |
70
+ | `vercel-react-best-practices` | React and Next.js performance optimization guidelines from Vercel Engineering. | React/Next.js optimization | [IF REACT] |
71
+
72
+ ### AC Framework Enhancement Skills
73
+
74
+ | Skill | Description | Primary Use | Required Before |
75
+ |-------|-------------|-------------|-----------------|
76
+ | `microtask-decomposition` | **LEVEL 2+ DECOMPOSITION** - Use when a single task from tasks.md is still too complex (affects 3+ files or requires multiple logic blocks). Breaks tasks into MICROTASKS (1 file/function each) for granular implementation. NOT for initial task breakdown. | Microtask planning & delegation | `openspec-continue-change` |
77
+ | `testing-qa` | Automate generation and maintenance of unit, integration, and E2E tests; generate test data and debugging. | Quality assurance | `openspec-apply-change` |
78
+ | `code-review` | Review generated code for style, security, and architecture issues; suggest refactorings and performance improvements. | Code quality & security | `openspec-apply-change` |
79
+ | `documentation` | Generate clear documentation for each task: technical descriptions, architecture diagrams, usage guides. | Documentation & communication | `openspec-verify-change` |
80
+ | `research-retrieval` | Search external documentation (web pages, API docs, papers) and generate useful summaries for development. | Research & context gathering | `openspec-explore` |
81
+ | `context-synthesizer` | Manage memory in long projects and summarize current state to prevent agent context loss. | Memory & context management | `project-constitution` |
82
+ | `ci-deploy` | Automate continuous integration, deployment, and post-deployment verification of developed solutions. | CI/CD automation | `openspec-verify-change` |
58
83
 
59
84
  ---
60
85
 
61
- ## 📍 IMPORTANT: How to Use Skills
86
+ ## 📍 CRITICAL: How to Use Skills - ZERO SKIP POLICY
87
+
88
+ ### ⛔ BLOCKING RULES - YOU CANNOT PROCEED WITHOUT THESE:
89
+
90
+ **Rule 1: Phase Completion Checkpoint**
91
+ After EACH phase, you MUST confirm completion:
92
+ ```
93
+ ╔══════════════════════════════════════════════════════════╗
94
+ ║ ⚠️ PHASE [X] COMPLETION CHECKPOINT ║
95
+ ╠══════════════════════════════════════════════════════════╣
96
+ ║ Have you COMPLETED ALL skills in Phase [X]? ║
97
+ ║ [ ] Yes - I have read and executed every skill ║
98
+ ║ [ ] No - I need to go back ║
99
+ ╚══════════════════════════════════════════════════════════╝
100
+ ```
101
+ **IF NO: STOP. Go back and complete missing skills.**
102
+
103
+ **Rule 2: Skill Dependency Chain**
104
+ Each skill table above shows "Required Before". You CANNOT use a skill until its dependency is satisfied.
62
105
 
63
- **Skills are loaded as tools, NOT CLI commands.**
106
+ **Rule 3: Output Verification**
107
+ Before proceeding to next phase, verify you have these outputs:
64
108
 
65
- The skills listed above are located at `framework/.agent/skills/<skill-name>/SKILL.md`. When you need to use a skill:
109
+ | Phase | Required Outputs | Check |
110
+ |-------|-----------------|-------|
111
+ | Phase 0 | `acfm spec status` shows initialized | [ ] |
112
+ | Phase 1 | project-constitution.md defined | [ ] |
113
+ | Phase 2 | project-index.md exists, exploration notes | [ ] |
114
+ | Phase 3 | proposal.md, specs/, design.md, tasks.md | [ ] |
115
+ | Phase 4 | Tests written, code implemented, tasks marked complete | [ ] |
116
+ | Phase 5 | Verification passed, docs updated, change archived | [ ] |
66
117
 
67
- 1. **The Agent automatically loads the skill file** - No CLI command needed
68
- 2. **Read the SKILL.md file** to understand its instructions
69
- 3. **Follow the skill's guidance** exactly as written
70
- 4. **Skills provide structured workflows** for specific tasks
118
+ **Rule 4: Pre-Implementation Safety Check**
119
+ Before `openspec-apply-change`, ALL must be TRUE:
120
+ - [ ] tasks.md exists and has checkboxes
121
+ - [ ] All tests from `test-generator` are written
122
+ - [ ] design.md has been reviewed
123
+ - [ ] spec-analysis shows consistency
71
124
 
72
- **Do NOT use CLI commands like `acfm spec <command>` unless the skill specifically instructs you to.** OpenSpec skills guide you through their workflow via the SKILL.md content, not through CLI invocations.
125
+ **IF ANY IS FALSE: STOP. Complete missing items.**
73
126
 
74
127
  ---
75
128
 
76
129
  ## 🚀 Workflow: New Project
77
130
 
78
- When starting a project **from scratch**, follow this mandatory workflow:
131
+ When starting a project **from scratch**, follow this **MANDATORY** workflow:
79
132
 
80
133
  ```
81
134
  ┌─────────────────────────────────────────────────────────────────────────────────┐
82
- WORKFLOW: NEW PROJECT
135
+ ⚠️ WORKFLOW: NEW PROJECT - ZERO SKIP ⚠️
83
136
  └─────────────────────────────────────────────────────────────────────────────────┘
84
137
 
85
138
  ┌─────────────────┐
@@ -87,80 +140,156 @@ When starting a project **from scratch**, follow this mandatory workflow:
87
140
  └────────┬────────┘
88
141
 
89
142
 
90
- ┌──────────────────────────────────────────────┐
91
- PHASE 1: FOUNDATIONS & GOVERNANCE │
92
- 1. project-constitution │
93
- │ └─ Define core principles │
94
- 2. secure-coding-cybersecurity │
95
- └─ Establish security guidelines │
96
- │ 3. code-maintainability │
97
- └─ Define quality standards │
98
- └────────────────────┬─────────────────────────┘
99
-
143
+ ╔══════════════════════════════════════════════╗
144
+ ☠️ PHASE 0: AC FRAMEWORK SETUP (REQUIRED) ║
145
+ BLOCKING: Cannot proceed without this ║
146
+ ╠══════════════════════════════════════════════╣
147
+ 1. acfm-spec-workflow ║
148
+ └─ **ALWAYS START HERE** ║
149
+ ║ └─ Understand .acfm/ vs openspec/ ║
150
+ └─ Learn CLI commands and workflow ║
151
+ ║ └─ Check project initialization status ║
152
+ ║ └─ RUN: acfm spec init (if needed) ║
153
+ ╚════════════════════╬═════════════════════════╝
154
+
155
+ ║ ⛔ CHECKPOINT: Phase 0 Complete?
156
+ ║ [ ] acfm spec status shows "initialized": true
157
+
158
+ ║ YES ▼
159
+
160
+ ╔══════════════════════════════════════════════╗
161
+ ║ PHASE 1: FOUNDATIONS & GOVERNANCE ║
162
+ ╠══════════════════════════════════════════════╣
163
+ ║ 1. project-constitution ║
164
+ ║ └─ Define core principles ║
165
+ ║ 2. secure-coding-cybersecurity ║
166
+ ║ └─ Establish security guidelines ║
167
+ ║ 3. code-maintainability ║
168
+ ║ └─ Define quality standards ║
169
+ ║ 4. vercel-react-best-practices [IF REACT] ║
170
+ ║ └─ Apply React/Next.js best practices ║
171
+ ╚════════════════════╬═════════════════════════╝
172
+
173
+ ║ ⛔ CHECKPOINT: Phase 1 Complete?
174
+ ║ [ ] project-constitution defined
175
+ ║ [ ] Security guidelines established
176
+ ║ [ ] Quality standards set
177
+
178
+ ║ YES ▼
100
179
 
101
- ┌──────────────────────────────────────────────┐
102
- PHASE 2: CONTEXT & DISCOVERY
103
- │ 4. project-index │
104
- │ └─ Document initial structure │
105
- │ 5. openspec-explore │
106
- │ └─ Explore target architecture │
107
- │ 6. brainstorming │
108
- │ └─ Generate ideas and architecture │
109
- └────────────────────┬─────────────────────────┘
110
-
180
+ ╔══════════════════════════════════════════════╗
181
+ PHASE 2: CONTEXT & DISCOVERY
182
+ ╠══════════════════════════════════════════════╣
183
+ ║ 5. context-synthesizer ║
184
+ ║ └─ Initialize memory and context state ║
185
+ ║ 6. project-index ║
186
+ ║ └─ Document initial structure ║
187
+ ║ 7. research-retrieval ║
188
+ ║ └─ Gather external documentation ║
189
+ ║ 8. openspec-explore
190
+ ║ └─ Explore target architecture ║
191
+ ║ 9. brainstorming ║
192
+ ║ └─ Generate ALL questions in ONE prompt ║
193
+ ║ └─ Surface hidden assumptions ║
194
+ ║ └─ Challenge constraints ║
195
+ ╚════════════════════╬═════════════════════════╝
196
+
197
+ ║ ⛔ CHECKPOINT: Phase 2 Complete?
198
+ ║ [ ] project-index.md exists
199
+ ║ [ ] Exploration notes documented
200
+ ║ [ ] Brainstorming questions answered
201
+
202
+ ║ YES ▼
111
203
 
112
- ┌──────────────────────────────────────────────┐
113
- PHASE 3: REQUIREMENTS & DESIGN
114
- │ 7. spec-clarification (CRITICAL) │
115
- │ └─ CLARIFY requirements first │
116
- │ 8. openspec-new-change │
117
- │ └─ Create proposal │
118
- │ 9. openspec-continue-change │
119
- │ └─ Draft Specs, Design, Tasks │
120
- │ 10. spec-analysis │
121
- └─ Verify consistency │
122
- 11. requirement-checklist │
123
- └─ "Unit test" the specs │
124
- 12. api-design-principles [IF APIs] │
125
- └─ Design REST/GraphQL APIs │
126
- 13. interface-design [IF UI] │
127
- └─ Design dashboards/apps interface │
128
- └────────────────────┬─────────────────────────┘
129
-
204
+ ╔══════════════════════════════════════════════╗
205
+ PHASE 3: REQUIREMENTS & DESIGN
206
+ ╠══════════════════════════════════════════════╣
207
+ ║ 10. spec-clarification (CRITICAL) ║
208
+ ║ └─ CLARIFY requirements first ║
209
+ ║ 11. openspec-new-change ║
210
+ ║ └─ Create proposal ║
211
+ ║ 12. microtask-decomposition ║
212
+ ║ └─ ONLY if task is still too complex ║
213
+ └─ Break into MICROTASKS (1 file each) ║
214
+ 13. openspec-continue-change ║
215
+ └─ Draft Specs, Design, Tasks ║
216
+ 14. spec-analysis ║
217
+ └─ Verify consistency ║
218
+ 15. requirement-checklist ║
219
+ └─ "Unit test" the specs ║
220
+ ║ 16. api-design-principles [IF APIs] ║
221
+ ║ └─ Design REST/GraphQL APIs ║
222
+ ║ 17. interface-design [IF UI] ║
223
+ ║ └─ Design dashboards/apps interface ║
224
+ ╚════════════════════╬═════════════════════════╝
225
+
226
+ ║ ⛔ CHECKPOINT: Phase 3 Complete?
227
+ ║ [ ] proposal.md created
228
+ ║ [ ] specs/ directory with specs
229
+ ║ [ ] design.md written
230
+ ║ [ ] tasks.md with checkboxes
231
+ ║ [ ] spec-analysis passed
232
+
233
+ ║ YES ▼
130
234
 
131
- ┌──────────────────────────────────────────────┐
132
- PHASE 4: IMPLEMENTATION
133
- │ 14. test-generator │
134
- │ └─ TDD: Write tests first │
135
- 15. openspec-apply-change │
136
- │ └─ Implement code to pass tests │
137
- 16. secure-coding-cybersecurity │
138
- │ └─ Audit code for security │
139
- │ 17. error-handling-patterns │
140
- │ └─ Verify robust error handling │
141
- │ 18. performance-optimizer │
142
- │ └─ Optimize critical paths │
143
- └────────────────────┬─────────────────────────┘
144
-
235
+ ╔══════════════════════════════════════════════╗
236
+ PHASE 4: IMPLEMENTATION
237
+ ╠══════════════════════════════════════════════╣
238
+ ║ ☠️ SAFETY CHECK - ALL MUST BE TRUE: ║
239
+ [ ] tasks.md exists ║
240
+ ║ [ ] Tests from test-generator written ║
241
+ [ ] design.md reviewed ║
242
+ ║ [ ] spec-analysis shows consistency ║
243
+ ╠══════════════════════════════════════════════╣
244
+ ║ 18. test-generator ║
245
+ ║ └─ TDD: Write tests first ║
246
+ ║ 19. openspec-apply-change ║
247
+ ║ └─ Implement code to pass tests ║
248
+ ║ 20. testing-qa ║
249
+ ║ └─ Automate test maintenance ║
250
+ ║ 21. code-review ║
251
+ ║ └─ Review for style/security/arch ║
252
+ ║ 22. secure-coding-cybersecurity ║
253
+ ║ └─ Audit code for security ║
254
+ ║ 23. error-handling-patterns ║
255
+ ║ └─ Verify robust error handling ║
256
+ ║ 24. performance-optimizer ║
257
+ ║ └─ Optimize critical paths ║
258
+ ╚════════════════════╬═════════════════════════╝
259
+
260
+ ║ ⛔ CHECKPOINT: Phase 4 Complete?
261
+ ║ [ ] All tasks in tasks.md marked [x]
262
+ ║ [ ] Tests passing
263
+ ║ [ ] Code reviewed
264
+ ║ [ ] Security audited
265
+
266
+ ║ YES ▼
145
267
 
146
- ┌──────────────────────────────────────────────┐
147
- PHASE 5: VALIDATION & CLOSURE
148
- │ 19. systematic-debugging │
149
- │ └─ Resolve any issues
150
- │ 20. openspec-verify-change │
151
- │ └─ Validate against specs │
152
- │ 21. sync-index │
153
- │ └─ Update project documentation
154
- │ 22. changelog-generator │
155
- │ └─ Generate release notes │
156
- │ 23. openspec-archive-change │
157
- │ └─ Archive the change │
158
- └──────────────────────────────────────────────┘
268
+ ╔══════════════════════════════════════════════╗
269
+ PHASE 5: VALIDATION & CLOSURE
270
+ ╠══════════════════════════════════════════════╣
271
+ ║ 25. systematic-debugging
272
+ ║ └─ Resolve any issues ║
273
+ ║ 26. openspec-verify-change ║
274
+ ║ └─ Validate against specs ║
275
+ ║ 27. documentation
276
+ ║ └─ Generate technical docs & diagrams ║
277
+ ║ 28. sync-index ║
278
+ ║ └─ Update project documentation ║
279
+ ║ 29. changelog-generator ║
280
+ ║ └─ Generate release notes ║
281
+ ║ 30. ci-deploy ║
282
+ ║ └─ Deploy and verify solution ║
283
+ ║ 31. openspec-archive-change ║
284
+ ║ └─ Archive the change ║
285
+ ╚══════════════════════════════════════════════╝
159
286
  ```
160
287
 
161
288
  **Conditional Skills Notes:**
289
+ - `[IF REACT]`: Use vercel-react-best-practices only if the project uses React or Next.js
162
290
  - `[IF APIs]`: Use api-design-principles only if the project involves REST/GraphQL APIs
163
291
  - `[IF UI]`: Use interface-design only if the project has dashboards, admin panels, or apps
292
+ - `microtask-decomposition`: Use ONLY when a single task from tasks.md is still too complex (3+ files). NOT for initial breakdown.
164
293
 
165
294
  ---
166
295
 
@@ -170,7 +299,7 @@ When working on an **existing codebase** (adding features, fixing bugs, refactor
170
299
 
171
300
  ```
172
301
  ┌─────────────────────────────────────────────────────────────────────────────────┐
173
- WORKFLOW: EXISTING PROJECT
302
+ ⚠️ WORKFLOW: EXISTING PROJECT - ZERO SKIP ⚠️
174
303
  └─────────────────────────────────────────────────────────────────────────────────┘
175
304
 
176
305
  ┌─────────────────┐
@@ -178,69 +307,105 @@ When working on an **existing codebase** (adding features, fixing bugs, refactor
178
307
  └────────┬────────┘
179
308
 
180
309
 
181
- ┌──────────────────────────────────────────────┐
182
- PHASE 1: CONTEXT & ANALYSIS │
183
- 1. project-index (if needed) │
184
- │ └─ Map current system │
185
- 2. openspec-explore │
186
- └─ Deep dive into relevant modules │
187
- │ 3. brainstorming │
188
- └─ Ideate on feature/fix │
189
- └────────────────────┬─────────────────────────┘
190
-
310
+ ╔══════════════════════════════════════════════╗
311
+ ☠️ PHASE 0: AC FRAMEWORK SETUP (REQUIRED) ║
312
+ BLOCKING: Cannot proceed without this ║
313
+ ╠══════════════════════════════════════════════╣
314
+ 1. acfm-spec-workflow ║
315
+ └─ **ALWAYS START HERE** ║
316
+ ║ └─ Verify project initialization ║
317
+ └─ Check existing changes ║
318
+ ╚════════════════════╬═════════════════════════╝
319
+
320
+ ║ ⛔ CHECKPOINT: Phase 0 Complete?
321
+
322
+ ║ YES ▼
323
+
324
+ ╔══════════════════════════════════════════════╗
325
+ ║ PHASE 1: CONTEXT & ANALYSIS ║
326
+ ╠══════════════════════════════════════════════╣
327
+ ║ 2. context-synthesizer ║
328
+ ║ └─ Load memory and context state ║
329
+ ║ 3. project-index (if needed) ║
330
+ ║ └─ Map current system ║
331
+ ║ 4. research-retrieval ║
332
+ ║ └─ Gather external documentation ║
333
+ ║ 5. openspec-explore ║
334
+ ║ └─ Deep dive into relevant modules ║
335
+ ║ 6. brainstorming ║
336
+ ║ └─ ALL questions in ONE prompt ║
337
+ ║ └─ Ideate on feature/fix ║
338
+ ╚════════════════════╬═════════════════════════╝
339
+ ║ ⛔ CHECKPOINT
191
340
 
192
- ┌──────────────────────────────────────────────┐
193
- PHASE 2: DISCOVERY & CLARIFICATION
194
- │ 4. spec-clarification (CRITICAL) │
195
- │ └─ CLARIFY requirements first
196
- │ 5. openspec-new-change │
197
- │ └─ Initialize change artifact │
198
- └────────────────────┬─────────────────────────┘
199
-
341
+ ╔══════════════════════════════════════════════╗
342
+ PHASE 2: DISCOVERY & CLARIFICATION
343
+ ╠══════════════════════════════════════════════╣
344
+ ║ 7. spec-clarification (CRITICAL)
345
+ ║ └─ CLARIFY requirements first ║
346
+ ║ 8. openspec-new-change
347
+ ║ └─ Initialize change artifact ║
348
+ ║ 9. microtask-decomposition ║
349
+ ║ └─ If task too complex ║
350
+ ╚════════════════════╬═════════════════════════╝
351
+ ║ ⛔ CHECKPOINT
200
352
 
201
- ┌──────────────────────────────────────────────┐
202
- PHASE 3: DESIGN & PLANNING
203
- │ 6. openspec-continue-change │
204
- │ └─ Draft Specs, Design, Tasks │
205
- │ 7. spec-analysis │
206
- │ └─ Check consistency with existing │
207
- │ 8. requirement-checklist │
208
- │ └─ Validate requirements │
209
- │ 9. api-design-principles [IF APIs] │
210
- │ └─ Design API changes │
211
- │ 10. interface-design [IF UI] │
212
- │ └─ Design interface changes │
213
- └────────────────────┬─────────────────────────┘
214
-
353
+ ╔══════════════════════════════════════════════╗
354
+ PHASE 3: DESIGN & PLANNING
355
+ ╠══════════════════════════════════════════════╣
356
+ ║ 10. openspec-continue-change ║
357
+ ║ └─ Draft Specs, Design, Tasks ║
358
+ ║ 11. spec-analysis ║
359
+ ║ └─ Check consistency with existing ║
360
+ ║ 12. requirement-checklist ║
361
+ ║ └─ Validate requirements ║
362
+ ║ 13. api-design-principles [IF APIs] ║
363
+ ║ └─ Design API changes ║
364
+ ║ 14. interface-design [IF UI] ║
365
+ ║ └─ Design interface changes ║
366
+ ╚════════════════════╬═════════════════════════╝
367
+ ║ ⛔ CHECKPOINT
215
368
 
216
- ┌──────────────────────────────────────────────┐
217
- PHASE 4: IMPLEMENTATION
218
- │ 11. test-generator │
219
- │ └─ Generate tests for new feature │
220
- │ 12. openspec-apply-change │
221
- │ └─ Implement code │
222
- │ 13. secure-coding-cybersecurity │
223
- │ └─ Audit new code │
224
- │ 14. error-handling-patterns │
225
- │ └─ Verify error handling │
226
- │ 15. performance-optimizer │
227
- │ └─ Ensure no perf degradation │
228
- └────────────────────┬─────────────────────────┘
229
-
369
+ ╔══════════════════════════════════════════════╗
370
+ PHASE 4: IMPLEMENTATION
371
+ ╠══════════════════════════════════════════════╣
372
+ ║ ☠️ SAFETY CHECK REQUIRED ║
373
+ ╠══════════════════════════════════════════════╣
374
+ ║ 15. test-generator ║
375
+ ║ └─ Generate tests for new feature ║
376
+ ║ 16. openspec-apply-change ║
377
+ ║ └─ Implement code ║
378
+ ║ 17. testing-qa ║
379
+ ║ └─ Automate test maintenance ║
380
+ ║ 18. code-review ║
381
+ ║ └─ Review for style/security/arch ║
382
+ ║ 19. secure-coding-cybersecurity ║
383
+ ║ └─ Audit new code ║
384
+ ║ 20. error-handling-patterns ║
385
+ ║ └─ Verify error handling ║
386
+ ║ 21. performance-optimizer ║
387
+ ║ └─ Ensure no perf degradation ║
388
+ ╚════════════════════╬═════════════════════════╝
389
+ ║ ⛔ CHECKPOINT
230
390
 
231
- ┌──────────────────────────────────────────────┐
232
- PHASE 5: OPTIMIZATION & VERIFICATION
233
- │ 16. systematic-debugging │
234
- │ └─ Fix regressions │
235
- │ 17. openspec-verify-change │
236
- │ └─ Final verification │
237
- │ 18. sync-index (IMPORTANT) │
238
- │ └─ Update docs with new changes │
239
- │ 19. changelog-generator │
240
- │ └─ Generate release notes │
241
- │ 20. openspec-archive-change │
242
- │ └─ Archive change │
243
- └──────────────────────────────────────────────┘
391
+ ╔══════════════════════════════════════════════╗
392
+ PHASE 5: OPTIMIZATION & VERIFICATION
393
+ ╠══════════════════════════════════════════════╣
394
+ ║ 22. systematic-debugging ║
395
+ ║ └─ Fix regressions ║
396
+ ║ 23. openspec-verify-change ║
397
+ ║ └─ Final verification ║
398
+ ║ 24. documentation ║
399
+ ║ └─ Generate technical docs & diagrams ║
400
+ ║ 25. sync-index (IMPORTANT) ║
401
+ ║ └─ Update docs with new changes ║
402
+ ║ 26. changelog-generator ║
403
+ ║ └─ Generate release notes ║
404
+ ║ 27. ci-deploy ║
405
+ ║ └─ Deploy and verify solution ║
406
+ ║ 28. openspec-archive-change ║
407
+ ║ └─ Archive change ║
408
+ ╚══════════════════════════════════════════════╝
244
409
  ```
245
410
 
246
411
  **Conditional Skills Notes:**
@@ -252,10 +417,30 @@ When working on an **existing codebase** (adding features, fixing bugs, refactor
252
417
 
253
418
  ## 📝 Skill Loading Reference
254
419
 
255
- All skills are located in: `framework/.agent/skills/`
420
+ All skills are located in: `skills/`
256
421
 
257
422
  To load a skill, read its SKILL.md file:
258
- - Example: Read `framework/.agent/skills/spec-clarification/SKILL.md` to use the clarification workflow
259
- - Example: Read `framework/.agent/skills/interface-design/SKILL.md` to use interface design principles
423
+ - Example: Read `skills/spec-clarification/SKILL.md` to use the clarification workflow
424
+ - Example: Read `skills/interface-design/SKILL.md` to use interface design principles
425
+
426
+ ### ⛔ MANDATORY SKILL EXECUTION CHECKLIST
427
+
428
+ Before claiming a skill is "done", verify:
429
+ - [ ] I have read the entire SKILL.md file
430
+ - [ ] I have executed ALL steps in the skill
431
+ - [ ] I have the required output artifacts
432
+ - [ ] I can answer: "What did this skill produce?"
433
+
434
+ **Remember**: Skills are documentation-based workflows with ZERO SKIP policy. Load them by reading the SKILL.md files, execute CLI commands when instructed, and NEVER proceed without completing all steps.
435
+
436
+ ---
437
+
438
+ ## ⚠️ VIOLATION CONSEQUENCES
439
+
440
+ If you SKIP a skill or phase:
441
+ 1. The framework integrity is compromised
442
+ 2. Quality cannot be guaranteed
443
+ 3. You MUST go back and complete what was skipped
444
+ 4. No exceptions. No shortcuts. Follow the workflow.
260
445
 
261
- **Remember**: Skills are documentation-based workflows, NOT CLI commands. Load them by reading the SKILL.md files.
446
+ **Quality over speed. Documentation before code. Planning before execution.**