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
package/README.md CHANGED
@@ -1,275 +1,363 @@
1
- # AC-Framework 🚀
1
+ # AC Framework 🚀
2
2
 
3
3
  <p align="center">
4
- <img src="https://img.shields.io/badge/OpenSpec-Based-blue?style=for-the-badge&logo=data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTAgMkM1LjU4IDIgMiA1LjU4IDIgMTBzMy41OCA4IDggOCA4LTMuNTggOC04LTMuNTgtOC04LTh6bTMuNSA5LjVhMS41IDEuNSAwIDAxLTIgMEwxMCAxMGwxLjUtMS41YTEuNSAxLjUgMCAwMTIgMEwxNCAxMGwtMS41IDEuNXoiIGZpbGw9IndoaXRlIi8+PC9zdmc+" />
5
- <img src="https://img.shields.io/badge/Node.js-18+-green?style=for-the-badge&logo=node.js" />
6
- <img src="https://img.shields.io/badge/License-MIT-yellow?style=for-the-badge" />
7
- <img src="https://img.shields.io/badge/23+-Assistants-purple?style=for-the-badge" />
4
+ <img src="https://img.shields.io/npm/v/ac-framework?style=for-the-badge&color=00FF7F&labelColor=1B5E20" alt="npm version">
5
+ <img src="https://img.shields.io/badge/node-%3E%3D18.0.0-brightgreen?style=for-the-badge&logo=node.js&logoColor=white" alt="Node.js">
6
+ <img src="https://img.shields.io/badge/license-MIT-yellow?style=for-the-badge" alt="License">
8
7
  </p>
9
8
 
10
9
  <p align="center">
11
10
  <strong>🤖 Agentic Coding Framework</strong><br>
12
- <em>Framework basado en OpenSpec con sistema de Skills mejorado y Skill Routing inteligente para IA</em>
11
+ <em>Multi-assistant AI configuration system with spec-driven development workflows</em>
13
12
  </p>
14
13
 
15
- ---
14
+ <p align="center">
15
+ <a href="#installation">Installation</a> •
16
+ <a href="#quick-start">Quick Start</a> •
17
+ <a href="#commands">Commands</a> •
18
+ <a href="#supported-assistants">24 Assistants</a> •
19
+ <a href="#documentation">Docs</a>
20
+ </p>
16
21
 
17
- ## 📖 ¿Qué es AC-Framework?
22
+ ---
18
23
 
19
- **AC-Framework** (Agentic Coding Framework) es un framework de desarrollo avanzado basado en **OpenSpec** que implementa la metodología **Spec-Driven Development** con mejoras significativas para el contexto y enrutamiento de IA.
24
+ ## What is AC Framework?
20
25
 
21
- ### 🎯 Filosofía OpenSpec
26
+ AC Framework is a **unified configuration system** for AI coding assistants that brings consistency to your development workflow across 24+ different AI tools.
22
27
 
23
- AC-Framework adopta y potencia los principios fundamentales de OpenSpec:
28
+ Instead of configuring each assistant separately, AC Framework installs compatible configurations for all your favorite AI tools in one command.
24
29
 
25
- - **📋 Todo cambio es un artefacto** - Cada modificación se documenta antes de implementarse
26
- - **🔄 Desarrollo basado en especificaciones** - El "qué" (specs), "cómo" (design) y "por qué" (proposal) están separados
27
- - **✅ Trazabilidad total** - Historial completo de decisiones y cambios
28
- - **🎯 Contexto preservado** - La IA siempre tiene el contexto correcto para cada tarea
30
+ ### 🎯 Key Features
29
31
 
32
+ - **🔄 Spec-Driven Workflow** - Built-in `acfm spec` commands for structured development
33
+ - **📦 One Install, All Assistants** - Configure 24+ AI assistants with a single command
34
+ - **🌐 Universal Compatibility** - Works with Cursor, Claude, GitHub Copilot, and more
35
+ - **⚡ Backward Compatible** - Full support for legacy `openspec/` directories
36
+ - **🛠️ Built-in CLI** - No external dependencies, everything included
30
37
 
31
38
  ---
32
39
 
33
- ## 🚀 Características Principales
40
+ ## 📦 Installation
34
41
 
35
- ### 🎭 10 Skills Especializadas
42
+ ### Global Installation (Recommended)
36
43
 
37
- Cada skill está diseñada para un propósito específico del ciclo de desarrollo:
44
+ ```bash
45
+ npm install -g ac-framework
46
+ ```
38
47
 
39
- | Comando | Skill | Descripción |
40
- |---------|-------|-------------|
41
- | `/opsx:onboard` | **Onboarding** | Tutorial guiado para nuevos usuarios |
42
- | `/opsx:new` | **New Change** | Crear cambio completo con proposal, specs, design y tasks |
43
- | `/opsx:continue` | **Continue Change** | Retomar un cambio existente |
44
- | `/opsx:ff` | **Fast Forward** | Crear todos los artefactos rápidamente |
45
- | `/opsx:apply` | **Apply Change** | Implementar tareas del cambio actual |
46
- | `/opsx:verify` | **Verify Change** | Verificar completitud y calidad |
47
- | `/opsx:archive` | **Archive Change** | Archivar cambio completado |
48
- | `/opsx:bulk-archive` | **Bulk Archive** | Archivar múltiples cambios |
49
- | `/opsx:sync` | **Sync Specs** | Sincronizar specs delta a principales |
50
- | `/opsx:explore` | **Explore** | Modo exploración (pensar antes de actuar) |
48
+ ### Local Installation
51
49
 
52
- ### 🧠 Sistema de Skill Routing
50
+ ```bash
51
+ npm install --save-dev ac-framework
52
+ ```
53
53
 
54
- El **Skill Routing** es una innovación clave de AC-Framework que proporciona:
54
+ ---
55
55
 
56
- - **🎯 Contexto Contextualizado**: Cada skill recibe solo el contexto relevante para su función
57
- - **🔄 Enrutamiento Automático**: La IA sabe qué skill usar según el estado del proyecto
58
- - **📊 Preservación de Estado**: El contexto se mantiene coherente entre skills
59
- - **⚡ Optimización**: Menor consumo de tokens al enviar solo contexto necesario
56
+ ## 🚀 Quick Start
60
57
 
61
- ### 🌐 Multi-Asistente Sincronizado
58
+ ### 1. Initialize AC Framework
62
59
 
63
- **23+ Asistentes de IA soportados** con el mismo conjunto de skills:
60
+ ```bash
61
+ acfm init
62
+ ```
64
63
 
65
- #### IDEs y Editores
66
- - 📝 **Cursor** - IDE con IA integrada
67
- - 🌊 **Windsurf** - Editor AI-first
68
- - 🎯 **Trae** - IDE con asistente IA
69
- - 💎 **Gemini** - Google AI Studio
64
+ Select your AI assistants from the interactive menu:
70
65
 
71
- #### Herramientas CLI
72
- - 🎩 **Claude Code** - CLI de Anthropic
73
- - 🤖 **Codex** - OpenAI Codex CLI
74
- - 👤 **CodeBuddy** - Asistente CLI
66
+ ```
67
+ ? Choose modules to install: (Press <space> to select)
68
+ ❯◉ Amazon Q · AWS Amazon Q
69
+ Antigravity · Google Antigravity IDE (Agent-First)
70
+ ◯ ◇ Augment · Augment Code Assistant
71
+ ◯ ◉ Claude · Anthropic Claude Code
72
+ ◯ ◎ Cline · Cline VS Code Extension
73
+ ◯ ◈ Codebuddy · CodeBuddy Assistant
74
+ ◯ ⊞ Codex · OpenAI Codex CLI
75
+ ◯ ▹ Continue · Continue.dev IDE Extension
76
+ ◯ ⊙ Cospec · OpenSpec Native Framework
77
+ ◯ ... (24 total assistants)
78
+ ```
75
79
 
76
- #### Extensiones VS Code
77
- - 🔌 **Continue.dev** - Extensión de código abierto
78
- - 🦅 **Cline** - Asistente de codificación
79
- - 🦘 **Roo Code** - Fork de Cline
80
- - 🐙 **GitHub Copilot** - Asistente de GitHub
80
+ ### 2. Initialize Spec Workflow (Optional)
81
81
 
82
- #### Cloud y Otros
83
- - ☁️ **Amazon Q** - AWS AI Assistant
84
- - 🐉 **Qwen** - Alibaba Cloud
85
- - ⚡ **Augment** - Augment Code
86
- - 🔧 **OpenCode** - Framework de código abierto
87
- - Y **13 asistentes más...**
82
+ For spec-driven development:
88
83
 
89
- ---
84
+ ```bash
85
+ acfm spec init
86
+ ```
90
87
 
91
- ## 📦 Instalación
88
+ This creates a `.acfm/` directory for managing changes with the spec-driven workflow.
92
89
 
93
- ### Instalación Global
90
+ ### 3. Create Your First Change
94
91
 
95
92
  ```bash
96
- # Instalar el CLI de AC-Framework
97
- npm install -g ac-framework
98
-
99
- # Inicializar en tu proyecto
100
- acfm init
93
+ acfm spec new my-feature
101
94
  ```
102
95
 
103
- ### Instalación Local
96
+ ---
104
97
 
105
- ```bash
106
- # Instalar como dependencia de desarrollo
107
- npm install --save-dev ac-framework
98
+ ## 🛠️ Commands
108
99
 
109
- # Ejecutar el inicializador
110
- npx acfm init
111
- ```
100
+ ### Core Commands
112
101
 
113
- ### Uso del CLI
102
+ | Command | Description |
103
+ |---------|-------------|
104
+ | `acfm init` | Install AI assistant configurations |
105
+ | `acfm init --latest` | Download latest configurations from GitHub |
106
+ | `acfm update` | Update installed configurations |
114
107
 
115
- ```bash
116
- acfm [opciones] [comando]
108
+ ### Spec-Driven Workflow Commands
117
109
 
118
- Comandos:
119
- init [options] Inicializar AC-Framework en el proyecto
120
- help [command] Mostrar ayuda de un comando
110
+ | Command | Description | Flags |
111
+ |---------|-------------|-------|
112
+ | `acfm spec init` | Initialize spec directory (`.acfm/`) | `--schema`, `--json` |
113
+ | `acfm spec new <name>` | Create a new change | `--schema`, `--json` |
114
+ | `acfm spec status` | Check project/change status | `--change`, `--json` |
115
+ | `acfm spec list` | List all active changes | `--json` |
116
+ | `acfm spec instructions <artifact>` | Get artifact instructions | `--change`, `--json` |
117
+ | `acfm spec archive <name>` | Archive a completed change | `--json` |
118
+ | `acfm spec validate <name>` | Validate change structure | `--json` |
119
+ | `acfm spec schemas` | List available workflow schemas | `--json` |
121
120
 
122
- Opciones:
123
- -V, --version Mostrar versión
124
- -h, --help Mostrar ayuda
125
- ```
121
+ **Tip:** Add `--json` to any command for programmatic output.
126
122
 
127
123
  ---
128
124
 
129
- ## 🏗️ Estructura de Proyecto OpenSpec
125
+ ## 📁 Directory Structure
130
126
 
131
- Cuando inicializas AC-Framework, se crea la siguiente estructura:
127
+ After installation, your project will have AI assistant configurations:
132
128
 
133
129
  ```
134
- openspec/
135
- ├── config.yaml # Configuración global
136
- ├── changes/ # Cambios activos
137
- ├── {nombre-cambio}/
138
- │ │ ├── proposal.md # 📝 Por QUÉ hacer el cambio
139
- │ │ ├── design.md # 🎨 CÓMO se implementará
140
- │ ├── tasks.md # ✅ Lista de tareas
141
- │ │ └── specs/
142
- │ │ └── {capability}/
143
- │ │ └── spec.md # 📋 QUÉ cambia
144
- └── archive/ # 📦 Cambios completados
145
- └── YYYY-MM-DD-{nombre}/
146
- └── specs/ # Especificaciones principales
147
- └── {capability}/
148
- └── spec.md
130
+ my-project/
131
+ ├── .cursor/ # Cursor IDE rules & commands
132
+ ├── .claude/ # Claude Code commands
133
+ ├── .github/ # GitHub Copilot prompts
134
+ ├── .vscode/ # VS Code settings (Continue, Cline, etc.)
135
+ ├── ... # Other assistant configs
136
+
137
+ └── .acfm/ # Spec-driven workflow (created by acfm spec init)
138
+ ├── config.yaml # Project configuration
139
+ ├── specs/ # Shared specifications
140
+ └── changes/ # Active changes
141
+ └── my-feature/
142
+ ├── proposal.md
143
+ ├── design.md
144
+ ├── tasks.md
145
+ └── .openspec.yaml
149
146
  ```
150
147
 
151
- ### Artefactos de un Cambio
148
+ ---
152
149
 
153
- Cada cambio OpenSpec incluye 4 artefactos fundamentales:
150
+ ## 🔄 OpenSpec Compatibility
154
151
 
155
- 1. **📄 proposal.md** - Justificación y contexto del cambio
156
- 2. **🎨 design.md** - Arquitectura y enfoque de implementación
157
- 3. **✅ tasks.md** - Checklist de tareas ejecutables
158
- 4. **📋 specs/** - Especificaciones técnicas detalladas
152
+ AC Framework includes a **built-in spec-driven workflow** that replaces the external `openspec` CLI.
159
153
 
160
- ---
154
+ ### Backward Compatibility
161
155
 
162
- ## 🔄 Flujo de Trabajo
156
+ **Legacy `openspec/` directories are fully supported**
163
157
 
158
+ The CLI automatically detects and uses existing `openspec/` directories:
159
+
160
+ ```bash
161
+ # If openspec/ exists, it will be detected automatically
162
+ acfm spec status
163
+ # → Detects openspec/ and uses it
164
+
165
+ # New projects use .acfm/ by default
166
+ acfm spec init
167
+ # → Creates .acfm/
164
168
  ```
165
- ┌─────────────────────────────────────────────────────────────┐
166
- │ 🧭 EXPLORAR (/opsx:explore) │
167
- │ Investigar, entender, planificar │
168
- └─────────────────────────────────────────────────────────────┘
169
-
170
-
171
- ┌─────────────────────────────────────────────────────────────┐
172
- │ 🆕 NUEVO (/opsx:new) o (/opsx:ff) │
173
- │ • proposal.md ← Justificación │
174
- │ • specs/ ← Requisitos │
175
- │ • design.md ← Arquitectura │
176
- │ • tasks.md ← Plan de trabajo │
177
- └─────────────────────────────────────────────────────────────┘
178
-
179
-
180
- ┌─────────────────────────────────────────────────────────────┐
181
- │ 🔨 APLICAR (/opsx:apply) │
182
- │ Implementar y marcar tareas completadas │
183
- └─────────────────────────────────────────────────────────────┘
184
-
185
-
186
- ┌─────────────────────────────────────────────────────────────┐
187
- │ ✔️ VERIFICAR (/opsx:verify) │
188
- │ Revisar calidad y completitud │
189
- └─────────────────────────────────────────────────────────────┘
190
-
191
- ▼ (opcional)
192
- ┌─────────────────────────────────────────────────────────────┐
193
- │ 🔄 SINCRONIZAR (/opsx:sync) │
194
- │ Actualizar documentación principal │
195
- └─────────────────────────────────────────────────────────────┘
196
-
197
-
198
- ┌─────────────────────────────────────────────────────────────┐
199
- │ 📦 ARCHIVAR (/opsx:archive) │
200
- │ Mover a archivo con fecha │
201
- └─────────────────────────────────────────────────────────────┘
169
+
170
+ ### Directory Priority
171
+
172
+ 1. **`.acfm/`** - New default (checked first)
173
+ 2. **`openspec/`** - Legacy support (fallback)
174
+ 3. **Create new** - If neither exists
175
+
176
+ Both directories can coexist. If both exist, `.acfm/` takes priority.
177
+
178
+ ### Migration (Optional)
179
+
180
+ ```bash
181
+ # Initialize new structure
182
+ acfm spec init
183
+
184
+ # Copy existing changes (manual)
185
+ cp -r openspec/changes/* .acfm/changes/
186
+
187
+ # Remove old when ready
188
+ rm -rf openspec/
202
189
  ```
203
190
 
204
191
  ---
205
192
 
206
- ## 🛠️ Uso Rápido
193
+ ## 🤖 Supported Assistants
194
+
195
+ AC Framework supports **24 AI assistants** with unified configuration:
196
+
197
+ ### IDEs & Editors
198
+ | Assistant | Folder | Description |
199
+ |-----------|--------|-------------|
200
+ | **Cursor** | `.cursor/` | AI-powered IDE |
201
+ | **Windsurf** | `.windsurf/` | AI-first editor |
202
+ | **Trae** | `.trae/` | IDE with AI assistant |
203
+ | **Antigravity** | `.antigravity/` + `.agent/` | Google's agent-first IDE |
204
+
205
+ ### CLI Tools
206
+ | Assistant | Folder | Description |
207
+ |-----------|--------|-------------|
208
+ | **Claude Code** | `.claude/` | Anthropic's CLI assistant |
209
+ | **Codex** | `.codex/` | OpenAI Codex CLI |
210
+ | **CodeBuddy** | `.codebuddy/` | CLI assistant |
211
+ | **Roo** | `.roo/` | Roo Code CLI |
212
+ | **Crush** | `.crush/` | Crush Assistant |
213
+ | **Factory** | `.factory/` | Factory Assistant |
214
+
215
+ ### VS Code Extensions
216
+ | Assistant | Folder | Description |
217
+ |-----------|--------|-------------|
218
+ | **Continue** | `.continue/` | Open-source AI extension |
219
+ | **Cline** | `.cline/` | VS Code assistant |
220
+ | **Roo Code** | `.roo/` | Cline fork |
221
+ | **GitHub Copilot** | `.github/` | GitHub's AI assistant |
222
+
223
+ ### Cloud & Enterprise
224
+ | Assistant | Folder | Description |
225
+ |-----------|--------|-------------|
226
+ | **Amazon Q** | `.amazonq/` | AWS AI assistant |
227
+ | **Gemini** | `.gemini/` | Google AI Studio |
228
+ | **Qwen** | `.qwen/` | Alibaba Cloud |
229
+ | **Augment** | `.augment/` | Augment Code |
230
+
231
+ ### Frameworks & Others
232
+ | Assistant | Folder | Description |
233
+ |-----------|--------|-------------|
234
+ | **OpenCode** | `.opencode/` | Open-source framework |
235
+ | **Kilo Code** | `.kilocode/` | Kilo Code |
236
+ | **iFlow** | `.iflow/` | iFlow Assistant |
237
+ | **Qoder** | `.qoder/` | Qoder Assistant |
238
+ | **Generic Agent** | `.agent/` | Generic framework |
239
+ | **OpenSpec** | `.cospec/` | Native OpenSpec |
240
+
241
+ ---
207
242
 
208
- ### 1. Inicializar Proyecto
243
+ ## 💡 Usage Examples
244
+
245
+ ### Initialize with Multiple Assistants
209
246
 
210
247
  ```bash
211
248
  acfm init
249
+ # Select: Cursor + Claude + Continue
250
+ # Installs all three configurations
212
251
  ```
213
252
 
214
- Selecciona los asistentes que usarás (puedes elegir múltiples):
253
+ ### Update to Latest
215
254
 
216
- ```
217
- ? ¿Qué módulos deseas instalar? (Selecciona con espacio)
218
- ❯◉ Cursor IDE
219
- Claude Code
220
- ◯ Continue.dev
221
- ◉ GitHub Copilot
222
- ◯ ...
255
+ ```bash
256
+ acfm update
257
+ # Pulls latest configs from GitHub
258
+ # Updates all installed assistants
223
259
  ```
224
260
 
225
- ### 2. Crear un Cambio
261
+ ### Spec-Driven Development
226
262
 
227
- ```
228
- /opsx:new feature-user-authentication
229
- ```
263
+ ```bash
264
+ # Initialize spec workflow
265
+ acfm spec init
230
266
 
231
- Esto crea:
232
- - `openspec/changes/feature-user-authentication/proposal.md`
233
- - `openspec/changes/feature-user-authentication/design.md`
234
- - `openspec/changes/feature-user-authentication/tasks.md`
235
- - `openspec/changes/feature-user-authentication/specs/auth/spec.md`
267
+ # Create a new change
268
+ acfm spec new user-auth --json
269
+ # → { "changeDir": "/project/.acfm/changes/user-auth", ... }
236
270
 
237
- ### 3. Implementar
271
+ # Check status
272
+ acfm spec status --change user-auth --json
238
273
 
274
+ # Get instructions for next artifact
275
+ acfm spec instructions proposal --change user-auth --json
276
+
277
+ # Archive when done
278
+ acfm spec archive user-auth
239
279
  ```
240
- /opsx:apply
280
+
281
+ ### Working with Legacy Projects
282
+
283
+ ```bash
284
+ # Project has existing openspec/
285
+ acfm spec status
286
+ # → Automatically detects and uses openspec/
287
+
288
+ # Create new change in legacy structure
289
+ acfm spec new legacy-feature
290
+ # → Creates in openspec/changes/legacy-feature/
291
+
292
+ IMPORTANT: Use the /ac on your IDE or CLI for the agent execute the entire workflow you dont need to run this commands, this is for the AI
241
293
  ```
242
294
 
243
- La IA implementará las tareas del archivo `tasks.md`, marcándolas como completadas.
295
+ ---
296
+
297
+ ## 🎯 The Spec-Driven Workflow
244
298
 
245
- ### 4. Verificar y Archivar
299
+ AC Framework implements a structured workflow for AI-assisted development:
246
300
 
247
301
  ```
248
- /opsx:verify
249
- /opsx:archive
302
+ ┌─────────────────────────────────────────────────────────┐
303
+ │ EXPLORE │
304
+ │ Understand the problem before implementing │
305
+ └─────────────────┬───────────────────────────────────────┘
306
+
307
+
308
+ ┌─────────────────────────────────────────────────────────┐
309
+ │ CREATE CHANGE │
310
+ │ • proposal.md - Why are we doing this? │
311
+ │ • specs/ - What needs to change? │
312
+ │ • design.md - How will we implement it? │
313
+ │ • tasks.md - Step-by-step implementation plan │
314
+ └─────────────────┬───────────────────────────────────────┘
315
+
316
+
317
+ ┌─────────────────────────────────────────────────────────┐
318
+ │ IMPLEMENT │
319
+ │ Execute tasks from tasks.md │
320
+ └─────────────────┬───────────────────────────────────────┘
321
+
322
+
323
+ ┌─────────────────────────────────────────────────────────┐
324
+ │ VERIFY & ARCHIVE │
325
+ │ Validate and archive completed work │
326
+ └─────────────────────────────────────────────────────────┘
250
327
  ```
251
328
 
329
+ Each change is a folder in `.acfm/changes/` containing structured artifacts that guide the AI through implementation.
330
+
252
331
  ---
253
332
 
254
- ```bash
255
- # Las skills están en:
256
- framework/.{asistente}/skills/openspec-{nombre}/SKILL.md
333
+ ## 📚 Documentation
257
334
 
258
- # Ejemplo:
259
- framework/.cursor/skills/openspec-new-change/SKILL.md
260
- framework/.claude/skills/openspec-new-change/SKILL.md
261
- framework/.opencode/skills/openspec-new-change/SKILL.md
262
- ```
335
+ ### For Users
336
+ - **[Installation Guide](#installation)** - Get started with AC Framework
337
+ - **[CLI Reference](#commands)** - All available commands
338
+ - **[Spec Workflow](#the-spec-driven-workflow)** - Understanding spec-driven development
339
+
340
+ ### For AI Agents
341
+ - **[ACFM Spec Workflow Skill](framework/.agent/skills/acfm-spec-workflow/SKILL.md)** - Essential guide for agents
342
+ - **[Workflows](framework/.agent/workflows/ac.md)** - Complete skill catalog and workflows
343
+
344
+ ---
345
+
346
+ ## 🔧 Requirements
347
+
348
+ - **Node.js** >= 18.0.0
349
+ - **npm** or **yarn**
263
350
 
264
351
  ---
265
352
 
266
- ## 📝 Licencia
267
353
 
268
- MIT © AC-Framework Team
354
+ ## 📝 License
355
+
356
+ MIT © [b4san](https://github.com/b4san)
269
357
 
270
358
  ---
271
359
 
272
360
  <p align="center">
273
- <strong>🚀 Desarrollo asistido por IA, estandarizado y potenciado</strong><br>
274
- <em>Trabaja con cualquier asistente, mantén el mismo flujo de trabajo</em>
275
- </p>
361
+ <strong>🚀 Work with any AI assistant, maintain the same workflow</strong><br>
362
+ <sub>Built with ❤️ for the agentic coding era</sub>
363
+ </p>