minimal-vibe-coding-kit 0.5.0 → 0.5.2

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 (378) hide show
  1. package/.agents/skills/agentshield-security-review/SKILL.md +16 -8
  2. package/.agents/skills/agentshield-security-review/references/native-install.md +2 -2
  3. package/.agents/skills/agentshield-security-review/scripts/agentshield_repo_probe.py +19 -1
  4. package/.agents/skills/mermaid/SKILL.md +141 -0
  5. package/.agents/skills/mermaid/UPSTREAM-NOTICE.md +52 -0
  6. package/.agents/skills/mermaid/references/architecture.md +433 -0
  7. package/.agents/skills/mermaid/references/block.md +752 -0
  8. package/.agents/skills/mermaid/references/c4.md +618 -0
  9. package/.agents/skills/mermaid/references/classDiagram.md +1191 -0
  10. package/.agents/skills/mermaid/references/coding-level-charts.md +27 -0
  11. package/.agents/skills/mermaid/references/config-configuration.md +71 -0
  12. package/.agents/skills/mermaid/references/config-directives.md +341 -0
  13. package/.agents/skills/mermaid/references/config-layouts.md +39 -0
  14. package/.agents/skills/mermaid/references/config-math.md +95 -0
  15. package/.agents/skills/mermaid/references/config-theming.md +245 -0
  16. package/.agents/skills/mermaid/references/config-tidy-tree.md +88 -0
  17. package/.agents/skills/mermaid/references/cynefin.md +278 -0
  18. package/.agents/skills/mermaid/references/debug-heatmap.md +68 -0
  19. package/.agents/skills/mermaid/references/entityRelationshipDiagram.md +902 -0
  20. package/.agents/skills/mermaid/references/eventmodeling.md +474 -0
  21. package/.agents/skills/mermaid/references/examples.md +300 -0
  22. package/.agents/skills/mermaid/references/flowchart.md +2166 -0
  23. package/.agents/skills/mermaid/references/gantt.md +736 -0
  24. package/.agents/skills/mermaid/references/gitgraph.md +2137 -0
  25. package/.agents/skills/mermaid/references/ishikawa.md +65 -0
  26. package/.agents/skills/mermaid/references/kanban.md +160 -0
  27. package/.agents/skills/mermaid/references/kit-examples.md +210 -0
  28. package/.agents/skills/mermaid/references/mindmap.md +334 -0
  29. package/.agents/skills/mermaid/references/packet.md +152 -0
  30. package/.agents/skills/mermaid/references/pie.md +111 -0
  31. package/.agents/skills/mermaid/references/preview.html +1143 -0
  32. package/.agents/skills/mermaid/references/quadrantChart.md +266 -0
  33. package/.agents/skills/mermaid/references/radar.md +268 -0
  34. package/.agents/skills/mermaid/references/railroad.md +455 -0
  35. package/.agents/skills/mermaid/references/requirementDiagram.md +494 -0
  36. package/.agents/skills/mermaid/references/sankey.md +414 -0
  37. package/.agents/skills/mermaid/references/sequenceDiagram.md +1206 -0
  38. package/.agents/skills/mermaid/references/stateDiagram.md +669 -0
  39. package/.agents/skills/mermaid/references/styling-preset.md +620 -0
  40. package/.agents/skills/mermaid/references/swimlanes.md +523 -0
  41. package/.agents/skills/mermaid/references/timeline.md +570 -0
  42. package/.agents/skills/mermaid/references/treeView.md +432 -0
  43. package/.agents/skills/mermaid/references/treemap.md +352 -0
  44. package/.agents/skills/mermaid/references/userJourney.md +41 -0
  45. package/.agents/skills/mermaid/references/venn.md +156 -0
  46. package/.agents/skills/mermaid/references/wardley.md +731 -0
  47. package/.agents/skills/mermaid/references/xyChart.md +392 -0
  48. package/.agents/skills/mermaid/references/zenuml.md +473 -0
  49. package/.agents/skills/sequential-thinking/SKILL.md +97 -69
  50. package/.agents/skills/sequential-thinking/examples/adaptive-depth.md +15 -536
  51. package/.agents/skills/sequential-thinking/examples/branching-exploration.md +18 -468
  52. package/.agents/skills/sequential-thinking/examples/linear-reasoning.md +22 -203
  53. package/.agents/skills/sequential-thinking/examples/revision-pattern.md +17 -298
  54. package/.agents/skills/sequential-thinking/references/advanced-techniques.md +98 -0
  55. package/.agents/skills/sequential-thinking/references/output-schema.md +99 -458
  56. package/.agents/skills/sequential-thinking/references/parameters.md +73 -435
  57. package/.agents/skills/sequential-thinking/references/patterns.md +72 -639
  58. package/.agents/skills/tutien/SKILL.md +36 -13
  59. package/.agents/skills/tutien/references/adaptive-response.md +68 -0
  60. package/.agents/skills/tutien/references/lore-sources.md +28 -0
  61. package/.agents/skills/tutien/references/privacy.md +13 -1
  62. package/.agents/skills/tutien/references/schema.md +32 -1
  63. package/.agents/skills/tutien/references/story-system.md +176 -0
  64. package/.agents/skills/tutien/references/vi-style-guide.md +89 -0
  65. package/.agents/skills/tutien/references/voice-and-mode.md +23 -8
  66. package/.agents/skills/tutien/scripts/catalog.mjs +17 -17
  67. package/.agents/skills/tutien/scripts/classify.mjs +64 -37
  68. package/.agents/skills/tutien/scripts/command.mjs +40 -21
  69. package/.agents/skills/tutien/scripts/project-profile.mjs +202 -0
  70. package/.agents/skills/tutien/scripts/render-report.mjs +128 -72
  71. package/.agents/skills/tutien/scripts/response-brief.mjs +103 -0
  72. package/.agents/skills/tutien/scripts/run-tutien.mjs +141 -63
  73. package/.agents/skills/tutien/scripts/story-ledger.mjs +241 -0
  74. package/.agents/skills/tutien/scripts/villains.mjs +14 -14
  75. package/.claude/skills/agentshield-security-review/SKILL.md +16 -8
  76. package/.claude/skills/agentshield-security-review/references/native-install.md +2 -2
  77. package/.claude/skills/agentshield-security-review/scripts/agentshield_repo_probe.py +19 -1
  78. package/.claude/skills/mermaid/SKILL.md +141 -0
  79. package/.claude/skills/mermaid/UPSTREAM-NOTICE.md +52 -0
  80. package/.claude/skills/mermaid/references/architecture.md +433 -0
  81. package/.claude/skills/mermaid/references/block.md +752 -0
  82. package/.claude/skills/mermaid/references/c4.md +618 -0
  83. package/.claude/skills/mermaid/references/classDiagram.md +1191 -0
  84. package/.claude/skills/mermaid/references/coding-level-charts.md +27 -0
  85. package/.claude/skills/mermaid/references/config-configuration.md +71 -0
  86. package/.claude/skills/mermaid/references/config-directives.md +341 -0
  87. package/.claude/skills/mermaid/references/config-layouts.md +39 -0
  88. package/.claude/skills/mermaid/references/config-math.md +95 -0
  89. package/.claude/skills/mermaid/references/config-theming.md +245 -0
  90. package/.claude/skills/mermaid/references/config-tidy-tree.md +88 -0
  91. package/.claude/skills/mermaid/references/cynefin.md +278 -0
  92. package/.claude/skills/mermaid/references/debug-heatmap.md +68 -0
  93. package/.claude/skills/mermaid/references/entityRelationshipDiagram.md +902 -0
  94. package/.claude/skills/mermaid/references/eventmodeling.md +474 -0
  95. package/.claude/skills/mermaid/references/examples.md +300 -0
  96. package/.claude/skills/mermaid/references/flowchart.md +2166 -0
  97. package/.claude/skills/mermaid/references/gantt.md +736 -0
  98. package/.claude/skills/mermaid/references/gitgraph.md +2137 -0
  99. package/.claude/skills/mermaid/references/ishikawa.md +65 -0
  100. package/.claude/skills/mermaid/references/kanban.md +160 -0
  101. package/.claude/skills/mermaid/references/kit-examples.md +210 -0
  102. package/.claude/skills/mermaid/references/mindmap.md +334 -0
  103. package/.claude/skills/mermaid/references/packet.md +152 -0
  104. package/.claude/skills/mermaid/references/pie.md +111 -0
  105. package/.claude/skills/mermaid/references/preview.html +1143 -0
  106. package/.claude/skills/mermaid/references/quadrantChart.md +266 -0
  107. package/.claude/skills/mermaid/references/radar.md +268 -0
  108. package/.claude/skills/mermaid/references/railroad.md +455 -0
  109. package/.claude/skills/mermaid/references/requirementDiagram.md +494 -0
  110. package/.claude/skills/mermaid/references/sankey.md +414 -0
  111. package/.claude/skills/mermaid/references/sequenceDiagram.md +1206 -0
  112. package/.claude/skills/mermaid/references/stateDiagram.md +669 -0
  113. package/.claude/skills/mermaid/references/styling-preset.md +620 -0
  114. package/.claude/skills/mermaid/references/swimlanes.md +523 -0
  115. package/.claude/skills/mermaid/references/timeline.md +570 -0
  116. package/.claude/skills/mermaid/references/treeView.md +432 -0
  117. package/.claude/skills/mermaid/references/treemap.md +352 -0
  118. package/.claude/skills/mermaid/references/userJourney.md +41 -0
  119. package/.claude/skills/mermaid/references/venn.md +156 -0
  120. package/.claude/skills/mermaid/references/wardley.md +731 -0
  121. package/.claude/skills/mermaid/references/xyChart.md +392 -0
  122. package/.claude/skills/mermaid/references/zenuml.md +473 -0
  123. package/.claude/skills/sequential-thinking/SKILL.md +97 -69
  124. package/.claude/skills/sequential-thinking/examples/adaptive-depth.md +15 -536
  125. package/.claude/skills/sequential-thinking/examples/branching-exploration.md +18 -468
  126. package/.claude/skills/sequential-thinking/examples/linear-reasoning.md +22 -203
  127. package/.claude/skills/sequential-thinking/examples/revision-pattern.md +17 -298
  128. package/.claude/skills/sequential-thinking/references/advanced-techniques.md +98 -0
  129. package/.claude/skills/sequential-thinking/references/output-schema.md +99 -458
  130. package/.claude/skills/sequential-thinking/references/parameters.md +73 -435
  131. package/.claude/skills/sequential-thinking/references/patterns.md +72 -639
  132. package/.claude/skills/tutien/SKILL.md +36 -13
  133. package/.claude/skills/tutien/references/adaptive-response.md +68 -0
  134. package/.claude/skills/tutien/references/lore-sources.md +28 -0
  135. package/.claude/skills/tutien/references/privacy.md +13 -1
  136. package/.claude/skills/tutien/references/schema.md +32 -1
  137. package/.claude/skills/tutien/references/story-system.md +176 -0
  138. package/.claude/skills/tutien/references/vi-style-guide.md +89 -0
  139. package/.claude/skills/tutien/references/voice-and-mode.md +23 -8
  140. package/.claude/skills/tutien/scripts/catalog.mjs +17 -17
  141. package/.claude/skills/tutien/scripts/classify.mjs +64 -37
  142. package/.claude/skills/tutien/scripts/command.mjs +40 -21
  143. package/.claude/skills/tutien/scripts/project-profile.mjs +202 -0
  144. package/.claude/skills/tutien/scripts/render-report.mjs +128 -72
  145. package/.claude/skills/tutien/scripts/response-brief.mjs +103 -0
  146. package/.claude/skills/tutien/scripts/run-tutien.mjs +141 -63
  147. package/.claude/skills/tutien/scripts/story-ledger.mjs +241 -0
  148. package/.claude/skills/tutien/scripts/villains.mjs +14 -14
  149. package/.codex-plugin/plugin.json +1 -1
  150. package/.cursor/skills/mermaid/SKILL.md +141 -0
  151. package/.cursor/skills/mermaid/UPSTREAM-NOTICE.md +52 -0
  152. package/.cursor/skills/mermaid/references/architecture.md +433 -0
  153. package/.cursor/skills/mermaid/references/block.md +752 -0
  154. package/.cursor/skills/mermaid/references/c4.md +618 -0
  155. package/.cursor/skills/mermaid/references/classDiagram.md +1191 -0
  156. package/.cursor/skills/mermaid/references/coding-level-charts.md +27 -0
  157. package/.cursor/skills/mermaid/references/config-configuration.md +71 -0
  158. package/.cursor/skills/mermaid/references/config-directives.md +341 -0
  159. package/.cursor/skills/mermaid/references/config-layouts.md +39 -0
  160. package/.cursor/skills/mermaid/references/config-math.md +95 -0
  161. package/.cursor/skills/mermaid/references/config-theming.md +245 -0
  162. package/.cursor/skills/mermaid/references/config-tidy-tree.md +88 -0
  163. package/.cursor/skills/mermaid/references/cynefin.md +278 -0
  164. package/.cursor/skills/mermaid/references/debug-heatmap.md +68 -0
  165. package/.cursor/skills/mermaid/references/entityRelationshipDiagram.md +902 -0
  166. package/.cursor/skills/mermaid/references/eventmodeling.md +474 -0
  167. package/.cursor/skills/mermaid/references/examples.md +300 -0
  168. package/.cursor/skills/mermaid/references/flowchart.md +2166 -0
  169. package/.cursor/skills/mermaid/references/gantt.md +736 -0
  170. package/.cursor/skills/mermaid/references/gitgraph.md +2137 -0
  171. package/.cursor/skills/mermaid/references/ishikawa.md +65 -0
  172. package/.cursor/skills/mermaid/references/kanban.md +160 -0
  173. package/.cursor/skills/mermaid/references/kit-examples.md +210 -0
  174. package/.cursor/skills/mermaid/references/mindmap.md +334 -0
  175. package/.cursor/skills/mermaid/references/packet.md +152 -0
  176. package/.cursor/skills/mermaid/references/pie.md +111 -0
  177. package/.cursor/skills/mermaid/references/preview.html +1143 -0
  178. package/.cursor/skills/mermaid/references/quadrantChart.md +266 -0
  179. package/.cursor/skills/mermaid/references/radar.md +268 -0
  180. package/.cursor/skills/mermaid/references/railroad.md +455 -0
  181. package/.cursor/skills/mermaid/references/requirementDiagram.md +494 -0
  182. package/.cursor/skills/mermaid/references/sankey.md +414 -0
  183. package/.cursor/skills/mermaid/references/sequenceDiagram.md +1206 -0
  184. package/.cursor/skills/mermaid/references/stateDiagram.md +669 -0
  185. package/.cursor/skills/mermaid/references/styling-preset.md +620 -0
  186. package/.cursor/skills/mermaid/references/swimlanes.md +523 -0
  187. package/.cursor/skills/mermaid/references/timeline.md +570 -0
  188. package/.cursor/skills/mermaid/references/treeView.md +432 -0
  189. package/.cursor/skills/mermaid/references/treemap.md +352 -0
  190. package/.cursor/skills/mermaid/references/userJourney.md +41 -0
  191. package/.cursor/skills/mermaid/references/venn.md +156 -0
  192. package/.cursor/skills/mermaid/references/wardley.md +731 -0
  193. package/.cursor/skills/mermaid/references/xyChart.md +392 -0
  194. package/.cursor/skills/mermaid/references/zenuml.md +473 -0
  195. package/.cursor/skills/sequential-thinking/SKILL.md +97 -69
  196. package/.cursor/skills/sequential-thinking/examples/adaptive-depth.md +15 -536
  197. package/.cursor/skills/sequential-thinking/examples/branching-exploration.md +18 -468
  198. package/.cursor/skills/sequential-thinking/examples/linear-reasoning.md +22 -203
  199. package/.cursor/skills/sequential-thinking/examples/revision-pattern.md +17 -298
  200. package/.cursor/skills/sequential-thinking/references/advanced-techniques.md +98 -0
  201. package/.cursor/skills/sequential-thinking/references/output-schema.md +99 -458
  202. package/.cursor/skills/sequential-thinking/references/parameters.md +73 -435
  203. package/.cursor/skills/sequential-thinking/references/patterns.md +72 -639
  204. package/.cursor/skills/tutien/SKILL.md +36 -13
  205. package/.cursor/skills/tutien/references/adaptive-response.md +68 -0
  206. package/.cursor/skills/tutien/references/lore-sources.md +28 -0
  207. package/.cursor/skills/tutien/references/privacy.md +13 -1
  208. package/.cursor/skills/tutien/references/schema.md +32 -1
  209. package/.cursor/skills/tutien/references/story-system.md +176 -0
  210. package/.cursor/skills/tutien/references/vi-style-guide.md +89 -0
  211. package/.cursor/skills/tutien/references/voice-and-mode.md +23 -8
  212. package/.cursor/skills/tutien/scripts/catalog.mjs +17 -17
  213. package/.cursor/skills/tutien/scripts/classify.mjs +64 -37
  214. package/.cursor/skills/tutien/scripts/command.mjs +40 -21
  215. package/.cursor/skills/tutien/scripts/project-profile.mjs +202 -0
  216. package/.cursor/skills/tutien/scripts/render-report.mjs +128 -72
  217. package/.cursor/skills/tutien/scripts/response-brief.mjs +103 -0
  218. package/.cursor/skills/tutien/scripts/run-tutien.mjs +141 -63
  219. package/.cursor/skills/tutien/scripts/story-ledger.mjs +241 -0
  220. package/.cursor/skills/tutien/scripts/villains.mjs +14 -14
  221. package/.grok/skills/agentshield-security-review/SKILL.md +16 -8
  222. package/.grok/skills/agentshield-security-review/references/native-install.md +2 -2
  223. package/.grok/skills/agentshield-security-review/scripts/agentshield_repo_probe.py +19 -1
  224. package/.grok/skills/mermaid/SKILL.md +141 -0
  225. package/.grok/skills/mermaid/UPSTREAM-NOTICE.md +52 -0
  226. package/.grok/skills/mermaid/references/architecture.md +433 -0
  227. package/.grok/skills/mermaid/references/block.md +752 -0
  228. package/.grok/skills/mermaid/references/c4.md +618 -0
  229. package/.grok/skills/mermaid/references/classDiagram.md +1191 -0
  230. package/.grok/skills/mermaid/references/coding-level-charts.md +27 -0
  231. package/.grok/skills/mermaid/references/config-configuration.md +71 -0
  232. package/.grok/skills/mermaid/references/config-directives.md +341 -0
  233. package/.grok/skills/mermaid/references/config-layouts.md +39 -0
  234. package/.grok/skills/mermaid/references/config-math.md +95 -0
  235. package/.grok/skills/mermaid/references/config-theming.md +245 -0
  236. package/.grok/skills/mermaid/references/config-tidy-tree.md +88 -0
  237. package/.grok/skills/mermaid/references/cynefin.md +278 -0
  238. package/.grok/skills/mermaid/references/debug-heatmap.md +68 -0
  239. package/.grok/skills/mermaid/references/entityRelationshipDiagram.md +902 -0
  240. package/.grok/skills/mermaid/references/eventmodeling.md +474 -0
  241. package/.grok/skills/mermaid/references/examples.md +300 -0
  242. package/.grok/skills/mermaid/references/flowchart.md +2166 -0
  243. package/.grok/skills/mermaid/references/gantt.md +736 -0
  244. package/.grok/skills/mermaid/references/gitgraph.md +2137 -0
  245. package/.grok/skills/mermaid/references/ishikawa.md +65 -0
  246. package/.grok/skills/mermaid/references/kanban.md +160 -0
  247. package/.grok/skills/mermaid/references/kit-examples.md +210 -0
  248. package/.grok/skills/mermaid/references/mindmap.md +334 -0
  249. package/.grok/skills/mermaid/references/packet.md +152 -0
  250. package/.grok/skills/mermaid/references/pie.md +111 -0
  251. package/.grok/skills/mermaid/references/preview.html +1143 -0
  252. package/.grok/skills/mermaid/references/quadrantChart.md +266 -0
  253. package/.grok/skills/mermaid/references/radar.md +268 -0
  254. package/.grok/skills/mermaid/references/railroad.md +455 -0
  255. package/.grok/skills/mermaid/references/requirementDiagram.md +494 -0
  256. package/.grok/skills/mermaid/references/sankey.md +414 -0
  257. package/.grok/skills/mermaid/references/sequenceDiagram.md +1206 -0
  258. package/.grok/skills/mermaid/references/stateDiagram.md +669 -0
  259. package/.grok/skills/mermaid/references/styling-preset.md +620 -0
  260. package/.grok/skills/mermaid/references/swimlanes.md +523 -0
  261. package/.grok/skills/mermaid/references/timeline.md +570 -0
  262. package/.grok/skills/mermaid/references/treeView.md +432 -0
  263. package/.grok/skills/mermaid/references/treemap.md +352 -0
  264. package/.grok/skills/mermaid/references/userJourney.md +41 -0
  265. package/.grok/skills/mermaid/references/venn.md +156 -0
  266. package/.grok/skills/mermaid/references/wardley.md +731 -0
  267. package/.grok/skills/mermaid/references/xyChart.md +392 -0
  268. package/.grok/skills/mermaid/references/zenuml.md +473 -0
  269. package/.grok/skills/sequential-thinking/SKILL.md +97 -69
  270. package/.grok/skills/sequential-thinking/examples/adaptive-depth.md +15 -536
  271. package/.grok/skills/sequential-thinking/examples/branching-exploration.md +18 -468
  272. package/.grok/skills/sequential-thinking/examples/linear-reasoning.md +22 -203
  273. package/.grok/skills/sequential-thinking/examples/revision-pattern.md +17 -298
  274. package/.grok/skills/sequential-thinking/references/advanced-techniques.md +98 -0
  275. package/.grok/skills/sequential-thinking/references/output-schema.md +99 -458
  276. package/.grok/skills/sequential-thinking/references/parameters.md +73 -435
  277. package/.grok/skills/sequential-thinking/references/patterns.md +72 -639
  278. package/.grok/skills/tutien/SKILL.md +36 -13
  279. package/.grok/skills/tutien/references/adaptive-response.md +68 -0
  280. package/.grok/skills/tutien/references/lore-sources.md +28 -0
  281. package/.grok/skills/tutien/references/privacy.md +13 -1
  282. package/.grok/skills/tutien/references/schema.md +32 -1
  283. package/.grok/skills/tutien/references/story-system.md +176 -0
  284. package/.grok/skills/tutien/references/vi-style-guide.md +89 -0
  285. package/.grok/skills/tutien/references/voice-and-mode.md +23 -8
  286. package/.grok/skills/tutien/scripts/catalog.mjs +17 -17
  287. package/.grok/skills/tutien/scripts/classify.mjs +64 -37
  288. package/.grok/skills/tutien/scripts/command.mjs +40 -21
  289. package/.grok/skills/tutien/scripts/project-profile.mjs +202 -0
  290. package/.grok/skills/tutien/scripts/render-report.mjs +128 -72
  291. package/.grok/skills/tutien/scripts/response-brief.mjs +103 -0
  292. package/.grok/skills/tutien/scripts/run-tutien.mjs +141 -63
  293. package/.grok/skills/tutien/scripts/story-ledger.mjs +241 -0
  294. package/.grok/skills/tutien/scripts/villains.mjs +14 -14
  295. package/.vibekit/docs/INSTALL.md +2 -1
  296. package/.vibekit/docs/SECURITY_MODEL.md +4 -1
  297. package/.vibekit/scripts/init-backbone.mjs +1 -1
  298. package/.vibekit/scripts/validate-kit.mjs +179 -3
  299. package/.vibekit/skills/agentshield-security-review/SKILL.md +16 -8
  300. package/.vibekit/skills/agentshield-security-review/references/native-install.md +2 -2
  301. package/.vibekit/skills/agentshield-security-review/scripts/agentshield_repo_probe.py +19 -1
  302. package/.vibekit/skills/mermaid/SKILL.md +141 -0
  303. package/.vibekit/skills/mermaid/UPSTREAM-NOTICE.md +52 -0
  304. package/.vibekit/skills/mermaid/references/architecture.md +433 -0
  305. package/.vibekit/skills/mermaid/references/block.md +752 -0
  306. package/.vibekit/skills/mermaid/references/c4.md +618 -0
  307. package/.vibekit/skills/mermaid/references/classDiagram.md +1191 -0
  308. package/.vibekit/skills/mermaid/references/coding-level-charts.md +27 -0
  309. package/.vibekit/skills/mermaid/references/config-configuration.md +71 -0
  310. package/.vibekit/skills/mermaid/references/config-directives.md +341 -0
  311. package/.vibekit/skills/mermaid/references/config-layouts.md +39 -0
  312. package/.vibekit/skills/mermaid/references/config-math.md +95 -0
  313. package/.vibekit/skills/mermaid/references/config-theming.md +245 -0
  314. package/.vibekit/skills/mermaid/references/config-tidy-tree.md +88 -0
  315. package/.vibekit/skills/mermaid/references/cynefin.md +278 -0
  316. package/.vibekit/skills/mermaid/references/debug-heatmap.md +68 -0
  317. package/.vibekit/skills/mermaid/references/entityRelationshipDiagram.md +902 -0
  318. package/.vibekit/skills/mermaid/references/eventmodeling.md +474 -0
  319. package/.vibekit/skills/mermaid/references/examples.md +300 -0
  320. package/.vibekit/skills/mermaid/references/flowchart.md +2166 -0
  321. package/.vibekit/skills/mermaid/references/gantt.md +736 -0
  322. package/.vibekit/skills/mermaid/references/gitgraph.md +2137 -0
  323. package/.vibekit/skills/mermaid/references/ishikawa.md +65 -0
  324. package/.vibekit/skills/mermaid/references/kanban.md +160 -0
  325. package/.vibekit/skills/mermaid/references/kit-examples.md +210 -0
  326. package/.vibekit/skills/mermaid/references/mindmap.md +334 -0
  327. package/.vibekit/skills/mermaid/references/packet.md +152 -0
  328. package/.vibekit/skills/mermaid/references/pie.md +111 -0
  329. package/.vibekit/skills/mermaid/references/preview.html +1143 -0
  330. package/.vibekit/skills/mermaid/references/quadrantChart.md +266 -0
  331. package/.vibekit/skills/mermaid/references/radar.md +268 -0
  332. package/.vibekit/skills/mermaid/references/railroad.md +455 -0
  333. package/.vibekit/skills/mermaid/references/requirementDiagram.md +494 -0
  334. package/.vibekit/skills/mermaid/references/sankey.md +414 -0
  335. package/.vibekit/skills/mermaid/references/sequenceDiagram.md +1206 -0
  336. package/.vibekit/skills/mermaid/references/stateDiagram.md +669 -0
  337. package/.vibekit/skills/mermaid/references/styling-preset.md +620 -0
  338. package/.vibekit/skills/mermaid/references/swimlanes.md +523 -0
  339. package/.vibekit/skills/mermaid/references/timeline.md +570 -0
  340. package/.vibekit/skills/mermaid/references/treeView.md +432 -0
  341. package/.vibekit/skills/mermaid/references/treemap.md +352 -0
  342. package/.vibekit/skills/mermaid/references/userJourney.md +41 -0
  343. package/.vibekit/skills/mermaid/references/venn.md +156 -0
  344. package/.vibekit/skills/mermaid/references/wardley.md +731 -0
  345. package/.vibekit/skills/mermaid/references/xyChart.md +392 -0
  346. package/.vibekit/skills/mermaid/references/zenuml.md +473 -0
  347. package/.vibekit/skills/sequential-thinking/SKILL.md +97 -69
  348. package/.vibekit/skills/sequential-thinking/examples/adaptive-depth.md +15 -536
  349. package/.vibekit/skills/sequential-thinking/examples/branching-exploration.md +18 -468
  350. package/.vibekit/skills/sequential-thinking/examples/linear-reasoning.md +22 -203
  351. package/.vibekit/skills/sequential-thinking/examples/revision-pattern.md +17 -298
  352. package/.vibekit/skills/sequential-thinking/references/advanced-techniques.md +98 -0
  353. package/.vibekit/skills/sequential-thinking/references/output-schema.md +99 -458
  354. package/.vibekit/skills/sequential-thinking/references/parameters.md +73 -435
  355. package/.vibekit/skills/sequential-thinking/references/patterns.md +72 -639
  356. package/.vibekit/skills/skills-manifest.json +2 -1
  357. package/.vibekit/skills/tutien/SKILL.md +36 -13
  358. package/.vibekit/skills/tutien/references/adaptive-response.md +68 -0
  359. package/.vibekit/skills/tutien/references/lore-sources.md +28 -0
  360. package/.vibekit/skills/tutien/references/privacy.md +13 -1
  361. package/.vibekit/skills/tutien/references/schema.md +32 -1
  362. package/.vibekit/skills/tutien/references/story-system.md +176 -0
  363. package/.vibekit/skills/tutien/references/vi-style-guide.md +89 -0
  364. package/.vibekit/skills/tutien/references/voice-and-mode.md +23 -8
  365. package/.vibekit/skills/tutien/scripts/catalog.mjs +17 -17
  366. package/.vibekit/skills/tutien/scripts/classify.mjs +64 -37
  367. package/.vibekit/skills/tutien/scripts/command.mjs +40 -21
  368. package/.vibekit/skills/tutien/scripts/project-profile.mjs +202 -0
  369. package/.vibekit/skills/tutien/scripts/render-report.mjs +128 -72
  370. package/.vibekit/skills/tutien/scripts/response-brief.mjs +103 -0
  371. package/.vibekit/skills/tutien/scripts/run-tutien.mjs +141 -63
  372. package/.vibekit/skills/tutien/scripts/story-ledger.mjs +241 -0
  373. package/.vibekit/skills/tutien/scripts/villains.mjs +14 -14
  374. package/CHANGELOG.md +47 -1
  375. package/README.md +273 -15
  376. package/docs/README.vi.md +290 -32
  377. package/docs/README.zh-CN.md +273 -15
  378. package/package.json +4 -2
@@ -1,210 +1,29 @@
1
- # Linear Reasoning - Example
1
+ # Linear Reasoning Example
2
2
 
3
- ## Scenario: API Performance Optimization
3
+ ## Case: Repair A Broken Skill Reference
4
4
 
5
- **Problem:** API response times are slow (800ms P95)
5
+ The validator should reject an operational link that points to a missing local file.
6
6
 
7
- **Pattern:** Linear Sequence (straightforward problem with clear steps)
7
+ ~~~text
8
+ Thought 1/5: Completion means every link from SKILL.md resolves inside the packaged skill.
9
+ Thought 2/5 [HYPOTHESIS]: A renamed reference left one stale target.
10
+ Thought 3/5 [VERIFICATION]: The link audit reports references/old-output.md; the file does not exist.
11
+ Thought 4/5: Update the target to references/output-schema.md and add the link audit to validation.
12
+ Thought 5/5 [FINAL]: The targeted audit and full kit validation pass; the package dry-run includes the referenced file.
13
+ ~~~
8
14
 
9
- **Estimated thoughts:** 6
15
+ ## Public Summary
10
16
 
11
- ---
17
+ ~~~markdown
18
+ ## Reasoning Summary
12
19
 
13
- ## Thought Sequence
20
+ Current focus: Restore skill-reference integrity.
21
+ Evidence:
22
+ - references/old-output.md is missing.
23
+ - references/output-schema.md is packaged.
24
+ Decision: Point the skill at the existing output contract and retain a regression check.
25
+ Next action: Review the one-link diff.
26
+ Validation: Run the kit validator and package dry-run.
27
+ ~~~
14
28
 
15
- ### Thought 1: Problem Statement
16
-
17
- **Input:**
18
- ```bash
19
- /sequential-thinking "Problem: API P95 latency is 800ms, users complaining about slowness. Need to optimize." thoughtNumber=1 totalThoughts=6 nextThoughtNeeded=true
20
- ```
21
-
22
- **Output:**
23
- ```json
24
- {
25
- "thoughtNumber": 1,
26
- "thoughtContent": "Problem: API P95 latency is 800ms, users complaining about slowness. Need to optimize.",
27
- "totalThoughts": 6,
28
- "nextThoughtNeeded": true,
29
- "branches": [],
30
- "thoughtHistoryLength": 1,
31
- "sessionContext": {
32
- "sessionId": "conversation",
33
- "remainingThoughts": 99
34
- }
35
- }
36
- ```
37
-
38
- ---
39
-
40
- ### Thought 2: Measurement & Data Collection
41
-
42
- **Input:**
43
- ```bash
44
- /sequential-thinking "Measured endpoint breakdown: /users takes 650ms, /products takes 120ms, /orders takes 400ms. The /users endpoint is the bottleneck." thoughtNumber=2 totalThoughts=6 nextThoughtNeeded=true
45
- ```
46
-
47
- **Output:**
48
- ```json
49
- {
50
- "thoughtNumber": 2,
51
- "thoughtContent": "Measured endpoint breakdown: /users takes 650ms, /products takes 120ms, /orders takes 400ms. The /users endpoint is the bottleneck.",
52
- "totalThoughts": 6,
53
- "nextThoughtNeeded": true,
54
- "branches": [],
55
- "thoughtHistoryLength": 2,
56
- "sessionContext": {
57
- "sessionId": "conversation",
58
- "remainingThoughts": 98,
59
- "recentThoughts": [
60
- {"number": 2, "preview": "Measured endpoint breakdown: /users takes 650ms..."},
61
- {"number": 1, "preview": "Problem: API P95 latency is 800ms, users comp..."}
62
- ]
63
- }
64
- }
65
- ```
66
-
67
- ---
68
-
69
- ### Thought 3: Root Cause Analysis
70
-
71
- **Input:**
72
- ```bash
73
- /sequential-thinking "Profiled /users endpoint: 600ms spent in database query. Query analysis shows N+1 problem - fetching user roles individually in a loop instead of batch query." thoughtNumber=3 totalThoughts=6 nextThoughtNeeded=true
74
- ```
75
-
76
- **Output:**
77
- ```json
78
- {
79
- "thoughtNumber": 3,
80
- "thoughtContent": "Profiled /users endpoint: 600ms spent in database query. Query analysis shows N+1 problem - fetching user roles individually in a loop instead of batch query.",
81
- "totalThoughts": 6,
82
- "nextThoughtNeeded": true,
83
- "branches": [],
84
- "thoughtHistoryLength": 3,
85
- "sessionContext": {
86
- "sessionId": "conversation",
87
- "remainingThoughts": 97
88
- }
89
- }
90
- ```
91
-
92
- ---
93
-
94
- ### Thought 4: Solution Design
95
-
96
- **Input:**
97
- ```bash
98
- /sequential-thinking "Solution: Use JOIN query to fetch users with roles in single database roundtrip. Expected improvement: 600ms → 50ms (12x faster). Implementation: Modify UserRepository.getUsers() to use eager loading." thoughtNumber=4 totalThoughts=6 nextThoughtNeeded=true
99
- ```
100
-
101
- **Output:**
102
- ```json
103
- {
104
- "thoughtNumber": 4,
105
- "thoughtContent": "Solution: Use JOIN query to fetch users with roles in single database roundtrip. Expected improvement: 600ms → 50ms (12x faster). Implementation: Modify UserRepository.getUsers() to use eager loading.",
106
- "totalThoughts": 6,
107
- "nextThoughtNeeded": true,
108
- "branches": [],
109
- "thoughtHistoryLength": 4,
110
- "sessionContext": {
111
- "sessionId": "conversation",
112
- "remainingThoughts": 96
113
- }
114
- }
115
- ```
116
-
117
- ---
118
-
119
- ### Thought 5: Implementation & Validation
120
-
121
- **Input:**
122
- ```bash
123
- /sequential-thinking "Implemented eager loading. Testing results: P95 latency reduced from 800ms → 180ms (4.4x improvement). All functionality working correctly. N+1 problem eliminated." thoughtNumber=5 totalThoughts=6 nextThoughtNeeded=true
124
- ```
125
-
126
- **Output:**
127
- ```json
128
- {
129
- "thoughtNumber": 5,
130
- "thoughtContent": "Implemented eager loading. Testing results: P95 latency reduced from 800ms → 180ms (4.4x improvement). All functionality working correctly. N+1 problem eliminated.",
131
- "totalThoughts": 6,
132
- "nextThoughtNeeded": true,
133
- "branches": [],
134
- "thoughtHistoryLength": 5,
135
- "sessionContext": {
136
- "sessionId": "conversation",
137
- "remainingThoughts": 95
138
- }
139
- }
140
- ```
141
-
142
- ---
143
-
144
- ### Thought 6: Conclusion & Next Steps
145
-
146
- **Input:**
147
- ```bash
148
- /sequential-thinking "Conclusion: Optimization successful. Next steps: 1) Add database indexes on foreign keys for further improvement, 2) Monitor latency metrics for next week, 3) Apply same pattern to /orders endpoint. Analysis complete." thoughtNumber=6 totalThoughts=6 nextThoughtNeeded=false
149
- ```
150
-
151
- **Output:**
152
- ```json
153
- {
154
- "thoughtNumber": 6,
155
- "thoughtContent": "Conclusion: Optimization successful. Next steps: 1) Add database indexes on foreign keys for further improvement, 2) Monitor latency metrics for next week, 3) Apply same pattern to /orders endpoint. Analysis complete.",
156
- "totalThoughts": 6,
157
- "nextThoughtNeeded": false,
158
- "branches": [],
159
- "thoughtHistoryLength": 6,
160
- "status": "complete",
161
- "sessionContext": {
162
- "sessionId": "conversation",
163
- "remainingThoughts": 94,
164
- "recentThoughts": [
165
- {"number": 6, "preview": "Conclusion: Optimization successful. Next steps..."},
166
- {"number": 5, "preview": "Implemented eager loading. Testing results: P9..."},
167
- {"number": 4, "preview": "Solution: Use JOIN query to fetch users with r..."}
168
- ]
169
- }
170
- }
171
- ```
172
-
173
- ---
174
-
175
- ## Analysis Summary
176
-
177
- **Pattern Used:** Linear Sequence
178
- **Total Thoughts:** 6
179
- **Revisions:** 0
180
- **Branches:** 0
181
- **Result:** Clear, actionable solution
182
-
183
- **Thought Breakdown:**
184
- 1. Problem identification ✅
185
- 2. Data collection ✅
186
- 3. Root cause analysis ✅
187
- 4. Solution design ✅
188
- 5. Implementation & validation ✅
189
- 6. Conclusion & next steps ✅
190
-
191
- **Time:** ~10 minutes
192
- **Outcome:** 4.4x performance improvement
193
-
194
- ---
195
-
196
- ## Why Linear Pattern Worked
197
-
198
- ✅ **Clear problem**: Slow API with measurable metrics
199
- ✅ **Predictable steps**: Measure → Analyze → Fix → Validate
200
- ✅ **Single solution**: N+1 problem had clear fix
201
- ✅ **No branches needed**: Solution path was obvious once identified
202
-
203
- **When to use linear:** Problems with clear causation and straightforward solutions.
204
-
205
- ---
206
-
207
- **For other patterns, see:**
208
- - [revision-pattern.md](revision-pattern.md) - Correcting assumptions
209
- - [branching-exploration.md](branching-exploration.md) - Multiple approaches
210
- - [adaptive-depth.md](adaptive-depth.md) - Uncertain scope
29
+ This is linear because each result determines the next check; no material alternative needs a branch.
@@ -1,304 +1,23 @@
1
- # Revision Pattern - Example
1
+ # Revision Pattern Example
2
2
 
3
- ## Scenario: Authentication Strategy Selection
3
+ ## Case: Correct A Contrast Assumption
4
4
 
5
- **Problem:** Choose authentication method for new API
5
+ A debug diagram uses white text on the strong red suspect color.
6
6
 
7
- **Pattern:** Revision Chain (initial assumptions proved wrong)
7
+ ~~~text
8
+ Thought 1/6: Assume the existing red and white pair meets normal-text contrast.
9
+ Thought 2/6: Plan to reuse it in every high-risk node.
10
+ Thought 3/6 [VERIFICATION]: The measured ratio is 3.28:1; the assumption is false.
11
+ Thought 4/6 [REVISION of Thought 1]: Use #111111 text on #FA5252; discard the white-text rollout from Thought 2.
12
+ Thought 5/6 [VERIFICATION]: The replacement measures 5.75:1 and remains visually distinct in the render.
13
+ Thought 6/6 [FINAL]: Keep the ink-text rule and assert a minimum ratio of 4.5:1.
14
+ ~~~
8
15
 
9
- **Initial estimate:** 5 thoughts
10
- **Actual:** 8 thoughts (with 2 revisions)
16
+ ## Revision Cascade
11
17
 
12
- ---
18
+ - Thought 1: invalid.
19
+ - Thought 2: discard because it depended on Thought 1.
20
+ - Thought 3: retain as evidence.
21
+ - Later styling guidance: update wherever it repeats the invalid pairing.
13
22
 
14
- ## Thought Sequence
15
-
16
- ### Thought 1: Initial Hypothesis
17
-
18
- **Input:**
19
- ```bash
20
- /sequential-thinking "Hypothesis: JWT tokens are best for stateless API authentication. Plan to implement JWT with RS256 signing." thoughtNumber=1 totalThoughts=5 nextThoughtNeeded=true
21
- ```
22
-
23
- **Output:**
24
- ```json
25
- {
26
- "thoughtNumber": 1,
27
- "thoughtContent": "Hypothesis: JWT tokens are best for stateless API authentication. Plan to implement JWT with RS256 signing.",
28
- "totalThoughts": 5,
29
- "nextThoughtNeeded": true,
30
- "branches": [],
31
- "thoughtHistoryLength": 1,
32
- "sessionContext": {
33
- "sessionId": "conversation",
34
- "remainingThoughts": 99
35
- }
36
- }
37
- ```
38
-
39
- ---
40
-
41
- ### Thought 2: Implementation Planning
42
-
43
- **Input:**
44
- ```bash
45
- /sequential-thinking "JWT Implementation plan: 1) Generate RSA key pair, 2) Create /login endpoint returning access token, 3) Add middleware to verify tokens on protected routes, 4) Set token expiry to 1 hour." thoughtNumber=2 totalThoughts=5 nextThoughtNeeded=true
46
- ```
47
-
48
- **Output:**
49
- ```json
50
- {
51
- "thoughtNumber": 2,
52
- "thoughtContent": "JWT Implementation plan: 1) Generate RSA key pair, 2) Create /login endpoint returning access token, 3) Add middleware to verify tokens on protected routes, 4) Set token expiry to 1 hour.",
53
- "totalThoughts": 5,
54
- "nextThoughtNeeded": true,
55
- "branches": [],
56
- "thoughtHistoryLength": 2,
57
- "sessionContext": {
58
- "sessionId": "conversation",
59
- "remainingThoughts": 98
60
- }
61
- }
62
- ```
63
-
64
- ---
65
-
66
- ### Thought 3: Discovery (Contradiction)
67
-
68
- **Input:**
69
- ```bash
70
- /sequential-thinking "Wait - just learned we need to support third-party OAuth providers (Google, GitHub) for social login. Pure JWT won't work because we need to integrate with external identity providers." thoughtNumber=3 totalThoughts=5 nextThoughtNeeded=true
71
- ```
72
-
73
- **Output:**
74
- ```json
75
- {
76
- "thoughtNumber": 3,
77
- "thoughtContent": "Wait - just learned we need to support third-party OAuth providers (Google, GitHub) for social login. Pure JWT won't work because we need to integrate with external identity providers.",
78
- "totalThoughts": 5,
79
- "nextThoughtNeeded": true,
80
- "branches": [],
81
- "thoughtHistoryLength": 3,
82
- "sessionContext": {
83
- "sessionId": "conversation",
84
- "remainingThoughts": 97
85
- }
86
- }
87
- ```
88
-
89
- ---
90
-
91
- ### Thought 4: Revision #1 (Correcting Hypothesis)
92
-
93
- **Input:**
94
- ```bash
95
- /sequential-thinking "REVISION: My thought #1 was wrong. We don't need pure JWT - we need OAuth2 with OpenID Connect (OIDC). This allows both social login (external providers) and traditional login (internal users), with JWTs as the token format." thoughtNumber=4 totalThoughts=5 nextThoughtNeeded=true isRevision=true revisesThought=1
96
- ```
97
-
98
- **Output:**
99
- ```json
100
- {
101
- "thoughtNumber": 4,
102
- "thoughtContent": "REVISION: My thought #1 was wrong. We don't need pure JWT - we need OAuth2 with OpenID Connect (OIDC). This allows both social login (external providers) and traditional login (internal users), with JWTs as the token format.",
103
- "totalThoughts": 5,
104
- "nextThoughtNeeded": true,
105
- "branches": [],
106
- "thoughtHistoryLength": 4,
107
- "revisionOf": 1,
108
- "sessionContext": {
109
- "sessionId": "conversation",
110
- "remainingThoughts": 96,
111
- "revisionsMade": 1,
112
- "revisedThoughts": [1]
113
- }
114
- }
115
- ```
116
-
117
- ---
118
-
119
- ### Thought 5: New Implementation Plan (Based on Revision)
120
-
121
- **Input:**
122
- ```bash
123
- /sequential-thinking "Revised plan using OAuth2/OIDC: 1) Integrate Auth0 or Keycloak as identity provider, 2) Configure social providers (Google, GitHub), 3) Implement authorization code flow, 4) Store provider tokens, 5) Map external users to internal user model." thoughtNumber=5 totalThoughts=8 nextThoughtNeeded=true
124
- ```
125
-
126
- **Output:**
127
- ```json
128
- {
129
- "thoughtNumber": 5,
130
- "thoughtContent": "Revised plan using OAuth2/OIDC: 1) Integrate Auth0 or Keycloak as identity provider, 2) Configure social providers (Google, GitHub), 3) Implement authorization code flow, 4) Store provider tokens, 5) Map external users to internal user model.",
131
- "totalThoughts": 8,
132
- "nextThoughtNeeded": true,
133
- "branches": [],
134
- "thoughtHistoryLength": 5,
135
- "totalThoughtsAdjusted": true,
136
- "originalEstimate": 5,
137
- "sessionContext": {
138
- "sessionId": "conversation",
139
- "remainingThoughts": 95
140
- }
141
- }
142
- ```
143
-
144
- ---
145
-
146
- ### Thought 6: Security Consideration
147
-
148
- **Input:**
149
- ```bash
150
- /sequential-thinking "Security review: Need to validate provider tokens, implement PKCE flow for SPAs, store refresh tokens securely (encrypted), handle token expiry and refresh logic." thoughtNumber=6 totalThoughts=8 nextThoughtNeeded=true
151
- ```
152
-
153
- **Output:**
154
- ```json
155
- {
156
- "thoughtNumber": 6,
157
- "thoughtContent": "Security review: Need to validate provider tokens, implement PKCE flow for SPAs, store refresh tokens securely (encrypted), handle token expiry and refresh logic.",
158
- "totalThoughts": 8,
159
- "nextThoughtNeeded": true,
160
- "branches": [],
161
- "thoughtHistoryLength": 6,
162
- "sessionContext": {
163
- "sessionId": "conversation",
164
- "remainingThoughts": 94
165
- }
166
- }
167
- ```
168
-
169
- ---
170
-
171
- ### Thought 7: Provider Selection Discovery
172
-
173
- **Input:**
174
- ```bash
175
- /sequential-thinking "Researching providers: Auth0 is expensive ($150/mo), Keycloak is open-source but complex to self-host. Actually, AWS Cognito might be best - integrates with our existing AWS infrastructure, supports social login, and costs $0.0055 per MAU." thoughtNumber=7 totalThoughts=8 nextThoughtNeeded=true
176
- ```
177
-
178
- **Output:**
179
- ```json
180
- {
181
- "thoughtNumber": 7,
182
- "thoughtContent": "Researching providers: Auth0 is expensive ($150/mo), Keycloak is open-source but complex to self-host. Actually, AWS Cognito might be best - integrates with our existing AWS infrastructure, supports social login, and costs $0.0055 per MAU.",
183
- "totalThoughts": 8,
184
- "nextThoughtNeeded": true,
185
- "branches": [],
186
- "thoughtHistoryLength": 7,
187
- "sessionContext": {
188
- "sessionId": "conversation",
189
- "remainingThoughts": 93
190
- }
191
- }
192
- ```
193
-
194
- ---
195
-
196
- ### Thought 8: Revision #2 (Update Provider Choice)
197
-
198
- **Input:**
199
- ```bash
200
- /sequential-thinking "REVISION: Revising thought #5 - Using AWS Cognito instead of Auth0/Keycloak. Updated plan: 1) Create Cognito User Pool, 2) Configure Google/GitHub as identity providers, 3) Use Cognito SDK for token verification, 4) Implement refresh token rotation, 5) Use Cognito Hosted UI for login flows." thoughtNumber=8 totalThoughts=8 nextThoughtNeeded=false isRevision=true revisesThought=5
201
- ```
202
-
203
- **Output:**
204
- ```json
205
- {
206
- "thoughtNumber": 8,
207
- "thoughtContent": "REVISION: Revising thought #5 - Using AWS Cognito instead of Auth0/Keycloak. Updated plan: 1) Create Cognito User Pool, 2) Configure Google/GitHub as identity providers, 3) Use Cognito SDK for token verification, 4) Implement refresh token rotation, 5) Use Cognito Hosted UI for login flows.",
208
- "totalThoughts": 8,
209
- "nextThoughtNeeded": false,
210
- "branches": [],
211
- "thoughtHistoryLength": 8,
212
- "revisionOf": 5,
213
- "status": "complete",
214
- "sessionContext": {
215
- "sessionId": "conversation",
216
- "remainingThoughts": 92,
217
- "revisionsMade": 2,
218
- "revisedThoughts": [1, 5]
219
- }
220
- }
221
- ```
222
-
223
- ---
224
-
225
- ## Revision Chain Visualization
226
-
227
- ```
228
- Thought 1: JWT hypothesis
229
-
230
- Thought 2: JWT implementation plan
231
-
232
- Thought 3: ⚠️ Discovery: Need OAuth providers
233
-
234
- Thought 4: 🔄 REVISION of #1 → OAuth2/OIDC needed
235
-
236
- Thought 5: OAuth2 implementation plan (Auth0/Keycloak)
237
-
238
- Thought 6: Security considerations
239
-
240
- Thought 7: ⚠️ Discovery: AWS Cognito better fit
241
-
242
- Thought 8: 🔄 REVISION of #5 → AWS Cognito plan
243
- ```
244
-
245
- ---
246
-
247
- ## Analysis
248
-
249
- ### Pattern: Revision Chain
250
- - **Revisions:** 2 (thoughts #4 and #8)
251
- - **Revised thoughts:** #1 (JWT), #5 (Provider choice)
252
- - **Reason for revisions:**
253
- - #1: New requirement (social login) invalidated pure JWT
254
- - #5: Cost analysis favored different provider
255
-
256
- ### Why Revisions Were Necessary
257
- 1. ✅ **New information** emerged (social login requirement)
258
- 2. ✅ **Cost analysis** changed decision (AWS vs Auth0)
259
- 3. ✅ **Initial assumption** was wrong (JWT insufficient)
260
-
261
- ### Benefits of Revision Pattern
262
- - ✅ Transparent reasoning evolution
263
- - ✅ Complete audit trail (original thoughts preserved)
264
- - ✅ Shows learning and adaptation
265
- - ✅ Final plan is well-informed
266
-
267
- ### Outcome
268
- **Final solution:** AWS Cognito with OAuth2/OIDC
269
- - Supports social login ✅
270
- - Cost-effective ($5.50 per 1000 users) ✅
271
- - Integrates with existing AWS ✅
272
- - Secure token handling ✅
273
-
274
- ---
275
-
276
- ## Key Takeaways
277
-
278
- ### When to Use Revision Pattern
279
- 1. Initial assumptions might be wrong
280
- 2. Requirements discovered during analysis
281
- 3. Cost/trade-off analysis changes decision
282
- 4. New information contradicts earlier thoughts
283
-
284
- ### Revision Best Practices
285
- - ✅ Explicitly mark as revision (`isRevision=true`)
286
- - ✅ Reference specific thought (`revisesThought=N`)
287
- - ✅ Explain what changed and why
288
- - ✅ Update subsequent thoughts based on revision
289
-
290
- ### Comparison with Linear Pattern
291
- | Aspect | Linear | Revision Chain |
292
- |--------|--------|----------------|
293
- | **Assumptions** | Stable | Evolving |
294
- | **Information** | Complete upfront | Discovered during |
295
- | **Path** | Straight | Zigzag |
296
- | **Thoughts** | 5-8 | 8-12 (more iterations) |
297
- | **Complexity** | Low | Medium |
298
-
299
- ---
300
-
301
- **For other patterns:**
302
- - [linear-reasoning.md](linear-reasoning.md) - Straightforward analysis
303
- - [branching-exploration.md](branching-exploration.md) - Multiple approaches
304
- - [adaptive-depth.md](adaptive-depth.md) - Uncertain scope
23
+ A revision is not complete until dependent checkpoints are reassessed.
@@ -0,0 +1,98 @@
1
+ # Advanced Sequential Thinking Techniques
2
+
3
+ Maintained by Minimal Vibe Coding Kit. These techniques extend the public-checkpoint contract with kit-native cases. They do not expose private chain-of-thought.
4
+
5
+ ## Spiral Refinement
6
+
7
+ Revisit one artifact as evidence becomes more precise.
8
+
9
+ ~~~text
10
+ Thought 1/6: The package dry-run omits one skill.
11
+ Thought 2/6 [VERIFICATION]: The canonical and mirror directories all exist.
12
+ Thought 3/7: Refine the scope to package inclusion and manifest derivation.
13
+ Thought 4/7 [VERIFICATION]: The manifest is correct; one package path is missing.
14
+ Thought 5/6: Contract the plan because mirror edits are unnecessary.
15
+ Thought 6/6 [FINAL]: Patch the package path and rerun validation plus the dry-run.
16
+ ~~~
17
+
18
+ Each return narrows the problem; it does not restart the investigation.
19
+
20
+ ## Multi-Branch Convergence
21
+
22
+ Explore distinct designs, then close them with evidence.
23
+
24
+ ~~~text
25
+ Thought 2/7 [BRANCH strict-local from Thought 1]: Reject every unresolved documentation link.
26
+ Thought 3/7 [BRANCH snapshot-aware from Thought 1]: Preserve upstream links and record their origin.
27
+ Thought 4/7 [VERIFICATION]: Operational skill links must resolve locally; snapshot links legitimately point upstream.
28
+ Thought 5/7 [CONVERGENCE]: Validate local operational links and convert snapshot-only paths to pinned official URLs.
29
+ Thought 6/7 [VERIFICATION]: The link audit reports zero unresolved relative targets.
30
+ Thought 7/7 [FINAL]: Keep the hybrid rule and its regression check.
31
+ ~~~
32
+
33
+ A branch without CONVERGENCE is unfinished.
34
+
35
+ ## Uncertainty Management
36
+
37
+ Turn an unknown into a bounded decision.
38
+
39
+ ~~~text
40
+ Thought 2/5: Browser rendering availability is unknown.
41
+ Thought 3/5 [BRANCH renderer-present from Thought 2]: Capture screenshots and inspect computed colors.
42
+ Thought 4/5 [BRANCH renderer-absent from Thought 2]: Parse locally, record the visual limitation, and avoid claiming visual verification.
43
+ Thought 5/5 [CONVERGENCE]: Use the first available trusted method; never invent a screenshot result.
44
+ ~~~
45
+
46
+ Prefer a result robust to both scenarios. Otherwise identify the smallest fact or permission that resolves the branch.
47
+
48
+ ## Revision Cascade Management
49
+
50
+ Reassess every conclusion that depended on a corrected fact.
51
+
52
+ ~~~text
53
+ Thought 1/6: Assume white text is accessible on the strong red token.
54
+ Thought 2/6: Reuse that pairing in the debug heat map.
55
+ Thought 3/6 [VERIFICATION]: The measured contrast is 3.28:1, below the 4.5:1 target.
56
+ Thought 4/6 [REVISION of Thought 1]: Use ink text on strong red; discard the inherited white-text rule.
57
+ Thought 5/6 [VERIFICATION]: Ink on red measures 5.75:1 and the rendered label remains legible.
58
+ Thought 6/6 [FINAL]: Keep the accessible pairing and add a contrast assertion.
59
+ ~~~
60
+
61
+ The revision names the old claim, the new evidence, and the affected downstream work.
62
+
63
+ ## Meta-Thinking Calibration
64
+
65
+ Pause speculation when the method stops producing evidence.
66
+
67
+ ~~~text
68
+ Thought 4/7 [META]: Rewording the preset cannot prove the stale gallery is fixed. Switch from prose review to a pinned render.
69
+ Thought 5/7 [VERIFICATION]: The timeline still shows auto-derived accent colors in the gallery.
70
+ Thought 6/7 [REVISION of Thought 3]: Update the executable example, not only the reference recipe.
71
+ Thought 7/7 [FINAL]: Screenshot and computed-style checks confirm the gallery now matches the preset.
72
+ ~~~
73
+
74
+ META should change the next action, not merely announce difficulty.
75
+
76
+ ## Parallel Constraint Satisfaction
77
+
78
+ Analyze independent constraints, then intersect the feasible set.
79
+
80
+ ~~~text
81
+ Thought 1/7: A preview must satisfy security, reproducibility, and visual fidelity.
82
+ Thought 2/7 [BRANCH security from Thought 1]: Pinned official assets and strict rendering only.
83
+ Thought 3/7 [BRANCH reproducibility from Thought 1]: Versioned runtime and deterministic example data.
84
+ Thought 4/7 [BRANCH fidelity from Thought 1]: Screenshot plus color and contrast assertions.
85
+ Thought 5/7 [CONVERGENCE]: A pinned sandbox gallery with no callbacks satisfies all three.
86
+ Thought 6/7 [VERIFICATION]: Syntax, security probe, render, and visual checks pass.
87
+ Thought 7/7 [FINAL]: Keep the gallery and document its exact test boundary.
88
+ ~~~
89
+
90
+ If no option satisfies every hard constraint, name the constraint requiring user direction.
91
+
92
+ ## Adjustment Rules
93
+
94
+ - Expand the estimated total when new dependencies, affected callers, or verification steps appear.
95
+ - Contract only after evidence removes work, and never below the current checkpoint number.
96
+ - Keep no more than three branches open.
97
+ - Use META after repeated revisions or speculative edits fail to reduce uncertainty.
98
+ - Use FINAL only after hypotheses are resolved, branches converge, and validation is explicit.