@codemcp/workflows 5.3.0 → 6.0.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/README.md +91 -0
- package/package.json +78 -17
- package/packages/cli/dist/chunk-R5U7XKVJ.js +16 -0
- package/packages/cli/dist/chunk-RTDQR2KY.js +6718 -0
- package/packages/cli/dist/cli-CZ4FMSWR.js +1421 -0
- package/packages/cli/dist/dist-KZOA4GL5.js +65 -0
- package/packages/cli/dist/dist-UGVUJIDN.js +14475 -0
- package/packages/cli/dist/index.js +21 -0
- package/packages/cli/package.json +28 -0
- package/packages/cli/resources/agents/architect.yaml +61 -0
- package/packages/cli/resources/agents/business-analyst.yaml +60 -0
- package/packages/cli/resources/agents/developer.yaml +61 -0
- package/packages/cli/resources/templates/architecture/arc42/arc42-template-EN.md +1077 -0
- package/packages/cli/resources/templates/architecture/arc42/images/01_2_iso-25010-topics-EN.drawio-2023.png +0 -0
- package/packages/cli/resources/templates/architecture/arc42/images/01_2_iso-25010-topics-EN.drawio.png +0 -0
- package/packages/cli/resources/templates/architecture/arc42/images/05_building_blocks-EN.png +0 -0
- package/packages/cli/resources/templates/architecture/arc42/images/08-concepts-EN.drawio.png +0 -0
- package/packages/cli/resources/templates/architecture/arc42/images/arc42-logo.png +0 -0
- package/packages/cli/resources/templates/architecture/c4.md +224 -0
- package/packages/cli/resources/templates/architecture/freestyle.md +53 -0
- package/packages/cli/resources/templates/architecture/game.md +250 -0
- package/packages/cli/resources/templates/architecture/none.md +17 -0
- package/packages/cli/resources/templates/design/comprehensive.md +207 -0
- package/packages/cli/resources/templates/design/freestyle.md +37 -0
- package/packages/cli/resources/templates/design/game.md +66 -0
- package/packages/cli/resources/templates/design/none.md +17 -0
- package/packages/cli/resources/templates/requirements/ears.md +90 -0
- package/packages/cli/resources/templates/requirements/freestyle.md +42 -0
- package/packages/cli/resources/templates/requirements/game.md +162 -0
- package/packages/cli/resources/templates/requirements/none.md +17 -0
- package/packages/cli/resources/templates/skills/POWER.md +23 -0
- package/packages/cli/resources/templates/skills/SKILL.md +19 -0
- package/packages/cli/resources/workflows/adr.yaml +157 -0
- package/packages/cli/resources/workflows/big-bang-conversion.yaml +592 -0
- package/packages/cli/resources/workflows/boundary-testing.yaml +376 -0
- package/packages/cli/resources/workflows/bugfix.yaml +177 -0
- package/packages/cli/resources/workflows/business-analysis.yaml +597 -0
- package/packages/cli/resources/workflows/c4-analysis.yaml +471 -0
- package/packages/cli/resources/workflows/epcc.yaml +183 -0
- package/packages/cli/resources/workflows/game-beginner.yaml +434 -0
- package/packages/cli/resources/workflows/greenfield.yaml +201 -0
- package/packages/cli/resources/workflows/minor.yaml +138 -0
- package/packages/cli/resources/workflows/posts.yaml +193 -0
- package/packages/cli/resources/workflows/sdd-bugfix-crowd.yaml +608 -0
- package/packages/cli/resources/workflows/sdd-bugfix.yaml +381 -0
- package/packages/cli/resources/workflows/sdd-feature-crowd.yaml +713 -0
- package/packages/cli/resources/workflows/sdd-feature.yaml +471 -0
- package/packages/cli/resources/workflows/sdd-greenfield-crowd.yaml +336 -0
- package/packages/cli/resources/workflows/sdd-greenfield.yaml +463 -0
- package/packages/cli/resources/workflows/slides.yaml +237 -0
- package/packages/cli/resources/workflows/tdd.yaml +160 -0
- package/packages/cli/resources/workflows/waterfall.yaml +209 -0
- package/packages/core/dist/beads-integration.d.ts +50 -0
- package/packages/core/dist/beads-integration.js +387 -0
- package/packages/core/dist/beads-integration.js.map +1 -0
- package/packages/core/dist/beads-state-manager.d.ts +58 -0
- package/packages/core/dist/beads-state-manager.js +212 -0
- package/packages/core/dist/beads-state-manager.js.map +1 -0
- package/packages/core/dist/config-manager.d.ts +24 -0
- package/packages/core/dist/config-manager.js +68 -0
- package/packages/core/dist/config-manager.js.map +1 -0
- package/packages/core/dist/conversation-manager.d.ts +98 -0
- package/packages/core/dist/conversation-manager.js +382 -0
- package/packages/core/dist/conversation-manager.js.map +1 -0
- package/packages/core/dist/file-detection-manager.d.ts +53 -0
- package/packages/core/dist/file-detection-manager.js +221 -0
- package/packages/core/dist/file-detection-manager.js.map +1 -0
- package/packages/core/dist/file-storage.d.ts +93 -0
- package/packages/core/dist/file-storage.js +301 -0
- package/packages/core/dist/file-storage.js.map +1 -0
- package/packages/core/dist/git-manager.d.ts +22 -0
- package/packages/core/dist/git-manager.js +123 -0
- package/packages/core/dist/git-manager.js.map +1 -0
- package/packages/core/dist/index.d.ts +24 -0
- package/packages/core/dist/index.js +31 -0
- package/packages/core/dist/index.js.map +1 -0
- package/packages/core/dist/instruction-generator.d.ts +40 -0
- package/packages/core/dist/instruction-generator.js +89 -0
- package/packages/core/dist/instruction-generator.js.map +1 -0
- package/packages/core/dist/interaction-logger.d.ts +37 -0
- package/packages/core/dist/interaction-logger.js +87 -0
- package/packages/core/dist/interaction-logger.js.map +1 -0
- package/packages/core/dist/interfaces/index.d.ts +9 -0
- package/packages/core/dist/interfaces/index.js +10 -0
- package/packages/core/dist/interfaces/index.js.map +1 -0
- package/packages/core/dist/interfaces/instruction-generator.interface.d.ts +41 -0
- package/packages/core/dist/interfaces/instruction-generator.interface.js +8 -0
- package/packages/core/dist/interfaces/instruction-generator.interface.js.map +1 -0
- package/packages/core/dist/interfaces/plan-manager.interface.d.ts +55 -0
- package/packages/core/dist/interfaces/plan-manager.interface.js +8 -0
- package/packages/core/dist/interfaces/plan-manager.interface.js.map +1 -0
- package/packages/core/dist/interfaces/task-backend-client.interface.d.ts +52 -0
- package/packages/core/dist/interfaces/task-backend-client.interface.js +8 -0
- package/packages/core/dist/interfaces/task-backend-client.interface.js.map +1 -0
- package/packages/core/dist/logger.d.ts +64 -0
- package/packages/core/dist/logger.js +283 -0
- package/packages/core/dist/logger.js.map +1 -0
- package/packages/core/dist/path-validation-utils.d.ts +75 -0
- package/packages/core/dist/path-validation-utils.js +238 -0
- package/packages/core/dist/path-validation-utils.js.map +1 -0
- package/packages/core/dist/persistence-interface.d.ts +91 -0
- package/packages/core/dist/persistence-interface.js +9 -0
- package/packages/core/dist/persistence-interface.js.map +1 -0
- package/{dist/components/beads/beads-plan-manager.d.ts → packages/core/dist/plan-manager.d.ts} +15 -15
- package/{dist/components/beads/beads-plan-manager.js → packages/core/dist/plan-manager.js} +66 -50
- package/packages/core/dist/plan-manager.js.map +1 -0
- package/packages/core/dist/project-docs-manager.d.ts +119 -0
- package/packages/core/dist/project-docs-manager.js +366 -0
- package/packages/core/dist/project-docs-manager.js.map +1 -0
- package/packages/core/dist/state-machine-loader.d.ts +61 -0
- package/packages/core/dist/state-machine-loader.js +273 -0
- package/packages/core/dist/state-machine-loader.js.map +1 -0
- package/packages/core/dist/state-machine-types.d.ts +64 -0
- package/packages/core/dist/state-machine-types.js +7 -0
- package/packages/core/dist/state-machine-types.js.map +1 -0
- package/packages/core/dist/state-machine.d.ts +52 -0
- package/packages/core/dist/state-machine.js +256 -0
- package/packages/core/dist/state-machine.js.map +1 -0
- package/packages/core/dist/system-prompt-generator.d.ts +14 -0
- package/packages/core/dist/system-prompt-generator.js +42 -0
- package/packages/core/dist/system-prompt-generator.js.map +1 -0
- package/packages/core/dist/task-backend.d.ts +45 -0
- package/packages/core/dist/task-backend.js +176 -0
- package/packages/core/dist/task-backend.js.map +1 -0
- package/packages/core/dist/template-manager.d.ts +61 -0
- package/packages/core/dist/template-manager.js +231 -0
- package/packages/core/dist/template-manager.js.map +1 -0
- package/packages/core/dist/transition-engine.d.ts +77 -0
- package/packages/core/dist/transition-engine.js +244 -0
- package/packages/core/dist/transition-engine.js.map +1 -0
- package/packages/core/dist/types.d.ts +54 -0
- package/packages/core/dist/types.js +5 -0
- package/packages/core/dist/workflow-manager.d.ts +89 -0
- package/packages/core/dist/workflow-manager.js +468 -0
- package/packages/core/dist/workflow-manager.js.map +1 -0
- package/packages/core/package.json +33 -0
- package/packages/core/resources/agents/architect.yaml +61 -0
- package/packages/core/resources/agents/business-analyst.yaml +60 -0
- package/packages/core/resources/agents/developer.yaml +61 -0
- package/packages/core/resources/templates/architecture/arc42/arc42-template-EN.md +1077 -0
- package/packages/core/resources/templates/architecture/arc42/images/01_2_iso-25010-topics-EN.drawio-2023.png +0 -0
- package/packages/core/resources/templates/architecture/arc42/images/01_2_iso-25010-topics-EN.drawio.png +0 -0
- package/packages/core/resources/templates/architecture/arc42/images/05_building_blocks-EN.png +0 -0
- package/packages/core/resources/templates/architecture/arc42/images/08-concepts-EN.drawio.png +0 -0
- package/packages/core/resources/templates/architecture/arc42/images/arc42-logo.png +0 -0
- package/packages/core/resources/templates/architecture/c4.md +224 -0
- package/packages/core/resources/templates/architecture/freestyle.md +53 -0
- package/packages/core/resources/templates/architecture/game.md +250 -0
- package/packages/core/resources/templates/architecture/none.md +17 -0
- package/packages/core/resources/templates/design/comprehensive.md +207 -0
- package/packages/core/resources/templates/design/freestyle.md +37 -0
- package/packages/core/resources/templates/design/game.md +66 -0
- package/packages/core/resources/templates/design/none.md +17 -0
- package/packages/core/resources/templates/requirements/ears.md +90 -0
- package/packages/core/resources/templates/requirements/freestyle.md +42 -0
- package/packages/core/resources/templates/requirements/game.md +162 -0
- package/packages/core/resources/templates/requirements/none.md +17 -0
- package/packages/core/resources/templates/skills/POWER.md +23 -0
- package/packages/core/resources/templates/skills/SKILL.md +19 -0
- package/packages/core/resources/workflows/adr.yaml +157 -0
- package/packages/core/resources/workflows/big-bang-conversion.yaml +592 -0
- package/packages/core/resources/workflows/boundary-testing.yaml +376 -0
- package/packages/core/resources/workflows/bugfix.yaml +177 -0
- package/packages/core/resources/workflows/business-analysis.yaml +597 -0
- package/packages/core/resources/workflows/c4-analysis.yaml +471 -0
- package/packages/core/resources/workflows/epcc.yaml +183 -0
- package/packages/core/resources/workflows/game-beginner.yaml +434 -0
- package/packages/core/resources/workflows/greenfield.yaml +201 -0
- package/packages/core/resources/workflows/minor.yaml +138 -0
- package/packages/core/resources/workflows/posts.yaml +193 -0
- package/packages/core/resources/workflows/sdd-bugfix-crowd.yaml +608 -0
- package/packages/core/resources/workflows/sdd-bugfix.yaml +381 -0
- package/packages/core/resources/workflows/sdd-feature-crowd.yaml +713 -0
- package/packages/core/resources/workflows/sdd-feature.yaml +471 -0
- package/packages/core/resources/workflows/sdd-greenfield-crowd.yaml +336 -0
- package/packages/core/resources/workflows/sdd-greenfield.yaml +463 -0
- package/packages/core/resources/workflows/slides.yaml +237 -0
- package/packages/core/resources/workflows/tdd.yaml +160 -0
- package/packages/core/resources/workflows/waterfall.yaml +209 -0
- package/packages/docs/.vitepress/dist/.gitignore +2 -0
- package/packages/docs/.vitepress/dist/404.html +23 -0
- package/packages/docs/.vitepress/dist/assets/app.Dz3lZH3M.js +1 -0
- package/packages/docs/.vitepress/dist/assets/chunks/framework.DZS7lpav.js +19 -0
- package/packages/docs/.vitepress/dist/assets/chunks/theme.q5Ewb3F1.js +206 -0
- package/packages/docs/.vitepress/dist/assets/dev_ARCHITECTURE.md.da_vFDwM.js +130 -0
- package/packages/docs/.vitepress/dist/assets/dev_ARCHITECTURE.md.da_vFDwM.lean.js +1 -0
- package/packages/docs/.vitepress/dist/assets/dev_DEVELOPMENT.md.DWl9cccE.js +72 -0
- package/packages/docs/.vitepress/dist/assets/dev_DEVELOPMENT.md.DWl9cccE.lean.js +1 -0
- package/packages/docs/.vitepress/dist/assets/dev_LOGGING.md.BebvbW7z.js +34 -0
- package/packages/docs/.vitepress/dist/assets/dev_LOGGING.md.BebvbW7z.lean.js +1 -0
- package/packages/docs/.vitepress/dist/assets/dev_PUBLISHING.md.CQqbiIOF.js +1 -0
- package/packages/docs/.vitepress/dist/assets/dev_PUBLISHING.md.CQqbiIOF.lean.js +1 -0
- package/packages/docs/.vitepress/dist/assets/index.md.D6ROLohf.js +2 -0
- package/packages/docs/.vitepress/dist/assets/index.md.D6ROLohf.lean.js +1 -0
- package/packages/docs/.vitepress/dist/assets/inter-italic-cyrillic-ext.r48I6akx.woff2 +0 -0
- package/packages/docs/.vitepress/dist/assets/inter-italic-cyrillic.By2_1cv3.woff2 +0 -0
- package/packages/docs/.vitepress/dist/assets/inter-italic-greek-ext.1u6EdAuj.woff2 +0 -0
- package/packages/docs/.vitepress/dist/assets/inter-italic-greek.DJ8dCoTZ.woff2 +0 -0
- package/packages/docs/.vitepress/dist/assets/inter-italic-latin-ext.CN1xVJS-.woff2 +0 -0
- package/packages/docs/.vitepress/dist/assets/inter-italic-latin.C2AdPX0b.woff2 +0 -0
- package/packages/docs/.vitepress/dist/assets/inter-italic-vietnamese.BSbpV94h.woff2 +0 -0
- package/packages/docs/.vitepress/dist/assets/inter-roman-cyrillic-ext.BBPuwvHQ.woff2 +0 -0
- package/packages/docs/.vitepress/dist/assets/inter-roman-cyrillic.C5lxZ8CY.woff2 +0 -0
- package/packages/docs/.vitepress/dist/assets/inter-roman-greek-ext.CqjqNYQ-.woff2 +0 -0
- package/packages/docs/.vitepress/dist/assets/inter-roman-greek.BBVDIX6e.woff2 +0 -0
- package/packages/docs/.vitepress/dist/assets/inter-roman-latin-ext.4ZJIpNVo.woff2 +0 -0
- package/packages/docs/.vitepress/dist/assets/inter-roman-latin.Di8DUHzh.woff2 +0 -0
- package/packages/docs/.vitepress/dist/assets/inter-roman-vietnamese.BjW4sHH5.woff2 +0 -0
- package/packages/docs/.vitepress/dist/assets/mcp-interaction-pattern.VdvOPuTt.png +0 -0
- package/packages/docs/.vitepress/dist/assets/placeholder-demo-greenfield.B8lG_tBI.png +0 -0
- package/packages/docs/.vitepress/dist/assets/style.CAgdBzOq.css +1 -0
- package/packages/docs/.vitepress/dist/assets/user_advanced-engineering.md.MkETYNtq.js +50 -0
- package/packages/docs/.vitepress/dist/assets/user_advanced-engineering.md.MkETYNtq.lean.js +1 -0
- package/packages/docs/.vitepress/dist/assets/user_agent-setup.md.B54OLL2H.js +24 -0
- package/packages/docs/.vitepress/dist/assets/user_agent-setup.md.B54OLL2H.lean.js +1 -0
- package/packages/docs/.vitepress/dist/assets/user_beads-integration.md.BzdR5Fif.js +15 -0
- package/packages/docs/.vitepress/dist/assets/user_beads-integration.md.BzdR5Fif.lean.js +1 -0
- package/packages/docs/.vitepress/dist/assets/user_crowd-mcp-integration.md.C15kSdIJ.js +157 -0
- package/packages/docs/.vitepress/dist/assets/user_crowd-mcp-integration.md.C15kSdIJ.lean.js +1 -0
- package/packages/docs/.vitepress/dist/assets/user_custom-workflows.md.Cz4IYCXa.js +143 -0
- package/packages/docs/.vitepress/dist/assets/user_custom-workflows.md.Cz4IYCXa.lean.js +1 -0
- package/packages/docs/.vitepress/dist/assets/user_git-commit-feature.md.UcTvDR-O.js +1 -0
- package/packages/docs/.vitepress/dist/assets/user_git-commit-feature.md.UcTvDR-O.lean.js +1 -0
- package/packages/docs/.vitepress/dist/assets/user_how-it-works.md.DiOXNgaL.js +23 -0
- package/packages/docs/.vitepress/dist/assets/user_how-it-works.md.DiOXNgaL.lean.js +1 -0
- package/packages/docs/.vitepress/dist/assets/user_long-term-memory.md.DZh0tjNa.js +43 -0
- package/packages/docs/.vitepress/dist/assets/user_long-term-memory.md.DZh0tjNa.lean.js +1 -0
- package/packages/docs/.vitepress/dist/assets/user_packaged-workflows.md.s1HT89ZU.js +2 -0
- package/packages/docs/.vitepress/dist/assets/user_packaged-workflows.md.s1HT89ZU.lean.js +1 -0
- package/packages/docs/.vitepress/dist/assets/user_tutorial.md.Dmj8zLB2.js +3 -0
- package/packages/docs/.vitepress/dist/assets/user_tutorial.md.Dmj8zLB2.lean.js +1 -0
- package/packages/docs/.vitepress/dist/assets/user_workflow-selection.md.CrPGw9Hr.js +7 -0
- package/packages/docs/.vitepress/dist/assets/user_workflow-selection.md.CrPGw9Hr.lean.js +1 -0
- package/packages/docs/.vitepress/dist/assets/workflows.md.Bm5sGt3u.js +1 -0
- package/packages/docs/.vitepress/dist/assets/workflows.md.Bm5sGt3u.lean.js +1 -0
- package/packages/docs/.vitepress/dist/assets/workflows_adr.md.DEaXkbRp.js +1 -0
- package/packages/docs/.vitepress/dist/assets/workflows_adr.md.DEaXkbRp.lean.js +1 -0
- package/packages/docs/.vitepress/dist/assets/workflows_big-bang-conversion.md.BA5R1LxZ.js +1 -0
- package/packages/docs/.vitepress/dist/assets/workflows_big-bang-conversion.md.BA5R1LxZ.lean.js +1 -0
- package/packages/docs/.vitepress/dist/assets/workflows_boundary-testing.md.DBcYnMhx.js +1 -0
- package/packages/docs/.vitepress/dist/assets/workflows_boundary-testing.md.DBcYnMhx.lean.js +1 -0
- package/packages/docs/.vitepress/dist/assets/workflows_bugfix.md.CZRCL0Hp.js +1 -0
- package/packages/docs/.vitepress/dist/assets/workflows_bugfix.md.CZRCL0Hp.lean.js +1 -0
- package/packages/docs/.vitepress/dist/assets/workflows_business-analysis.md.fGLml8Hw.js +1 -0
- package/packages/docs/.vitepress/dist/assets/workflows_business-analysis.md.fGLml8Hw.lean.js +1 -0
- package/packages/docs/.vitepress/dist/assets/workflows_c4-analysis.md.Dnssqzuf.js +1 -0
- package/packages/docs/.vitepress/dist/assets/workflows_c4-analysis.md.Dnssqzuf.lean.js +1 -0
- package/packages/docs/.vitepress/dist/assets/workflows_epcc.md.M6DnIhpp.js +1 -0
- package/packages/docs/.vitepress/dist/assets/workflows_epcc.md.M6DnIhpp.lean.js +1 -0
- package/packages/docs/.vitepress/dist/assets/workflows_game-beginner.md.CNxzWLtd.js +1 -0
- package/packages/docs/.vitepress/dist/assets/workflows_game-beginner.md.CNxzWLtd.lean.js +1 -0
- package/packages/docs/.vitepress/dist/assets/workflows_greenfield.md.vx_g-WOe.js +1 -0
- package/packages/docs/.vitepress/dist/assets/workflows_greenfield.md.vx_g-WOe.lean.js +1 -0
- package/packages/docs/.vitepress/dist/assets/workflows_minor.md.DdnfwMf4.js +1 -0
- package/packages/docs/.vitepress/dist/assets/workflows_minor.md.DdnfwMf4.lean.js +1 -0
- package/packages/docs/.vitepress/dist/assets/workflows_posts.md.SOldXvq7.js +1 -0
- package/packages/docs/.vitepress/dist/assets/workflows_posts.md.SOldXvq7.lean.js +1 -0
- package/packages/docs/.vitepress/dist/assets/workflows_sdd-bugfix-crowd.md.-lSf42gJ.js +1 -0
- package/packages/docs/.vitepress/dist/assets/workflows_sdd-bugfix-crowd.md.-lSf42gJ.lean.js +1 -0
- package/packages/docs/.vitepress/dist/assets/workflows_sdd-bugfix.md.oRAsEVbc.js +1 -0
- package/packages/docs/.vitepress/dist/assets/workflows_sdd-bugfix.md.oRAsEVbc.lean.js +1 -0
- package/packages/docs/.vitepress/dist/assets/workflows_sdd-feature-crowd.md.DAtnfCAd.js +1 -0
- package/packages/docs/.vitepress/dist/assets/workflows_sdd-feature-crowd.md.DAtnfCAd.lean.js +1 -0
- package/packages/docs/.vitepress/dist/assets/workflows_sdd-feature.md.Ce3-H_g3.js +1 -0
- package/packages/docs/.vitepress/dist/assets/workflows_sdd-feature.md.Ce3-H_g3.lean.js +1 -0
- package/packages/docs/.vitepress/dist/assets/workflows_sdd-greenfield-crowd.md.8DUvcmLe.js +1 -0
- package/packages/docs/.vitepress/dist/assets/workflows_sdd-greenfield-crowd.md.8DUvcmLe.lean.js +1 -0
- package/packages/docs/.vitepress/dist/assets/workflows_sdd-greenfield.md.eEN6U0J4.js +1 -0
- package/packages/docs/.vitepress/dist/assets/workflows_sdd-greenfield.md.eEN6U0J4.lean.js +1 -0
- package/packages/docs/.vitepress/dist/assets/workflows_slides.md.Cqt-19_1.js +1 -0
- package/packages/docs/.vitepress/dist/assets/workflows_slides.md.Cqt-19_1.lean.js +1 -0
- package/packages/docs/.vitepress/dist/assets/workflows_tdd.md.BjVC69tu.js +1 -0
- package/packages/docs/.vitepress/dist/assets/workflows_tdd.md.BjVC69tu.lean.js +1 -0
- package/packages/docs/.vitepress/dist/assets/workflows_waterfall.md.CL6jTZP9.js +1 -0
- package/packages/docs/.vitepress/dist/assets/workflows_waterfall.md.CL6jTZP9.lean.js +1 -0
- package/packages/docs/.vitepress/dist/dev/ARCHITECTURE.html +155 -0
- package/packages/docs/.vitepress/dist/dev/DEVELOPMENT.html +97 -0
- package/packages/docs/.vitepress/dist/dev/LOGGING.html +59 -0
- package/packages/docs/.vitepress/dist/dev/PUBLISHING.html +30 -0
- package/packages/docs/.vitepress/dist/hashmap.json +1 -0
- package/packages/docs/.vitepress/dist/index.html +27 -0
- package/packages/docs/.vitepress/dist/user/advanced-engineering.html +75 -0
- package/packages/docs/.vitepress/dist/user/agent-setup.html +49 -0
- package/packages/docs/.vitepress/dist/user/beads-integration.html +40 -0
- package/packages/docs/.vitepress/dist/user/crowd-mcp-integration.html +182 -0
- package/packages/docs/.vitepress/dist/user/custom-workflows.html +168 -0
- package/packages/docs/.vitepress/dist/user/git-commit-feature.html +30 -0
- package/packages/docs/.vitepress/dist/user/how-it-works.html +48 -0
- package/packages/docs/.vitepress/dist/user/long-term-memory.html +68 -0
- package/packages/docs/.vitepress/dist/user/packaged-workflows.html +27 -0
- package/packages/docs/.vitepress/dist/user/tutorial.html +28 -0
- package/packages/docs/.vitepress/dist/user/workflow-selection.html +32 -0
- package/packages/docs/.vitepress/dist/vp-icons.css +0 -0
- package/packages/docs/.vitepress/dist/workflows/adr.html +26 -0
- package/packages/docs/.vitepress/dist/workflows/adr.yaml +157 -0
- package/packages/docs/.vitepress/dist/workflows/big-bang-conversion.html +26 -0
- package/packages/docs/.vitepress/dist/workflows/big-bang-conversion.yaml +592 -0
- package/packages/docs/.vitepress/dist/workflows/boundary-testing.html +26 -0
- package/packages/docs/.vitepress/dist/workflows/boundary-testing.yaml +376 -0
- package/packages/docs/.vitepress/dist/workflows/bugfix.html +26 -0
- package/packages/docs/.vitepress/dist/workflows/bugfix.yaml +177 -0
- package/packages/docs/.vitepress/dist/workflows/business-analysis.html +26 -0
- package/packages/docs/.vitepress/dist/workflows/business-analysis.yaml +597 -0
- package/packages/docs/.vitepress/dist/workflows/c4-analysis.html +26 -0
- package/packages/docs/.vitepress/dist/workflows/c4-analysis.yaml +471 -0
- package/packages/docs/.vitepress/dist/workflows/epcc.html +26 -0
- package/packages/docs/.vitepress/dist/workflows/epcc.yaml +183 -0
- package/packages/docs/.vitepress/dist/workflows/game-beginner.html +26 -0
- package/packages/docs/.vitepress/dist/workflows/game-beginner.yaml +434 -0
- package/packages/docs/.vitepress/dist/workflows/greenfield.html +26 -0
- package/packages/docs/.vitepress/dist/workflows/greenfield.yaml +201 -0
- package/packages/docs/.vitepress/dist/workflows/minor.html +26 -0
- package/packages/docs/.vitepress/dist/workflows/minor.yaml +138 -0
- package/packages/docs/.vitepress/dist/workflows/posts.html +26 -0
- package/packages/docs/.vitepress/dist/workflows/posts.yaml +193 -0
- package/packages/docs/.vitepress/dist/workflows/sdd-bugfix-crowd.html +26 -0
- package/packages/docs/.vitepress/dist/workflows/sdd-bugfix-crowd.yaml +608 -0
- package/packages/docs/.vitepress/dist/workflows/sdd-bugfix.html +26 -0
- package/packages/docs/.vitepress/dist/workflows/sdd-bugfix.yaml +381 -0
- package/packages/docs/.vitepress/dist/workflows/sdd-feature-crowd.html +26 -0
- package/packages/docs/.vitepress/dist/workflows/sdd-feature-crowd.yaml +713 -0
- package/packages/docs/.vitepress/dist/workflows/sdd-feature.html +26 -0
- package/packages/docs/.vitepress/dist/workflows/sdd-feature.yaml +471 -0
- package/packages/docs/.vitepress/dist/workflows/sdd-greenfield-crowd.html +26 -0
- package/packages/docs/.vitepress/dist/workflows/sdd-greenfield-crowd.yaml +336 -0
- package/packages/docs/.vitepress/dist/workflows/sdd-greenfield.html +26 -0
- package/packages/docs/.vitepress/dist/workflows/sdd-greenfield.yaml +463 -0
- package/packages/docs/.vitepress/dist/workflows/slides.html +26 -0
- package/packages/docs/.vitepress/dist/workflows/slides.yaml +237 -0
- package/packages/docs/.vitepress/dist/workflows/tdd.html +26 -0
- package/packages/docs/.vitepress/dist/workflows/tdd.yaml +160 -0
- package/packages/docs/.vitepress/dist/workflows/waterfall.html +26 -0
- package/packages/docs/.vitepress/dist/workflows/waterfall.yaml +209 -0
- package/packages/docs/.vitepress/dist/workflows.html +26 -0
- package/packages/docs/package.json +32 -0
- package/packages/mcp-server/dist/index.js +10546 -0
- package/packages/mcp-server/package.json +41 -0
- package/packages/mcp-server/resources/agents/architect.yaml +61 -0
- package/packages/mcp-server/resources/agents/business-analyst.yaml +60 -0
- package/packages/mcp-server/resources/agents/developer.yaml +61 -0
- package/packages/mcp-server/resources/templates/architecture/arc42/arc42-template-EN.md +1077 -0
- package/packages/mcp-server/resources/templates/architecture/arc42/images/01_2_iso-25010-topics-EN.drawio-2023.png +0 -0
- package/packages/mcp-server/resources/templates/architecture/arc42/images/01_2_iso-25010-topics-EN.drawio.png +0 -0
- package/packages/mcp-server/resources/templates/architecture/arc42/images/05_building_blocks-EN.png +0 -0
- package/packages/mcp-server/resources/templates/architecture/arc42/images/08-concepts-EN.drawio.png +0 -0
- package/packages/mcp-server/resources/templates/architecture/arc42/images/arc42-logo.png +0 -0
- package/packages/mcp-server/resources/templates/architecture/c4.md +224 -0
- package/packages/mcp-server/resources/templates/architecture/freestyle.md +53 -0
- package/packages/mcp-server/resources/templates/architecture/game.md +250 -0
- package/packages/mcp-server/resources/templates/architecture/none.md +17 -0
- package/packages/mcp-server/resources/templates/design/comprehensive.md +207 -0
- package/packages/mcp-server/resources/templates/design/freestyle.md +37 -0
- package/packages/mcp-server/resources/templates/design/game.md +66 -0
- package/packages/mcp-server/resources/templates/design/none.md +17 -0
- package/packages/mcp-server/resources/templates/requirements/ears.md +90 -0
- package/packages/mcp-server/resources/templates/requirements/freestyle.md +42 -0
- package/packages/mcp-server/resources/templates/requirements/game.md +162 -0
- package/packages/mcp-server/resources/templates/requirements/none.md +17 -0
- package/packages/mcp-server/resources/templates/skills/POWER.md +23 -0
- package/packages/mcp-server/resources/templates/skills/SKILL.md +19 -0
- package/packages/mcp-server/resources/workflows/adr.yaml +157 -0
- package/packages/mcp-server/resources/workflows/big-bang-conversion.yaml +592 -0
- package/packages/mcp-server/resources/workflows/boundary-testing.yaml +376 -0
- package/packages/mcp-server/resources/workflows/bugfix.yaml +177 -0
- package/packages/mcp-server/resources/workflows/business-analysis.yaml +597 -0
- package/packages/mcp-server/resources/workflows/c4-analysis.yaml +471 -0
- package/packages/mcp-server/resources/workflows/epcc.yaml +183 -0
- package/packages/mcp-server/resources/workflows/game-beginner.yaml +434 -0
- package/packages/mcp-server/resources/workflows/greenfield.yaml +201 -0
- package/packages/mcp-server/resources/workflows/minor.yaml +138 -0
- package/packages/mcp-server/resources/workflows/posts.yaml +193 -0
- package/packages/mcp-server/resources/workflows/sdd-bugfix-crowd.yaml +608 -0
- package/packages/mcp-server/resources/workflows/sdd-bugfix.yaml +381 -0
- package/packages/mcp-server/resources/workflows/sdd-feature-crowd.yaml +713 -0
- package/packages/mcp-server/resources/workflows/sdd-feature.yaml +471 -0
- package/packages/mcp-server/resources/workflows/sdd-greenfield-crowd.yaml +336 -0
- package/packages/mcp-server/resources/workflows/sdd-greenfield.yaml +463 -0
- package/packages/mcp-server/resources/workflows/slides.yaml +237 -0
- package/packages/mcp-server/resources/workflows/tdd.yaml +160 -0
- package/packages/mcp-server/resources/workflows/waterfall.yaml +209 -0
- package/packages/visualizer/dist/WorkflowVisualizer.vue +1147 -0
- package/packages/visualizer/dist/index.ts +17 -0
- package/packages/visualizer/dist/main.ts +673 -0
- package/packages/visualizer/dist/services/BundledWorkflows.ts +35 -0
- package/packages/visualizer/dist/services/FileUploadHandler.ts +166 -0
- package/packages/visualizer/dist/services/WorkflowLoader.ts +198 -0
- package/packages/visualizer/dist/services/YamlParser.ts +248 -0
- package/packages/visualizer/dist/services/workflow-list.ts +23 -0
- package/packages/visualizer/dist/types/ui-types.ts +84 -0
- package/packages/visualizer/dist/types/visualization-types.ts +95 -0
- package/packages/visualizer/dist/types/vite-env.d.ts +12 -0
- package/packages/visualizer/dist/utils/DomHelpers.ts +206 -0
- package/packages/visualizer/dist/utils/ErrorHandler.ts +170 -0
- package/packages/visualizer/dist/utils/PlantUMLEncoder.ts +121 -0
- package/packages/visualizer/dist/visualization/DiagramRenderer.ts +430 -0
- package/packages/visualizer/dist/visualization/LayoutEngine.ts +339 -0
- package/packages/visualizer/dist/visualization/PlantUMLRenderer.ts +507 -0
- package/packages/visualizer/dist/visualization/StateRenderer.ts +339 -0
- package/packages/visualizer/dist/visualization/TransitionRenderer.ts +432 -0
- package/packages/visualizer/package.json +39 -0
- package/resources/.DS_Store +0 -0
- package/resources/agents/architect.yaml +61 -0
- package/resources/agents/business-analyst.yaml +60 -0
- package/resources/agents/developer.yaml +61 -0
- package/resources/state-machine-schema.json +114 -0
- package/resources/templates/architecture/arc42/arc42-template-EN.md +1077 -0
- package/resources/templates/architecture/arc42/images/01_2_iso-25010-topics-EN.drawio-2023.png +0 -0
- package/resources/templates/architecture/arc42/images/01_2_iso-25010-topics-EN.drawio.png +0 -0
- package/resources/templates/architecture/arc42/images/05_building_blocks-EN.png +0 -0
- package/resources/templates/architecture/arc42/images/08-concepts-EN.drawio.png +0 -0
- package/resources/templates/architecture/arc42/images/arc42-logo.png +0 -0
- package/resources/templates/architecture/c4.md +224 -0
- package/resources/templates/architecture/freestyle.md +53 -0
- package/resources/templates/architecture/game.md +250 -0
- package/resources/templates/architecture/none.md +17 -0
- package/resources/templates/design/comprehensive.md +207 -0
- package/resources/templates/design/freestyle.md +37 -0
- package/resources/templates/design/game.md +66 -0
- package/resources/templates/design/none.md +17 -0
- package/resources/templates/requirements/ears.md +90 -0
- package/resources/templates/requirements/freestyle.md +42 -0
- package/resources/templates/requirements/game.md +162 -0
- package/resources/templates/requirements/none.md +17 -0
- package/resources/templates/skills/POWER.md +23 -0
- package/resources/templates/skills/SKILL.md +19 -0
- package/resources/workflows/adr.yaml +157 -0
- package/resources/workflows/big-bang-conversion.yaml +592 -0
- package/resources/workflows/boundary-testing.yaml +376 -0
- package/resources/workflows/bugfix.yaml +177 -0
- package/resources/workflows/business-analysis.yaml +597 -0
- package/resources/workflows/c4-analysis.yaml +471 -0
- package/resources/workflows/epcc.yaml +183 -0
- package/resources/workflows/game-beginner.yaml +434 -0
- package/resources/workflows/greenfield.yaml +201 -0
- package/resources/workflows/minor.yaml +138 -0
- package/resources/workflows/posts.yaml +193 -0
- package/resources/workflows/sdd-bugfix-crowd.yaml +608 -0
- package/resources/workflows/sdd-bugfix.yaml +381 -0
- package/resources/workflows/sdd-feature-crowd.yaml +713 -0
- package/resources/workflows/sdd-feature.yaml +471 -0
- package/resources/workflows/sdd-greenfield-crowd.yaml +336 -0
- package/resources/workflows/sdd-greenfield.yaml +463 -0
- package/resources/workflows/slides.yaml +237 -0
- package/resources/workflows/tdd.yaml +160 -0
- package/resources/workflows/waterfall.yaml +209 -0
- package/dist/components/beads/beads-instruction-generator.d.ts +0 -44
- package/dist/components/beads/beads-instruction-generator.d.ts.map +0 -1
- package/dist/components/beads/beads-instruction-generator.js +0 -160
- package/dist/components/beads/beads-instruction-generator.js.map +0 -1
- package/dist/components/beads/beads-plan-manager.d.ts.map +0 -1
- package/dist/components/beads/beads-plan-manager.js.map +0 -1
- package/dist/components/beads/beads-task-backend-client.d.ts +0 -43
- package/dist/components/beads/beads-task-backend-client.d.ts.map +0 -1
- package/dist/components/beads/beads-task-backend-client.js +0 -175
- package/dist/components/beads/beads-task-backend-client.js.map +0 -1
- package/dist/index.d.ts +0 -9
- package/dist/index.d.ts.map +0 -1
- package/dist/index.js +0 -74
- package/dist/index.js.map +0 -1
- package/dist/notification-service.d.ts +0 -14
- package/dist/notification-service.d.ts.map +0 -1
- package/dist/notification-service.js +0 -18
- package/dist/notification-service.js.map +0 -1
- package/dist/plugin-system/beads-plugin.d.ts +0 -71
- package/dist/plugin-system/beads-plugin.d.ts.map +0 -1
- package/dist/plugin-system/beads-plugin.js +0 -465
- package/dist/plugin-system/beads-plugin.js.map +0 -1
- package/dist/plugin-system/commit-plugin.d.ts +0 -40
- package/dist/plugin-system/commit-plugin.d.ts.map +0 -1
- package/dist/plugin-system/commit-plugin.js +0 -204
- package/dist/plugin-system/commit-plugin.js.map +0 -1
- package/dist/plugin-system/index.d.ts +0 -9
- package/dist/plugin-system/index.d.ts.map +0 -1
- package/dist/plugin-system/index.js +0 -9
- package/dist/plugin-system/index.js.map +0 -1
- package/dist/plugin-system/plugin-interfaces.d.ts +0 -98
- package/dist/plugin-system/plugin-interfaces.d.ts.map +0 -1
- package/dist/plugin-system/plugin-interfaces.js +0 -9
- package/dist/plugin-system/plugin-interfaces.js.map +0 -1
- package/dist/plugin-system/plugin-registry.d.ts +0 -44
- package/dist/plugin-system/plugin-registry.d.ts.map +0 -1
- package/dist/plugin-system/plugin-registry.js +0 -132
- package/dist/plugin-system/plugin-registry.js.map +0 -1
- package/dist/resource-handlers/conversation-state.d.ts +0 -15
- package/dist/resource-handlers/conversation-state.d.ts.map +0 -1
- package/dist/resource-handlers/conversation-state.js +0 -40
- package/dist/resource-handlers/conversation-state.js.map +0 -1
- package/dist/resource-handlers/development-plan.d.ts +0 -14
- package/dist/resource-handlers/development-plan.d.ts.map +0 -1
- package/dist/resource-handlers/development-plan.js +0 -31
- package/dist/resource-handlers/development-plan.js.map +0 -1
- package/dist/resource-handlers/index.d.ts +0 -24
- package/dist/resource-handlers/index.d.ts.map +0 -1
- package/dist/resource-handlers/index.js +0 -62
- package/dist/resource-handlers/index.js.map +0 -1
- package/dist/resource-handlers/system-prompt.d.ts +0 -15
- package/dist/resource-handlers/system-prompt.d.ts.map +0 -1
- package/dist/resource-handlers/system-prompt.js +0 -40
- package/dist/resource-handlers/system-prompt.js.map +0 -1
- package/dist/resource-handlers/workflow-resource.d.ts +0 -15
- package/dist/resource-handlers/workflow-resource.d.ts.map +0 -1
- package/dist/resource-handlers/workflow-resource.js +0 -85
- package/dist/resource-handlers/workflow-resource.js.map +0 -1
- package/dist/response-renderer.d.ts +0 -30
- package/dist/response-renderer.d.ts.map +0 -1
- package/dist/response-renderer.js +0 -94
- package/dist/response-renderer.js.map +0 -1
- package/dist/server-config.d.ts +0 -34
- package/dist/server-config.d.ts.map +0 -1
- package/dist/server-config.js +0 -503
- package/dist/server-config.js.map +0 -1
- package/dist/server-helpers.d.ts +0 -70
- package/dist/server-helpers.d.ts.map +0 -1
- package/dist/server-helpers.js +0 -171
- package/dist/server-helpers.js.map +0 -1
- package/dist/server-implementation.d.ts +0 -74
- package/dist/server-implementation.d.ts.map +0 -1
- package/dist/server-implementation.js +0 -201
- package/dist/server-implementation.js.map +0 -1
- package/dist/server.d.ts +0 -6
- package/dist/server.d.ts.map +0 -1
- package/dist/server.js +0 -5
- package/dist/server.js.map +0 -1
- package/dist/tool-handlers/base-tool-handler.d.ts +0 -50
- package/dist/tool-handlers/base-tool-handler.d.ts.map +0 -1
- package/dist/tool-handlers/base-tool-handler.js +0 -81
- package/dist/tool-handlers/base-tool-handler.js.map +0 -1
- package/dist/tool-handlers/conduct-review.d.ts +0 -49
- package/dist/tool-handlers/conduct-review.d.ts.map +0 -1
- package/dist/tool-handlers/conduct-review.js +0 -104
- package/dist/tool-handlers/conduct-review.js.map +0 -1
- package/dist/tool-handlers/get-tool-info.d.ts +0 -75
- package/dist/tool-handlers/get-tool-info.d.ts.map +0 -1
- package/dist/tool-handlers/get-tool-info.js +0 -168
- package/dist/tool-handlers/get-tool-info.js.map +0 -1
- package/dist/tool-handlers/index.d.ts +0 -41
- package/dist/tool-handlers/index.d.ts.map +0 -1
- package/dist/tool-handlers/index.js +0 -71
- package/dist/tool-handlers/index.js.map +0 -1
- package/dist/tool-handlers/list-workflows.d.ts +0 -35
- package/dist/tool-handlers/list-workflows.d.ts.map +0 -1
- package/dist/tool-handlers/list-workflows.js +0 -43
- package/dist/tool-handlers/list-workflows.js.map +0 -1
- package/dist/tool-handlers/no-idea.d.ts +0 -41
- package/dist/tool-handlers/no-idea.d.ts.map +0 -1
- package/dist/tool-handlers/no-idea.js +0 -29
- package/dist/tool-handlers/no-idea.js.map +0 -1
- package/dist/tool-handlers/proceed-to-phase.d.ts +0 -41
- package/dist/tool-handlers/proceed-to-phase.d.ts.map +0 -1
- package/dist/tool-handlers/proceed-to-phase.js +0 -165
- package/dist/tool-handlers/proceed-to-phase.js.map +0 -1
- package/dist/tool-handlers/reset-development.d.ts +0 -31
- package/dist/tool-handlers/reset-development.d.ts.map +0 -1
- package/dist/tool-handlers/reset-development.js +0 -48
- package/dist/tool-handlers/reset-development.js.map +0 -1
- package/dist/tool-handlers/resume-workflow.d.ts +0 -87
- package/dist/tool-handlers/resume-workflow.d.ts.map +0 -1
- package/dist/tool-handlers/resume-workflow.js +0 -212
- package/dist/tool-handlers/resume-workflow.js.map +0 -1
- package/dist/tool-handlers/setup-project-docs.d.ts +0 -37
- package/dist/tool-handlers/setup-project-docs.d.ts.map +0 -1
- package/dist/tool-handlers/setup-project-docs.js +0 -138
- package/dist/tool-handlers/setup-project-docs.js.map +0 -1
- package/dist/tool-handlers/start-development.d.ts +0 -79
- package/dist/tool-handlers/start-development.d.ts.map +0 -1
- package/dist/tool-handlers/start-development.js +0 -484
- package/dist/tool-handlers/start-development.js.map +0 -1
- package/dist/tool-handlers/whats-next.d.ts +0 -41
- package/dist/tool-handlers/whats-next.d.ts.map +0 -1
- package/dist/tool-handlers/whats-next.js +0 -123
- package/dist/tool-handlers/whats-next.js.map +0 -1
- package/dist/types.d.ts +0 -119
- package/dist/types.d.ts.map +0 -1
- package/dist/types.js +0 -5
- package/dist/version-info.d.ts +0 -30
- package/dist/version-info.d.ts.map +0 -1
- package/dist/version-info.js +0 -178
- package/dist/version-info.js.map +0 -1
- package/skill/SKILL.md +0 -28
- /package/{dist → packages/core/dist}/types.js.map +0 -0
|
@@ -0,0 +1,592 @@
|
|
|
1
|
+
# yaml-language-server: $schema=../state-machine-schema.json
|
|
2
|
+
---
|
|
3
|
+
name: 'big-bang-conversion'
|
|
4
|
+
description: 'A comprehensive workflow for executing test-driven big-bang conversion of legacy systems. Focuses on complete system replacement with behavioral validation and conversion readiness.'
|
|
5
|
+
initial_state: 'conversion_planning'
|
|
6
|
+
|
|
7
|
+
# Enhanced metadata for better discoverability
|
|
8
|
+
metadata:
|
|
9
|
+
domain: 'architecture'
|
|
10
|
+
complexity: 'high'
|
|
11
|
+
bestFor:
|
|
12
|
+
- 'Complete system replacement'
|
|
13
|
+
- 'Big-bang technology migration'
|
|
14
|
+
- 'Test-driven conversion execution'
|
|
15
|
+
- 'Legacy system modernization'
|
|
16
|
+
useCases:
|
|
17
|
+
- 'Convert legacy system to modern technology stack'
|
|
18
|
+
- 'Execute complete system replacement with validation'
|
|
19
|
+
- 'Implement new system with behavioral equivalence'
|
|
20
|
+
examples:
|
|
21
|
+
- 'Convert Smalltalk system to Java with full replacement'
|
|
22
|
+
- 'Migrate monolith to microservices architecture'
|
|
23
|
+
- 'Replace legacy technology with modern stack'
|
|
24
|
+
|
|
25
|
+
# States with default instructions and transitions
|
|
26
|
+
states:
|
|
27
|
+
conversion_planning:
|
|
28
|
+
description: 'Plan the complete system replacement strategy and approach'
|
|
29
|
+
default_instructions: >
|
|
30
|
+
**STEP 1: Reference Architecture Documentation**
|
|
31
|
+
- Check if `$ARCHITECTURE_DOC` exists
|
|
32
|
+
- Review current system understanding from documentation
|
|
33
|
+
- If unavailable, search for architecture docs (README.md, docs/, ARCHITECTURE.md)
|
|
34
|
+
- Enhance `$ARCHITECTURE_DOC` with your findings
|
|
35
|
+
|
|
36
|
+
**STEP 2: Analyze Current System**
|
|
37
|
+
- Examine codebase to understand system architecture
|
|
38
|
+
- Review existing boundary tests and system baselines if available
|
|
39
|
+
- Document current functionality and constraints
|
|
40
|
+
|
|
41
|
+
**STEP 3: Define Conversion Scope**
|
|
42
|
+
- Establish what will be replaced
|
|
43
|
+
- Identify what will remain unchanged
|
|
44
|
+
- Document scope boundaries clearly
|
|
45
|
+
|
|
46
|
+
**STEP 4: Plan Conversion Strategy**
|
|
47
|
+
- Design the approach for complete system replacement
|
|
48
|
+
- Identify risks and mitigation strategies
|
|
49
|
+
- Establish realistic timeline for conversion execution
|
|
50
|
+
|
|
51
|
+
**STEP 5: Interview the User (Business & Operational Context)**
|
|
52
|
+
- What business constraints or deadlines apply to this conversion?
|
|
53
|
+
- What is the acceptable downtime window?
|
|
54
|
+
- What are the rollback criteria if conversion encounters issues?
|
|
55
|
+
|
|
56
|
+
**STEP 6: Apply Best Practices**
|
|
57
|
+
- Plan every aspect of conversion thoroughly
|
|
58
|
+
- Identify and plan for potential failure scenarios
|
|
59
|
+
- Have a plan to revert if conversion fails
|
|
60
|
+
- Keep all stakeholders informed of the plan
|
|
61
|
+
- Plan validation checkpoints throughout conversion
|
|
62
|
+
- Ensure adequate resources for conversion execution
|
|
63
|
+
|
|
64
|
+
Update the plan file with conversion planning decisions and mark completed tasks.
|
|
65
|
+
transitions:
|
|
66
|
+
- trigger: 'continue_planning'
|
|
67
|
+
to: 'conversion_planning'
|
|
68
|
+
transition_reason: 'Conversion planning needs more refinement and detail'
|
|
69
|
+
|
|
70
|
+
- trigger: 'planning_complete'
|
|
71
|
+
to: 'target_architecture_design'
|
|
72
|
+
transition_reason: 'Conversion strategy is planned, ready for target architecture design'
|
|
73
|
+
|
|
74
|
+
target_architecture_design:
|
|
75
|
+
description: 'Design the architecture for the new system in target technology'
|
|
76
|
+
default_instructions: >
|
|
77
|
+
**STEP 1: Reference Architecture Documentation**
|
|
78
|
+
- If `$ARCHITECTURE_DOC` exists: Review current system understanding from it
|
|
79
|
+
- Otherwise: Elaborate architectural options and present them to the user
|
|
80
|
+
|
|
81
|
+
**STEP 2: Create/Update Design Documentation**
|
|
82
|
+
- If `$DESIGN_DOC` exists: Reference it for existing design decisions
|
|
83
|
+
- Otherwise: Document design decisions in the plan file
|
|
84
|
+
|
|
85
|
+
**STEP 3: Analyze Current Architecture**
|
|
86
|
+
- Examine existing system architecture and patterns
|
|
87
|
+
- Identify architectural constraints and requirements
|
|
88
|
+
|
|
89
|
+
**STEP 4: Select Technology Stack**
|
|
90
|
+
- Finalize the target technology stack and frameworks
|
|
91
|
+
- Align with organizational technology standards
|
|
92
|
+
|
|
93
|
+
**STEP 5: Design Architecture Patterns**
|
|
94
|
+
- Choose appropriate architectural patterns for new system
|
|
95
|
+
- Design component reimplementation approach
|
|
96
|
+
- Plan external system integration strategy
|
|
97
|
+
- Design data storage and management approach
|
|
98
|
+
- Plan deployment and operational architecture
|
|
99
|
+
|
|
100
|
+
**STEP 6: Interview the User (Requirements & Constraints)**
|
|
101
|
+
- What are the performance requirements for the new system?
|
|
102
|
+
- Are there any scalability requirements we need to design for?
|
|
103
|
+
- Are there any budget constraints that affect technology choices?
|
|
104
|
+
|
|
105
|
+
**STEP 7: Apply Best Practices**
|
|
106
|
+
- Leverage modern architectural approaches
|
|
107
|
+
- Design for future growth and scalability
|
|
108
|
+
- Choose patterns that improve long-term maintainability
|
|
109
|
+
- Align with organizational technology standards
|
|
110
|
+
- Design for optimal performance characteristics
|
|
111
|
+
- Incorporate security considerations from the start
|
|
112
|
+
|
|
113
|
+
**STEP 8: Validate Design Framework**
|
|
114
|
+
- Ensure new architecture supports all current functionality
|
|
115
|
+
- Apply microservices, event-driven, or other modern patterns as appropriate
|
|
116
|
+
- Follow best practices for the target technology stack
|
|
117
|
+
- Design clean integration patterns with external systems
|
|
118
|
+
- Plan data migration from current system to new system
|
|
119
|
+
|
|
120
|
+
Update the plan file with architecture design decisions and validate with the user.
|
|
121
|
+
transitions:
|
|
122
|
+
- trigger: 'refine_architecture'
|
|
123
|
+
to: 'target_architecture_design'
|
|
124
|
+
transition_reason: 'Architecture design needs refinement based on user feedback'
|
|
125
|
+
|
|
126
|
+
- trigger: 'need_more_planning'
|
|
127
|
+
to: 'conversion_planning'
|
|
128
|
+
additional_instructions: 'Architecture design revealed issues with conversion planning. Refine the conversion strategy based on architectural insights.'
|
|
129
|
+
transition_reason: 'Architecture work revealed need to refine conversion planning'
|
|
130
|
+
|
|
131
|
+
- trigger: 'architecture_complete'
|
|
132
|
+
to: 'behavioral_comparison_setup'
|
|
133
|
+
transition_reason: 'Target architecture is designed, ready for behavioral comparison setup'
|
|
134
|
+
|
|
135
|
+
behavioral_comparison_setup:
|
|
136
|
+
description: 'Set up mechanisms to compare behavior between current and new systems'
|
|
137
|
+
default_instructions: >
|
|
138
|
+
**STEP 1: Design Comparison Strategy**
|
|
139
|
+
- Design approach for comparing current and new system behavior
|
|
140
|
+
- Choose appropriate comparison mechanisms for your infrastructure
|
|
141
|
+
- Plan how to implement the chosen comparison approach
|
|
142
|
+
|
|
143
|
+
**STEP 2: Design Data Capture**
|
|
144
|
+
- Design how to capture system behavior
|
|
145
|
+
- Design how to compare behavior between systems
|
|
146
|
+
- Define what constitutes successful behavioral equivalence
|
|
147
|
+
|
|
148
|
+
**STEP 3: Plan Automation**
|
|
149
|
+
- Plan automated comparison processes
|
|
150
|
+
- Plan automated validation processes
|
|
151
|
+
- Define measurement and reporting mechanisms
|
|
152
|
+
|
|
153
|
+
**STEP 4: Suggest Best Practice Mechanisms**
|
|
154
|
+
- Sidecar Pattern: Deploy comparison logic alongside applications
|
|
155
|
+
- Proxy/Gateway: Route traffic through comparison proxy
|
|
156
|
+
- Shadow Traffic: Send duplicate traffic to both systems
|
|
157
|
+
- Event Streaming: Compare system events and state changes
|
|
158
|
+
- API Response Comparison: Compare API responses between systems
|
|
159
|
+
- Database State Comparison: Compare database states after operations
|
|
160
|
+
- Log Analysis: Compare system logs and behavior patterns
|
|
161
|
+
- Synthetic Testing: Use automated tests to compare behavior
|
|
162
|
+
|
|
163
|
+
**STEP 5: Recommend Implementation Approaches**
|
|
164
|
+
- Traffic Mirroring: Mirror production traffic to new system
|
|
165
|
+
- Parallel Execution: Run both systems in parallel with comparison
|
|
166
|
+
- Staged Rollout: Gradually shift traffic while comparing
|
|
167
|
+
- A/B Testing: Compare systems with controlled traffic splits
|
|
168
|
+
- Canary Deployment: Test new system with small traffic percentage
|
|
169
|
+
|
|
170
|
+
**STEP 6: Interview the User (Infrastructure & Operational Context)**
|
|
171
|
+
- What level of traffic or load do you need to validate against?
|
|
172
|
+
- Are there any operational constraints for running parallel systems?
|
|
173
|
+
|
|
174
|
+
Update the plan file with comparison setup decisions.
|
|
175
|
+
transitions:
|
|
176
|
+
- trigger: 'refine_comparison'
|
|
177
|
+
to: 'behavioral_comparison_setup'
|
|
178
|
+
transition_reason: 'Comparison setup needs refinement based on user feedback'
|
|
179
|
+
|
|
180
|
+
- trigger: 'need_architecture_refinement'
|
|
181
|
+
to: 'target_architecture_design'
|
|
182
|
+
additional_instructions: 'Comparison setup revealed issues with target architecture. Refine the architecture design to better support behavioral comparison.'
|
|
183
|
+
transition_reason: 'Comparison work revealed need to refine target architecture'
|
|
184
|
+
|
|
185
|
+
- trigger: 'comparison_setup_complete'
|
|
186
|
+
to: 'implementation_strategy'
|
|
187
|
+
transition_reason: 'Comparison mechanisms are designed, ready for implementation strategy'
|
|
188
|
+
|
|
189
|
+
implementation_strategy:
|
|
190
|
+
description: 'Plan detailed implementation approach for the new system'
|
|
191
|
+
default_instructions: >
|
|
192
|
+
**STEP 1: Reference Design Documentation**
|
|
193
|
+
- If `$DESIGN_DOC` exists: Check it for target architecture and design decisions
|
|
194
|
+
- Otherwise: Elaborate design options and present them to the user
|
|
195
|
+
- Review implementation constraints and requirements
|
|
196
|
+
|
|
197
|
+
**STEP 2: Break Down Implementation**
|
|
198
|
+
- Break implementation into manageable phases
|
|
199
|
+
- Define logical phases that deliver business value
|
|
200
|
+
- Establish sequence and dependencies
|
|
201
|
+
|
|
202
|
+
**STEP 3: Plan Development Approach**
|
|
203
|
+
- Plan development methodology and practices
|
|
204
|
+
- Plan testing and quality assurance throughout implementation
|
|
205
|
+
- Plan how development team will coordinate work
|
|
206
|
+
|
|
207
|
+
**STEP 4: Plan Integration Strategy**
|
|
208
|
+
- Plan how to integrate new components as they're built
|
|
209
|
+
- Plan regular validation against functional equivalence
|
|
210
|
+
- Plan continuous integration and testing practices
|
|
211
|
+
|
|
212
|
+
**STEP 5: Plan Risk Management**
|
|
213
|
+
- Identify highest risks first
|
|
214
|
+
- Address implementation risks systematically
|
|
215
|
+
- Plan contingency approaches for high-risk areas
|
|
216
|
+
|
|
217
|
+
**STEP 6: Interview the User (Team & Process)**
|
|
218
|
+
- What development methodology does your team prefer (Agile, Scrum, etc.)?
|
|
219
|
+
- How large is the development team for this conversion?
|
|
220
|
+
|
|
221
|
+
**STEP 7: Apply Best Practices**
|
|
222
|
+
- Build and validate incrementally
|
|
223
|
+
- Integrate and test frequently
|
|
224
|
+
- Write tests before implementation
|
|
225
|
+
- Maintain high code quality standards
|
|
226
|
+
- Document decisions and implementation details
|
|
227
|
+
- Validate against legacy system frequently
|
|
228
|
+
|
|
229
|
+
**STEP 8: Create Strategy Framework**
|
|
230
|
+
- Define logical phases that deliver business value
|
|
231
|
+
- Establish regular checkpoints to validate functional equivalence
|
|
232
|
+
- Plan comprehensive testing at each phase
|
|
233
|
+
- Address highest risks first
|
|
234
|
+
- Establish clear communication and coordination processes
|
|
235
|
+
- Define measurable progress indicators
|
|
236
|
+
|
|
237
|
+
Update the plan file with implementation strategy and validate with the user.
|
|
238
|
+
transitions:
|
|
239
|
+
- trigger: 'refine_strategy'
|
|
240
|
+
to: 'implementation_strategy'
|
|
241
|
+
transition_reason: 'Implementation strategy needs refinement based on user feedback'
|
|
242
|
+
|
|
243
|
+
- trigger: 'need_comparison_refinement'
|
|
244
|
+
to: 'behavioral_comparison_setup'
|
|
245
|
+
additional_instructions: 'Implementation strategy revealed issues with comparison setup. Refine the behavioral comparison mechanisms based on implementation insights.'
|
|
246
|
+
transition_reason: 'Implementation work revealed need to refine comparison setup'
|
|
247
|
+
|
|
248
|
+
- trigger: 'strategy_complete'
|
|
249
|
+
to: 'parallel_implementation'
|
|
250
|
+
transition_reason: 'Implementation strategy is complete, ready for parallel implementation'
|
|
251
|
+
|
|
252
|
+
parallel_implementation:
|
|
253
|
+
description: 'Build new system while maintaining test compatibility and validation'
|
|
254
|
+
default_instructions: >
|
|
255
|
+
**STEP 1: Reference Design Documentation**
|
|
256
|
+
- If `$DESIGN_DOC` exists: Check it for implementation guidance and architectural decisions
|
|
257
|
+
- Otherwise: Elaborate implementation options and present them to the user
|
|
258
|
+
|
|
259
|
+
**STEP 2: Build System Components**
|
|
260
|
+
- Build new system components according to implementation strategy
|
|
261
|
+
- Ensure new system passes existing functional equivalence tests
|
|
262
|
+
- Validate new system behavior against legacy system regularly
|
|
263
|
+
|
|
264
|
+
**STEP 3: Maintain Quality Standards**
|
|
265
|
+
- Maintain high code quality and testing standards
|
|
266
|
+
- Test integration between new components as they're built
|
|
267
|
+
- Ensure new system meets performance requirements
|
|
268
|
+
|
|
269
|
+
**STEP 4: Document Implementation**
|
|
270
|
+
- Document implementation decisions as they're made
|
|
271
|
+
- Document system behavior and design rationale
|
|
272
|
+
- Keep implementation documentation current
|
|
273
|
+
|
|
274
|
+
**STEP 5: Interview the User (Implementation Priorities)**
|
|
275
|
+
- Which components or business domains should we implement first?
|
|
276
|
+
|
|
277
|
+
**STEP 6: Apply Best Practices**
|
|
278
|
+
- Build and validate one component at a time
|
|
279
|
+
- Run tests continuously as implementation progresses
|
|
280
|
+
- Integrate new components frequently
|
|
281
|
+
- Monitor performance throughout implementation
|
|
282
|
+
- Maintain code quality through regular reviews
|
|
283
|
+
- Keep implementation documentation current
|
|
284
|
+
|
|
285
|
+
**STEP 7: Follow Implementation Guidelines**
|
|
286
|
+
- Start with core business functionality
|
|
287
|
+
- Validate each component against existing tests
|
|
288
|
+
- Maintain backward compatibility during development
|
|
289
|
+
- Use feature flags for gradual rollout
|
|
290
|
+
- Monitor system behavior continuously
|
|
291
|
+
- Address performance issues early
|
|
292
|
+
|
|
293
|
+
Update the plan file with implementation progress and mark completed tasks.
|
|
294
|
+
transitions:
|
|
295
|
+
- trigger: 'continue_implementation'
|
|
296
|
+
to: 'parallel_implementation'
|
|
297
|
+
transition_reason: 'Implementation continues with more components to build'
|
|
298
|
+
|
|
299
|
+
- trigger: 'need_strategy_refinement'
|
|
300
|
+
to: 'implementation_strategy'
|
|
301
|
+
additional_instructions: 'Implementation revealed issues with the strategy. Refine the implementation approach based on development learnings.'
|
|
302
|
+
transition_reason: 'Implementation work revealed need to refine strategy'
|
|
303
|
+
|
|
304
|
+
- trigger: 'implementation_complete'
|
|
305
|
+
to: 'conversion_readiness'
|
|
306
|
+
additional_instructions: |
|
|
307
|
+
Create the CONVERSION_PLAN.md file at .vibe/CONVERSION_PLAN.md with this exact template content:
|
|
308
|
+
|
|
309
|
+
```markdown
|
|
310
|
+
# Big-Bang Conversion Plan
|
|
311
|
+
|
|
312
|
+
*This document provides post-completion guidance for executing the big-bang conversion in production. It serves as an actionable checklist for operations teams to execute the conversion outside of the development conversation.*
|
|
313
|
+
|
|
314
|
+
## Conversion Overview
|
|
315
|
+
|
|
316
|
+
### System Information
|
|
317
|
+
- **Legacy System**: [Description of current system]
|
|
318
|
+
- **Target System**: [Description of new system]
|
|
319
|
+
- **Technology Migration**: [From X to Y technology stack]
|
|
320
|
+
- **Conversion Date**: [Planned conversion date]
|
|
321
|
+
- **Rollback Deadline**: [Maximum time before rollback decision]
|
|
322
|
+
|
|
323
|
+
### Conversion Scope
|
|
324
|
+
- **Components Being Replaced**: [List of components]
|
|
325
|
+
- **Components Remaining**: [List of unchanged components]
|
|
326
|
+
- **Data Migration Required**: [Yes/No and details]
|
|
327
|
+
- **External System Updates**: [List of external systems requiring updates]
|
|
328
|
+
|
|
329
|
+
## Pre-Conversion Checklist
|
|
330
|
+
|
|
331
|
+
### Test Suite Validation
|
|
332
|
+
- [ ] All boundary tests pass on legacy system (baseline established)
|
|
333
|
+
- [ ] All boundary tests pass on new system (functional equivalence proven)
|
|
334
|
+
- [ ] Performance tests meet requirements on new system
|
|
335
|
+
- [ ] Integration tests with external systems pass
|
|
336
|
+
- [ ] Error handling tests validate identical behavior
|
|
337
|
+
- [ ] Edge case and boundary condition tests pass
|
|
338
|
+
|
|
339
|
+
### Behavioral Comparison Validation
|
|
340
|
+
- [ ] Behavioral comparison mechanism is operational
|
|
341
|
+
- [ ] Comparison validation shows functional equivalence
|
|
342
|
+
- [ ] Performance comparison meets requirements
|
|
343
|
+
- [ ] Error handling comparison validates identical behavior
|
|
344
|
+
- [ ] Data consistency validation passes
|
|
345
|
+
|
|
346
|
+
### Infrastructure Readiness
|
|
347
|
+
- [ ] Production environment for new system is ready
|
|
348
|
+
- [ ] Database migration scripts are tested and ready
|
|
349
|
+
- [ ] Network configuration supports new system
|
|
350
|
+
- [ ] Security configurations are validated
|
|
351
|
+
- [ ] Monitoring and alerting are configured
|
|
352
|
+
- [ ] Backup and recovery procedures are tested
|
|
353
|
+
|
|
354
|
+
### Team Readiness
|
|
355
|
+
- [ ] Operations team trained on new system
|
|
356
|
+
- [ ] Support team has new system documentation
|
|
357
|
+
- [ ] Rollback procedures are documented and understood
|
|
358
|
+
- [ ] Communication plan is ready for stakeholders
|
|
359
|
+
- [ ] Emergency contacts and escalation procedures defined
|
|
360
|
+
|
|
361
|
+
## Conversion Execution Plan
|
|
362
|
+
|
|
363
|
+
### Phase 1: Pre-Conversion (T-2 hours)
|
|
364
|
+
- [ ] **Freeze Legacy System**: Stop all non-critical changes to legacy system
|
|
365
|
+
- [ ] **Final Backup**: Create final backup of legacy system and data
|
|
366
|
+
- [ ] **Team Assembly**: Assemble conversion team and establish communication
|
|
367
|
+
- [ ] **Final Validation**: Run final test suite validation on both systems
|
|
368
|
+
- [ ] **Go/No-Go Decision**: Make final decision to proceed with conversion
|
|
369
|
+
|
|
370
|
+
### Phase 2: Traffic Cutover (T-0)
|
|
371
|
+
- [ ] **Enable Behavioral Comparison**: Start behavioral comparison mechanism
|
|
372
|
+
- [ ] **Traffic Routing**: Route traffic from legacy to new system
|
|
373
|
+
- [ ] **Database Cutover**: Switch database connections to new system
|
|
374
|
+
- [ ] **External System Updates**: Update external systems to use new endpoints
|
|
375
|
+
- [ ] **Legacy System Isolation**: Isolate legacy system from production traffic
|
|
376
|
+
|
|
377
|
+
### Phase 3: Validation (T+15 minutes)
|
|
378
|
+
- [ ] **Functional Validation**: Verify all critical functions work correctly
|
|
379
|
+
- [ ] **Performance Validation**: Confirm performance meets requirements
|
|
380
|
+
- [ ] **Integration Validation**: Verify external system integrations work
|
|
381
|
+
- [ ] **Error Handling Validation**: Test error scenarios work correctly
|
|
382
|
+
- [ ] **User Acceptance**: Confirm user-facing functionality works
|
|
383
|
+
|
|
384
|
+
### Phase 4: Monitoring (T+1 hour)
|
|
385
|
+
- [ ] **System Monitoring**: Monitor new system performance and errors
|
|
386
|
+
- [ ] **Behavioral Comparison**: Validate ongoing behavioral equivalence
|
|
387
|
+
- [ ] **User Feedback**: Monitor user feedback and support requests
|
|
388
|
+
- [ ] **Performance Metrics**: Validate performance metrics meet requirements
|
|
389
|
+
- [ ] **Stability Assessment**: Assess overall system stability
|
|
390
|
+
|
|
391
|
+
## Rollback Procedures
|
|
392
|
+
|
|
393
|
+
### Rollback Triggers
|
|
394
|
+
- Critical functionality failure in new system
|
|
395
|
+
- Performance degradation beyond acceptable limits
|
|
396
|
+
- Data integrity issues discovered
|
|
397
|
+
- Security vulnerabilities identified
|
|
398
|
+
- User-impacting errors that cannot be quickly resolved
|
|
399
|
+
|
|
400
|
+
### Rollback Execution (if needed)
|
|
401
|
+
- [ ] **Stop New System**: Immediately stop traffic to new system
|
|
402
|
+
- [ ] **Restore Legacy System**: Restore legacy system to production
|
|
403
|
+
- [ ] **Database Rollback**: Restore database to pre-conversion state
|
|
404
|
+
- [ ] **External System Revert**: Revert external systems to legacy endpoints
|
|
405
|
+
- [ ] **Communication**: Notify stakeholders of rollback execution
|
|
406
|
+
- [ ] **Post-Mortem Planning**: Plan post-mortem analysis of rollback
|
|
407
|
+
|
|
408
|
+
### Rollback Validation
|
|
409
|
+
- [ ] **Functional Validation**: Verify legacy system functions correctly
|
|
410
|
+
- [ ] **Data Integrity**: Validate data integrity after rollback
|
|
411
|
+
- [ ] **Integration Validation**: Verify external integrations work
|
|
412
|
+
- [ ] **Performance Validation**: Confirm performance is restored
|
|
413
|
+
- [ ] **User Communication**: Communicate status to users
|
|
414
|
+
|
|
415
|
+
## Post-Conversion Activities
|
|
416
|
+
|
|
417
|
+
### Success Validation (T+24 hours)
|
|
418
|
+
- [ ] **24-Hour Stability**: Confirm system stability over 24 hours
|
|
419
|
+
- [ ] **Performance Validation**: Validate sustained performance
|
|
420
|
+
- [ ] **User Acceptance**: Confirm user satisfaction with new system
|
|
421
|
+
- [ ] **Support Metrics**: Review support ticket volume and types
|
|
422
|
+
- [ ] **Behavioral Comparison**: Validate continued functional equivalence
|
|
423
|
+
|
|
424
|
+
### Legacy System Decommission (T+1 week)
|
|
425
|
+
- [ ] **Final Data Backup**: Create final backup of legacy system
|
|
426
|
+
- [ ] **System Shutdown**: Safely shutdown legacy system
|
|
427
|
+
- [ ] **Resource Cleanup**: Clean up legacy system resources
|
|
428
|
+
- [ ] **Documentation Archive**: Archive legacy system documentation
|
|
429
|
+
- [ ] **Team Notification**: Notify teams of successful decommission
|
|
430
|
+
|
|
431
|
+
### Post-Conversion Review (T+2 weeks)
|
|
432
|
+
- [ ] **Conversion Review**: Conduct post-conversion review meeting
|
|
433
|
+
- [ ] **Lessons Learned**: Document lessons learned from conversion
|
|
434
|
+
- [ ] **Process Improvement**: Identify improvements for future conversions
|
|
435
|
+
- [ ] **Team Recognition**: Recognize team contributions to successful conversion
|
|
436
|
+
- [ ] **Documentation Update**: Update procedures based on experience
|
|
437
|
+
|
|
438
|
+
## Emergency Contacts
|
|
439
|
+
|
|
440
|
+
### Conversion Team
|
|
441
|
+
- **Conversion Lead**: [Name, Phone, Email]
|
|
442
|
+
- **Technical Lead**: [Name, Phone, Email]
|
|
443
|
+
- **Operations Lead**: [Name, Phone, Email]
|
|
444
|
+
- **Database Administrator**: [Name, Phone, Email]
|
|
445
|
+
|
|
446
|
+
### Escalation Contacts
|
|
447
|
+
- **Engineering Manager**: [Name, Phone, Email]
|
|
448
|
+
- **Operations Manager**: [Name, Phone, Email]
|
|
449
|
+
- **Business Stakeholder**: [Name, Phone, Email]
|
|
450
|
+
- **Executive Sponsor**: [Name, Phone, Email]
|
|
451
|
+
|
|
452
|
+
### External Contacts
|
|
453
|
+
- **Infrastructure Support**: [Contact Information]
|
|
454
|
+
- **Database Support**: [Contact Information]
|
|
455
|
+
- **Network Support**: [Contact Information]
|
|
456
|
+
- **Security Team**: [Contact Information]
|
|
457
|
+
|
|
458
|
+
## Risk Mitigation
|
|
459
|
+
|
|
460
|
+
### High-Risk Scenarios
|
|
461
|
+
- **Data Loss**: [Mitigation strategy and recovery procedures]
|
|
462
|
+
- **Extended Downtime**: [Mitigation strategy and communication plan]
|
|
463
|
+
- **Performance Degradation**: [Mitigation strategy and scaling procedures]
|
|
464
|
+
- **Security Breach**: [Mitigation strategy and incident response]
|
|
465
|
+
- **Integration Failure**: [Mitigation strategy and fallback procedures]
|
|
466
|
+
|
|
467
|
+
### Contingency Plans
|
|
468
|
+
- **Partial Rollback**: [Procedures for rolling back specific components]
|
|
469
|
+
- **Extended Validation**: [Procedures for extended validation period]
|
|
470
|
+
- **Gradual Cutover**: [Procedures for gradual traffic migration]
|
|
471
|
+
- **Emergency Support**: [Procedures for emergency support escalation]
|
|
472
|
+
|
|
473
|
+
## Success Criteria
|
|
474
|
+
|
|
475
|
+
### Technical Success Criteria
|
|
476
|
+
- All functional tests pass on new system
|
|
477
|
+
- Performance meets or exceeds legacy system
|
|
478
|
+
- No data integrity issues
|
|
479
|
+
- All integrations function correctly
|
|
480
|
+
- Error rates within acceptable limits
|
|
481
|
+
|
|
482
|
+
### Business Success Criteria
|
|
483
|
+
- No business disruption during conversion
|
|
484
|
+
- User satisfaction maintained or improved
|
|
485
|
+
- Support ticket volume within normal range
|
|
486
|
+
- All critical business functions operational
|
|
487
|
+
- Stakeholder approval of conversion success
|
|
488
|
+
|
|
489
|
+
---
|
|
490
|
+
|
|
491
|
+
## Instructions for Use
|
|
492
|
+
|
|
493
|
+
**Purpose**: This document provides actionable guidance for executing the big-bang conversion in production environments outside of development conversations.
|
|
494
|
+
|
|
495
|
+
**For Operations Teams**:
|
|
496
|
+
- Use this as a checklist during conversion execution
|
|
497
|
+
- Follow phases sequentially and validate each step
|
|
498
|
+
- Have rollback procedures ready at all times
|
|
499
|
+
- Maintain communication throughout the process
|
|
500
|
+
|
|
501
|
+
**For Management**:
|
|
502
|
+
- Use this to understand conversion scope and risks
|
|
503
|
+
- Monitor progress through defined checkpoints
|
|
504
|
+
- Be prepared for go/no-go decisions
|
|
505
|
+
- Support team with necessary resources
|
|
506
|
+
|
|
507
|
+
**Post-Conversion**: This document serves as a record of the conversion process and can be used to improve future conversion procedures.
|
|
508
|
+
|
|
509
|
+
---
|
|
510
|
+
|
|
511
|
+
*This conversion plan was created during the big-bang-conversion workflow and provides comprehensive guidance for production execution of the system conversion.*
|
|
512
|
+
```
|
|
513
|
+
|
|
514
|
+
Now validate the new system and prepare for production conversion readiness.
|
|
515
|
+
Update the plan file with conversion readiness tasks and mark completed implementation tasks.
|
|
516
|
+
transition_reason: 'New system implementation complete, ready for conversion readiness validation'
|
|
517
|
+
|
|
518
|
+
conversion_readiness:
|
|
519
|
+
description: 'Validate conversion readiness and finalize preparation for production execution'
|
|
520
|
+
default_instructions: >
|
|
521
|
+
The `CONVERSION_PLAN.md` file has been created at `.vibe/CONVERSION_PLAN.md`.
|
|
522
|
+
|
|
523
|
+
**STEP 1: Validate System Functionality**
|
|
524
|
+
- Validate that new system passes all functional equivalence tests
|
|
525
|
+
- Ensure behavioral comparison mechanisms work correctly
|
|
526
|
+
- Verify new system meets performance requirements
|
|
527
|
+
|
|
528
|
+
**STEP 2: Validate Integrations**
|
|
529
|
+
- Validate all external system integrations work correctly
|
|
530
|
+
- Test integration endpoints and data flows
|
|
531
|
+
- Confirm integration error handling works properly
|
|
532
|
+
|
|
533
|
+
**STEP 3: Review Conversion Plan**
|
|
534
|
+
- Review `.vibe/CONVERSION_PLAN.md` for completeness
|
|
535
|
+
- Customize the plan for your specific environment
|
|
536
|
+
- Ensure rollback procedures are documented and tested
|
|
537
|
+
|
|
538
|
+
**STEP 4: Ensure Team Readiness**
|
|
539
|
+
- Confirm operations team is ready for production conversion
|
|
540
|
+
- Verify all teams have necessary documentation
|
|
541
|
+
- Confirm emergency contacts and escalation procedures are defined
|
|
542
|
+
|
|
543
|
+
**STEP 5: Assess Final Readiness**
|
|
544
|
+
- Make final assessment of conversion readiness
|
|
545
|
+
- Identify and address any remaining concerns
|
|
546
|
+
- Validate all risk mitigation strategies are in place
|
|
547
|
+
|
|
548
|
+
**STEP 6: Review and Present Findings to User**
|
|
549
|
+
- Review new system functional equivalence test results
|
|
550
|
+
- Present behavioral comparison mechanism status
|
|
551
|
+
- Review `CONVERSION_PLAN.md` customization needs
|
|
552
|
+
- Present final conversion readiness assessment
|
|
553
|
+
|
|
554
|
+
**STEP 7: Apply Best Practices**
|
|
555
|
+
- Validate every aspect of system readiness
|
|
556
|
+
- Assess and mitigate all identified risks
|
|
557
|
+
- Ensure all teams are prepared for conversion
|
|
558
|
+
- Ensure all documentation is complete and accurate
|
|
559
|
+
- Have backup plans for all scenarios
|
|
560
|
+
- Keep stakeholders informed of readiness status
|
|
561
|
+
|
|
562
|
+
**STEP 8: Verify Conversion Readiness Checklist**
|
|
563
|
+
- New system passes all boundary tests (functional equivalence proven)
|
|
564
|
+
- Behavioral comparison mechanism validates system equivalence
|
|
565
|
+
- Performance requirements are met or exceeded
|
|
566
|
+
- All external integrations work correctly
|
|
567
|
+
- `CONVERSION_PLAN.md` is customized for your environment
|
|
568
|
+
- Operations team is trained and ready
|
|
569
|
+
- Rollback procedures are tested and ready
|
|
570
|
+
|
|
571
|
+
**STEP 9: Confirm Final Deliverables**
|
|
572
|
+
- Fully functional new system with proven equivalence
|
|
573
|
+
- Operational behavioral comparison mechanism
|
|
574
|
+
- Comprehensive `CONVERSION_PLAN.md` for production execution
|
|
575
|
+
- Validated rollback procedures
|
|
576
|
+
- Ready operations team
|
|
577
|
+
|
|
578
|
+
Update the plan file with readiness validation results and mark completed tasks.
|
|
579
|
+
transitions:
|
|
580
|
+
- trigger: 'refine_readiness'
|
|
581
|
+
to: 'conversion_readiness'
|
|
582
|
+
transition_reason: 'Conversion readiness needs additional validation and refinement'
|
|
583
|
+
|
|
584
|
+
- trigger: 'need_more_implementation'
|
|
585
|
+
to: 'parallel_implementation'
|
|
586
|
+
additional_instructions: 'Readiness validation revealed issues requiring additional implementation. Focus on addressing the identified gaps in system functionality.'
|
|
587
|
+
transition_reason: 'Readiness validation revealed need for additional implementation'
|
|
588
|
+
|
|
589
|
+
- trigger: 'conversion_ready'
|
|
590
|
+
to: 'conversion_readiness'
|
|
591
|
+
additional_instructions: 'Big-bang conversion workflow complete! System ready for production conversion using CONVERSION_PLAN.md guidance.'
|
|
592
|
+
transition_reason: 'System conversion readiness validated, ready for production execution'
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
<html lang="en-US" dir="ltr">
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="utf-8">
|
|
5
|
+
<meta name="viewport" content="width=device-width,initial-scale=1">
|
|
6
|
+
<title>Responsible Vibe MCP</title>
|
|
7
|
+
<meta name="description" content="Model Context Protocol server for intelligent conversation state management and development guidance">
|
|
8
|
+
<meta name="generator" content="VitePress v1.6.4">
|
|
9
|
+
<link rel="preload stylesheet" href="/responsible-vibe-mcp/assets/style.CAgdBzOq.css" as="style">
|
|
10
|
+
<link rel="preload stylesheet" href="/responsible-vibe-mcp/vp-icons.css" as="style">
|
|
11
|
+
|
|
12
|
+
<script type="module" src="/responsible-vibe-mcp/assets/app.Dz3lZH3M.js"></script>
|
|
13
|
+
<link rel="preload" href="/responsible-vibe-mcp/assets/inter-roman-latin.Di8DUHzh.woff2" as="font" type="font/woff2" crossorigin="">
|
|
14
|
+
<link rel="modulepreload" href="/responsible-vibe-mcp/assets/chunks/theme.q5Ewb3F1.js">
|
|
15
|
+
<link rel="modulepreload" href="/responsible-vibe-mcp/assets/chunks/framework.DZS7lpav.js">
|
|
16
|
+
<link rel="modulepreload" href="/responsible-vibe-mcp/assets/workflows_boundary-testing.md.DBcYnMhx.lean.js">
|
|
17
|
+
<link rel="icon" href="/responsible-vibe-mcp/favicon.ico">
|
|
18
|
+
<script id="check-dark-mode">(()=>{const e=localStorage.getItem("vitepress-theme-appearance")||"auto",a=window.matchMedia("(prefers-color-scheme: dark)").matches;(!e||e==="auto"?a:e==="dark")&&document.documentElement.classList.add("dark")})();</script>
|
|
19
|
+
<script id="check-mac-os">document.documentElement.classList.toggle("mac",/Mac|iPhone|iPod|iPad/i.test(navigator.platform));</script>
|
|
20
|
+
</head>
|
|
21
|
+
<body>
|
|
22
|
+
<div id="app"><div style="position:relative;" data-v-c1df4d5c><div><div id="workflow-visualizer-app" class="" data-v-b5ec7de4><!----><main class="app-main"><div class="diagram-container"><div id="diagram-canvas" class="diagram-canvas"><div class="loading-message">Loading workflow...</div></div></div><aside class="side-panel"><div class="side-panel-header"><h2>Details</h2></div><div class="side-panel-content"><div class="empty-state"> Click on a state or transition to see details </div></div></aside></main><div id="error-container" class="error-container hidden"><div class="error-message"><span class="error-text"></span><button class="error-close">×</button></div></div></div></div></div></div>
|
|
23
|
+
<script>window.__VP_HASH_MAP__=JSON.parse("{\"dev_architecture.md\":\"da_vFDwM\",\"dev_development.md\":\"DWl9cccE\",\"dev_logging.md\":\"BebvbW7z\",\"dev_publishing.md\":\"CQqbiIOF\",\"index.md\":\"D6ROLohf\",\"user_advanced-engineering.md\":\"MkETYNtq\",\"user_agent-setup.md\":\"B54OLL2H\",\"user_beads-integration.md\":\"BzdR5Fif\",\"user_crowd-mcp-integration.md\":\"C15kSdIJ\",\"user_custom-workflows.md\":\"Cz4IYCXa\",\"user_git-commit-feature.md\":\"UcTvDR-O\",\"user_how-it-works.md\":\"DiOXNgaL\",\"user_long-term-memory.md\":\"DZh0tjNa\",\"user_packaged-workflows.md\":\"s1HT89ZU\",\"user_tutorial.md\":\"Dmj8zLB2\",\"user_workflow-selection.md\":\"CrPGw9Hr\",\"workflows.md\":\"Bm5sGt3u\",\"workflows_adr.md\":\"DEaXkbRp\",\"workflows_big-bang-conversion.md\":\"BA5R1LxZ\",\"workflows_boundary-testing.md\":\"DBcYnMhx\",\"workflows_bugfix.md\":\"CZRCL0Hp\",\"workflows_business-analysis.md\":\"fGLml8Hw\",\"workflows_c4-analysis.md\":\"Dnssqzuf\",\"workflows_epcc.md\":\"M6DnIhpp\",\"workflows_game-beginner.md\":\"CNxzWLtd\",\"workflows_greenfield.md\":\"vx_g-WOe\",\"workflows_minor.md\":\"DdnfwMf4\",\"workflows_posts.md\":\"SOldXvq7\",\"workflows_sdd-bugfix-crowd.md\":\"-lSf42gJ\",\"workflows_sdd-bugfix.md\":\"oRAsEVbc\",\"workflows_sdd-feature-crowd.md\":\"DAtnfCAd\",\"workflows_sdd-feature.md\":\"Ce3-H_g3\",\"workflows_sdd-greenfield-crowd.md\":\"8DUvcmLe\",\"workflows_sdd-greenfield.md\":\"eEN6U0J4\",\"workflows_slides.md\":\"Cqt-19_1\",\"workflows_tdd.md\":\"BjVC69tu\",\"workflows_waterfall.md\":\"CL6jTZP9\"}");window.__VP_SITE_DATA__=JSON.parse("{\"lang\":\"en-US\",\"dir\":\"ltr\",\"title\":\"Responsible Vibe MCP\",\"description\":\"Model Context Protocol server for intelligent conversation state management and development guidance\",\"base\":\"/responsible-vibe-mcp/\",\"head\":[],\"router\":{\"prefetchLinks\":true},\"appearance\":true,\"themeConfig\":{\"nav\":[{\"text\":\"Documentation\",\"link\":\"/\"},{\"text\":\"Workflows\",\"link\":\"/workflows\"},{\"text\":\"Github\",\"link\":\"https://github.com/mrsimpson/responsible-vibe-mcp\"}],\"sidebar\":[{\"text\":\"User Guide\",\"items\":[{\"text\":\"Overview\",\"link\":\"/\"},{\"text\":\"How It Works\",\"link\":\"/user/how-it-works\"},{\"text\":\"Agent Setup\",\"link\":\"/user/agent-setup\"},{\"text\":\"Vibe Engineering\",\"link\":\"/user/advanced-engineering\"},{\"text\":\"Long-Term Memory\",\"link\":\"/user/long-term-memory\"},{\"text\":\"Beads-Integration\",\"link\":\"/user/beads-integration\"},{\"text\":\"Tutorial\",\"link\":\"/user/tutorial\"}]},{\"text\":\"Workflows\",\"items\":[{\"text\":\"Workflow-Selection\",\"link\":\"/user/workflow-selection\"},{\"text\":\"Packaged Workflows\",\"link\":\"/user/packaged-workflows\"},{\"text\":\"Custom Workflows\",\"link\":\"/user/custom-workflows\"},{\"text\":\"Explore All Workflows\",\"link\":\"/workflows\"},{\"text\":\"Crowd MCP Integration\",\"link\":\"/user/crowd-mcp-integration\"}]}]},\"locales\":{},\"scrollOffset\":134,\"cleanUrls\":false}");</script>
|
|
24
|
+
|
|
25
|
+
</body>
|
|
26
|
+
</html>
|