@su-record/vibe 2.16.4 → 3.1.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 (607) hide show
  1. package/CLAUDE.md +8 -8
  2. package/README.en.md +46 -29
  3. package/README.md +41 -24
  4. package/agents/acceptance-tester.md +56 -0
  5. package/agents/architect.md +25 -67
  6. package/agents/build-error-resolver.md +28 -97
  7. package/agents/code-reviewer.md +89 -0
  8. package/agents/diagrammer.md +34 -169
  9. package/agents/documenter.md +43 -0
  10. package/agents/e2e-tester.md +46 -281
  11. package/agents/event/event-ops.md +54 -77
  12. package/agents/event/event-planner.md +63 -0
  13. package/agents/figma/figma-engineer.md +76 -0
  14. package/agents/implementer.md +26 -41
  15. package/agents/security-reviewer.md +56 -0
  16. package/agents/tester.md +37 -33
  17. package/agents/ui/design-reviewer.md +62 -0
  18. package/agents/ui/design-system-gen.md +63 -0
  19. package/dist/cli/commands/remove.d.ts.map +1 -1
  20. package/dist/cli/commands/remove.js +8 -10
  21. package/dist/cli/commands/remove.js.map +1 -1
  22. package/dist/cli/index.d.ts +0 -4
  23. package/dist/cli/index.d.ts.map +1 -1
  24. package/dist/cli/index.js +0 -4
  25. package/dist/cli/index.js.map +1 -1
  26. package/dist/cli/llm/model-refresh.js +1 -1
  27. package/dist/cli/llm/model-refresh.js.map +1 -1
  28. package/dist/cli/postinstall/claude-agents.d.ts.map +1 -1
  29. package/dist/cli/postinstall/claude-agents.js +16 -77
  30. package/dist/cli/postinstall/claude-agents.js.map +1 -1
  31. package/dist/cli/postinstall/constants.d.ts.map +1 -1
  32. package/dist/cli/postinstall/constants.js +80 -296
  33. package/dist/cli/postinstall/constants.js.map +1 -1
  34. package/dist/cli/postinstall/cursor-agents.d.ts +5 -0
  35. package/dist/cli/postinstall/cursor-agents.d.ts.map +1 -1
  36. package/dist/cli/postinstall/cursor-agents.js +26 -68
  37. package/dist/cli/postinstall/cursor-agents.js.map +1 -1
  38. package/dist/cli/postinstall/cursor-skills.d.ts.map +1 -1
  39. package/dist/cli/postinstall/cursor-skills.js +26 -30
  40. package/dist/cli/postinstall/cursor-skills.js.map +1 -1
  41. package/dist/cli/postinstall/main.d.ts.map +1 -1
  42. package/dist/cli/postinstall/main.js +0 -2
  43. package/dist/cli/postinstall/main.js.map +1 -1
  44. package/dist/cli/setup/Provisioner.d.ts.map +1 -1
  45. package/dist/cli/setup/Provisioner.js +19 -21
  46. package/dist/cli/setup/Provisioner.js.map +1 -1
  47. package/dist/cli/utils.d.ts +4 -1
  48. package/dist/cli/utils.d.ts.map +1 -1
  49. package/dist/cli/utils.js +4 -1
  50. package/dist/cli/utils.js.map +1 -1
  51. package/dist/infra/lib/FrameworkDetector.js +4 -4
  52. package/dist/infra/lib/FrameworkDetector.js.map +1 -1
  53. package/dist/infra/lib/OrchestrateWorkflow.js +2 -2
  54. package/dist/infra/lib/OrchestrateWorkflow.js.map +1 -1
  55. package/dist/infra/lib/browser/launch.js +1 -1
  56. package/dist/infra/lib/browser/launch.js.map +1 -1
  57. package/dist/infra/lib/browser/types.d.ts +1 -1
  58. package/dist/infra/lib/browser/types.js +1 -1
  59. package/dist/infra/lib/constants.d.ts +1 -1
  60. package/dist/infra/lib/constants.d.ts.map +1 -1
  61. package/dist/infra/lib/constants.js +4 -5
  62. package/dist/infra/lib/constants.js.map +1 -1
  63. package/dist/infra/lib/evolution/__tests__/integration.test.js +7 -7
  64. package/dist/infra/lib/evolution/__tests__/integration.test.js.map +1 -1
  65. package/dist/infra/lib/memory/index.d.ts +0 -2
  66. package/dist/infra/lib/memory/index.d.ts.map +1 -1
  67. package/dist/infra/lib/memory/index.js +0 -2
  68. package/dist/infra/lib/memory/index.js.map +1 -1
  69. package/dist/infra/lib/telemetry/SkillTelemetry.test.js +1 -1
  70. package/dist/infra/lib/telemetry/SkillTelemetry.test.js.map +1 -1
  71. package/dist/tools/index.d.ts +0 -4
  72. package/dist/tools/index.d.ts.map +1 -1
  73. package/dist/tools/index.js +0 -4
  74. package/dist/tools/index.js.map +1 -1
  75. package/dist/tools/memory/autoSaveContext.d.ts +0 -1
  76. package/dist/tools/memory/autoSaveContext.d.ts.map +1 -1
  77. package/dist/tools/memory/autoSaveContext.js +13 -27
  78. package/dist/tools/memory/autoSaveContext.js.map +1 -1
  79. package/hooks/scripts/__tests__/.vibe/command-log.txt +3 -78
  80. package/hooks/scripts/__tests__/.vibe/memories/memories.db +0 -0
  81. package/hooks/scripts/__tests__/.vibe/memories/memories.db-shm +0 -0
  82. package/hooks/scripts/__tests__/.vibe/memories/memories.db-wal +0 -0
  83. package/hooks/scripts/__tests__/clone-behaviors.test.js +64 -0
  84. package/hooks/scripts/__tests__/clone-merge-responsive.test.js +106 -0
  85. package/hooks/scripts/__tests__/code-check-detectors.test.js +2 -2
  86. package/hooks/scripts/__tests__/run-ledger.test.js +1 -1
  87. package/hooks/scripts/__tests__/scope-from-spec.test.js +12 -12
  88. package/hooks/scripts/__tests__/step-counter.test.js +1 -1
  89. package/hooks/scripts/clone-extract.js +242 -28
  90. package/hooks/scripts/clone-merge-responsive.js +184 -0
  91. package/hooks/scripts/clone-spec.js +33 -8
  92. package/hooks/scripts/clone-validate.js +15 -9
  93. package/hooks/scripts/code-check.js +16 -203
  94. package/hooks/scripts/context-save.js +0 -11
  95. package/hooks/scripts/lib/scope-from-spec.js +9 -6
  96. package/hooks/scripts/post-edit-dispatcher.js +1 -1
  97. package/hooks/scripts/prompt-dispatcher.js +7 -18
  98. package/hooks/scripts/session-start.js +25 -35
  99. package/package.json +6 -5
  100. package/skills/agents-md/SKILL.md +62 -15
  101. package/skills/arch-guard/SKILL.md +1 -1
  102. package/skills/brand-assets/SKILL.md +2 -2
  103. package/skills/capability-loop/SKILL.md +1 -1
  104. package/skills/chub-usage/SKILL.md +1 -1
  105. package/skills/clone/SKILL.md +132 -55
  106. package/skills/commerce-patterns/SKILL.md +2 -2
  107. package/skills/commit-push-pr/SKILL.md +0 -1
  108. package/skills/context7-usage/SKILL.md +1 -1
  109. package/skills/design-refine/SKILL.md +140 -0
  110. package/skills/{design-polish → design-refine}/templates/polish-report.md +1 -1
  111. package/skills/{design-normalize → design-refine}/templates/token-audit.md +3 -3
  112. package/skills/design-review/SKILL.md +143 -0
  113. package/skills/{design-audit → design-review}/agents/a11y-auditor.md +1 -1
  114. package/skills/{design-audit → design-review}/agents/performance-auditor.md +1 -1
  115. package/skills/{design-audit → design-review}/agents/responsive-auditor.md +1 -1
  116. package/skills/{design-audit → design-review}/agents/slop-detector.md +1 -1
  117. package/skills/{design-audit → design-review}/frameworks/core-web-vitals.md +1 -1
  118. package/skills/{design-audit → design-review}/frameworks/wcag-checklist.md +1 -1
  119. package/skills/{design-audit → design-review}/orchestrator.md +3 -3
  120. package/skills/{design-critique → design-review}/templates/critique-report.md +3 -3
  121. package/skills/{design-audit → design-review}/templates/report.md +3 -3
  122. package/skills/design-teach/SKILL.md +11 -11
  123. package/skills/docs/SKILL.md +14 -16
  124. package/skills/e2e-commerce/SKILL.md +1 -1
  125. package/skills/event-comms/SKILL.md +1 -1
  126. package/skills/event-ops/SKILL.md +2 -2
  127. package/skills/event-planning/SKILL.md +1 -1
  128. package/skills/exec-plan/SKILL.md +2 -2
  129. package/skills/figma/SKILL.md +240 -148
  130. package/skills/figma/rubrics/css-mapping.md +125 -0
  131. package/skills/git-worktree/SKILL.md +1 -1
  132. package/skills/handoff/SKILL.md +1 -1
  133. package/skills/parallel-research/SKILL.md +14 -28
  134. package/skills/priority-todos/SKILL.md +1 -1
  135. package/skills/regress/SKILL.md +11 -0
  136. package/skills/restraint/SKILL.md +72 -0
  137. package/skills/seo-checklist/SKILL.md +2 -2
  138. package/skills/spec/SKILL.md +65 -836
  139. package/skills/test/SKILL.md +3 -3
  140. package/skills/tool-fallback/SKILL.md +2 -2
  141. package/skills/vercel-react-best-practices/SKILL.md +1 -1
  142. package/skills/vibe/SKILL.md +20 -35
  143. package/skills/vibe.analyze/SKILL.md +7 -9
  144. package/skills/vibe.clone/SKILL.md +39 -19
  145. package/skills/vibe.docs/SKILL.md +1 -1
  146. package/skills/vibe.event/SKILL.md +27 -27
  147. package/skills/vibe.figma/SKILL.md +14 -18
  148. package/skills/vibe.harness/SKILL.md +5 -5
  149. package/skills/vibe.reason/SKILL.md +0 -2
  150. package/skills/vibe.review/SKILL.md +45 -49
  151. package/skills/vibe.run/SKILL.md +2 -5
  152. package/skills/vibe.run/references/parallel-agents.md +33 -98
  153. package/skills/vibe.spec/SKILL.md +38 -535
  154. package/skills/vibe.utils/SKILL.md +3 -3
  155. package/skills/vibe.verify/SKILL.md +70 -542
  156. package/skills/video-production/SKILL.md +1 -1
  157. package/vibe/rules/orchestrator-contract.md +5 -4
  158. package/vibe/rules/quality/performance.md +1 -1
  159. package/vibe/templates/claudemd-template.md +1 -1
  160. package/vibe/templates/spec-template.md +35 -185
  161. package/agents/architect-low.md +0 -41
  162. package/agents/architect-medium.md +0 -59
  163. package/agents/compounder.md +0 -265
  164. package/agents/docs/api-documenter.md +0 -99
  165. package/agents/docs/changelog-writer.md +0 -93
  166. package/agents/event/event-comms.md +0 -78
  167. package/agents/event/event-content.md +0 -68
  168. package/agents/event/event-image.md +0 -95
  169. package/agents/event/event-scheduler.md +0 -69
  170. package/agents/event/event-speaker.md +0 -86
  171. package/agents/explorer-low.md +0 -42
  172. package/agents/explorer-medium.md +0 -59
  173. package/agents/explorer.md +0 -48
  174. package/agents/figma/figma-analyst.md +0 -56
  175. package/agents/figma/figma-architect.md +0 -116
  176. package/agents/figma/figma-auditor.md +0 -86
  177. package/agents/figma/figma-builder.md +0 -104
  178. package/agents/implementer-low.md +0 -43
  179. package/agents/implementer-medium.md +0 -52
  180. package/agents/junior-mentor.md +0 -141
  181. package/agents/planning/requirements-analyst.md +0 -84
  182. package/agents/planning/ux-advisor.md +0 -83
  183. package/agents/qa/acceptance-tester.md +0 -86
  184. package/agents/qa/edge-case-finder.md +0 -93
  185. package/agents/qa/qa-coordinator.md +0 -131
  186. package/agents/refactor-cleaner.md +0 -143
  187. package/agents/research/best-practices.md +0 -199
  188. package/agents/research/codebase-patterns.md +0 -157
  189. package/agents/research/framework-docs.md +0 -188
  190. package/agents/research/security-advisory.md +0 -213
  191. package/agents/review/architecture-reviewer.md +0 -107
  192. package/agents/review/complexity-reviewer.md +0 -116
  193. package/agents/review/data-integrity-reviewer.md +0 -88
  194. package/agents/review/git-history-reviewer.md +0 -103
  195. package/agents/review/performance-reviewer.md +0 -86
  196. package/agents/review/python-reviewer.md +0 -150
  197. package/agents/review/rails-reviewer.md +0 -139
  198. package/agents/review/react-reviewer.md +0 -144
  199. package/agents/review/security-reviewer.md +0 -80
  200. package/agents/review/simplicity-reviewer.md +0 -140
  201. package/agents/review/test-coverage-reviewer.md +0 -116
  202. package/agents/review/typescript-reviewer.md +0 -127
  203. package/agents/searcher.md +0 -54
  204. package/agents/simplifier.md +0 -124
  205. package/agents/teams/debug-team.md +0 -74
  206. package/agents/teams/dev-team.md +0 -92
  207. package/agents/teams/docs-team.md +0 -84
  208. package/agents/teams/figma-team.md +0 -89
  209. package/agents/teams/fullstack-team.md +0 -87
  210. package/agents/teams/lite-team.md +0 -73
  211. package/agents/teams/migration-team.md +0 -82
  212. package/agents/teams/refactor-team.md +0 -98
  213. package/agents/teams/research-team.md +0 -90
  214. package/agents/teams/review-debate-team.md +0 -129
  215. package/agents/teams/security-team.md +0 -85
  216. package/agents/ui/ui-a11y-auditor.md +0 -93
  217. package/agents/ui/ui-antipattern-detector.md +0 -102
  218. package/agents/ui/ui-dataviz-advisor.md +0 -69
  219. package/agents/ui/ui-design-system-gen.md +0 -57
  220. package/agents/ui/ui-industry-analyzer.md +0 -49
  221. package/agents/ui/ui-layout-architect.md +0 -65
  222. package/agents/ui/ui-stack-implementer.md +0 -68
  223. package/agents/ui/ux-compliance-reviewer.md +0 -81
  224. package/agents/ui-previewer.md +0 -262
  225. package/dist/cli/llm/gemini-commands.d.ts +0 -25
  226. package/dist/cli/llm/gemini-commands.d.ts.map +0 -1
  227. package/dist/cli/llm/gemini-commands.js +0 -143
  228. package/dist/cli/llm/gemini-commands.js.map +0 -1
  229. package/dist/cli/postinstall/codex-agents.d.ts +0 -24
  230. package/dist/cli/postinstall/codex-agents.d.ts.map +0 -1
  231. package/dist/cli/postinstall/codex-agents.js +0 -114
  232. package/dist/cli/postinstall/codex-agents.js.map +0 -1
  233. package/dist/cli/postinstall/codex-instruction.d.ts +0 -10
  234. package/dist/cli/postinstall/codex-instruction.d.ts.map +0 -1
  235. package/dist/cli/postinstall/codex-instruction.js +0 -56
  236. package/dist/cli/postinstall/codex-instruction.js.map +0 -1
  237. package/dist/cli/postinstall/gemini-agents.d.ts +0 -12
  238. package/dist/cli/postinstall/gemini-agents.d.ts.map +0 -1
  239. package/dist/cli/postinstall/gemini-agents.js +0 -80
  240. package/dist/cli/postinstall/gemini-agents.js.map +0 -1
  241. package/dist/cli/postinstall/gemini-instruction.d.ts +0 -10
  242. package/dist/cli/postinstall/gemini-instruction.d.ts.map +0 -1
  243. package/dist/cli/postinstall/gemini-instruction.js +0 -59
  244. package/dist/cli/postinstall/gemini-instruction.js.map +0 -1
  245. package/dist/infra/lib/ContextCompressor.d.ts +0 -104
  246. package/dist/infra/lib/ContextCompressor.d.ts.map +0 -1
  247. package/dist/infra/lib/ContextCompressor.js +0 -297
  248. package/dist/infra/lib/ContextCompressor.js.map +0 -1
  249. package/dist/infra/lib/ContextCompressor.test.d.ts +0 -2
  250. package/dist/infra/lib/ContextCompressor.test.d.ts.map +0 -1
  251. package/dist/infra/lib/ContextCompressor.test.js +0 -25
  252. package/dist/infra/lib/ContextCompressor.test.js.map +0 -1
  253. package/dist/infra/lib/ProgressTracker.d.ts +0 -73
  254. package/dist/infra/lib/ProgressTracker.d.ts.map +0 -1
  255. package/dist/infra/lib/ProgressTracker.js +0 -267
  256. package/dist/infra/lib/ProgressTracker.js.map +0 -1
  257. package/dist/infra/lib/TokenBudgetTracker.d.ts +0 -68
  258. package/dist/infra/lib/TokenBudgetTracker.d.ts.map +0 -1
  259. package/dist/infra/lib/TokenBudgetTracker.js +0 -191
  260. package/dist/infra/lib/TokenBudgetTracker.js.map +0 -1
  261. package/dist/infra/lib/autonomy/AuditStore.d.ts +0 -63
  262. package/dist/infra/lib/autonomy/AuditStore.d.ts.map +0 -1
  263. package/dist/infra/lib/autonomy/AuditStore.js +0 -185
  264. package/dist/infra/lib/autonomy/AuditStore.js.map +0 -1
  265. package/dist/infra/lib/autonomy/AutonomyConfig.d.ts +0 -84
  266. package/dist/infra/lib/autonomy/AutonomyConfig.d.ts.map +0 -1
  267. package/dist/infra/lib/autonomy/AutonomyConfig.js +0 -49
  268. package/dist/infra/lib/autonomy/AutonomyConfig.js.map +0 -1
  269. package/dist/infra/lib/autonomy/AutonomyOrchestrator.d.ts +0 -78
  270. package/dist/infra/lib/autonomy/AutonomyOrchestrator.d.ts.map +0 -1
  271. package/dist/infra/lib/autonomy/AutonomyOrchestrator.js +0 -246
  272. package/dist/infra/lib/autonomy/AutonomyOrchestrator.js.map +0 -1
  273. package/dist/infra/lib/autonomy/BackgroundMonitor.d.ts +0 -36
  274. package/dist/infra/lib/autonomy/BackgroundMonitor.d.ts.map +0 -1
  275. package/dist/infra/lib/autonomy/BackgroundMonitor.js +0 -138
  276. package/dist/infra/lib/autonomy/BackgroundMonitor.js.map +0 -1
  277. package/dist/infra/lib/autonomy/CollaborationProtocol.d.ts +0 -56
  278. package/dist/infra/lib/autonomy/CollaborationProtocol.d.ts.map +0 -1
  279. package/dist/infra/lib/autonomy/CollaborationProtocol.js +0 -122
  280. package/dist/infra/lib/autonomy/CollaborationProtocol.js.map +0 -1
  281. package/dist/infra/lib/autonomy/ConfirmationManager.d.ts +0 -42
  282. package/dist/infra/lib/autonomy/ConfirmationManager.d.ts.map +0 -1
  283. package/dist/infra/lib/autonomy/ConfirmationManager.js +0 -200
  284. package/dist/infra/lib/autonomy/ConfirmationManager.js.map +0 -1
  285. package/dist/infra/lib/autonomy/ConfirmationStore.d.ts +0 -55
  286. package/dist/infra/lib/autonomy/ConfirmationStore.d.ts.map +0 -1
  287. package/dist/infra/lib/autonomy/ConfirmationStore.js +0 -130
  288. package/dist/infra/lib/autonomy/ConfirmationStore.js.map +0 -1
  289. package/dist/infra/lib/autonomy/EventBus.d.ts +0 -20
  290. package/dist/infra/lib/autonomy/EventBus.d.ts.map +0 -1
  291. package/dist/infra/lib/autonomy/EventBus.js +0 -119
  292. package/dist/infra/lib/autonomy/EventBus.js.map +0 -1
  293. package/dist/infra/lib/autonomy/EventOutbox.d.ts +0 -32
  294. package/dist/infra/lib/autonomy/EventOutbox.d.ts.map +0 -1
  295. package/dist/infra/lib/autonomy/EventOutbox.js +0 -152
  296. package/dist/infra/lib/autonomy/EventOutbox.js.map +0 -1
  297. package/dist/infra/lib/autonomy/NotificationDispatcher.d.ts +0 -24
  298. package/dist/infra/lib/autonomy/NotificationDispatcher.d.ts.map +0 -1
  299. package/dist/infra/lib/autonomy/NotificationDispatcher.js +0 -112
  300. package/dist/infra/lib/autonomy/NotificationDispatcher.js.map +0 -1
  301. package/dist/infra/lib/autonomy/PolicyEngine.d.ts +0 -76
  302. package/dist/infra/lib/autonomy/PolicyEngine.d.ts.map +0 -1
  303. package/dist/infra/lib/autonomy/PolicyEngine.js +0 -208
  304. package/dist/infra/lib/autonomy/PolicyEngine.js.map +0 -1
  305. package/dist/infra/lib/autonomy/ProactiveAnalyzer.d.ts +0 -61
  306. package/dist/infra/lib/autonomy/ProactiveAnalyzer.d.ts.map +0 -1
  307. package/dist/infra/lib/autonomy/ProactiveAnalyzer.js +0 -236
  308. package/dist/infra/lib/autonomy/ProactiveAnalyzer.js.map +0 -1
  309. package/dist/infra/lib/autonomy/RiskClassifier.d.ts +0 -35
  310. package/dist/infra/lib/autonomy/RiskClassifier.d.ts.map +0 -1
  311. package/dist/infra/lib/autonomy/RiskClassifier.js +0 -147
  312. package/dist/infra/lib/autonomy/RiskClassifier.js.map +0 -1
  313. package/dist/infra/lib/autonomy/SecuritySentinel.d.ts +0 -51
  314. package/dist/infra/lib/autonomy/SecuritySentinel.d.ts.map +0 -1
  315. package/dist/infra/lib/autonomy/SecuritySentinel.js +0 -162
  316. package/dist/infra/lib/autonomy/SecuritySentinel.js.map +0 -1
  317. package/dist/infra/lib/autonomy/SuggestionStore.d.ts +0 -54
  318. package/dist/infra/lib/autonomy/SuggestionStore.d.ts.map +0 -1
  319. package/dist/infra/lib/autonomy/SuggestionStore.js +0 -144
  320. package/dist/infra/lib/autonomy/SuggestionStore.js.map +0 -1
  321. package/dist/infra/lib/autonomy/TaskDecomposer.d.ts +0 -38
  322. package/dist/infra/lib/autonomy/TaskDecomposer.d.ts.map +0 -1
  323. package/dist/infra/lib/autonomy/TaskDecomposer.js +0 -175
  324. package/dist/infra/lib/autonomy/TaskDecomposer.js.map +0 -1
  325. package/dist/infra/lib/autonomy/__tests__/audit-store.test.d.ts +0 -2
  326. package/dist/infra/lib/autonomy/__tests__/audit-store.test.d.ts.map +0 -1
  327. package/dist/infra/lib/autonomy/__tests__/audit-store.test.js +0 -198
  328. package/dist/infra/lib/autonomy/__tests__/audit-store.test.js.map +0 -1
  329. package/dist/infra/lib/autonomy/__tests__/event-bus.test.d.ts +0 -2
  330. package/dist/infra/lib/autonomy/__tests__/event-bus.test.d.ts.map +0 -1
  331. package/dist/infra/lib/autonomy/__tests__/event-bus.test.js +0 -225
  332. package/dist/infra/lib/autonomy/__tests__/event-bus.test.js.map +0 -1
  333. package/dist/infra/lib/autonomy/__tests__/event-core.test.d.ts +0 -2
  334. package/dist/infra/lib/autonomy/__tests__/event-core.test.d.ts.map +0 -1
  335. package/dist/infra/lib/autonomy/__tests__/event-core.test.js +0 -194
  336. package/dist/infra/lib/autonomy/__tests__/event-core.test.js.map +0 -1
  337. package/dist/infra/lib/autonomy/__tests__/governance.test.d.ts +0 -2
  338. package/dist/infra/lib/autonomy/__tests__/governance.test.d.ts.map +0 -1
  339. package/dist/infra/lib/autonomy/__tests__/governance.test.js +0 -540
  340. package/dist/infra/lib/autonomy/__tests__/governance.test.js.map +0 -1
  341. package/dist/infra/lib/autonomy/__tests__/integration.test.d.ts +0 -2
  342. package/dist/infra/lib/autonomy/__tests__/integration.test.d.ts.map +0 -1
  343. package/dist/infra/lib/autonomy/__tests__/integration.test.js +0 -480
  344. package/dist/infra/lib/autonomy/__tests__/integration.test.js.map +0 -1
  345. package/dist/infra/lib/autonomy/__tests__/proactive.test.d.ts +0 -2
  346. package/dist/infra/lib/autonomy/__tests__/proactive.test.d.ts.map +0 -1
  347. package/dist/infra/lib/autonomy/__tests__/proactive.test.js +0 -410
  348. package/dist/infra/lib/autonomy/__tests__/proactive.test.js.map +0 -1
  349. package/dist/infra/lib/autonomy/__tests__/sentinel.test.d.ts +0 -2
  350. package/dist/infra/lib/autonomy/__tests__/sentinel.test.d.ts.map +0 -1
  351. package/dist/infra/lib/autonomy/__tests__/sentinel.test.js +0 -486
  352. package/dist/infra/lib/autonomy/__tests__/sentinel.test.js.map +0 -1
  353. package/dist/infra/lib/autonomy/index.d.ts +0 -18
  354. package/dist/infra/lib/autonomy/index.d.ts.map +0 -1
  355. package/dist/infra/lib/autonomy/index.js +0 -22
  356. package/dist/infra/lib/autonomy/index.js.map +0 -1
  357. package/dist/infra/lib/autonomy/schemas.d.ts +0 -317
  358. package/dist/infra/lib/autonomy/schemas.d.ts.map +0 -1
  359. package/dist/infra/lib/autonomy/schemas.js +0 -90
  360. package/dist/infra/lib/autonomy/schemas.js.map +0 -1
  361. package/dist/infra/lib/claude/index.d.ts +0 -5
  362. package/dist/infra/lib/claude/index.d.ts.map +0 -1
  363. package/dist/infra/lib/claude/index.js +0 -5
  364. package/dist/infra/lib/claude/index.js.map +0 -1
  365. package/dist/infra/lib/claude/storage.d.ts +0 -12
  366. package/dist/infra/lib/claude/storage.d.ts.map +0 -1
  367. package/dist/infra/lib/claude/storage.js +0 -54
  368. package/dist/infra/lib/claude/storage.js.map +0 -1
  369. package/dist/infra/lib/gemini/auth.d.ts +0 -18
  370. package/dist/infra/lib/gemini/auth.d.ts.map +0 -1
  371. package/dist/infra/lib/gemini/auth.js +0 -32
  372. package/dist/infra/lib/gemini/auth.js.map +0 -1
  373. package/dist/infra/lib/gemini/capabilities.d.ts +0 -28
  374. package/dist/infra/lib/gemini/capabilities.d.ts.map +0 -1
  375. package/dist/infra/lib/gemini/capabilities.js +0 -178
  376. package/dist/infra/lib/gemini/capabilities.js.map +0 -1
  377. package/dist/infra/lib/gemini/chat.d.ts +0 -35
  378. package/dist/infra/lib/gemini/chat.d.ts.map +0 -1
  379. package/dist/infra/lib/gemini/chat.js +0 -161
  380. package/dist/infra/lib/gemini/chat.js.map +0 -1
  381. package/dist/infra/lib/gemini/completion.d.ts +0 -12
  382. package/dist/infra/lib/gemini/completion.d.ts.map +0 -1
  383. package/dist/infra/lib/gemini/completion.js +0 -13
  384. package/dist/infra/lib/gemini/completion.js.map +0 -1
  385. package/dist/infra/lib/gemini/constants.d.ts +0 -8
  386. package/dist/infra/lib/gemini/constants.d.ts.map +0 -1
  387. package/dist/infra/lib/gemini/constants.js +0 -11
  388. package/dist/infra/lib/gemini/constants.js.map +0 -1
  389. package/dist/infra/lib/gemini/index.d.ts +0 -13
  390. package/dist/infra/lib/gemini/index.d.ts.map +0 -1
  391. package/dist/infra/lib/gemini/index.js +0 -12
  392. package/dist/infra/lib/gemini/index.js.map +0 -1
  393. package/dist/infra/lib/gemini/models.d.ts +0 -11
  394. package/dist/infra/lib/gemini/models.d.ts.map +0 -1
  395. package/dist/infra/lib/gemini/models.js +0 -38
  396. package/dist/infra/lib/gemini/models.js.map +0 -1
  397. package/dist/infra/lib/gemini/orchestration.d.ts +0 -33
  398. package/dist/infra/lib/gemini/orchestration.d.ts.map +0 -1
  399. package/dist/infra/lib/gemini/orchestration.js +0 -62
  400. package/dist/infra/lib/gemini/orchestration.js.map +0 -1
  401. package/dist/infra/lib/gemini/types.d.ts +0 -115
  402. package/dist/infra/lib/gemini/types.d.ts.map +0 -1
  403. package/dist/infra/lib/gemini/types.js +0 -5
  404. package/dist/infra/lib/gemini/types.js.map +0 -1
  405. package/dist/infra/orchestrator/AgentAnnouncer.d.ts +0 -64
  406. package/dist/infra/orchestrator/AgentAnnouncer.d.ts.map +0 -1
  407. package/dist/infra/orchestrator/AgentAnnouncer.js +0 -127
  408. package/dist/infra/orchestrator/AgentAnnouncer.js.map +0 -1
  409. package/dist/infra/orchestrator/AgentAnnouncer.test.d.ts +0 -5
  410. package/dist/infra/orchestrator/AgentAnnouncer.test.d.ts.map +0 -1
  411. package/dist/infra/orchestrator/AgentAnnouncer.test.js +0 -119
  412. package/dist/infra/orchestrator/AgentAnnouncer.test.js.map +0 -1
  413. package/dist/infra/orchestrator/AgentExecutor.d.ts +0 -22
  414. package/dist/infra/orchestrator/AgentExecutor.d.ts.map +0 -1
  415. package/dist/infra/orchestrator/AgentExecutor.js +0 -272
  416. package/dist/infra/orchestrator/AgentExecutor.js.map +0 -1
  417. package/dist/infra/orchestrator/AgentManager.d.ts +0 -72
  418. package/dist/infra/orchestrator/AgentManager.d.ts.map +0 -1
  419. package/dist/infra/orchestrator/AgentManager.js +0 -183
  420. package/dist/infra/orchestrator/AgentManager.js.map +0 -1
  421. package/dist/infra/orchestrator/AgentManifestCache.d.ts +0 -54
  422. package/dist/infra/orchestrator/AgentManifestCache.d.ts.map +0 -1
  423. package/dist/infra/orchestrator/AgentManifestCache.js +0 -191
  424. package/dist/infra/orchestrator/AgentManifestCache.js.map +0 -1
  425. package/dist/infra/orchestrator/AgentRegistry.d.ts +0 -76
  426. package/dist/infra/orchestrator/AgentRegistry.d.ts.map +0 -1
  427. package/dist/infra/orchestrator/AgentRegistry.js +0 -217
  428. package/dist/infra/orchestrator/AgentRegistry.js.map +0 -1
  429. package/dist/infra/orchestrator/AgentRegistry.test.d.ts +0 -5
  430. package/dist/infra/orchestrator/AgentRegistry.test.d.ts.map +0 -1
  431. package/dist/infra/orchestrator/AgentRegistry.test.js +0 -122
  432. package/dist/infra/orchestrator/AgentRegistry.test.js.map +0 -1
  433. package/dist/infra/orchestrator/BackgroundManager.d.ts +0 -128
  434. package/dist/infra/orchestrator/BackgroundManager.d.ts.map +0 -1
  435. package/dist/infra/orchestrator/BackgroundManager.js +0 -620
  436. package/dist/infra/orchestrator/BackgroundManager.js.map +0 -1
  437. package/dist/infra/orchestrator/BackgroundManager.test.d.ts +0 -6
  438. package/dist/infra/orchestrator/BackgroundManager.test.d.ts.map +0 -1
  439. package/dist/infra/orchestrator/BackgroundManager.test.js +0 -162
  440. package/dist/infra/orchestrator/BackgroundManager.test.js.map +0 -1
  441. package/dist/infra/orchestrator/CheckpointManager.d.ts +0 -54
  442. package/dist/infra/orchestrator/CheckpointManager.d.ts.map +0 -1
  443. package/dist/infra/orchestrator/CheckpointManager.js +0 -121
  444. package/dist/infra/orchestrator/CheckpointManager.js.map +0 -1
  445. package/dist/infra/orchestrator/CodexAgentRuntime.d.ts +0 -12
  446. package/dist/infra/orchestrator/CodexAgentRuntime.d.ts.map +0 -1
  447. package/dist/infra/orchestrator/CodexAgentRuntime.js +0 -94
  448. package/dist/infra/orchestrator/CodexAgentRuntime.js.map +0 -1
  449. package/dist/infra/orchestrator/CodexAgentRuntime.test.d.ts +0 -2
  450. package/dist/infra/orchestrator/CodexAgentRuntime.test.d.ts.map +0 -1
  451. package/dist/infra/orchestrator/CodexAgentRuntime.test.js +0 -37
  452. package/dist/infra/orchestrator/CodexAgentRuntime.test.js.map +0 -1
  453. package/dist/infra/orchestrator/LLMCluster.d.ts +0 -82
  454. package/dist/infra/orchestrator/LLMCluster.d.ts.map +0 -1
  455. package/dist/infra/orchestrator/LLMCluster.js +0 -146
  456. package/dist/infra/orchestrator/LLMCluster.js.map +0 -1
  457. package/dist/infra/orchestrator/MultiLlmResearch.d.ts +0 -31
  458. package/dist/infra/orchestrator/MultiLlmResearch.d.ts.map +0 -1
  459. package/dist/infra/orchestrator/MultiLlmResearch.js +0 -160
  460. package/dist/infra/orchestrator/MultiLlmResearch.js.map +0 -1
  461. package/dist/infra/orchestrator/PhasePipeline.d.ts +0 -122
  462. package/dist/infra/orchestrator/PhasePipeline.d.ts.map +0 -1
  463. package/dist/infra/orchestrator/PhasePipeline.js +0 -385
  464. package/dist/infra/orchestrator/PhasePipeline.js.map +0 -1
  465. package/dist/infra/orchestrator/PhaseResultStore.d.ts +0 -39
  466. package/dist/infra/orchestrator/PhaseResultStore.d.ts.map +0 -1
  467. package/dist/infra/orchestrator/PhaseResultStore.js +0 -151
  468. package/dist/infra/orchestrator/PhaseResultStore.js.map +0 -1
  469. package/dist/infra/orchestrator/SessionStore.d.ts +0 -40
  470. package/dist/infra/orchestrator/SessionStore.d.ts.map +0 -1
  471. package/dist/infra/orchestrator/SessionStore.js +0 -116
  472. package/dist/infra/orchestrator/SessionStore.js.map +0 -1
  473. package/dist/infra/orchestrator/SmartRouter.d.ts +0 -90
  474. package/dist/infra/orchestrator/SmartRouter.d.ts.map +0 -1
  475. package/dist/infra/orchestrator/SmartRouter.js +0 -277
  476. package/dist/infra/orchestrator/SmartRouter.js.map +0 -1
  477. package/dist/infra/orchestrator/SmartRouter.test.d.ts +0 -5
  478. package/dist/infra/orchestrator/SmartRouter.test.d.ts.map +0 -1
  479. package/dist/infra/orchestrator/SmartRouter.test.js +0 -484
  480. package/dist/infra/orchestrator/SmartRouter.test.js.map +0 -1
  481. package/dist/infra/orchestrator/SwarmOrchestrator.d.ts +0 -143
  482. package/dist/infra/orchestrator/SwarmOrchestrator.d.ts.map +0 -1
  483. package/dist/infra/orchestrator/SwarmOrchestrator.js +0 -378
  484. package/dist/infra/orchestrator/SwarmOrchestrator.js.map +0 -1
  485. package/dist/infra/orchestrator/SwarmOrchestrator.test.d.ts +0 -5
  486. package/dist/infra/orchestrator/SwarmOrchestrator.test.d.ts.map +0 -1
  487. package/dist/infra/orchestrator/SwarmOrchestrator.test.js +0 -95
  488. package/dist/infra/orchestrator/SwarmOrchestrator.test.js.map +0 -1
  489. package/dist/infra/orchestrator/agentDiscovery.d.ts +0 -26
  490. package/dist/infra/orchestrator/agentDiscovery.d.ts.map +0 -1
  491. package/dist/infra/orchestrator/agentDiscovery.js +0 -175
  492. package/dist/infra/orchestrator/agentDiscovery.js.map +0 -1
  493. package/dist/infra/orchestrator/backgroundAgent.d.ts +0 -9
  494. package/dist/infra/orchestrator/backgroundAgent.d.ts.map +0 -1
  495. package/dist/infra/orchestrator/backgroundAgent.js +0 -10
  496. package/dist/infra/orchestrator/backgroundAgent.js.map +0 -1
  497. package/dist/infra/orchestrator/index.d.ts +0 -207
  498. package/dist/infra/orchestrator/index.d.ts.map +0 -1
  499. package/dist/infra/orchestrator/index.js +0 -362
  500. package/dist/infra/orchestrator/index.js.map +0 -1
  501. package/dist/infra/orchestrator/orchestrator.d.ts +0 -60
  502. package/dist/infra/orchestrator/orchestrator.d.ts.map +0 -1
  503. package/dist/infra/orchestrator/orchestrator.js +0 -214
  504. package/dist/infra/orchestrator/orchestrator.js.map +0 -1
  505. package/dist/infra/orchestrator/parallelResearch.d.ts +0 -27
  506. package/dist/infra/orchestrator/parallelResearch.d.ts.map +0 -1
  507. package/dist/infra/orchestrator/parallelResearch.js +0 -285
  508. package/dist/infra/orchestrator/parallelResearch.js.map +0 -1
  509. package/dist/infra/orchestrator/types.d.ts +0 -205
  510. package/dist/infra/orchestrator/types.d.ts.map +0 -1
  511. package/dist/infra/orchestrator/types.js +0 -87
  512. package/dist/infra/orchestrator/types.js.map +0 -1
  513. package/dist/infra/orchestrator/types.test.d.ts +0 -2
  514. package/dist/infra/orchestrator/types.test.d.ts.map +0 -1
  515. package/dist/infra/orchestrator/types.test.js +0 -57
  516. package/dist/infra/orchestrator/types.test.js.map +0 -1
  517. package/dist/tools/semantic/analyzeDependencyGraph.d.ts +0 -12
  518. package/dist/tools/semantic/analyzeDependencyGraph.d.ts.map +0 -1
  519. package/dist/tools/semantic/analyzeDependencyGraph.js +0 -359
  520. package/dist/tools/semantic/analyzeDependencyGraph.js.map +0 -1
  521. package/dist/tools/semantic/astGrep.d.ts +0 -25
  522. package/dist/tools/semantic/astGrep.d.ts.map +0 -1
  523. package/dist/tools/semantic/astGrep.js +0 -324
  524. package/dist/tools/semantic/astGrep.js.map +0 -1
  525. package/dist/tools/semantic/astGrep.test.d.ts +0 -2
  526. package/dist/tools/semantic/astGrep.test.d.ts.map +0 -1
  527. package/dist/tools/semantic/astGrep.test.js +0 -74
  528. package/dist/tools/semantic/astGrep.test.js.map +0 -1
  529. package/dist/tools/semantic/findReferences.d.ts +0 -9
  530. package/dist/tools/semantic/findReferences.d.ts.map +0 -1
  531. package/dist/tools/semantic/findReferences.js +0 -200
  532. package/dist/tools/semantic/findReferences.js.map +0 -1
  533. package/dist/tools/semantic/findSymbol.d.ts +0 -8
  534. package/dist/tools/semantic/findSymbol.d.ts.map +0 -1
  535. package/dist/tools/semantic/findSymbol.js +0 -204
  536. package/dist/tools/semantic/findSymbol.js.map +0 -1
  537. package/dist/tools/semantic/index.d.ts +0 -9
  538. package/dist/tools/semantic/index.d.ts.map +0 -1
  539. package/dist/tools/semantic/index.js +0 -11
  540. package/dist/tools/semantic/index.js.map +0 -1
  541. package/dist/tools/semantic/lsp.d.ts +0 -68
  542. package/dist/tools/semantic/lsp.d.ts.map +0 -1
  543. package/dist/tools/semantic/lsp.js +0 -561
  544. package/dist/tools/semantic/lsp.js.map +0 -1
  545. package/dist/tools/spec/e2eTestGenerator.d.ts +0 -61
  546. package/dist/tools/spec/e2eTestGenerator.d.ts.map +0 -1
  547. package/dist/tools/spec/e2eTestGenerator.js +0 -255
  548. package/dist/tools/spec/e2eTestGenerator.js.map +0 -1
  549. package/dist/tools/spec/specVersioning.d.ts +0 -76
  550. package/dist/tools/spec/specVersioning.d.ts.map +0 -1
  551. package/dist/tools/spec/specVersioning.js +0 -236
  552. package/dist/tools/spec/specVersioning.js.map +0 -1
  553. package/hooks/scripts/__tests__/keyword-detector.test.js +0 -242
  554. package/hooks/scripts/keyword-detector.js +0 -226
  555. package/skills/characterization-test/SKILL.md +0 -209
  556. package/skills/characterization-test/agents/behavior-capturer.md +0 -50
  557. package/skills/characterization-test/agents/coverage-checker.md +0 -54
  558. package/skills/characterization-test/agents/reporter.md +0 -50
  559. package/skills/characterization-test/agents/test-writer.md +0 -49
  560. package/skills/characterization-test/rubrics/coverage-criteria.md +0 -53
  561. package/skills/characterization-test/templates/test-template.ts +0 -101
  562. package/skills/claude-md-guide/SKILL.md +0 -353
  563. package/skills/claude-md-guide/rubrics/anti-patterns.md +0 -88
  564. package/skills/design-audit/SKILL.md +0 -154
  565. package/skills/design-critique/SKILL.md +0 -140
  566. package/skills/design-distill/SKILL.md +0 -131
  567. package/skills/design-normalize/SKILL.md +0 -135
  568. package/skills/design-polish/SKILL.md +0 -132
  569. package/skills/figma-convert/SKILL.md +0 -236
  570. package/skills/figma-extract/SKILL.md +0 -242
  571. package/skills/interview/SKILL.md +0 -358
  572. package/skills/interview/checklists/api.md +0 -101
  573. package/skills/interview/checklists/feature.md +0 -88
  574. package/skills/interview/checklists/library.md +0 -95
  575. package/skills/interview/checklists/mobile.md +0 -89
  576. package/skills/interview/checklists/webapp.md +0 -97
  577. package/skills/interview/checklists/website.md +0 -99
  578. package/skills/plan/SKILL.md +0 -254
  579. package/skills/rob-pike/SKILL.md +0 -66
  580. package/skills/spec/references/askuser-examples.md +0 -57
  581. package/skills/spec/references/example-session.md +0 -87
  582. package/skills/spec/references/templates.md +0 -194
  583. package/skills/spec-review/SKILL.md +0 -725
  584. package/skills/systematic-debugging/SKILL.md +0 -142
  585. package/skills/techdebt/SKILL.md +0 -126
  586. package/skills/techdebt/agents/analyzer.md +0 -50
  587. package/skills/techdebt/agents/fixer.md +0 -41
  588. package/skills/techdebt/agents/reviewer.md +0 -47
  589. package/skills/techdebt/agents/scanner.md +0 -44
  590. package/skills/techdebt/orchestrator.md +0 -72
  591. package/skills/techdebt/rubrics/severity.md +0 -51
  592. package/skills/techdebt/scripts/scan.js +0 -90
  593. package/skills/techdebt/templates/report.md +0 -86
  594. package/skills/typescript-advanced-types/SKILL.md +0 -68
  595. package/skills/typescript-advanced-types/rubrics/type-patterns.md +0 -109
  596. package/skills/yagni-ladder/SKILL.md +0 -90
  597. /package/skills/{claude-md-guide → agents-md}/templates/claude-md.md +0 -0
  598. /package/skills/{design-polish → design-refine}/rubrics/polish-checklist.md +0 -0
  599. /package/skills/{design-normalize → design-refine}/rubrics/token-naming.md +0 -0
  600. /package/skills/{design-distill → design-refine}/templates/design-system.md +0 -0
  601. /package/skills/{design-audit → design-review}/agents/scorer.md +0 -0
  602. /package/skills/{design-audit → design-review}/rubrics/ai-slop-patterns.md +0 -0
  603. /package/skills/{design-audit → design-review}/rubrics/scoring.md +0 -0
  604. /package/skills/{design-critique → design-review}/rubrics/ux-heuristics.md +0 -0
  605. /package/skills/{figma-convert → figma}/rubrics/conversion-rules.md +0 -0
  606. /package/skills/{figma-extract → figma}/rubrics/image-rules.md +0 -0
  607. /package/skills/{figma-convert → figma}/templates/component.md +0 -0
@@ -72,10 +72,10 @@ Written to `~/.vibe/test-reports/<YYYYMMDD-HHmm>-<harness>.{json,md}`. Exact sch
72
72
  ],
73
73
  "hooks": [
74
74
  { "name": "pre-tool-guard", "status": "pass", "tests": "38/38" },
75
- { "name": "keyword-detector", "status": "pass", "tests": "12/12" }
75
+ { "name": "scope-guard", "status": "pass", "tests": "12/12" }
76
76
  ],
77
77
  "agents": [
78
- { "name": "explorer", "status": "pass" }
78
+ { "name": "implementer", "status": "pass" }
79
79
  ]
80
80
  },
81
81
  "failed": [
@@ -111,7 +111,7 @@ Written to `~/.vibe/test-reports/<YYYYMMDD-HHmm>-<harness>.{json,md}`. Exact sch
111
111
  ## Failures
112
112
 
113
113
  - **skills / spec** — invocation includes `auto` but triggers array is empty
114
- - **agents / explorer** — agent file not found
114
+ - **agents / implementer** — agent file not found
115
115
  ```
116
116
 
117
117
  If `failed` is empty, replace the Failures section with `_All probes passed._`.
@@ -3,8 +3,8 @@ name: tool-fallback
3
3
  invocation: [auto]
4
4
  tier: optional
5
5
  description: "Tool failure fallback strategies with circuit breaker. Auto-activates on API errors, search failures, timeouts, 429, 5xx, overloaded errors."
6
- triggers: [API error, search failure, timeout, 429, 5xx, overloaded, fallback, circuit breaker]
7
- priority: 80
6
+ triggers: [search failure, 429, 5xx, overloaded, fallback, circuit breaker, rate limit]
7
+ priority: 60
8
8
  ---
9
9
 
10
10
  # Tool Fallback Strategies
@@ -3,7 +3,7 @@ name: vercel-react-best-practices
3
3
  invocation: [auto]
4
4
  tier: core
5
5
  description: "React/Next.js performance gotchas from Vercel engineering. Non-intuitive pitfalls that LLMs commonly miss."
6
- triggers: [react, next.js, performance, optimization, vercel, component, rendering]
6
+ triggers: [react, next.js, vercel, react performance, re-render, rendering waterfall]
7
7
  priority: 60
8
8
  ---
9
9
 
@@ -31,7 +31,7 @@ user-invocable: true
31
31
  - **동적 파이프라인**: 의도/입력 종류에 따라 매번 다른 스킬 체인 구성. 미리 정해진 고정 흐름 아님.
32
32
  - **무제한 라우팅**: 라우팅 표는 빠른 경로일 뿐 닫힌 화이트리스트가 아니다. 설치된 모든 `vibe.*` 스킬이 라우팅 후보이며, 표에 없는 요구사항도 description 기반 의미 매칭으로 처리한다 (Catch-all).
33
33
  - **하네스 정규화 (추론 앞단)**: vibe는 CC(추론)·Codex(직역) 어느 하네스의 암묵적 동작에도 의존하지 않는다. `/vibe`가 모호한 NL을 **명시적·직역 가능한 지시로 먼저 전개**하고, 하위 skill은 모호한 입력을 받지 않는다. 이로써 모든 하네스에서 동일 결과 + CC급 편의를 제공한다. 전문: `vibe/rules/principles/dual-harness-doctrine.md`.
34
- - **Smart Resume**: `.vibe/{interviews,plans,specs,features}/` 감지하여 "이어서 진행?" 자동 제안.
34
+ - **Smart Resume**: `.vibe/{specs,features}/` 감지하여 "이어서 진행?" 자동 제안 (레거시 `.vibe/{interviews,plans}/` 는 입력 컨텍스트로만 인식).
35
35
  - **SPEC 확정 1회 승인 → 루프**: SPEC(Done의 정의 + 수용 기준)을 사용자와 확정하는 것이 유일한 의무적 사람 개입. 승인 후에는 `vibe/rules/loop-contract.md`의 ANCHOR→ACT→JUDGE→RECORD 루프를 게이트 전부 통과할 때까지 자동 반복한다. 루프 종료 = 게이트 통과 또는 stuck 또는 max_iterations 도달.
36
36
  - **위임자 역할**: `/vibe` 본인은 코드를 직접 쓰지 않는다. 라우팅·설계·실행 위임만 한다.
37
37
 
@@ -56,8 +56,8 @@ user-invocable: true
56
56
 
57
57
  | 의도 | 신호 | 기본 파이프라인 |
58
58
  |---|---|---|
59
- | **new feature** | "만들어줘", "추가", 신규 아이디어, 입력 없이 빈 호출 | interviewplanspec review run verify contract trace |
60
- | **figma-driven UI** | figma.com URL, "디자인", 이미지/PDF + UI 단어 | figma-extractfigma-convert → run → verify |
59
+ | **new feature** | "만들어줘", "추가", 신규 아이디어, 입력 없이 빈 호출 | specrunverify (trace/contract 사용자 요청 또는 SPEC API Contract 섹션이 있을 때만) |
60
+ | **figma-driven UI** | figma.com URL, "디자인", 이미지/PDF + UI 단어 | figma (Extract Convert Mode) → run → verify |
61
61
  | **clone existing UI** | 일반 웹사이트 URL + "비슷한", "클론", "이런 느낌" | clone → run → verify |
62
62
  | **resume in-progress** | feature name + `.vibe/specs/{name}.md` 존재 | (resume 지점부터) |
63
63
  | **review only** | "리뷰", "검토만", 코드/SPEC 첨부 + "확인" | review |
@@ -92,18 +92,17 @@ user-invocable: true
92
92
  .vibe/.last-feature 존재 → 직전 feature 이름 추출
93
93
  .vibe/specs/{feature}/ 또는 .vibe/specs/{feature}.md 존재 → spec 단계 완료
94
94
  .vibe/features/{feature}/ 또는 .vibe/features/{feature}.feature 존재 → feature 단계 완료
95
- .vibe/plans/{feature}.md 존재 → plan 단계 완료
96
- .vibe/interviews/{feature}.md 존재 → interview 단계 완료
95
+ .vibe/plans/{feature}.md · .vibe/interviews/{feature}.md 존재 → 레거시 아티팩트 (구버전) — spec 패스의 입력 컨텍스트로만 사용, 재생성 금지
97
96
  ```
98
97
 
99
98
  감지된 진행 상태가 있으면 사용자에게 명시:
100
99
 
101
100
  ```
102
101
  🔍 진행 중인 작업 감지: "login"
103
- interview · ✅ plan · ✅ spec · ⏳ review
102
+ ✅ spec · ⏳ run
104
103
 
105
- 이어서 review 부터 진행할까요? 아니면 새 작업?
106
- [1] 이어서 review
104
+ 이어서 run 부터 진행할까요? 아니면 새 작업?
105
+ [1] 이어서 run
107
106
  [2] 새 작업 (위 요구사항으로)
108
107
  [3] 취소
109
108
  ```
@@ -126,32 +125,21 @@ Input: 자연어 ("패럴랙스 웹사이트 만들어줘")
126
125
  Resume: 없음 (신규)
127
126
  Keywords: 없음
128
127
 
129
- Phase 1: /vibe.spec → interview plan spec review
128
+ Phase 1: /vibe.spec → 단일 패스 SPEC + 승인 (유일한 의무 게이트)
130
129
  Phase 2: /vibe.figma → UI 디자인 트랙 (type=website 감지)
131
130
  Phase 3: /vibe.run → 구현
132
131
  Phase 4: /vibe.verify → 검증
133
- Phase 5: /vibe.contract → API 계약 검증
134
- Phase 6: /vibe.trace → RTM 출력
135
132
 
136
- 예상: 6 phase, 중단 게이트 2회 (interview 후, plan 후)
133
+ 예상: 4 phase, 사람 개입 1회 (SPEC 승인)
137
134
  ```
138
135
 
139
- ### Phase 4: 승인 게이트
136
+ 설계된 파이프라인은 요약 출력 후 바로 실행한다 — **별도의 파이프라인 승인 게이트는 없다.** 유일한 의무적 사람 개입은 spec 단계 안의 SPEC 확정 승인이다 (loop-contract SSOT).
140
137
 
141
- ```
142
- 파이프라인으로 진행할까요?
143
- [1] 진행
144
- [2] 수정 (어느 phase 빼거나 추가)
145
- [3] 취소
146
- ```
147
-
148
- **Skip 조건:**
149
- - `automationLevel: autonomous` 설정 (`.vibe/config.json`) 또는 `ultrawork`/`ulw` 별칭 → SPEC 승인 게이트만 skip, 루프는 정상 동작
138
+ **SPEC 승인 skip 조건:**
139
+ - `automationLevel: autonomous` 설정 (`.vibe/config.json`) 또는 `ultrawork`/`ulw` 별칭 → SPEC 승인 게이트 skip, 루프는 정상 동작
150
140
  - `--max-iter 1` 또는 `quick` 별칭 → 1회 시도 후 종료
151
141
 
152
- > 참고: Phase 4 승인 게이트는 **파이프라인 설계 승인**이다. SPEC 확정 시점의 승인(loop-contract의 "유일한 의무 개입")과 구별된다.
153
-
154
- ### Phase 5: 체인 실행
142
+ ### Phase 4: 체인 실행
155
143
 
156
144
  승인된 파이프라인을 순차 호출:
157
145
 
@@ -166,18 +154,18 @@ Phase 6: /vibe.trace → RTM 출력
166
154
  ```
167
155
 
168
156
  각 phase 종료 후 JUDGE 단계:
169
- - 게이트 통과 (P1=0 ∧ verifyPassed) → 루프 종료, Phase 6 보고
157
+ - 게이트 통과 (P1=0 ∧ verifyPassed) → 루프 종료, Phase 5 보고
170
158
  - 게이트 미통과 → RECORD(run-ledger + loop-history.jsonl) 후 다음 ANCHOR로
171
159
  - stuck(연속 2회 동일 findings 해시) → `automationLevel: confirm`이면 사용자 질문; `autonomous`이면 TODO 기록 후 루프 종료
172
160
  - max_iterations(기본 10) 도달 → 잔여를 인박스로 이월
173
161
 
174
- ### Phase 6: 종료 보고
162
+ ### Phase 5: 종료 보고
175
163
 
176
164
  ```
177
165
  ✅ /vibe 완료
178
166
 
179
167
  실행 파이프라인:
180
- ✅ /vibe.spec (interview + plan + spec + review)
168
+ ✅ /vibe.spec (단일 패스 SPEC + 승인)
181
169
  ✅ /vibe.figma (UI 디자인 트랙)
182
170
  ✅ /vibe.run (구현)
183
171
  ✅ /vibe.verify (검증 — 9/9 통과)
@@ -203,7 +191,7 @@ Phase 6: /vibe.trace → RTM 출력
203
191
  → Intent: figma-driven UI
204
192
  → Resume: 없음
205
193
  → Pipeline:
206
- 1. /vibe.figma (figma-extract + figma-convert)
194
+ 1. /vibe.figma (figma Extract + Convert Mode)
207
195
  2. /vibe.spec (생성된 SPEC 자동 보정)
208
196
  3. /vibe.run
209
197
  4. /vibe.verify
@@ -290,13 +278,10 @@ Phase 6: /vibe.trace → RTM 출력
290
278
  [Phase 3: 파이프라인 설계]
291
279
  ...
292
280
 
293
- [Phase 4: 승인 게이트]
294
- 사용자 응답 대기...
295
-
296
- [Phase 5: 실행]
297
- ...
281
+ [Phase 4: 실행]
282
+ ... (SPEC 승인은 spec 단계 내부의 1회 게이트)
298
283
 
299
- [Phase 6: 종료 보고]
284
+ [Phase 5: 종료 보고]
300
285
  ...
301
286
  ```
302
287
 
@@ -87,31 +87,31 @@ Read `CLAUDE.md`, `package.json`, `pyproject.toml`, etc. to identify tech stack:
87
87
 
88
88
  #### 3. Explore Related Code (Parallel Sub-Agents)
89
89
 
90
- **MANDATORY: Always use explorer sub-agents. Never explore in main session.**
90
+ **MANDATORY: Always use native Explore sub-agents. Never explore in main session.**
91
91
 
92
- > Why: 3 explorer-low agents return ~600 tokens of summaries to main session.
92
+ > Why: 3 Explore agents return ~600 tokens of summaries to main session.
93
93
  > Direct Glob/Grep/Read in main session would add 5-15K tokens of raw content.
94
94
 
95
95
  **Parallel exploration (ALL in ONE message):**
96
96
 
97
97
  ```text
98
- Agent(subagent_type="explorer-low", model="haiku",
98
+ Agent(subagent_type="Explore", model="haiku",
99
99
  prompt="Find all [FEATURE] related API endpoints. List file paths, HTTP methods, routes, and auth requirements.")
100
100
 
101
- Agent(subagent_type="explorer-low", model="haiku",
101
+ Agent(subagent_type="Explore", model="haiku",
102
102
  prompt="Find all [FEATURE] related services, business logic, and utility functions. Map dependencies.")
103
103
 
104
- Agent(subagent_type="explorer-low", model="haiku",
104
+ Agent(subagent_type="Explore", model="haiku",
105
105
  prompt="Find all [FEATURE] related data models, schemas, and database queries. Document relationships and key fields.")
106
106
  ```
107
107
 
108
108
  **Scale for large projects (6+ related files):**
109
109
 
110
110
  ```text
111
- Agent(subagent_type="explorer-low", model="haiku",
111
+ Agent(subagent_type="Explore", model="haiku",
112
112
  prompt="Find all test files related to [FEATURE]. Identify tested vs untested paths.")
113
113
 
114
- Agent(subagent_type="explorer-low", model="haiku",
114
+ Agent(subagent_type="Explore", model="haiku",
115
115
  prompt="Analyze [FEATURE] configuration, environment variables, and external integrations.")
116
116
  ```
117
117
 
@@ -430,8 +430,6 @@ node -e "import('{{VIBE_PATH_URL}}/node_modules/@su-record/vibe/dist/tools/index
430
430
 
431
431
  | Tool | Purpose | When to Use |
432
432
  |------|---------|-------------|
433
- | `findSymbol` | Find symbol definitions | Locate function/class implementations |
434
- | `findReferences` | Find all references | Track usage patterns |
435
433
  | `analyzeComplexity` | Complexity analysis | Measure complexity metrics |
436
434
  | `validateCodeQuality` | Quality validation | Check code quality standards |
437
435
  | `saveMemory` | Save analysis results | Persist findings for future sessions |
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  name: vibe.clone
3
3
  description: URL → 마크업 레벨 픽셀 완벽 클론 — 헤드리스 브라우저로 라이브 사이트 캡처 후 현재 프로젝트 스택에 맞게 스캐폴딩
4
- argument-hint: "<url> [<url2>...] [--name=<feature>] [--mo-only] [--pc-only] [--ignore-robots] [--no-interact]"
4
+ argument-hint: "<url> [<url2>...] [--name=<feature>] [--mo-only] [--pc-only] [--ignore-robots] [--no-interact] [--real-content]"
5
5
  user-invocable: true
6
6
  ---
7
7
 
@@ -21,6 +21,7 @@ URL을 받아 **마크업 수준으로 정밀 복제**하고 현재 프로젝트
21
21
  /vibe.clone <url1> <url2> <url3> # 다중 페이지 클론 (같은 사이트의 여러 경로)
22
22
  /vibe.clone <url> --ignore-robots # robots.txt 무시 (사이트 소유자 허가 있을 때만)
23
23
  /vibe.clone <url> --no-interact # 능동 인터랙션 스윕 끄기 (완전 결정론적·재현 가능 캡처)
24
+ /vibe.clone <url> --real-content # 텍스트 verbatim 유지 (본인 소유/허가 확인 1회 필수)
24
25
  ```
25
26
 
26
27
  ## Argument Routing
@@ -31,6 +32,7 @@ Step 1) 인자 수집
31
32
  feature = --name=<value> | URL host → kebab-case
32
33
  scope = --mo-only | --pc-only | (기본: both)
33
34
  ignoreRobots = --ignore-robots 플래그 유무
35
+ realContent = --real-content 플래그 유무 (소유/허가 확인 질문 1회 후 적용)
34
36
 
35
37
  Step 2) 인자 검증
36
38
  urls.length === 0 → 사용자에게 URL 입력 요청, 중단
@@ -53,9 +55,11 @@ Phase 0: Setup
53
55
  Phase 1: Capture (병렬 — scope에 따라 MO/PC 동시)
54
56
  - node {{VIBE_PATH}}/hooks/scripts/clone-extract.js capture <url> \
55
57
  --out=/tmp/{feature}/{bp}/ --viewport={WxH} --bp={mo|pc}
56
- - 출력: rendered.html, computed.json, screenshot.png, states.json, behaviors.json, asset-map.json, assets/
57
- - behaviors.json = 능동 인터랙션 스윕(스크롤 헤더/내비 변화 diff + 탭 클릭 콘텐츠 스왑 감지).
58
+ - 출력: rendered.html, computed.json, screenshot.png, states.json, behaviors.json, asset-map.json, assets/ (images·fonts·seo)
59
+ - behaviors.json = 능동 인터랙션 스윕 4종+ (스크롤 헤더 diff · 탭 클릭 콘텐츠 스왑 · 호버 diff ·
60
+ in-view 등장 애니메이션 · time-driven 캐러셀 후보 · 스무스 스크롤 라이브러리 감지).
58
61
  JS로 세팅되는 상태(정적 CSS로는 안 잡힘)를 포착 — 클론 정확도의 핵심. --no-interact 로 비활성화.
62
+ - assets/seo/ = favicon·apple-touch-icon·og:image·webmanifest (Foundation 단계에서 배선)
59
63
 
60
64
  Phase 2: Refine (BP마다 독립)
61
65
  - node {{VIBE_PATH}}/hooks/scripts/clone-refine.js \
@@ -63,21 +67,34 @@ Phase 2: Refine (BP마다 독립)
63
67
  --out=/tmp/{feature}/{bp}/sections.json --states=/tmp/{feature}/{bp}/states.json --bp={mo|pc}
64
68
  - sections.json 에 section.interaction(인터랙션 모델 추정) + section.states(상태 규칙) 포함
65
69
 
66
- Phase 3: Scaffold (BP 순차 — MO 완료 후 PC)
70
+ Phase 2.5: Foundation (순차 — 섹션 빌드 )
71
+ - 폰트 배선(Next → next/font) · assets/seo/ → public/ (favicon·OG·manifest 메타 배선)
72
+ - 인라인 SVG dedupe → 아이콘 모듈 · scrollLib 감지 시 페이지 레벨 배선
73
+
74
+ Phase 3: Scaffold (BP 순차 — MO 완료 후 PC / 섹션은 병렬 빌더 디스패치)
67
75
  - Step 0: node {{VIBE_PATH}}/hooks/scripts/clone-spec.js \
68
76
  /tmp/{feature}/{bp}/sections.json \
69
- --out=./components/{feature}/_specs/ --feature={feature}
70
- → 섹션별 빌드 계약서(_specs/{Section}.spec.md). 빌드 전 TODO(인터랙션 모델 확정·상태 목록·텍스트 교체) 해결
77
+ --out=./components/{feature}/_specs/{bp}/ --feature={feature} [--real-content]
78
+ → 섹션별 빌드 계약서(_specs/{bp}/{Section}.spec.md). 디스패치 전 TODO(인터랙션 모델 확정·상태 목록·텍스트 교체) 해결
79
+ → spec 150줄 초과 시 하위 컴포넌트 spec으로 분할 (기계적 체크 — wc -l)
71
80
  - Step A: node {{VIBE_PATH}}/hooks/scripts/clone-to-scss.js \
72
81
  /tmp/{feature}/{bp}/sections.json \
73
- --out=./styles/{feature}/ --feature={feature}
74
- - Claude: 섹션별로 HTML/컴포넌트 작성 (스택별 .tsx/.vue/.svelte/.html) 확정된 인터랙션 모델 + 모든 상태 반영
82
+ --out=./styles/{feature}/{bp}/ --feature={feature}
83
+ SCSS 초안. 이후 근거(computed/states/behaviors) 인용 수정 허용 clone-validate가 판정자
84
+ - 병렬 디스패치: 섹션별 빌더 서브에이전트 — spec 전문을 프롬프트에 인라인, 병렬 파일 쓰기는 worktree 격리
75
85
  - Step B: node {{VIBE_PATH}}/hooks/scripts/clone-validate.js \
76
- ./styles/{feature}/ /tmp/{feature}/{bp}/sections.json --section={Name}
77
- - 섹션마다 PASS 받고 다음 섹션 진행
86
+ ./styles/{feature}/{bp}/ /tmp/{feature}/{bp}/sections.json --section={Name}
87
+ - 섹션마다 PASS 완료 처리 (머지 순서: 하위 컴포넌트 → 래퍼)
88
+
89
+ Phase 3C: Responsive Merge (MO+PC 모두 Phase 5 통과 후)
90
+ - node {{VIBE_PATH}}/hooks/scripts/clone-merge-responsive.js \
91
+ --mo=./styles/{feature}/mo/ --pc=./styles/{feature}/pc/ \
92
+ --out=./styles/{feature}/ [--breakpoint=1024]
93
+ → mobile-first 병합: MO 선언 = 기본, PC diff만 @media (min-width) 블록
94
+ - 컴포넌트 import를 병합 index.scss로 전환 → Phase 4 → Phase 5를 두 뷰포트 모두 재실행
78
95
 
79
96
  Phase 4: Compile Gate (clone SKILL.md 규칙)
80
- Phase 5: Pixel Verification (P1=0까지 루프 — clone SKILL.md 규칙)
97
+ Phase 5: Pixel Verification (P1=0까지 루프 — clone SKILL.md 규칙; 병합 후엔 MO·PC 양쪽)
81
98
  ```
82
99
 
83
100
  ## Prerequisites
@@ -94,16 +111,18 @@ Phase 5: Pixel Verification (P1=0까지 루프 — clone SKILL.md 규칙)
94
111
  ├── mo/, pc/ # rendered.html, computed.json, screenshot.png, states.json, behaviors.json, sections.json, assets/
95
112
  └── project-tokens.json # 기존 프로젝트 토큰 인덱스
96
113
 
97
- ./components/{feature}/ # Claude가 작성한 컴포넌트 (.tsx/.vue/.svelte/.html)
98
- ./components/{feature}/_specs/ # clone-spec.js가 생성한 섹션별 빌드 계약서 (*.spec.md)
99
- ./styles/{feature}/ # clone-to-scss.js가 생성한 SCSS 파일
100
- ├── _tokens.scss # CSS 변수
114
+ ./components/{feature}/ # 빌더가 작성한 컴포넌트 (.tsx/.vue/.svelte/.html)
115
+ ./components/{feature}/_specs/{mo,pc}/ # clone-spec.js가 생성한 섹션별 빌드 계약서 (*.spec.md)
116
+ ./styles/{feature}/ # 최종 병합 SCSS (Phase 3C 산출 — mobile-first @media)
117
+ ├── mo/, pc/ # BP별 SCSS 초안 (clone-to-scss.js + 근거 기반 수정)
118
+ ├── _tokens.scss # CSS 변수 (병합)
101
119
  ├── _base.scss # @font-face
102
- ├── _shared.scss # 유틸
103
- ├── sections/_<name>.scss # 섹션별 partial
104
- ├── index.scss # 마스터 orchestrator
105
- └── class-plan.json # 노드 id → BEM 클래스
120
+ ├── _shared.scss # 유틸 + 글로벌 동작 (scroll-lib 등)
121
+ ├── sections/_<name>.scss # 섹션별 partial (병합)
122
+ ├── index.scss # 마스터 orchestrator (병합)
123
+ └── class-plan.json # 노드 id → BEM 클래스 (병합)
106
124
  ./public/images/{feature}/ # 다운로드된 이미지/폰트
125
+ ./public/ (프로젝트 관례 경로) # favicon·OG·manifest (assets/seo/ 에서 배선)
107
126
  ```
108
127
 
109
128
  ## Legal Notes
@@ -121,6 +140,7 @@ Phase 5: Pixel Verification (P1=0까지 루프 — clone SKILL.md 규칙)
121
140
 
122
141
  Claude 기본 행동:
123
142
  - 저작권 텍스트 → 플레이스홀더("[Lorem ipsum]") 교체
143
+ - --real-content → 소유/허가 확인 질문 1회 후 verbatim 유지 (본인 사이트 재구축 유스케이스)
124
144
  - robots.txt 차단 경로 → 명시적 --ignore-robots 없으면 거부
125
145
  - 사용자 의도가 사칭/기만이면 즉시 거부
126
146
  ```
@@ -16,7 +16,7 @@ Generate or update project documentation by analyzing the actual codebase.
16
16
  /vibe.docs guide # 사용자 가이드 (docs/GUIDE.md)
17
17
  /vibe.docs arch # 아키텍처 문서 + Mermaid 다이어그램 (docs/ARCHITECTURE.md)
18
18
  /vibe.docs release # 릴리즈 노트 (git history 기반)
19
- /vibe.docs agent # CLAUDE.md / AGENTS.md 생성·동기화 (claude-md-guide + agents-md 검증 필수)
19
+ /vibe.docs agent # CLAUDE.md / AGENTS.md 생성·동기화 (agents-md 검증 필수)
20
20
  ```
21
21
 
22
22
  ## Pipeline Position
@@ -42,11 +42,11 @@ Automate community event planning with D-Day based proactive execution.
42
42
  └── DWK: 9 steps (D-30 → D+3)
43
43
 
44
44
  5. AUTO-EXECUTE pending deliverables
45
- ├── Content drafts → event-content agent
46
- ├── Image generation → event-image agent
47
- ├── SMS/email drafts → event-comms agent
48
- ├── Ops materials → event-ops agent
49
- └── Speaker research → event-speaker agent
45
+ ├── Content drafts → event-planner agent
46
+ ├── Speaker research → event-planner agent
47
+ ├── Image generation → event-ops agent
48
+ ├── SMS/email drafts → event-ops agent
49
+ └── Ops materials → event-ops agent
50
50
 
51
51
  6. REQUEST confirmation for send actions
52
52
  ├── SMS actual send
@@ -73,41 +73,41 @@ Automate community event planning with D-Day based proactive execution.
73
73
 
74
74
  | Phase | Agents Triggered | Outputs |
75
75
  |-------|-----------------|---------|
76
- | D-60 | event-speaker | 3 topic suggestions + speaker research |
77
- | D-45 | event-speaker | DM + email outreach drafts |
78
- | D-40 | event-comms | Topic confirmation request email |
79
- | D-28 | event-content, event-image, event-comms | Intro + 2 images + 3 SMS + 1 email |
80
- | D-30 | event-content, event-comms | LinkedIn/Threads promo + SMS send(✅) |
81
- | D-14 | event-content | LinkedIn/Threads reminder |
82
- | D-3 | event-comms | BCC email + SMS send(✅) |
76
+ | D-60 | event-planner | 3 topic suggestions + speaker research |
77
+ | D-45 | event-planner | DM + email outreach drafts |
78
+ | D-40 | event-ops | Topic confirmation request email |
79
+ | D-28 | event-planner, event-ops | Intro + 2 images + 3 SMS + 1 email |
80
+ | D-30 | event-planner, event-ops | LinkedIn/Threads promo + SMS send(✅) |
81
+ | D-14 | event-planner | LinkedIn/Threads reminder |
82
+ | D-3 | event-ops | BCC email + SMS send(✅) |
83
83
  | D-1 | event-ops | Nametags + checklist + PPTX + SMS(✅) |
84
- | D-Day | event-comms | Day-of SMS(✅) |
85
- | D+1 | event-content, event-ops | Review posts + settlement |
84
+ | D-Day | event-ops | Day-of SMS(✅) |
85
+ | D+1 | event-planner, event-ops | Review posts + settlement |
86
86
  | D+2 | — | Site update (manual) |
87
87
 
88
88
  ### Webinar Phases
89
89
 
90
90
  | Phase | Agents Triggered | Outputs |
91
91
  |-------|-----------------|---------|
92
- | Planning | event-content, event-image, event-comms | Intro + 3 images + SMS + email |
93
- | Planning | event-content | LinkedIn/Threads promo |
94
- | D-4 | event-comms | Zoom(manual) + BCC email + SMS(✅) |
95
- | D-Day | event-comms, event-ops | SMS(✅) + slides |
96
- | D+1 | event-content | Review posts |
92
+ | Planning | event-planner, event-ops | Intro + 3 images + SMS + email |
93
+ | Planning | event-planner | LinkedIn/Threads promo |
94
+ | D-4 | event-ops | Zoom(manual) + BCC email + SMS(✅) |
95
+ | D-Day | event-ops | SMS(✅) + slides |
96
+ | D+1 | event-planner | Review posts |
97
97
 
98
98
  ### DWK Phases
99
99
 
100
100
  | Phase | Agents Triggered | Outputs |
101
101
  |-------|-----------------|---------|
102
- | D-30 | event-speaker | 3 topics + speaker research |
103
- | D-25 | event-speaker | DM + email outreach |
104
- | D-20 | event-comms | Topic confirmation email |
105
- | D-16 | event-content, event-image, event-comms | Intro + 2 images + SMS + email |
106
- | D-15 | event-content | LinkedIn/Threads promo |
107
- | D-3 | event-comms | BCC email + SMS(✅) |
102
+ | D-30 | event-planner | 3 topics + speaker research |
103
+ | D-25 | event-planner | DM + email outreach |
104
+ | D-20 | event-ops | Topic confirmation email |
105
+ | D-16 | event-planner, event-ops | Intro + 2 images + SMS + email |
106
+ | D-15 | event-planner | LinkedIn/Threads promo |
107
+ | D-3 | event-ops | BCC email + SMS(✅) |
108
108
  | D-1 | event-ops | Slido plan + PPTX + SNS remind(✅) |
109
- | D-Day | event-comms, event-ops | SMS(✅) + nametags(offline) |
110
- | D+3 | event-content, event-ops | Review + settlement |
109
+ | D-Day | event-ops | SMS(✅) + nametags(offline) |
110
+ | D+3 | event-planner, event-ops | Review + settlement |
111
111
 
112
112
  ## State File Format
113
113
 
@@ -158,8 +158,7 @@ Load skill `figma` — Phase 1 Storyboard
158
158
  ### Phase 2 — 재료 확보
159
159
 
160
160
  ```
161
- Load skill `figma-extract`
162
- Load skill `figma` — Phase 2 (코디네이터: MO/PC 병렬 워커)
161
+ Load skill `figma` — Phase 2 Extract Mode (코디네이터: MO/PC 병렬 워커)
163
162
 
164
163
  Phase 0에서 수집한 URL 중 "design"으로 자동 분류된 항목 (MO/PC)을 사용.
165
164
  → tree.json + bg/ + content/ + sections/ (검증용)
@@ -181,8 +180,7 @@ Load skill `figma` — Phase 3
181
180
  ### Phase 4 — BP별 스태틱 구현 (컨벤션 준수)
182
181
 
183
182
  ```
184
- Load skill `figma-convert`
185
- Load skill `figma` — Phase 4
183
+ Load skill `figma` — Phase 4 Convert Mode
186
184
 
187
185
  재사용 매칭 (BLOCKING):
188
186
  ① component-index.json 매칭 → import (새로 만들지 않음)
@@ -191,7 +189,7 @@ Load skill `figma` — Phase 4
191
189
  ⛔ figma-to-scss.js 강제 / figma-validate.js PASS 없이 다음 섹션 금지
192
190
 
193
191
  ⤵ Phase 4 후처리
194
- Load skill `design-normalize`
192
+ Load skill `design-refine` — normalize 모드
195
193
  → 매칭 안 된 하드코딩 값 → MASTER.md 토큰으로 정렬
196
194
  → 새 토큰 필요 항목은 review 큐에 기록
197
195
  ```
@@ -216,17 +214,17 @@ Load skill `figma` — Phase 6 (시각 검증 루프, P1=0까지)
216
214
  - Figma MCP/변환기가 삼킨 값이 여기서 드러난다.
217
215
 
218
216
  ⤵ Phase 6 후처리
219
- Load skill `design-audit`
217
+ Load skill `design-review` — audit 모드
220
218
  → 5-dimension 점검 (a11y, performance, responsive, theming, AI slop)
221
219
  → P1 finding은 review 큐에 기록 (read-only)
222
220
 
223
221
  ⤵ Phase 6.5 (hasEmitDesignMd == true 시)
224
- → resolved tokens (Color/Typography/Spacing) + design-audit 산출물을
222
+ → resolved tokens (Color/Typography/Spacing) + design-review(audit) 산출물을
225
223
  DESIGN.md (Stitch 9 섹션) 으로 정제해 프로젝트 루트에 저장
226
224
  → 첫 줄: `<!-- design-md-version: 1 -->`
227
225
  → `vibe.design lint` 자동 통과 확인
228
226
 
229
- ⛔ Phase 6 + design-audit 완료 전까지 "완료 요약" 출력 금지.
227
+ ⛔ Phase 6 + design-review(audit) 완료 전까지 "완료 요약" 출력 금지.
230
228
  ```
231
229
 
232
230
  ---
@@ -260,8 +258,7 @@ Load skill `figma` — Phase 1
260
258
  ### Phase 2 — 재료 확보
261
259
 
262
260
  ```
263
- Load skill `figma-extract`
264
- Load skill `figma` — Phase 2
261
+ Load skill `figma` — Phase 2 Extract Mode
265
262
  → Branch 1 Phase 2와 동일 (design URL로 추출)
266
263
 
267
264
  🚦 Audit gate: Branch 1과 동일하게 `auditSummary.p1 > 0` 이면 Phase 3 진입 금지.
@@ -276,14 +273,13 @@ Load skill `figma` — Phase 3 (figma-refine.js 강제)
276
273
  ### Phase 4 — BP별 스태틱 구현 (Standalone 모드)
277
274
 
278
275
  ```
279
- Load skill `figma-convert`
280
- Load skill `figma` — Phase 4
276
+ Load skill `figma` — Phase 4 Convert Mode
281
277
 
282
278
  ⛔ 재사용 매칭 SKIP — 새 컴포넌트 자유 생성
283
279
  ✅ 새 토큰 자유 생성 (피처 스코프 네이밍: $feature-color-xxx)
284
280
  ✅ figma-to-scss.js / figma-validate.js는 그대로 강제
285
281
 
286
- ❌ design-normalize 호출 금지 (이 Branch는 토큰 alignment 대상이 아님)
282
+ ❌ design-refine(normalize) 호출 금지 (이 Branch는 토큰 alignment 대상이 아님)
287
283
  ```
288
284
 
289
285
  ### Phase 5 — 컴파일 게이트
@@ -300,15 +296,15 @@ Load skill `figma` — Phase 6 (시각 검증 루프, P1=0까지)
300
296
  Raw-vs-computed 재조정: Branch 1과 동일 — tree.json `raw` ↔ getComputedStyle 비교.
301
297
 
302
298
  ⤵ Phase 6 후처리
303
- Load skill `design-audit`
299
+ Load skill `design-review` — audit 모드
304
300
  → a11y는 항상 검증. 컨벤션 무시 모드여도 접근성은 양보 불가.
305
301
 
306
302
  ⤵ Phase 6.5 (hasEmitDesignMd == true 시)
307
- → resolved tokens + design-audit 산출물을
303
+ → resolved tokens + design-review(audit) 산출물을
308
304
  DESIGN.md (Stitch 9 섹션) 으로 정제해 프로젝트 루트에 저장
309
305
  → 첫 줄: `<!-- design-md-version: 1 -->`
310
306
 
311
- ⛔ Phase 6 + design-audit 완료 전까지 "완료 요약" 출력 금지.
307
+ ⛔ Phase 6 + design-review(audit) 완료 전까지 "완료 요약" 출력 금지.
312
308
  ```
313
309
 
314
310
  ---
@@ -612,7 +608,7 @@ Load skill `figma:figma-generate-design` — Step 3+: Assemble Sections (디자
612
608
 
613
609
  ```
614
610
  ❌ Branch 1 도중 figma:figma-use / figma:figma-generate-design 호출 금지 (READ 모드)
615
- ❌ Branch 2 도중 design-normalize 호출 금지 (독립 모드)
616
- ❌ Branch 3 도중 figma-extract / figma-convert / figma-refine.js 호출 금지 (WRITE 모드)
611
+ ❌ Branch 2 도중 design-refine(normalize) 호출 금지 (독립 모드)
612
+ ❌ Branch 3 도중 figma 스킬의 Extract/Convert Mode · figma-refine.js 호출 금지 (WRITE 모드)
617
613
  ❌ Branch 결정 후 다른 Branch의 Phase로 점프 금지
618
614
  ```
@@ -30,16 +30,16 @@ When items are N/A, **remove their points from the total** rather than scoring 0
30
30
 
31
31
  ### 1. Collect Project State (Parallel Agents)
32
32
 
33
- Dispatch 3 explorer agents in a single message:
33
+ Dispatch 3 native Explore agents in a single message:
34
34
 
35
35
  ```text
36
- Agent(subagent_type="explorer-low", model="haiku",
36
+ Agent(subagent_type="Explore", model="haiku",
37
37
  prompt="Check project scaffolding: 1) Does docs/ exist with business documents? 2) Does .dev/ exist for AI logs? 3) Is src/ organized by role (not flat)? 4) Is tests/ separate from src/? 5) List top-level directory structure.")
38
38
 
39
- Agent(subagent_type="explorer-low", model="haiku",
39
+ Agent(subagent_type="Explore", model="haiku",
40
40
  prompt="Check project context and boundaries: 1) Does CLAUDE.md exist? How many lines? 2) Does .claude/rules/ or .vibe/ exist? How many rule files? 3) Does .claude/settings.local.json exist with hooks? 4) Does .vibe/config.json exist? 5) Are there any .claude/skills/ directories?")
41
41
 
42
- Agent(subagent_type="explorer-low", model="haiku",
42
+ Agent(subagent_type="Explore", model="haiku",
43
43
  prompt="Check project planning, execution, and verification: 1) Are there SPEC files in .vibe/specs/? 2) Are there Feature (BDD) files in .vibe/features/? 3) Are there test files? How many? 4) Is there CI config (.github/workflows, etc.)? 5) Are there .dev/learnings/ files?")
44
44
  ```
45
45
 
@@ -81,7 +81,7 @@ Agent(subagent_type="explorer-low", model="haiku",
81
81
  | Item | Criteria | Points |
82
82
  |------|----------|--------|
83
83
  | Agents or skills | Specialized agents or skills defined | /5 |
84
- | Team composition | Agent teams (architect + implementer + tester, etc.) | /4 |
84
+ | Parallel composition | Parallel native subagents (architect + implementer + tester, etc.) | /4 |
85
85
  | Permission model | Per-agent permission separation (read-only vs write) | /3 |
86
86
  | Non-code workflows | Support for documentation, research, and other non-code tasks | /3 |
87
87
 
@@ -198,8 +198,6 @@ node -e "import('{{VIBE_PATH_URL}}/node_modules/@su-record/vibe/dist/tools/index
198
198
 
199
199
  | Tool | Purpose | When to Use |
200
200
  |------|---------|-------------|
201
- | `findSymbol` | Find symbol definitions | Locate potential problem areas |
202
- | `findReferences` | Find all references | Trace data/control flow |
203
201
  | `analyzeComplexity` | Complexity analysis | Identify high-risk complex code |
204
202
  | `saveMemory` | Save reasoning progress | Store hypothesis verification results |
205
203
  | `recallMemory` | Recall saved memory | Retrieve previous reasoning context |