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.
- package/.agents/skills/agentshield-security-review/SKILL.md +16 -8
- package/.agents/skills/agentshield-security-review/references/native-install.md +2 -2
- package/.agents/skills/agentshield-security-review/scripts/agentshield_repo_probe.py +19 -1
- package/.agents/skills/mermaid/SKILL.md +141 -0
- package/.agents/skills/mermaid/UPSTREAM-NOTICE.md +52 -0
- package/.agents/skills/mermaid/references/architecture.md +433 -0
- package/.agents/skills/mermaid/references/block.md +752 -0
- package/.agents/skills/mermaid/references/c4.md +618 -0
- package/.agents/skills/mermaid/references/classDiagram.md +1191 -0
- package/.agents/skills/mermaid/references/coding-level-charts.md +27 -0
- package/.agents/skills/mermaid/references/config-configuration.md +71 -0
- package/.agents/skills/mermaid/references/config-directives.md +341 -0
- package/.agents/skills/mermaid/references/config-layouts.md +39 -0
- package/.agents/skills/mermaid/references/config-math.md +95 -0
- package/.agents/skills/mermaid/references/config-theming.md +245 -0
- package/.agents/skills/mermaid/references/config-tidy-tree.md +88 -0
- package/.agents/skills/mermaid/references/cynefin.md +278 -0
- package/.agents/skills/mermaid/references/debug-heatmap.md +68 -0
- package/.agents/skills/mermaid/references/entityRelationshipDiagram.md +902 -0
- package/.agents/skills/mermaid/references/eventmodeling.md +474 -0
- package/.agents/skills/mermaid/references/examples.md +300 -0
- package/.agents/skills/mermaid/references/flowchart.md +2166 -0
- package/.agents/skills/mermaid/references/gantt.md +736 -0
- package/.agents/skills/mermaid/references/gitgraph.md +2137 -0
- package/.agents/skills/mermaid/references/ishikawa.md +65 -0
- package/.agents/skills/mermaid/references/kanban.md +160 -0
- package/.agents/skills/mermaid/references/kit-examples.md +210 -0
- package/.agents/skills/mermaid/references/mindmap.md +334 -0
- package/.agents/skills/mermaid/references/packet.md +152 -0
- package/.agents/skills/mermaid/references/pie.md +111 -0
- package/.agents/skills/mermaid/references/preview.html +1143 -0
- package/.agents/skills/mermaid/references/quadrantChart.md +266 -0
- package/.agents/skills/mermaid/references/radar.md +268 -0
- package/.agents/skills/mermaid/references/railroad.md +455 -0
- package/.agents/skills/mermaid/references/requirementDiagram.md +494 -0
- package/.agents/skills/mermaid/references/sankey.md +414 -0
- package/.agents/skills/mermaid/references/sequenceDiagram.md +1206 -0
- package/.agents/skills/mermaid/references/stateDiagram.md +669 -0
- package/.agents/skills/mermaid/references/styling-preset.md +620 -0
- package/.agents/skills/mermaid/references/swimlanes.md +523 -0
- package/.agents/skills/mermaid/references/timeline.md +570 -0
- package/.agents/skills/mermaid/references/treeView.md +432 -0
- package/.agents/skills/mermaid/references/treemap.md +352 -0
- package/.agents/skills/mermaid/references/userJourney.md +41 -0
- package/.agents/skills/mermaid/references/venn.md +156 -0
- package/.agents/skills/mermaid/references/wardley.md +731 -0
- package/.agents/skills/mermaid/references/xyChart.md +392 -0
- package/.agents/skills/mermaid/references/zenuml.md +473 -0
- package/.agents/skills/sequential-thinking/SKILL.md +97 -69
- package/.agents/skills/sequential-thinking/examples/adaptive-depth.md +15 -536
- package/.agents/skills/sequential-thinking/examples/branching-exploration.md +18 -468
- package/.agents/skills/sequential-thinking/examples/linear-reasoning.md +22 -203
- package/.agents/skills/sequential-thinking/examples/revision-pattern.md +17 -298
- package/.agents/skills/sequential-thinking/references/advanced-techniques.md +98 -0
- package/.agents/skills/sequential-thinking/references/output-schema.md +99 -458
- package/.agents/skills/sequential-thinking/references/parameters.md +73 -435
- package/.agents/skills/sequential-thinking/references/patterns.md +72 -639
- package/.agents/skills/tutien/SKILL.md +36 -13
- package/.agents/skills/tutien/references/adaptive-response.md +68 -0
- package/.agents/skills/tutien/references/lore-sources.md +28 -0
- package/.agents/skills/tutien/references/privacy.md +13 -1
- package/.agents/skills/tutien/references/schema.md +32 -1
- package/.agents/skills/tutien/references/story-system.md +176 -0
- package/.agents/skills/tutien/references/vi-style-guide.md +89 -0
- package/.agents/skills/tutien/references/voice-and-mode.md +23 -8
- package/.agents/skills/tutien/scripts/catalog.mjs +17 -17
- package/.agents/skills/tutien/scripts/classify.mjs +64 -37
- package/.agents/skills/tutien/scripts/command.mjs +40 -21
- package/.agents/skills/tutien/scripts/project-profile.mjs +202 -0
- package/.agents/skills/tutien/scripts/render-report.mjs +128 -72
- package/.agents/skills/tutien/scripts/response-brief.mjs +103 -0
- package/.agents/skills/tutien/scripts/run-tutien.mjs +141 -63
- package/.agents/skills/tutien/scripts/story-ledger.mjs +241 -0
- package/.agents/skills/tutien/scripts/villains.mjs +14 -14
- package/.claude/skills/agentshield-security-review/SKILL.md +16 -8
- package/.claude/skills/agentshield-security-review/references/native-install.md +2 -2
- package/.claude/skills/agentshield-security-review/scripts/agentshield_repo_probe.py +19 -1
- package/.claude/skills/mermaid/SKILL.md +141 -0
- package/.claude/skills/mermaid/UPSTREAM-NOTICE.md +52 -0
- package/.claude/skills/mermaid/references/architecture.md +433 -0
- package/.claude/skills/mermaid/references/block.md +752 -0
- package/.claude/skills/mermaid/references/c4.md +618 -0
- package/.claude/skills/mermaid/references/classDiagram.md +1191 -0
- package/.claude/skills/mermaid/references/coding-level-charts.md +27 -0
- package/.claude/skills/mermaid/references/config-configuration.md +71 -0
- package/.claude/skills/mermaid/references/config-directives.md +341 -0
- package/.claude/skills/mermaid/references/config-layouts.md +39 -0
- package/.claude/skills/mermaid/references/config-math.md +95 -0
- package/.claude/skills/mermaid/references/config-theming.md +245 -0
- package/.claude/skills/mermaid/references/config-tidy-tree.md +88 -0
- package/.claude/skills/mermaid/references/cynefin.md +278 -0
- package/.claude/skills/mermaid/references/debug-heatmap.md +68 -0
- package/.claude/skills/mermaid/references/entityRelationshipDiagram.md +902 -0
- package/.claude/skills/mermaid/references/eventmodeling.md +474 -0
- package/.claude/skills/mermaid/references/examples.md +300 -0
- package/.claude/skills/mermaid/references/flowchart.md +2166 -0
- package/.claude/skills/mermaid/references/gantt.md +736 -0
- package/.claude/skills/mermaid/references/gitgraph.md +2137 -0
- package/.claude/skills/mermaid/references/ishikawa.md +65 -0
- package/.claude/skills/mermaid/references/kanban.md +160 -0
- package/.claude/skills/mermaid/references/kit-examples.md +210 -0
- package/.claude/skills/mermaid/references/mindmap.md +334 -0
- package/.claude/skills/mermaid/references/packet.md +152 -0
- package/.claude/skills/mermaid/references/pie.md +111 -0
- package/.claude/skills/mermaid/references/preview.html +1143 -0
- package/.claude/skills/mermaid/references/quadrantChart.md +266 -0
- package/.claude/skills/mermaid/references/radar.md +268 -0
- package/.claude/skills/mermaid/references/railroad.md +455 -0
- package/.claude/skills/mermaid/references/requirementDiagram.md +494 -0
- package/.claude/skills/mermaid/references/sankey.md +414 -0
- package/.claude/skills/mermaid/references/sequenceDiagram.md +1206 -0
- package/.claude/skills/mermaid/references/stateDiagram.md +669 -0
- package/.claude/skills/mermaid/references/styling-preset.md +620 -0
- package/.claude/skills/mermaid/references/swimlanes.md +523 -0
- package/.claude/skills/mermaid/references/timeline.md +570 -0
- package/.claude/skills/mermaid/references/treeView.md +432 -0
- package/.claude/skills/mermaid/references/treemap.md +352 -0
- package/.claude/skills/mermaid/references/userJourney.md +41 -0
- package/.claude/skills/mermaid/references/venn.md +156 -0
- package/.claude/skills/mermaid/references/wardley.md +731 -0
- package/.claude/skills/mermaid/references/xyChart.md +392 -0
- package/.claude/skills/mermaid/references/zenuml.md +473 -0
- package/.claude/skills/sequential-thinking/SKILL.md +97 -69
- package/.claude/skills/sequential-thinking/examples/adaptive-depth.md +15 -536
- package/.claude/skills/sequential-thinking/examples/branching-exploration.md +18 -468
- package/.claude/skills/sequential-thinking/examples/linear-reasoning.md +22 -203
- package/.claude/skills/sequential-thinking/examples/revision-pattern.md +17 -298
- package/.claude/skills/sequential-thinking/references/advanced-techniques.md +98 -0
- package/.claude/skills/sequential-thinking/references/output-schema.md +99 -458
- package/.claude/skills/sequential-thinking/references/parameters.md +73 -435
- package/.claude/skills/sequential-thinking/references/patterns.md +72 -639
- package/.claude/skills/tutien/SKILL.md +36 -13
- package/.claude/skills/tutien/references/adaptive-response.md +68 -0
- package/.claude/skills/tutien/references/lore-sources.md +28 -0
- package/.claude/skills/tutien/references/privacy.md +13 -1
- package/.claude/skills/tutien/references/schema.md +32 -1
- package/.claude/skills/tutien/references/story-system.md +176 -0
- package/.claude/skills/tutien/references/vi-style-guide.md +89 -0
- package/.claude/skills/tutien/references/voice-and-mode.md +23 -8
- package/.claude/skills/tutien/scripts/catalog.mjs +17 -17
- package/.claude/skills/tutien/scripts/classify.mjs +64 -37
- package/.claude/skills/tutien/scripts/command.mjs +40 -21
- package/.claude/skills/tutien/scripts/project-profile.mjs +202 -0
- package/.claude/skills/tutien/scripts/render-report.mjs +128 -72
- package/.claude/skills/tutien/scripts/response-brief.mjs +103 -0
- package/.claude/skills/tutien/scripts/run-tutien.mjs +141 -63
- package/.claude/skills/tutien/scripts/story-ledger.mjs +241 -0
- package/.claude/skills/tutien/scripts/villains.mjs +14 -14
- package/.codex-plugin/plugin.json +1 -1
- package/.cursor/skills/mermaid/SKILL.md +141 -0
- package/.cursor/skills/mermaid/UPSTREAM-NOTICE.md +52 -0
- package/.cursor/skills/mermaid/references/architecture.md +433 -0
- package/.cursor/skills/mermaid/references/block.md +752 -0
- package/.cursor/skills/mermaid/references/c4.md +618 -0
- package/.cursor/skills/mermaid/references/classDiagram.md +1191 -0
- package/.cursor/skills/mermaid/references/coding-level-charts.md +27 -0
- package/.cursor/skills/mermaid/references/config-configuration.md +71 -0
- package/.cursor/skills/mermaid/references/config-directives.md +341 -0
- package/.cursor/skills/mermaid/references/config-layouts.md +39 -0
- package/.cursor/skills/mermaid/references/config-math.md +95 -0
- package/.cursor/skills/mermaid/references/config-theming.md +245 -0
- package/.cursor/skills/mermaid/references/config-tidy-tree.md +88 -0
- package/.cursor/skills/mermaid/references/cynefin.md +278 -0
- package/.cursor/skills/mermaid/references/debug-heatmap.md +68 -0
- package/.cursor/skills/mermaid/references/entityRelationshipDiagram.md +902 -0
- package/.cursor/skills/mermaid/references/eventmodeling.md +474 -0
- package/.cursor/skills/mermaid/references/examples.md +300 -0
- package/.cursor/skills/mermaid/references/flowchart.md +2166 -0
- package/.cursor/skills/mermaid/references/gantt.md +736 -0
- package/.cursor/skills/mermaid/references/gitgraph.md +2137 -0
- package/.cursor/skills/mermaid/references/ishikawa.md +65 -0
- package/.cursor/skills/mermaid/references/kanban.md +160 -0
- package/.cursor/skills/mermaid/references/kit-examples.md +210 -0
- package/.cursor/skills/mermaid/references/mindmap.md +334 -0
- package/.cursor/skills/mermaid/references/packet.md +152 -0
- package/.cursor/skills/mermaid/references/pie.md +111 -0
- package/.cursor/skills/mermaid/references/preview.html +1143 -0
- package/.cursor/skills/mermaid/references/quadrantChart.md +266 -0
- package/.cursor/skills/mermaid/references/radar.md +268 -0
- package/.cursor/skills/mermaid/references/railroad.md +455 -0
- package/.cursor/skills/mermaid/references/requirementDiagram.md +494 -0
- package/.cursor/skills/mermaid/references/sankey.md +414 -0
- package/.cursor/skills/mermaid/references/sequenceDiagram.md +1206 -0
- package/.cursor/skills/mermaid/references/stateDiagram.md +669 -0
- package/.cursor/skills/mermaid/references/styling-preset.md +620 -0
- package/.cursor/skills/mermaid/references/swimlanes.md +523 -0
- package/.cursor/skills/mermaid/references/timeline.md +570 -0
- package/.cursor/skills/mermaid/references/treeView.md +432 -0
- package/.cursor/skills/mermaid/references/treemap.md +352 -0
- package/.cursor/skills/mermaid/references/userJourney.md +41 -0
- package/.cursor/skills/mermaid/references/venn.md +156 -0
- package/.cursor/skills/mermaid/references/wardley.md +731 -0
- package/.cursor/skills/mermaid/references/xyChart.md +392 -0
- package/.cursor/skills/mermaid/references/zenuml.md +473 -0
- package/.cursor/skills/sequential-thinking/SKILL.md +97 -69
- package/.cursor/skills/sequential-thinking/examples/adaptive-depth.md +15 -536
- package/.cursor/skills/sequential-thinking/examples/branching-exploration.md +18 -468
- package/.cursor/skills/sequential-thinking/examples/linear-reasoning.md +22 -203
- package/.cursor/skills/sequential-thinking/examples/revision-pattern.md +17 -298
- package/.cursor/skills/sequential-thinking/references/advanced-techniques.md +98 -0
- package/.cursor/skills/sequential-thinking/references/output-schema.md +99 -458
- package/.cursor/skills/sequential-thinking/references/parameters.md +73 -435
- package/.cursor/skills/sequential-thinking/references/patterns.md +72 -639
- package/.cursor/skills/tutien/SKILL.md +36 -13
- package/.cursor/skills/tutien/references/adaptive-response.md +68 -0
- package/.cursor/skills/tutien/references/lore-sources.md +28 -0
- package/.cursor/skills/tutien/references/privacy.md +13 -1
- package/.cursor/skills/tutien/references/schema.md +32 -1
- package/.cursor/skills/tutien/references/story-system.md +176 -0
- package/.cursor/skills/tutien/references/vi-style-guide.md +89 -0
- package/.cursor/skills/tutien/references/voice-and-mode.md +23 -8
- package/.cursor/skills/tutien/scripts/catalog.mjs +17 -17
- package/.cursor/skills/tutien/scripts/classify.mjs +64 -37
- package/.cursor/skills/tutien/scripts/command.mjs +40 -21
- package/.cursor/skills/tutien/scripts/project-profile.mjs +202 -0
- package/.cursor/skills/tutien/scripts/render-report.mjs +128 -72
- package/.cursor/skills/tutien/scripts/response-brief.mjs +103 -0
- package/.cursor/skills/tutien/scripts/run-tutien.mjs +141 -63
- package/.cursor/skills/tutien/scripts/story-ledger.mjs +241 -0
- package/.cursor/skills/tutien/scripts/villains.mjs +14 -14
- package/.grok/skills/agentshield-security-review/SKILL.md +16 -8
- package/.grok/skills/agentshield-security-review/references/native-install.md +2 -2
- package/.grok/skills/agentshield-security-review/scripts/agentshield_repo_probe.py +19 -1
- package/.grok/skills/mermaid/SKILL.md +141 -0
- package/.grok/skills/mermaid/UPSTREAM-NOTICE.md +52 -0
- package/.grok/skills/mermaid/references/architecture.md +433 -0
- package/.grok/skills/mermaid/references/block.md +752 -0
- package/.grok/skills/mermaid/references/c4.md +618 -0
- package/.grok/skills/mermaid/references/classDiagram.md +1191 -0
- package/.grok/skills/mermaid/references/coding-level-charts.md +27 -0
- package/.grok/skills/mermaid/references/config-configuration.md +71 -0
- package/.grok/skills/mermaid/references/config-directives.md +341 -0
- package/.grok/skills/mermaid/references/config-layouts.md +39 -0
- package/.grok/skills/mermaid/references/config-math.md +95 -0
- package/.grok/skills/mermaid/references/config-theming.md +245 -0
- package/.grok/skills/mermaid/references/config-tidy-tree.md +88 -0
- package/.grok/skills/mermaid/references/cynefin.md +278 -0
- package/.grok/skills/mermaid/references/debug-heatmap.md +68 -0
- package/.grok/skills/mermaid/references/entityRelationshipDiagram.md +902 -0
- package/.grok/skills/mermaid/references/eventmodeling.md +474 -0
- package/.grok/skills/mermaid/references/examples.md +300 -0
- package/.grok/skills/mermaid/references/flowchart.md +2166 -0
- package/.grok/skills/mermaid/references/gantt.md +736 -0
- package/.grok/skills/mermaid/references/gitgraph.md +2137 -0
- package/.grok/skills/mermaid/references/ishikawa.md +65 -0
- package/.grok/skills/mermaid/references/kanban.md +160 -0
- package/.grok/skills/mermaid/references/kit-examples.md +210 -0
- package/.grok/skills/mermaid/references/mindmap.md +334 -0
- package/.grok/skills/mermaid/references/packet.md +152 -0
- package/.grok/skills/mermaid/references/pie.md +111 -0
- package/.grok/skills/mermaid/references/preview.html +1143 -0
- package/.grok/skills/mermaid/references/quadrantChart.md +266 -0
- package/.grok/skills/mermaid/references/radar.md +268 -0
- package/.grok/skills/mermaid/references/railroad.md +455 -0
- package/.grok/skills/mermaid/references/requirementDiagram.md +494 -0
- package/.grok/skills/mermaid/references/sankey.md +414 -0
- package/.grok/skills/mermaid/references/sequenceDiagram.md +1206 -0
- package/.grok/skills/mermaid/references/stateDiagram.md +669 -0
- package/.grok/skills/mermaid/references/styling-preset.md +620 -0
- package/.grok/skills/mermaid/references/swimlanes.md +523 -0
- package/.grok/skills/mermaid/references/timeline.md +570 -0
- package/.grok/skills/mermaid/references/treeView.md +432 -0
- package/.grok/skills/mermaid/references/treemap.md +352 -0
- package/.grok/skills/mermaid/references/userJourney.md +41 -0
- package/.grok/skills/mermaid/references/venn.md +156 -0
- package/.grok/skills/mermaid/references/wardley.md +731 -0
- package/.grok/skills/mermaid/references/xyChart.md +392 -0
- package/.grok/skills/mermaid/references/zenuml.md +473 -0
- package/.grok/skills/sequential-thinking/SKILL.md +97 -69
- package/.grok/skills/sequential-thinking/examples/adaptive-depth.md +15 -536
- package/.grok/skills/sequential-thinking/examples/branching-exploration.md +18 -468
- package/.grok/skills/sequential-thinking/examples/linear-reasoning.md +22 -203
- package/.grok/skills/sequential-thinking/examples/revision-pattern.md +17 -298
- package/.grok/skills/sequential-thinking/references/advanced-techniques.md +98 -0
- package/.grok/skills/sequential-thinking/references/output-schema.md +99 -458
- package/.grok/skills/sequential-thinking/references/parameters.md +73 -435
- package/.grok/skills/sequential-thinking/references/patterns.md +72 -639
- package/.grok/skills/tutien/SKILL.md +36 -13
- package/.grok/skills/tutien/references/adaptive-response.md +68 -0
- package/.grok/skills/tutien/references/lore-sources.md +28 -0
- package/.grok/skills/tutien/references/privacy.md +13 -1
- package/.grok/skills/tutien/references/schema.md +32 -1
- package/.grok/skills/tutien/references/story-system.md +176 -0
- package/.grok/skills/tutien/references/vi-style-guide.md +89 -0
- package/.grok/skills/tutien/references/voice-and-mode.md +23 -8
- package/.grok/skills/tutien/scripts/catalog.mjs +17 -17
- package/.grok/skills/tutien/scripts/classify.mjs +64 -37
- package/.grok/skills/tutien/scripts/command.mjs +40 -21
- package/.grok/skills/tutien/scripts/project-profile.mjs +202 -0
- package/.grok/skills/tutien/scripts/render-report.mjs +128 -72
- package/.grok/skills/tutien/scripts/response-brief.mjs +103 -0
- package/.grok/skills/tutien/scripts/run-tutien.mjs +141 -63
- package/.grok/skills/tutien/scripts/story-ledger.mjs +241 -0
- package/.grok/skills/tutien/scripts/villains.mjs +14 -14
- package/.vibekit/docs/INSTALL.md +2 -1
- package/.vibekit/docs/SECURITY_MODEL.md +4 -1
- package/.vibekit/scripts/init-backbone.mjs +1 -1
- package/.vibekit/scripts/validate-kit.mjs +179 -3
- package/.vibekit/skills/agentshield-security-review/SKILL.md +16 -8
- package/.vibekit/skills/agentshield-security-review/references/native-install.md +2 -2
- package/.vibekit/skills/agentshield-security-review/scripts/agentshield_repo_probe.py +19 -1
- package/.vibekit/skills/mermaid/SKILL.md +141 -0
- package/.vibekit/skills/mermaid/UPSTREAM-NOTICE.md +52 -0
- package/.vibekit/skills/mermaid/references/architecture.md +433 -0
- package/.vibekit/skills/mermaid/references/block.md +752 -0
- package/.vibekit/skills/mermaid/references/c4.md +618 -0
- package/.vibekit/skills/mermaid/references/classDiagram.md +1191 -0
- package/.vibekit/skills/mermaid/references/coding-level-charts.md +27 -0
- package/.vibekit/skills/mermaid/references/config-configuration.md +71 -0
- package/.vibekit/skills/mermaid/references/config-directives.md +341 -0
- package/.vibekit/skills/mermaid/references/config-layouts.md +39 -0
- package/.vibekit/skills/mermaid/references/config-math.md +95 -0
- package/.vibekit/skills/mermaid/references/config-theming.md +245 -0
- package/.vibekit/skills/mermaid/references/config-tidy-tree.md +88 -0
- package/.vibekit/skills/mermaid/references/cynefin.md +278 -0
- package/.vibekit/skills/mermaid/references/debug-heatmap.md +68 -0
- package/.vibekit/skills/mermaid/references/entityRelationshipDiagram.md +902 -0
- package/.vibekit/skills/mermaid/references/eventmodeling.md +474 -0
- package/.vibekit/skills/mermaid/references/examples.md +300 -0
- package/.vibekit/skills/mermaid/references/flowchart.md +2166 -0
- package/.vibekit/skills/mermaid/references/gantt.md +736 -0
- package/.vibekit/skills/mermaid/references/gitgraph.md +2137 -0
- package/.vibekit/skills/mermaid/references/ishikawa.md +65 -0
- package/.vibekit/skills/mermaid/references/kanban.md +160 -0
- package/.vibekit/skills/mermaid/references/kit-examples.md +210 -0
- package/.vibekit/skills/mermaid/references/mindmap.md +334 -0
- package/.vibekit/skills/mermaid/references/packet.md +152 -0
- package/.vibekit/skills/mermaid/references/pie.md +111 -0
- package/.vibekit/skills/mermaid/references/preview.html +1143 -0
- package/.vibekit/skills/mermaid/references/quadrantChart.md +266 -0
- package/.vibekit/skills/mermaid/references/radar.md +268 -0
- package/.vibekit/skills/mermaid/references/railroad.md +455 -0
- package/.vibekit/skills/mermaid/references/requirementDiagram.md +494 -0
- package/.vibekit/skills/mermaid/references/sankey.md +414 -0
- package/.vibekit/skills/mermaid/references/sequenceDiagram.md +1206 -0
- package/.vibekit/skills/mermaid/references/stateDiagram.md +669 -0
- package/.vibekit/skills/mermaid/references/styling-preset.md +620 -0
- package/.vibekit/skills/mermaid/references/swimlanes.md +523 -0
- package/.vibekit/skills/mermaid/references/timeline.md +570 -0
- package/.vibekit/skills/mermaid/references/treeView.md +432 -0
- package/.vibekit/skills/mermaid/references/treemap.md +352 -0
- package/.vibekit/skills/mermaid/references/userJourney.md +41 -0
- package/.vibekit/skills/mermaid/references/venn.md +156 -0
- package/.vibekit/skills/mermaid/references/wardley.md +731 -0
- package/.vibekit/skills/mermaid/references/xyChart.md +392 -0
- package/.vibekit/skills/mermaid/references/zenuml.md +473 -0
- package/.vibekit/skills/sequential-thinking/SKILL.md +97 -69
- package/.vibekit/skills/sequential-thinking/examples/adaptive-depth.md +15 -536
- package/.vibekit/skills/sequential-thinking/examples/branching-exploration.md +18 -468
- package/.vibekit/skills/sequential-thinking/examples/linear-reasoning.md +22 -203
- package/.vibekit/skills/sequential-thinking/examples/revision-pattern.md +17 -298
- package/.vibekit/skills/sequential-thinking/references/advanced-techniques.md +98 -0
- package/.vibekit/skills/sequential-thinking/references/output-schema.md +99 -458
- package/.vibekit/skills/sequential-thinking/references/parameters.md +73 -435
- package/.vibekit/skills/sequential-thinking/references/patterns.md +72 -639
- package/.vibekit/skills/skills-manifest.json +2 -1
- package/.vibekit/skills/tutien/SKILL.md +36 -13
- package/.vibekit/skills/tutien/references/adaptive-response.md +68 -0
- package/.vibekit/skills/tutien/references/lore-sources.md +28 -0
- package/.vibekit/skills/tutien/references/privacy.md +13 -1
- package/.vibekit/skills/tutien/references/schema.md +32 -1
- package/.vibekit/skills/tutien/references/story-system.md +176 -0
- package/.vibekit/skills/tutien/references/vi-style-guide.md +89 -0
- package/.vibekit/skills/tutien/references/voice-and-mode.md +23 -8
- package/.vibekit/skills/tutien/scripts/catalog.mjs +17 -17
- package/.vibekit/skills/tutien/scripts/classify.mjs +64 -37
- package/.vibekit/skills/tutien/scripts/command.mjs +40 -21
- package/.vibekit/skills/tutien/scripts/project-profile.mjs +202 -0
- package/.vibekit/skills/tutien/scripts/render-report.mjs +128 -72
- package/.vibekit/skills/tutien/scripts/response-brief.mjs +103 -0
- package/.vibekit/skills/tutien/scripts/run-tutien.mjs +141 -63
- package/.vibekit/skills/tutien/scripts/story-ledger.mjs +241 -0
- package/.vibekit/skills/tutien/scripts/villains.mjs +14 -14
- package/CHANGELOG.md +47 -1
- package/README.md +273 -15
- package/docs/README.vi.md +290 -32
- package/docs/README.zh-CN.md +273 -15
- package/package.json +4 -2
|
@@ -1,542 +1,21 @@
|
|
|
1
|
-
# Adaptive Depth
|
|
1
|
+
# Adaptive Depth Example
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## Case: Verify A Mermaid Preview Safely
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
The initial task appears to be a single syntax check, but the preview is executable and visually significant.
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
~~~text
|
|
8
|
+
Thought 1/3: Parse the updated timeline recipe.
|
|
9
|
+
Thought 2/6 [VERIFICATION]: Syntax passes, but parsing cannot verify accent colors, contrast, or clipping; expand the plan.
|
|
10
|
+
Thought 3/6: Pin the trusted Mermaid version and isolate the gallery in a temporary render workspace.
|
|
11
|
+
Thought 4/5 [VERIFICATION]: All four targeted renders pass and no additional diagram type changed; contract away a proposed full-gallery rewrite.
|
|
12
|
+
Thought 5/5 [FINAL]: Keep the four targeted examples, visual log, and regression assertions.
|
|
13
|
+
~~~
|
|
8
14
|
|
|
9
|
-
|
|
10
|
-
**Final count:** 15 thoughts (complexity discovered during analysis)
|
|
15
|
+
## Why The Total Changed
|
|
11
16
|
|
|
12
|
-
|
|
17
|
+
- 3 to 6: new visual and security constraints appeared after syntax parsing.
|
|
18
|
+
- 6 to 5: evidence showed the problem was limited to four recipes.
|
|
19
|
+
- The total never fell below the current checkpoint number.
|
|
13
20
|
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
### Thought 1: Problem Statement
|
|
17
|
-
|
|
18
|
-
**Input:**
|
|
19
|
-
```bash
|
|
20
|
-
/sequential-thinking "Task: Assess microservices migration for our monolithic application. Initial scope: high-level pros/cons. Estimate: 3 thoughts should suffice." thoughtNumber=1 totalThoughts=3 nextThoughtNeeded=true
|
|
21
|
-
```
|
|
22
|
-
|
|
23
|
-
**Output:**
|
|
24
|
-
```json
|
|
25
|
-
{
|
|
26
|
-
"thoughtNumber": 1,
|
|
27
|
-
"thoughtContent": "Task: Assess microservices migration for our monolithic application. Initial scope: high-level pros/cons. Estimate: 3 thoughts should suffice.",
|
|
28
|
-
"totalThoughts": 3,
|
|
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: High-Level Benefits
|
|
42
|
-
|
|
43
|
-
**Input:**
|
|
44
|
-
```bash
|
|
45
|
-
/sequential-thinking "Microservices benefits: Independent deployment, technology flexibility, better scalability, team autonomy. Seems promising for our growing team (now 20 developers)." thoughtNumber=2 totalThoughts=3 nextThoughtNeeded=true
|
|
46
|
-
```
|
|
47
|
-
|
|
48
|
-
**Output:**
|
|
49
|
-
```json
|
|
50
|
-
{
|
|
51
|
-
"thoughtNumber": 2,
|
|
52
|
-
"thoughtContent": "Microservices benefits: Independent deployment, technology flexibility, better scalability, team autonomy. Seems promising for our growing team (now 20 developers).",
|
|
53
|
-
"totalThoughts": 3,
|
|
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 (Complexity Emerges)
|
|
67
|
-
|
|
68
|
-
**Input:**
|
|
69
|
-
```bash
|
|
70
|
-
/sequential-thinking "Wait - looking at our codebase... This is more complex than I thought. We have 150+ database tables, 300+ API endpoints, tightly coupled business logic. Simple assessment won't work - need deep analysis of service boundaries, data migration, transaction handling. Adjusting scope." thoughtNumber=3 totalThoughts=3 nextThoughtNeeded=true needsMoreThoughts=true
|
|
71
|
-
```
|
|
72
|
-
|
|
73
|
-
**Output:**
|
|
74
|
-
```json
|
|
75
|
-
{
|
|
76
|
-
"thoughtNumber": 3,
|
|
77
|
-
"thoughtContent": "Wait - looking at our codebase... This is more complex than I thought. We have 150+ database tables, 300+ API endpoints, tightly coupled business logic. Simple assessment won't work - need deep analysis of service boundaries, data migration, transaction handling. Adjusting scope.",
|
|
78
|
-
"totalThoughts": 6,
|
|
79
|
-
"nextThoughtNeeded": true,
|
|
80
|
-
"branches": [],
|
|
81
|
-
"thoughtHistoryLength": 3,
|
|
82
|
-
"totalThoughtsAdjusted": true,
|
|
83
|
-
"originalEstimate": 3,
|
|
84
|
-
"sessionContext": {
|
|
85
|
-
"sessionId": "conversation",
|
|
86
|
-
"remainingThoughts": 97
|
|
87
|
-
}
|
|
88
|
-
}
|
|
89
|
-
```
|
|
90
|
-
|
|
91
|
-
---
|
|
92
|
-
|
|
93
|
-
## Phase 2: Deep Dive (Thoughts 4-8)
|
|
94
|
-
|
|
95
|
-
### Thought 4: Service Boundary Analysis
|
|
96
|
-
|
|
97
|
-
**Input:**
|
|
98
|
-
```bash
|
|
99
|
-
/sequential-thinking "Analyzing service boundaries using Domain-Driven Design. Identified potential bounded contexts: 1) User Management, 2) Product Catalog, 3) Order Processing, 4) Payment, 5) Shipping, 6) Notifications, 7) Analytics. Each context has 15-30 tables." thoughtNumber=4 totalThoughts=6 nextThoughtNeeded=true
|
|
100
|
-
```
|
|
101
|
-
|
|
102
|
-
**Output:**
|
|
103
|
-
```json
|
|
104
|
-
{
|
|
105
|
-
"thoughtNumber": 4,
|
|
106
|
-
"thoughtContent": "Analyzing service boundaries using Domain-Driven Design. Identified potential bounded contexts: 1) User Management, 2) Product Catalog, 3) Order Processing, 4) Payment, 5) Shipping, 6) Notifications, 7) Analytics. Each context has 15-30 tables.",
|
|
107
|
-
"totalThoughts": 6,
|
|
108
|
-
"nextThoughtNeeded": true,
|
|
109
|
-
"branches": [],
|
|
110
|
-
"thoughtHistoryLength": 4,
|
|
111
|
-
"sessionContext": {
|
|
112
|
-
"sessionId": "conversation",
|
|
113
|
-
"remainingThoughts": 96
|
|
114
|
-
}
|
|
115
|
-
}
|
|
116
|
-
```
|
|
117
|
-
|
|
118
|
-
---
|
|
119
|
-
|
|
120
|
-
### Thought 5: Data Dependency Discovery
|
|
121
|
-
|
|
122
|
-
**Input:**
|
|
123
|
-
```bash
|
|
124
|
-
/sequential-thinking "Problem discovered: Cross-context joins everywhere! Order Processing joins Users (for customer info), Products (for inventory), Payment (for status), Shipping (for address). 50+ cross-boundary queries. This will require significant data denormalization and eventual consistency. Complexity way higher than expected." thoughtNumber=5 totalThoughts=6 nextThoughtNeeded=true needsMoreThoughts=true
|
|
125
|
-
```
|
|
126
|
-
|
|
127
|
-
**Output:**
|
|
128
|
-
```json
|
|
129
|
-
{
|
|
130
|
-
"thoughtNumber": 5,
|
|
131
|
-
"thoughtContent": "Problem discovered: Cross-context joins everywhere! Order Processing joins Users (for customer info), Products (for inventory), Payment (for status), Shipping (for address). 50+ cross-boundary queries. This will require significant data denormalization and eventual consistency. Complexity way higher than expected.",
|
|
132
|
-
"totalThoughts": 9,
|
|
133
|
-
"nextThoughtNeeded": true,
|
|
134
|
-
"branches": [],
|
|
135
|
-
"thoughtHistoryLength": 5,
|
|
136
|
-
"totalThoughtsAdjusted": true,
|
|
137
|
-
"originalEstimate": 6,
|
|
138
|
-
"sessionContext": {
|
|
139
|
-
"sessionId": "conversation",
|
|
140
|
-
"remainingThoughts": 95
|
|
141
|
-
}
|
|
142
|
-
}
|
|
143
|
-
```
|
|
144
|
-
|
|
145
|
-
---
|
|
146
|
-
|
|
147
|
-
### Thought 6: Transaction Management
|
|
148
|
-
|
|
149
|
-
**Input:**
|
|
150
|
-
```bash
|
|
151
|
-
/sequential-thinking "Transaction analysis: 30 critical workflows require ACID transactions across multiple contexts. Example: CreateOrder needs atomic updates to Orders, Inventory, Payment, Shipping. Monolith uses database transactions. Microservices would need distributed transactions (Saga pattern) or accept eventual consistency. Major architectural challenge." thoughtNumber=6 totalThoughts=9 nextThoughtNeeded=true
|
|
152
|
-
```
|
|
153
|
-
|
|
154
|
-
**Output:**
|
|
155
|
-
```json
|
|
156
|
-
{
|
|
157
|
-
"thoughtNumber": 6,
|
|
158
|
-
"thoughtContent": "Transaction analysis: 30 critical workflows require ACID transactions across multiple contexts. Example: CreateOrder needs atomic updates to Orders, Inventory, Payment, Shipping. Monolith uses database transactions. Microservices would need distributed transactions (Saga pattern) or accept eventual consistency. Major architectural challenge.",
|
|
159
|
-
"totalThoughts": 9,
|
|
160
|
-
"nextThoughtNeeded": true,
|
|
161
|
-
"branches": [],
|
|
162
|
-
"thoughtHistoryLength": 6,
|
|
163
|
-
"sessionContext": {
|
|
164
|
-
"sessionId": "conversation",
|
|
165
|
-
"remainingThoughts": 94
|
|
166
|
-
}
|
|
167
|
-
}
|
|
168
|
-
```
|
|
169
|
-
|
|
170
|
-
---
|
|
171
|
-
|
|
172
|
-
### Thought 7: Infrastructure Requirements
|
|
173
|
-
|
|
174
|
-
**Input:**
|
|
175
|
-
```bash
|
|
176
|
-
/sequential-thinking "Infrastructure needs: 7 services × 3 environments (dev/staging/prod) = 21 deployments, service discovery (Consul/Eureka), API gateway, distributed tracing (Jaeger), centralized logging (ELK), monitoring (Prometheus/Grafana), CI/CD pipelines for each service. DevOps complexity increases 10x." thoughtNumber=7 totalThoughts=9 nextThoughtNeeded=true
|
|
177
|
-
```
|
|
178
|
-
|
|
179
|
-
**Output:**
|
|
180
|
-
```json
|
|
181
|
-
{
|
|
182
|
-
"thoughtNumber": 7,
|
|
183
|
-
"thoughtContent": "Infrastructure needs: 7 services × 3 environments (dev/staging/prod) = 21 deployments, service discovery (Consul/Eureka), API gateway, distributed tracing (Jaeger), centralized logging (ELK), monitoring (Prometheus/Grafana), CI/CD pipelines for each service. DevOps complexity increases 10x.",
|
|
184
|
-
"totalThoughts": 9,
|
|
185
|
-
"nextThoughtNeeded": true,
|
|
186
|
-
"branches": [],
|
|
187
|
-
"thoughtHistoryLength": 7,
|
|
188
|
-
"sessionContext": {
|
|
189
|
-
"sessionId": "conversation",
|
|
190
|
-
"remainingThoughts": 93
|
|
191
|
-
}
|
|
192
|
-
}
|
|
193
|
-
```
|
|
194
|
-
|
|
195
|
-
---
|
|
196
|
-
|
|
197
|
-
### Thought 8: Team & Timeline
|
|
198
|
-
|
|
199
|
-
**Input:**
|
|
200
|
-
```bash
|
|
201
|
-
/sequential-thinking "Team capacity: 20 developers, no microservices experience. Training needed: 2-3 months. Migration strategy: Can't big-bang (too risky), need strangler pattern. Estimated timeline: 18-24 months for full migration. Business wants results in 6 months. Timeline conflict discovered." thoughtNumber=8 totalThoughts=9 nextThoughtNeeded=true needsMoreThoughts=true
|
|
202
|
-
```
|
|
203
|
-
|
|
204
|
-
**Output:**
|
|
205
|
-
```json
|
|
206
|
-
{
|
|
207
|
-
"thoughtNumber": 8,
|
|
208
|
-
"thoughtContent": "Team capacity: 20 developers, no microservices experience. Training needed: 2-3 months. Migration strategy: Can't big-bang (too risky), need strangler pattern. Estimated timeline: 18-24 months for full migration. Business wants results in 6 months. Timeline conflict discovered.",
|
|
209
|
-
"totalThoughts": 12,
|
|
210
|
-
"nextThoughtNeeded": true,
|
|
211
|
-
"branches": [],
|
|
212
|
-
"thoughtHistoryLength": 8,
|
|
213
|
-
"totalThoughtsAdjusted": true,
|
|
214
|
-
"originalEstimate": 9,
|
|
215
|
-
"sessionContext": {
|
|
216
|
-
"sessionId": "conversation",
|
|
217
|
-
"remainingThoughts": 92
|
|
218
|
-
}
|
|
219
|
-
}
|
|
220
|
-
```
|
|
221
|
-
|
|
222
|
-
---
|
|
223
|
-
|
|
224
|
-
## Phase 3: Alternatives & Decision (Thoughts 9-15)
|
|
225
|
-
|
|
226
|
-
### Thought 9: Alternative Consideration
|
|
227
|
-
|
|
228
|
-
**Input:**
|
|
229
|
-
```bash
|
|
230
|
-
/sequential-thinking "Given complexity, considering alternative: Modular Monolith. Benefits: Maintains ACID transactions, simpler deployment, faster delivery (6 months achievable), team already knows stack. Still achieves: clear boundaries, independent modules, future microservices path. Less complexity upfront." thoughtNumber=9 totalThoughts=12 nextThoughtNeeded=true
|
|
231
|
-
```
|
|
232
|
-
|
|
233
|
-
**Output:**
|
|
234
|
-
```json
|
|
235
|
-
{
|
|
236
|
-
"thoughtNumber": 9,
|
|
237
|
-
"thoughtContent": "Given complexity, considering alternative: Modular Monolith. Benefits: Maintains ACID transactions, simpler deployment, faster delivery (6 months achievable), team already knows stack. Still achieves: clear boundaries, independent modules, future microservices path. Less complexity upfront.",
|
|
238
|
-
"totalThoughts": 12,
|
|
239
|
-
"nextThoughtNeeded": true,
|
|
240
|
-
"branches": [],
|
|
241
|
-
"thoughtHistoryLength": 9,
|
|
242
|
-
"sessionContext": {
|
|
243
|
-
"sessionId": "conversation",
|
|
244
|
-
"remainingThoughts": 91
|
|
245
|
-
}
|
|
246
|
-
}
|
|
247
|
-
```
|
|
248
|
-
|
|
249
|
-
---
|
|
250
|
-
|
|
251
|
-
### Thought 10: Cost Analysis
|
|
252
|
-
|
|
253
|
-
**Input:**
|
|
254
|
-
```bash
|
|
255
|
-
/sequential-thinking "Cost comparison: Microservices migration: $2M (infra + dev time + training + tools) over 24 months. Modular Monolith refactoring: $500K over 6 months. Microservices annual ops cost: $200K/year. Modular monolith ops: $80K/year. 4x cost difference for uncertain benefits." thoughtNumber=10 totalThoughts=12 nextThoughtNeeded=true
|
|
256
|
-
```
|
|
257
|
-
|
|
258
|
-
**Output:**
|
|
259
|
-
```json
|
|
260
|
-
{
|
|
261
|
-
"thoughtNumber": 10,
|
|
262
|
-
"thoughtContent": "Cost comparison: Microservices migration: $2M (infra + dev time + training + tools) over 24 months. Modular Monolith refactoring: $500K over 6 months. Microservices annual ops cost: $200K/year. Modular monolith ops: $80K/year. 4x cost difference for uncertain benefits.",
|
|
263
|
-
"totalThoughts": 12,
|
|
264
|
-
"nextThoughtNeeded": true,
|
|
265
|
-
"branches": [],
|
|
266
|
-
"thoughtHistoryLength": 10,
|
|
267
|
-
"sessionContext": {
|
|
268
|
-
"sessionId": "conversation",
|
|
269
|
-
"remainingThoughts": 90
|
|
270
|
-
}
|
|
271
|
-
}
|
|
272
|
-
```
|
|
273
|
-
|
|
274
|
-
---
|
|
275
|
-
|
|
276
|
-
### Thought 11: Risk Assessment
|
|
277
|
-
|
|
278
|
-
**Input:**
|
|
279
|
-
```bash
|
|
280
|
-
/sequential-thinking "Risk analysis: Microservices risks: Data consistency issues, distributed system complexity, team inexperience, timeline overrun (high probability). Modular Monolith risks: Eventual scaling limits (mitigated by vertical scaling), future microservices migration cost (but only if needed). Modular monolith has lower risk profile." thoughtNumber=11 totalThoughts=12 nextThoughtNeeded=true
|
|
281
|
-
```
|
|
282
|
-
|
|
283
|
-
**Output:**
|
|
284
|
-
```json
|
|
285
|
-
{
|
|
286
|
-
"thoughtNumber": 11,
|
|
287
|
-
"thoughtContent": "Risk analysis: Microservices risks: Data consistency issues, distributed system complexity, team inexperience, timeline overrun (high probability). Modular Monolith risks: Eventual scaling limits (mitigated by vertical scaling), future microservices migration cost (but only if needed). Modular monolith has lower risk profile.",
|
|
288
|
-
"totalThoughts": 12,
|
|
289
|
-
"nextThoughtNeeded": true,
|
|
290
|
-
"branches": [],
|
|
291
|
-
"thoughtHistoryLength": 11,
|
|
292
|
-
"sessionContext": {
|
|
293
|
-
"sessionId": "conversation",
|
|
294
|
-
"remainingThoughts": 89
|
|
295
|
-
}
|
|
296
|
-
}
|
|
297
|
-
```
|
|
298
|
-
|
|
299
|
-
---
|
|
300
|
-
|
|
301
|
-
### Thought 12: Business Value Analysis
|
|
302
|
-
|
|
303
|
-
**Input:**
|
|
304
|
-
```bash
|
|
305
|
-
/sequential-thinking "Business value assessment: Key business need is faster feature delivery (current: 2-week cycle, want: 3-day cycle). Microservices enables: parallel team work, independent deployment. Modular Monolith also enables: clear module boundaries, parallel development, faster CI/CD. Both achieve business goal, but modular monolith delivers sooner." thoughtNumber=12 totalThoughts=12 nextThoughtNeeded=true needsMoreThoughts=true
|
|
306
|
-
```
|
|
307
|
-
|
|
308
|
-
**Output:**
|
|
309
|
-
```json
|
|
310
|
-
{
|
|
311
|
-
"thoughtNumber": 12,
|
|
312
|
-
"thoughtContent": "Business value assessment: Key business need is faster feature delivery (current: 2-week cycle, want: 3-day cycle). Microservices enables: parallel team work, independent deployment. Modular Monolith also enables: clear module boundaries, parallel development, faster CI/CD. Both achieve business goal, but modular monolith delivers sooner.",
|
|
313
|
-
"totalThoughts": 15,
|
|
314
|
-
"nextThoughtNeeded": true,
|
|
315
|
-
"branches": [],
|
|
316
|
-
"thoughtHistoryLength": 12,
|
|
317
|
-
"totalThoughtsAdjusted": true,
|
|
318
|
-
"originalEstimate": 12,
|
|
319
|
-
"sessionContext": {
|
|
320
|
-
"sessionId": "conversation",
|
|
321
|
-
"remainingThoughts": 88
|
|
322
|
-
}
|
|
323
|
-
}
|
|
324
|
-
```
|
|
325
|
-
|
|
326
|
-
---
|
|
327
|
-
|
|
328
|
-
### Thought 13: Recommendation
|
|
329
|
-
|
|
330
|
-
**Input:**
|
|
331
|
-
```bash
|
|
332
|
-
/sequential-thinking "RECOMMENDATION: Start with Modular Monolith refactoring. Rationale: 1) Meets 6-month timeline, 2) 4x cheaper, 3) Lower risk, 4) Achieves business goals, 5) Keeps microservices option for future. Strategy: Refactor into modules now, extract to microservices later IF needed (not all services, just bottlenecks)." thoughtNumber=13 totalThoughts=15 nextThoughtNeeded=true
|
|
333
|
-
```
|
|
334
|
-
|
|
335
|
-
**Output:**
|
|
336
|
-
```json
|
|
337
|
-
{
|
|
338
|
-
"thoughtNumber": 13,
|
|
339
|
-
"thoughtContent": "RECOMMENDATION: Start with Modular Monolith refactoring. Rationale: 1) Meets 6-month timeline, 2) 4x cheaper, 3) Lower risk, 4) Achieves business goals, 5) Keeps microservices option for future. Strategy: Refactor into modules now, extract to microservices later IF needed (not all services, just bottlenecks).",
|
|
340
|
-
"totalThoughts": 15,
|
|
341
|
-
"nextThoughtNeeded": true,
|
|
342
|
-
"branches": [],
|
|
343
|
-
"thoughtHistoryLength": 13,
|
|
344
|
-
"sessionContext": {
|
|
345
|
-
"sessionId": "conversation",
|
|
346
|
-
"remainingThoughts": 87
|
|
347
|
-
}
|
|
348
|
-
}
|
|
349
|
-
```
|
|
350
|
-
|
|
351
|
-
---
|
|
352
|
-
|
|
353
|
-
### Thought 14: Implementation Phases
|
|
354
|
-
|
|
355
|
-
**Input:**
|
|
356
|
-
```bash
|
|
357
|
-
/sequential-thinking "Implementation plan (6 months): Month 1-2: Define module boundaries (DDD), create module interfaces. Month 3-4: Refactor code into modules, introduce dependency rules. Month 5: Extract database per module (shared DB, separate schemas). Month 6: Independent deployable units (still in one repo), module-level CI/CD." thoughtNumber=14 totalThoughts=15 nextThoughtNeeded=true
|
|
358
|
-
```
|
|
359
|
-
|
|
360
|
-
**Output:**
|
|
361
|
-
```json
|
|
362
|
-
{
|
|
363
|
-
"thoughtNumber": 14,
|
|
364
|
-
"thoughtContent": "Implementation plan (6 months): Month 1-2: Define module boundaries (DDD), create module interfaces. Month 3-4: Refactor code into modules, introduce dependency rules. Month 5: Extract database per module (shared DB, separate schemas). Month 6: Independent deployable units (still in one repo), module-level CI/CD.",
|
|
365
|
-
"totalThoughts": 15,
|
|
366
|
-
"nextThoughtNeeded": true,
|
|
367
|
-
"branches": [],
|
|
368
|
-
"thoughtHistoryLength": 14,
|
|
369
|
-
"sessionContext": {
|
|
370
|
-
"sessionId": "conversation",
|
|
371
|
-
"remainingThoughts": 86
|
|
372
|
-
}
|
|
373
|
-
}
|
|
374
|
-
```
|
|
375
|
-
|
|
376
|
-
---
|
|
377
|
-
|
|
378
|
-
### Thought 15: Conclusion & Decision Criteria
|
|
379
|
-
|
|
380
|
-
**Input:**
|
|
381
|
-
```bash
|
|
382
|
-
/sequential-thinking "Conclusion: What started as 3-thought assessment revealed 15 thoughts of complexity. Key learning: Microservices are not inherently better - context matters. Our context (tight data coupling, inexperienced team, 6-month timeline) favors modular monolith. Future decision point: Extract to microservices only if module hits 100+ req/sec or needs independent scaling. Analysis complete." thoughtNumber=15 totalThoughts=15 nextThoughtNeeded=false
|
|
383
|
-
```
|
|
384
|
-
|
|
385
|
-
**Output:**
|
|
386
|
-
```json
|
|
387
|
-
{
|
|
388
|
-
"thoughtNumber": 15,
|
|
389
|
-
"thoughtContent": "Conclusion: What started as 3-thought assessment revealed 15 thoughts of complexity. Key learning: Microservices are not inherently better - context matters. Our context (tight data coupling, inexperienced team, 6-month timeline) favors modular monolith. Future decision point: Extract to microservices only if module hits 100+ req/sec or needs independent scaling. Analysis complete.",
|
|
390
|
-
"totalThoughts": 15,
|
|
391
|
-
"nextThoughtNeeded": false,
|
|
392
|
-
"branches": [],
|
|
393
|
-
"thoughtHistoryLength": 15,
|
|
394
|
-
"status": "complete",
|
|
395
|
-
"sessionContext": {
|
|
396
|
-
"sessionId": "conversation",
|
|
397
|
-
"remainingThoughts": 85,
|
|
398
|
-
"adjustmentsMade": 3
|
|
399
|
-
}
|
|
400
|
-
}
|
|
401
|
-
```
|
|
402
|
-
|
|
403
|
-
---
|
|
404
|
-
|
|
405
|
-
## Depth Evolution Visualization
|
|
406
|
-
|
|
407
|
-
```
|
|
408
|
-
PHASE 1: Simple (3 thoughts planned)
|
|
409
|
-
Thought 1: Problem statement
|
|
410
|
-
Thought 2: Benefits
|
|
411
|
-
Thought 3: 🚨 Complexity discovered! → +3 thoughts
|
|
412
|
-
|
|
413
|
-
PHASE 2: Deep Dive (6→9 thoughts)
|
|
414
|
-
Thought 4: Service boundaries
|
|
415
|
-
Thought 5: 🚨 Data dependencies! → +3 thoughts
|
|
416
|
-
Thought 6: Transactions
|
|
417
|
-
Thought 7: Infrastructure
|
|
418
|
-
Thought 8: 🚨 Timeline conflict! → +3 thoughts
|
|
419
|
-
|
|
420
|
-
PHASE 3: Decision (9→15 thoughts)
|
|
421
|
-
Thought 9: Alternative (modular monolith)
|
|
422
|
-
Thought 10: Cost analysis
|
|
423
|
-
Thought 11: Risk assessment
|
|
424
|
-
Thought 12: 🚨 Need deeper value analysis → +3 thoughts
|
|
425
|
-
Thought 13: Recommendation
|
|
426
|
-
Thought 14: Implementation plan
|
|
427
|
-
Thought 15: Conclusion
|
|
428
|
-
```
|
|
429
|
-
|
|
430
|
-
---
|
|
431
|
-
|
|
432
|
-
## Scope Evolution
|
|
433
|
-
|
|
434
|
-
| Phase | Thoughts | Total | Trigger |
|
|
435
|
-
|-------|----------|-------|---------|
|
|
436
|
-
| Initial | 1-3 | 3 | Started with simple assessment |
|
|
437
|
-
| Expanded 1 | 4-5 | 6 | Discovered data complexity |
|
|
438
|
-
| Expanded 2 | 6-8 | 9 | Found transaction issues |
|
|
439
|
-
| Expanded 3 | 9-12 | 12 | Timeline & cost concerns |
|
|
440
|
-
| Final | 13-15 | 15 | Needed actionable plan |
|
|
441
|
-
|
|
442
|
-
**Total adjustments:** 4× (5x growth from original estimate)
|
|
443
|
-
|
|
444
|
-
---
|
|
445
|
-
|
|
446
|
-
## Analysis
|
|
447
|
-
|
|
448
|
-
### Why Adaptive Depth Worked
|
|
449
|
-
|
|
450
|
-
1. ✅ **Started light**: Don't over-commit initially
|
|
451
|
-
2. ✅ **Responsive to discovery**: Expanded when complexity emerged
|
|
452
|
-
3. ✅ **Natural stopping point**: Complete when decision made
|
|
453
|
-
4. ✅ **Avoided premature conclusion**: Didn't stop at thought #3
|
|
454
|
-
|
|
455
|
-
### Key Decision Points
|
|
456
|
-
|
|
457
|
-
| Thought | Discovery | Response |
|
|
458
|
-
|---------|-----------|----------|
|
|
459
|
-
| #3 | Codebase complexity | +3 thoughts |
|
|
460
|
-
| #5 | Data dependencies | +3 thoughts |
|
|
461
|
-
| #8 | Timeline conflict | +3 thoughts |
|
|
462
|
-
| #12 | Need implementation detail | +3 thoughts |
|
|
463
|
-
|
|
464
|
-
### Outcome
|
|
465
|
-
|
|
466
|
-
**Original plan:** Simple microservices assessment (3 thoughts)
|
|
467
|
-
**Reality:** Complex analysis revealing modular monolith better (15 thoughts)
|
|
468
|
-
**Value:** Saved $1.5M by avoiding premature microservices migration
|
|
469
|
-
|
|
470
|
-
---
|
|
471
|
-
|
|
472
|
-
## When to Use Adaptive Depth
|
|
473
|
-
|
|
474
|
-
### ✅ Use When:
|
|
475
|
-
- Problem scope unclear initially
|
|
476
|
-
- Exploratory analysis
|
|
477
|
-
- First time tackling problem type
|
|
478
|
-
- Unknown unknowns expected
|
|
479
|
-
- Learning as you go
|
|
480
|
-
|
|
481
|
-
### ❌ Don't Use When:
|
|
482
|
-
- Scope is well-defined
|
|
483
|
-
- Time-boxed analysis required
|
|
484
|
-
- Problem is routine/familiar
|
|
485
|
-
- Need quick answer (use linear instead)
|
|
486
|
-
|
|
487
|
-
---
|
|
488
|
-
|
|
489
|
-
## Adaptive Depth Best Practices
|
|
490
|
-
|
|
491
|
-
### Do:
|
|
492
|
-
- ✅ Start with conservative estimate (3-5 thoughts)
|
|
493
|
-
- ✅ Set `needsMoreThoughts=true` when complexity emerges
|
|
494
|
-
- ✅ Add +3 thoughts per extension (not +1 or +10)
|
|
495
|
-
- ✅ Adapt organically to problem complexity
|
|
496
|
-
- ✅ Keep exploring until clarity achieved
|
|
497
|
-
|
|
498
|
-
### Don't:
|
|
499
|
-
- ❌ Over-commit initially (don't start with totalThoughts=20)
|
|
500
|
-
- ❌ Under-commit stubbornly (expand when needed)
|
|
501
|
-
- ❌ Stop prematurely (3 thoughts rarely enough for complex problems)
|
|
502
|
-
- ❌ Expand endlessly (watch for diminishing returns)
|
|
503
|
-
|
|
504
|
-
---
|
|
505
|
-
|
|
506
|
-
## Pattern Comparison
|
|
507
|
-
|
|
508
|
-
| Pattern | Thoughts | Adjustments | Best For |
|
|
509
|
-
|---------|----------|-------------|----------|
|
|
510
|
-
| Linear | 5-8 | 0 | Clear path |
|
|
511
|
-
| Revision | 8-12 | 0 (but revises) | Wrong assumptions |
|
|
512
|
-
| Branching | 10-15 | 0 | Compare options |
|
|
513
|
-
| **Adaptive** | **5-20** | **3-5** | **Unknown scope** |
|
|
514
|
-
|
|
515
|
-
**Unique trait:** Adaptive depth is the only pattern that grows dynamically based on discoveries.
|
|
516
|
-
|
|
517
|
-
---
|
|
518
|
-
|
|
519
|
-
## Key Takeaways
|
|
520
|
-
|
|
521
|
-
1. **Don't over-commit early** - Start small, grow as needed
|
|
522
|
-
2. **Complexity reveals itself** - Can't predict upfront
|
|
523
|
-
3. **3-5 thoughts per extension** - Sustainable growth
|
|
524
|
-
4. **Stop when clarity emerges** - Not when estimate reached
|
|
525
|
-
5. **Initial estimate was 3, reality was 15** - 5x growth is normal for complex problems
|
|
526
|
-
|
|
527
|
-
### Lessons Learned
|
|
528
|
-
|
|
529
|
-
**Before adaptive thinking:**
|
|
530
|
-
> "Simple assessment: microservices vs monolith (3 thoughts)"
|
|
531
|
-
|
|
532
|
-
**After adaptive thinking:**
|
|
533
|
-
> "Complex analysis revealing: modular monolith better for our context (15 thoughts, $1.5M saved)"
|
|
534
|
-
|
|
535
|
-
**Value:** Adaptive depth prevented expensive mistake.
|
|
536
|
-
|
|
537
|
-
---
|
|
538
|
-
|
|
539
|
-
**For other patterns:**
|
|
540
|
-
- [linear-reasoning.md](linear-reasoning.md) - Straightforward analysis
|
|
541
|
-
- [revision-pattern.md](revision-pattern.md) - Correcting assumptions
|
|
542
|
-
- [branching-exploration.md](branching-exploration.md) - Multiple approaches
|
|
21
|
+
Adaptive depth follows discovered scope; it does not reward longer output.
|