@codemcp/workflows 6.0.3 → 6.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (80) hide show
  1. package/package.json +2 -2
  2. package/packages/cli/dist/{chunk-RTDQR2KY.js → chunk-D2Q6Y3QQ.js} +5 -4
  3. package/packages/cli/dist/{cli-CZ4FMSWR.js → cli-UWGNSSFS.js} +50 -12
  4. package/packages/cli/dist/{dist-KZOA4GL5.js → dist-W7PPKVFG.js} +1 -1
  5. package/packages/cli/dist/{dist-6TO57O6M.js → dist-W7VMGB3G.js} +7 -5
  6. package/packages/cli/dist/index.js +2 -2
  7. package/packages/cli/package.json +1 -1
  8. package/packages/cli/resources/workflows/skilled-bugfix.yaml +182 -0
  9. package/packages/cli/resources/workflows/skilled-epcc.yaml +171 -0
  10. package/packages/cli/resources/workflows/skilled-greenfield.yaml +206 -0
  11. package/packages/core/dist/transition-engine.js +6 -4
  12. package/packages/core/dist/transition-engine.js.map +1 -1
  13. package/packages/core/package.json +1 -1
  14. package/packages/core/resources/workflows/skilled-bugfix.yaml +182 -0
  15. package/packages/core/resources/workflows/skilled-epcc.yaml +171 -0
  16. package/packages/core/resources/workflows/skilled-greenfield.yaml +206 -0
  17. package/packages/docs/.vitepress/dist/404.html +2 -2
  18. package/packages/docs/.vitepress/dist/assets/{app.Dz3lZH3M.js → app.BRB3NIl4.js} +1 -1
  19. package/packages/docs/.vitepress/dist/assets/chunks/{theme.q5Ewb3F1.js → theme.DMKMhwGo.js} +1 -1
  20. package/packages/docs/.vitepress/dist/assets/workflows_skilled-bugfix.md.YyOU6NjA.js +1 -0
  21. package/packages/docs/.vitepress/dist/assets/workflows_skilled-bugfix.md.YyOU6NjA.lean.js +1 -0
  22. package/packages/docs/.vitepress/dist/assets/workflows_skilled-epcc.md.BGeI6g1n.js +1 -0
  23. package/packages/docs/.vitepress/dist/assets/workflows_skilled-epcc.md.BGeI6g1n.lean.js +1 -0
  24. package/packages/docs/.vitepress/dist/assets/workflows_skilled-greenfield.md.CKxrbPQ-.js +1 -0
  25. package/packages/docs/.vitepress/dist/assets/workflows_skilled-greenfield.md.CKxrbPQ-.lean.js +1 -0
  26. package/packages/docs/.vitepress/dist/dev/ARCHITECTURE.html +3 -3
  27. package/packages/docs/.vitepress/dist/dev/DEVELOPMENT.html +3 -3
  28. package/packages/docs/.vitepress/dist/dev/LOGGING.html +3 -3
  29. package/packages/docs/.vitepress/dist/dev/PUBLISHING.html +3 -3
  30. package/packages/docs/.vitepress/dist/hashmap.json +1 -1
  31. package/packages/docs/.vitepress/dist/index.html +3 -3
  32. package/packages/docs/.vitepress/dist/user/advanced-engineering.html +3 -3
  33. package/packages/docs/.vitepress/dist/user/agent-setup.html +3 -3
  34. package/packages/docs/.vitepress/dist/user/beads-integration.html +3 -3
  35. package/packages/docs/.vitepress/dist/user/crowd-mcp-integration.html +3 -3
  36. package/packages/docs/.vitepress/dist/user/custom-workflows.html +3 -3
  37. package/packages/docs/.vitepress/dist/user/git-commit-feature.html +3 -3
  38. package/packages/docs/.vitepress/dist/user/how-it-works.html +3 -3
  39. package/packages/docs/.vitepress/dist/user/long-term-memory.html +3 -3
  40. package/packages/docs/.vitepress/dist/user/packaged-workflows.html +3 -3
  41. package/packages/docs/.vitepress/dist/user/tutorial.html +3 -3
  42. package/packages/docs/.vitepress/dist/user/workflow-selection.html +3 -3
  43. package/packages/docs/.vitepress/dist/workflows/adr.html +3 -3
  44. package/packages/docs/.vitepress/dist/workflows/big-bang-conversion.html +3 -3
  45. package/packages/docs/.vitepress/dist/workflows/boundary-testing.html +3 -3
  46. package/packages/docs/.vitepress/dist/workflows/bugfix.html +3 -3
  47. package/packages/docs/.vitepress/dist/workflows/business-analysis.html +3 -3
  48. package/packages/docs/.vitepress/dist/workflows/c4-analysis.html +3 -3
  49. package/packages/docs/.vitepress/dist/workflows/epcc.html +3 -3
  50. package/packages/docs/.vitepress/dist/workflows/game-beginner.html +3 -3
  51. package/packages/docs/.vitepress/dist/workflows/greenfield.html +3 -3
  52. package/packages/docs/.vitepress/dist/workflows/minor.html +3 -3
  53. package/packages/docs/.vitepress/dist/workflows/posts.html +3 -3
  54. package/packages/docs/.vitepress/dist/workflows/sdd-bugfix-crowd.html +3 -3
  55. package/packages/docs/.vitepress/dist/workflows/sdd-bugfix.html +3 -3
  56. package/packages/docs/.vitepress/dist/workflows/sdd-feature-crowd.html +3 -3
  57. package/packages/docs/.vitepress/dist/workflows/sdd-feature.html +3 -3
  58. package/packages/docs/.vitepress/dist/workflows/sdd-greenfield-crowd.html +3 -3
  59. package/packages/docs/.vitepress/dist/workflows/sdd-greenfield.html +3 -3
  60. package/packages/docs/.vitepress/dist/workflows/skilled-bugfix.html +26 -0
  61. package/packages/docs/.vitepress/dist/workflows/skilled-bugfix.yaml +182 -0
  62. package/packages/docs/.vitepress/dist/workflows/skilled-epcc.html +26 -0
  63. package/packages/docs/.vitepress/dist/workflows/skilled-epcc.yaml +171 -0
  64. package/packages/docs/.vitepress/dist/workflows/skilled-greenfield.html +26 -0
  65. package/packages/docs/.vitepress/dist/workflows/skilled-greenfield.yaml +206 -0
  66. package/packages/docs/.vitepress/dist/workflows/slides.html +3 -3
  67. package/packages/docs/.vitepress/dist/workflows/tdd.html +3 -3
  68. package/packages/docs/.vitepress/dist/workflows/waterfall.html +3 -3
  69. package/packages/docs/.vitepress/dist/workflows.html +3 -3
  70. package/packages/docs/package.json +1 -1
  71. package/packages/mcp-server/dist/index.js +7 -5
  72. package/packages/mcp-server/package.json +1 -1
  73. package/packages/mcp-server/resources/workflows/skilled-bugfix.yaml +182 -0
  74. package/packages/mcp-server/resources/workflows/skilled-epcc.yaml +171 -0
  75. package/packages/mcp-server/resources/workflows/skilled-greenfield.yaml +206 -0
  76. package/packages/visualizer/dist/services/workflow-list.ts +3 -0
  77. package/packages/visualizer/package.json +1 -1
  78. package/resources/workflows/skilled-bugfix.yaml +182 -0
  79. package/resources/workflows/skilled-epcc.yaml +171 -0
  80. package/resources/workflows/skilled-greenfield.yaml +206 -0
@@ -9,9 +9,9 @@
9
9
  <link rel="preload stylesheet" href="/responsible-vibe-mcp/assets/style.CAgdBzOq.css" as="style">
10
10
  <link rel="preload stylesheet" href="/responsible-vibe-mcp/vp-icons.css" as="style">
11
11
 
12
- <script type="module" src="/responsible-vibe-mcp/assets/app.Dz3lZH3M.js"></script>
12
+ <script type="module" src="/responsible-vibe-mcp/assets/app.BRB3NIl4.js"></script>
13
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">
14
+ <link rel="modulepreload" href="/responsible-vibe-mcp/assets/chunks/theme.DMKMhwGo.js">
15
15
  <link rel="modulepreload" href="/responsible-vibe-mcp/assets/chunks/framework.DZS7lpav.js">
16
16
  <link rel="modulepreload" href="/responsible-vibe-mcp/assets/workflows_slides.md.Cqt-19_1.lean.js">
17
17
  <link rel="icon" href="/responsible-vibe-mcp/favicon.ico">
@@ -20,7 +20,7 @@
20
20
  </head>
21
21
  <body>
22
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>
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_skilled-bugfix.md\":\"YyOU6NjA\",\"workflows_skilled-epcc.md\":\"BGeI6g1n\",\"workflows_skilled-greenfield.md\":\"CKxrbPQ-\",\"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
24
 
25
25
  </body>
26
26
  </html>
@@ -9,9 +9,9 @@
9
9
  <link rel="preload stylesheet" href="/responsible-vibe-mcp/assets/style.CAgdBzOq.css" as="style">
10
10
  <link rel="preload stylesheet" href="/responsible-vibe-mcp/vp-icons.css" as="style">
11
11
 
12
- <script type="module" src="/responsible-vibe-mcp/assets/app.Dz3lZH3M.js"></script>
12
+ <script type="module" src="/responsible-vibe-mcp/assets/app.BRB3NIl4.js"></script>
13
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">
14
+ <link rel="modulepreload" href="/responsible-vibe-mcp/assets/chunks/theme.DMKMhwGo.js">
15
15
  <link rel="modulepreload" href="/responsible-vibe-mcp/assets/chunks/framework.DZS7lpav.js">
16
16
  <link rel="modulepreload" href="/responsible-vibe-mcp/assets/workflows_tdd.md.BjVC69tu.lean.js">
17
17
  <link rel="icon" href="/responsible-vibe-mcp/favicon.ico">
@@ -20,7 +20,7 @@
20
20
  </head>
21
21
  <body>
22
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>
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_skilled-bugfix.md\":\"YyOU6NjA\",\"workflows_skilled-epcc.md\":\"BGeI6g1n\",\"workflows_skilled-greenfield.md\":\"CKxrbPQ-\",\"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
24
 
25
25
  </body>
26
26
  </html>
@@ -9,9 +9,9 @@
9
9
  <link rel="preload stylesheet" href="/responsible-vibe-mcp/assets/style.CAgdBzOq.css" as="style">
10
10
  <link rel="preload stylesheet" href="/responsible-vibe-mcp/vp-icons.css" as="style">
11
11
 
12
- <script type="module" src="/responsible-vibe-mcp/assets/app.Dz3lZH3M.js"></script>
12
+ <script type="module" src="/responsible-vibe-mcp/assets/app.BRB3NIl4.js"></script>
13
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">
14
+ <link rel="modulepreload" href="/responsible-vibe-mcp/assets/chunks/theme.DMKMhwGo.js">
15
15
  <link rel="modulepreload" href="/responsible-vibe-mcp/assets/chunks/framework.DZS7lpav.js">
16
16
  <link rel="modulepreload" href="/responsible-vibe-mcp/assets/workflows_waterfall.md.CL6jTZP9.lean.js">
17
17
  <link rel="icon" href="/responsible-vibe-mcp/favicon.ico">
@@ -20,7 +20,7 @@
20
20
  </head>
21
21
  <body>
22
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>
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_skilled-bugfix.md\":\"YyOU6NjA\",\"workflows_skilled-epcc.md\":\"BGeI6g1n\",\"workflows_skilled-greenfield.md\":\"CKxrbPQ-\",\"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
24
 
25
25
  </body>
26
26
  </html>
@@ -9,9 +9,9 @@
9
9
  <link rel="preload stylesheet" href="/responsible-vibe-mcp/assets/style.CAgdBzOq.css" as="style">
10
10
  <link rel="preload stylesheet" href="/responsible-vibe-mcp/vp-icons.css" as="style">
11
11
 
12
- <script type="module" src="/responsible-vibe-mcp/assets/app.Dz3lZH3M.js"></script>
12
+ <script type="module" src="/responsible-vibe-mcp/assets/app.BRB3NIl4.js"></script>
13
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">
14
+ <link rel="modulepreload" href="/responsible-vibe-mcp/assets/chunks/theme.DMKMhwGo.js">
15
15
  <link rel="modulepreload" href="/responsible-vibe-mcp/assets/chunks/framework.DZS7lpav.js">
16
16
  <link rel="modulepreload" href="/responsible-vibe-mcp/assets/workflows.md.Bm5sGt3u.lean.js">
17
17
  <link rel="icon" href="/responsible-vibe-mcp/favicon.ico">
@@ -20,7 +20,7 @@
20
20
  </head>
21
21
  <body>
22
22
  <div id="app"><div class="Layout" data-v-c1df4d5c><!--[--><!--]--><!--[--><span tabindex="-1" data-v-ecac0ce8></span><a href="#VPContent" class="VPSkipLink visually-hidden" data-v-ecac0ce8>Skip to content</a><!--]--><!----><header class="VPNav" data-v-c1df4d5c data-v-b2fedd30><div class="VPNavBar" data-v-b2fedd30 data-v-37a0846a><div class="wrapper" data-v-37a0846a><div class="container" data-v-37a0846a><div class="title" data-v-37a0846a><div class="VPNavBarTitle" data-v-37a0846a data-v-b408e164><a class="title" href="/responsible-vibe-mcp/" data-v-b408e164><!--[--><!--]--><!----><span data-v-b408e164>Responsible Vibe MCP</span><!--[--><!--]--></a></div></div><div class="content" data-v-37a0846a><div class="content-body" data-v-37a0846a><!--[--><!--]--><div class="VPNavBarSearch search" data-v-37a0846a><!----></div><nav aria-labelledby="main-nav-aria-label" class="VPNavBarMenu menu" data-v-37a0846a data-v-27d7d4fe><span id="main-nav-aria-label" class="visually-hidden" data-v-27d7d4fe> Main Navigation </span><!--[--><!--[--><a class="VPLink link VPNavBarMenuLink" href="/responsible-vibe-mcp/" tabindex="0" data-v-27d7d4fe data-v-e70ce59d><!--[--><span data-v-e70ce59d>Documentation</span><!--]--></a><!--]--><!--[--><a class="VPLink link VPNavBarMenuLink active" href="/responsible-vibe-mcp/workflows.html" tabindex="0" data-v-27d7d4fe data-v-e70ce59d><!--[--><span data-v-e70ce59d>Workflows</span><!--]--></a><!--]--><!--[--><a class="VPLink link vp-external-link-icon VPNavBarMenuLink" href="https://github.com/mrsimpson/responsible-vibe-mcp" target="_blank" rel="noreferrer" tabindex="0" data-v-27d7d4fe data-v-e70ce59d><!--[--><span data-v-e70ce59d>Github</span><!--]--></a><!--]--><!--]--></nav><!----><div class="VPNavBarAppearance appearance" data-v-37a0846a data-v-34a9cb79><button class="VPSwitch VPSwitchAppearance" type="button" role="switch" title aria-checked="false" data-v-34a9cb79 data-v-9e7dfa94 data-v-c055c202><span class="check" data-v-c055c202><span class="icon" data-v-c055c202><!--[--><span class="vpi-sun sun" data-v-9e7dfa94></span><span class="vpi-moon moon" data-v-9e7dfa94></span><!--]--></span></span></button></div><!----><div class="VPFlyout VPNavBarExtra extra" data-v-37a0846a data-v-abbdfbda data-v-8b861926><button type="button" class="button" aria-haspopup="true" aria-expanded="false" aria-label="extra navigation" data-v-8b861926><span class="vpi-more-horizontal icon" data-v-8b861926></span></button><div class="menu" data-v-8b861926><div class="VPMenu" data-v-8b861926 data-v-5713f977><!----><!--[--><!--[--><!----><div class="group" data-v-abbdfbda><div class="item appearance" data-v-abbdfbda><p class="label" data-v-abbdfbda>Appearance</p><div class="appearance-action" data-v-abbdfbda><button class="VPSwitch VPSwitchAppearance" type="button" role="switch" title aria-checked="false" data-v-abbdfbda data-v-9e7dfa94 data-v-c055c202><span class="check" data-v-c055c202><span class="icon" data-v-c055c202><!--[--><span class="vpi-sun sun" data-v-9e7dfa94></span><span class="vpi-moon moon" data-v-9e7dfa94></span><!--]--></span></span></button></div></div></div><!----><!--]--><!--]--></div></div></div><!--[--><!--]--><button type="button" class="VPNavBarHamburger hamburger" aria-label="mobile navigation" aria-expanded="false" aria-controls="VPNavScreen" data-v-37a0846a data-v-923ccc68><span class="container" data-v-923ccc68><span class="top" data-v-923ccc68></span><span class="middle" data-v-923ccc68></span><span class="bottom" data-v-923ccc68></span></span></button></div></div></div></div><div class="divider" data-v-37a0846a><div class="divider-line" data-v-37a0846a></div></div></div><!----></header><div class="VPLocalNav empty fixed" data-v-c1df4d5c data-v-d06e114f><div class="container" data-v-d06e114f><!----><div class="VPLocalNavOutlineDropdown" style="--vp-vh:0px;" data-v-d06e114f data-v-aab1d107><button data-v-aab1d107>Return to top</button><!----></div></div></div><!----><div class="VPContent" id="VPContent" data-v-c1df4d5c data-v-28fa4ed1><div class="VPDoc" data-v-28fa4ed1 data-v-cda1d691><!--[--><!--]--><div class="container" data-v-cda1d691><!----><div class="content" data-v-cda1d691><div class="content-container" data-v-cda1d691><!--[--><!--]--><main class="main" data-v-cda1d691><div style="position:relative;" class="vp-doc _responsible-vibe-mcp_workflows" data-v-cda1d691><div><div id="workflow-visualizer-app" class="" data-v-b5ec7de4><header class="app-header"><h1>Workflow Visualizer</h1><div class="workflow-controls"><select id="workflow-selector" class="workflow-selector"><option value="">Select a workflow...</option></select><input type="file" id="file-upload" accept=".yaml,.yml" class="file-upload"><label for="file-upload" class="file-upload-label">Upload YAML</label></div></header><main class="app-main"><div class="diagram-container"><div id="diagram-canvas" class="diagram-canvas"><div class="loading-message">Select a workflow to visualize</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></main><footer class="VPDocFooter" data-v-cda1d691 data-v-5253e96b><!--[--><!--]--><!----><nav class="prev-next" aria-labelledby="doc-footer-aria-label" data-v-5253e96b><span class="visually-hidden" id="doc-footer-aria-label" data-v-5253e96b>Pager</span><div class="pager" data-v-5253e96b><a class="VPLink link pager-link prev" href="/responsible-vibe-mcp/user/custom-workflows.html" data-v-5253e96b><!--[--><span class="desc" data-v-5253e96b>Previous page</span><span class="title" data-v-5253e96b>Custom Workflows</span><!--]--></a></div><div class="pager" data-v-5253e96b><a class="VPLink link pager-link next" href="/responsible-vibe-mcp/user/crowd-mcp-integration.html" data-v-5253e96b><!--[--><span class="desc" data-v-5253e96b>Next page</span><span class="title" data-v-5253e96b>Crowd MCP Integration</span><!--]--></a></div></nav></footer><!--[--><!--]--></div></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>
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_skilled-bugfix.md\":\"YyOU6NjA\",\"workflows_skilled-epcc.md\":\"BGeI6g1n\",\"workflows_skilled-greenfield.md\":\"CKxrbPQ-\",\"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
24
 
25
25
  </body>
26
26
  </html>
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codemcp/workflows-docs",
3
- "version": "6.0.3",
3
+ "version": "6.1.0",
4
4
  "description": "Documentation site for Responsible Vibe MCP",
5
5
  "type": "module",
6
6
  "scripts": {
@@ -3710,13 +3710,14 @@ ${continueTransition.additional_instructions}`;
3710
3710
  workflowName,
3711
3711
  reason
3712
3712
  });
3713
- if (!stateMachine.states[targetPhase]) {
3713
+ const normalizedTargetPhase = targetPhase.toLowerCase();
3714
+ if (!stateMachine.states[normalizedTargetPhase]) {
3714
3715
  const validPhases = Object.keys(stateMachine.states);
3715
3716
  const errorMsg = `Invalid target phase: "${targetPhase}". Valid phases are: ${validPhases.join(", ")}`;
3716
3717
  logger5.error("Invalid target phase", new Error(errorMsg));
3717
3718
  throw new Error(errorMsg);
3718
3719
  }
3719
- const targetState = stateMachine.states[targetPhase];
3720
+ const targetState = stateMachine.states[normalizedTargetPhase];
3720
3721
  const instructions = targetState.default_instructions;
3721
3722
  const transitionInfo = {
3722
3723
  instructions,
@@ -3726,12 +3727,12 @@ ${continueTransition.additional_instructions}`;
3726
3727
  };
3727
3728
  logger5.info("Explicit phase transition processed", {
3728
3729
  fromPhase: currentPhase,
3729
- toPhase: targetPhase,
3730
+ toPhase: normalizedTargetPhase,
3730
3731
  reason: transitionInfo.transitionReason,
3731
3732
  isModeled: transitionInfo.isModeled
3732
3733
  });
3733
3734
  return {
3734
- newPhase: targetPhase,
3735
+ newPhase: normalizedTargetPhase,
3735
3736
  instructions: transitionInfo.instructions,
3736
3737
  transitionReason: reason || transitionInfo.transitionReason,
3737
3738
  isModeled: transitionInfo.isModeled
@@ -8466,7 +8467,8 @@ var WhatsNextHandler = class extends ConversationRequiredToolHandler {
8466
8467
  var ProceedToPhaseHandler = class extends ConversationRequiredToolHandler {
8467
8468
  async executeWithConversation(args, context, conversationContext) {
8468
8469
  validateRequiredArgs(args, ["target_phase", "review_state"]);
8469
- const { target_phase, reason = "", review_state } = args;
8470
+ const { reason = "", review_state } = args;
8471
+ const target_phase = args.target_phase.toLowerCase();
8470
8472
  const conversationId = conversationContext.conversationId;
8471
8473
  const currentPhase = conversationContext.currentPhase;
8472
8474
  this.logger.debug("Processing proceed_to_phase request", {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codemcp/workflows-server",
3
- "version": "6.0.3",
3
+ "version": "6.1.0",
4
4
  "description": "MCP server for responsible-vibe development workflows - provides structured workflow guidance",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -0,0 +1,182 @@
1
+ ---
2
+ name: 'skilled-bugfix'
3
+ description: 'A focused workflow for bug fixing: Reproduce, Analyze, Fix, Verify - optimized for debugging and fixing existing issues'
4
+ initial_state: 'reproduce'
5
+
6
+ # Enhanced metadata for better discoverability
7
+ metadata:
8
+ domain: 'skilled'
9
+ complexity: 'medium'
10
+ bestFor:
11
+ - 'Bug fixes'
12
+ - 'Issue resolution'
13
+ - 'Error debugging'
14
+ - 'Performance problems'
15
+ useCases:
16
+ - 'Fixing a crash or error'
17
+ - 'Resolving incorrect behavior'
18
+ - 'Performance optimization'
19
+ examples:
20
+ - 'Fix login authentication error'
21
+ - 'Resolve memory leak issue'
22
+ - 'Fix incorrect calculation in reports'
23
+
24
+ # States with default instructions and transitions
25
+ states:
26
+ reproduce:
27
+ description: 'Reproduce and understand the bug'
28
+ default_instructions: |
29
+ Gather specific information to reliably reproduce the reported bug:
30
+ - What are the exact OS, browser/runtime versions, and hardware specs?
31
+ - What is the precise sequence of actions that trigger the bug?
32
+ - What error messages, logs, or stack traces are available?
33
+ - Does this happen every time or intermittently?
34
+ - How many users are affected and what is the business impact?
35
+
36
+ Create test cases that demonstrate the problem. Document your findings and create tasks as needed.
37
+ transitions:
38
+ - trigger: 'bug_reproduced'
39
+ to: 'analyze'
40
+ transition_reason: 'Bug reproduced successfully, ready to analyze root cause'
41
+
42
+ - trigger: 'bug_not_reproducible'
43
+ to: 'reproduce'
44
+ instructions: >
45
+ Unable to reproduce the bug with current information. Gather more details about the environment,
46
+ conditions, or steps that might be missing. Contact the reporter for additional information if needed.
47
+ Continue attempting reproduction with new information.
48
+ transition_reason: 'Bug could not be reproduced, need more information'
49
+
50
+ analyze:
51
+ description: 'Analyze the bug and identify root cause'
52
+ default_instructions: |
53
+ Examine the code paths involved in the bug, identify the root cause, and understand why the issue occurs. Use debugging tools, add logging, and trace through the problematic code.
54
+
55
+ - Use the **architecture** skill to understand the architectural conventions of this project
56
+ - Use the **application-design** skill to understand authentication, routing, error handling, or form patterns that may be involved
57
+
58
+ Document your analysis and create tasks as needed.
59
+ transitions:
60
+ - trigger: 'need_more_reproduction'
61
+ to: 'reproduce'
62
+ additional_instructions: 'Analysis revealed need for additional reproduction scenarios. Focus on reproducing the specific conditions identified during analysis.'
63
+ transition_reason: 'Analysis revealed need for additional reproduction work'
64
+
65
+ - trigger: 'root_cause_identified'
66
+ to: 'fix'
67
+ additional_instructions: 'Document the root cause approach and update task progress.'
68
+ transition_reason: 'Root cause identified, ready to implement fix'
69
+ review_perspectives:
70
+ - perspective: 'architect'
71
+ prompt: "Review root cause analysis and ensure the proposed fix doesn't introduce architectural issues or technical debt. Consider the broader system impact of the proposed solution."
72
+ - perspective: 'security_expert'
73
+ prompt: "Evaluate if the bug has security implications and ensure the fix doesn't introduce new vulnerabilities. Review the security aspects of the proposed solution."
74
+
75
+ - trigger: 'abandon_bug'
76
+ to: 'reproduce'
77
+ additional_instructions: 'Bug analysis abandoned. Clean up any analysis work and prepare for new bug reports.'
78
+ transition_reason: 'Bug analysis abandoned'
79
+
80
+ fix:
81
+ description: 'Implement the bug fix'
82
+ default_instructions: |
83
+ Implement the solution based on your analysis:
84
+
85
+ - Check whether there is a design document in the project and follow it
86
+ - Use the **coding** skill to implement the fix. Apply this skill to all coding tasks of this phase!
87
+ - Use the **testing** skill to write targeted tests that cover the bug scenario. Apply this skill to all test tasks of this phase!
88
+
89
+ Before implementing, assess the approach:
90
+ - How critical is this system? What is the blast radius if the fix causes issues?
91
+ - Should this be a minimal fix or a more comprehensive solution?
92
+
93
+ Make targeted changes that address the root cause without introducing new issues. Be careful to maintain existing functionality while fixing the bug.
94
+ transitions:
95
+ - trigger: 'need_more_analysis'
96
+ to: 'analyze'
97
+ additional_instructions: 'Fix implementation revealed additional complexity or issues. Focus on analyzing the newly discovered aspects of the problem.'
98
+ transition_reason: 'Fix work revealed need for additional analysis'
99
+
100
+ - trigger: 'fix_implemented'
101
+ to: 'verify'
102
+ additional_instructions: 'Document the fix approach and update task progress.'
103
+ transition_reason: 'Fix implemented, ready for verification'
104
+ review_perspectives:
105
+ - perspective: 'senior_software_developer'
106
+ prompt: 'Review fix implementation, code quality, and ensure the solution properly addresses the root cause. Check for potential side effects and code maintainability.'
107
+ - perspective: 'performance_engineer'
108
+ prompt: "Verify that the fix doesn't introduce performance regressions or new bottlenecks. Assess the performance impact of the implemented solution."
109
+
110
+ - trigger: 'abandon_bug'
111
+ to: 'reproduce'
112
+ additional_instructions: 'Bug fix abandoned. Clean up any fix work and prepare for new bug reports.'
113
+ transition_reason: 'Bug fix abandoned'
114
+
115
+ verify:
116
+ description: 'Verify the fix and ensure no regressions'
117
+ default_instructions: |
118
+ Test the fix thoroughly to ensure the original bug is resolved and no new issues were introduced.
119
+
120
+ - Use the **testing** skill to run existing tests and write new ones covering the bug scenario
121
+ - Verify the solution is robust and handles edge cases
122
+ transitions:
123
+ - trigger: 'fix_needs_adjustment'
124
+ to: 'fix'
125
+ additional_instructions: 'Verification revealed issues with the current fix. Focus on addressing the specific problems identified during verification.'
126
+ transition_reason: 'Verification found issues requiring fix adjustments'
127
+
128
+ - trigger: 'need_more_analysis'
129
+ to: 'analyze'
130
+ additional_instructions: "Verification revealed the fix doesn't fully address the root cause. Focus on deeper analysis of the remaining issues."
131
+ transition_reason: 'Verification revealed need for additional analysis'
132
+
133
+ - trigger: 'bug_fixed'
134
+ to: 'finalize'
135
+ transition_reason: 'Bug fix complete and verified, ready for next issue'
136
+
137
+ - trigger: 'abandon_bug'
138
+ to: 'reproduce'
139
+ additional_instructions: 'Bug verification abandoned. Clean up any verification work and prepare for new bug reports.'
140
+ transition_reason: 'Bug verification abandoned'
141
+
142
+ finalize:
143
+ description: 'Code cleanup and documentation finalization'
144
+ default_instructions: |
145
+ Ensure code quality and documentation accuracy through systematic cleanup and review.
146
+
147
+ **STEP 1: Code Cleanup**
148
+ Systematically clean up development artifacts:
149
+ - Remove all temporary debug output statements used during bug investigation (console logging, print statements, debug output functions)
150
+ - Address each TODO/FIXME comment by either implementing the solution or documenting why it's deferred
151
+ - Remove completed TODOs and convert remaining ones to proper issue tracking if needed
152
+ - Remove temporary debugging code, test code blocks, and commented-out code
153
+ - Ensure proper error handling replaces temporary debug logging
154
+
155
+ **STEP 2: Documentation Review**
156
+ Review and update documentation to reflect the bug fix:
157
+ - Check whether there is a design document in the project and update it if the fix changed any design details
158
+ - Compare documentation against the actual bug fix implementation
159
+ - Update only the documentation sections that have functional changes
160
+ - Remove references to investigation iterations, progress notes, and temporary decisions
161
+ - Ensure documentation describes the final fixed state, not the debugging process
162
+ - Ask the user to review document updates
163
+
164
+ **STEP 3: Final Validation**
165
+ - Use the **testing** skill to run and verify all tests
166
+ - Verify documentation accuracy with a final review
167
+ - Ensure bug fix is ready for production
168
+ - Update task progress and mark completed work as you finalize the bug fix
169
+ transitions:
170
+ - trigger: 'need_fix_changes'
171
+ to: 'fix'
172
+ additional_instructions: 'Finalization revealed issues with the bug fix. Focus on addressing the specific problems identified during final review.'
173
+ transition_reason: 'Finalization revealed issues requiring fix changes'
174
+
175
+ - trigger: 'finalization_complete'
176
+ to: 'reproduce'
177
+ transition_reason: 'Bug fix complete and finalized, ready for next issue'
178
+
179
+ - trigger: 'abandon_bug'
180
+ to: 'reproduce'
181
+ additional_instructions: 'Bug finalization abandoned. Clean up any finalization work and prepare for new bug reports.'
182
+ transition_reason: 'Bug finalization abandoned'
@@ -0,0 +1,171 @@
1
+ ---
2
+ name: 'skilled-epcc'
3
+ description: "A comprehensive development workflow based on Anthropic's best practices: Explore, Plan, Code, Commit - ideal for smaller features and iterative development"
4
+ initial_state: 'explore'
5
+
6
+ # Enhanced metadata for better discoverability
7
+ metadata:
8
+ domain: 'skilled'
9
+ complexity: 'medium'
10
+ bestFor:
11
+ - 'Medium-sized features'
12
+ - 'Iterative development'
13
+ - 'Research-heavy tasks'
14
+ - 'Exploratory coding'
15
+ useCases:
16
+ - 'Adding a new API endpoint'
17
+ - 'Implementing a new algorithm'
18
+ - 'Integrating a third-party service'
19
+ examples:
20
+ - 'Add user profile management'
21
+ - 'Implement search functionality'
22
+ - 'Create data export feature'
23
+
24
+ # States with default instructions and transitions
25
+ states:
26
+ explore:
27
+ description: 'Research and exploration phase - understanding the problem space'
28
+ default_instructions: |
29
+ Research the codebase to understand existing patterns and gather context about the problem space.
30
+
31
+ - If uncertain about conventions or rules, ask the user about them
32
+ - Read relevant files and documentation
33
+ - Check whether there is a requirements document in the project and if so, read it carefully
34
+ - If the project is still empty, use the **starting-project** skill to understand how to set it up correctly
35
+ - Use the **architecture** skill to understand the architectural conventions of this project
36
+
37
+ Focus on understanding without writing code yet. Document your findings and create tasks as needed.
38
+ transitions:
39
+ - trigger: 'exploration_complete'
40
+ to: 'plan'
41
+ additional_instructions: 'Present the plan to the user, describing the impact of the changes.'
42
+ transition_reason: 'Sufficient understanding gained, ready to create implementation plan'
43
+
44
+ plan:
45
+ description: 'Planning phase - creating a detailed implementation strategy'
46
+ default_instructions: |
47
+ Create a detailed implementation strategy based on your exploration:
48
+
49
+ - Check whether there is a requirements document in the project and base your strategy on it
50
+ - Check whether there is a design document in the project and adhere to it; if not, elaborate design options and present them to the user
51
+ - Use the **architecture** skill to ensure architectural decisions align with SAB conventions
52
+ - Use the **application-design** skill when planning authentication, routing, error handling, or forms
53
+
54
+ Break down the work into specific, actionable tasks. Consider edge cases, dependencies, and potential challenges. Document the planning work thoroughly and create implementation tasks as part of the code phase as needed.
55
+ transitions:
56
+ - trigger: 'need_more_exploration'
57
+ to: 'explore'
58
+ additional_instructions: 'Focus on the specific areas that need clarification and ask the user about needs and preferences.'
59
+ transition_reason: 'Planning work revealed need for more exploration'
60
+
61
+ - trigger: 'plan_complete'
62
+ to: 'code'
63
+ transition_reason: 'Implementation plan is complete and ready for coding'
64
+ review_perspectives:
65
+ - perspective: 'architect'
66
+ prompt: 'Review implementation strategy, design decisions, and integration approach for soundness and maintainability. Ensure the plan aligns with existing system architecture and follows best practices.'
67
+ - perspective: 'security_expert'
68
+ prompt: 'Assess security considerations and potential risks in the planned implementation approach. Review data handling, authentication, and potential vulnerabilities.'
69
+
70
+ - trigger: 'abandon_feature'
71
+ to: 'explore'
72
+ instructions: >
73
+ Feature development abandoned during planning. Return to exploration state for new tasks.
74
+ Task history will remain for future reference.
75
+ additional_instructions: 'Feature development abandoned during planning. Clean up any planning work and prepare for new tasks.'
76
+ transition_reason: 'User decided to abandon feature during planning phase'
77
+
78
+ code:
79
+ description: 'Implementation phase - writing and building the solution'
80
+ default_instructions: |
81
+ Follow your plan to build the solution:
82
+
83
+ - Check whether there is a design document in the project and follow it; if not, elaborate design options and present them to the user
84
+ - Check whether there is a requirements document in the project and ensure all requirements are met
85
+ - Use the **coding** skill to implement components, styling, and coding patterns. Apply this skill to all coding tasks of this phase!
86
+ - Use the **testing** skill to write and run tests. Apply this skill to all test tasks of this phase!
87
+
88
+ Write clean, well-structured code with proper error handling. Prevent regression by building, linting, and executing existing tests. Stay flexible and adapt the plan as you learn more during implementation. Update task progress and create new tasks as needed.
89
+ transitions:
90
+ - trigger: 'need_replanning'
91
+ to: 'plan'
92
+ additional_instructions: "Consider what you've learned during coding and adjust the plan accordingly. Document the changes and reasons."
93
+ transition_reason: 'Implementation work revealed need to revise the plan'
94
+
95
+ - trigger: 'need_more_exploration'
96
+ to: 'explore'
97
+ additional_instructions: 'Focus on the specific areas that are blocking implementation progress.'
98
+ transition_reason: 'Implementation work revealed need for more exploration'
99
+
100
+ - trigger: 'code_complete'
101
+ to: 'commit'
102
+ transition_reason: 'Core implementation is complete, ready for finalization'
103
+ review_perspectives:
104
+ - perspective: 'senior_software_developer'
105
+ prompt: 'Review code quality, best practices, testing coverage, and readiness for production deployment. Ensure the implementation follows coding standards and is maintainable.'
106
+ - perspective: 'performance_engineer'
107
+ prompt: 'Evaluate performance impact, resource efficiency, and scalability of the implemented solution. Check for potential bottlenecks or optimization opportunities.'
108
+
109
+ - trigger: 'abandon_feature'
110
+ to: 'explore'
111
+ instructions: >
112
+ Feature development abandoned during implementation. Clean up any incomplete code and return to exploration.
113
+ Task history and any completed work will remain for future reference.
114
+ additional_instructions: 'Clean up any incomplete code and prepare for new tasks.'
115
+ transition_reason: 'User decided to abandon feature during implementation'
116
+
117
+ commit:
118
+ description: 'Code cleanup and documentation finalization'
119
+ default_instructions: >
120
+ Ensure code quality and documentation accuracy through systematic cleanup and review.
121
+
122
+ **STEP 1: Code Cleanup**
123
+
124
+ Systematically clean up development artifacts:
125
+
126
+ 1. **Remove Debug Output**: Search for and remove all temporary debug output statements used during development.
127
+ Look for language-specific debug output methods (console logging, print statements, debug output functions).
128
+ Remove any debugging statements that were added for development purposes.
129
+
130
+ 2. **Review TODO/FIXME Comments**:
131
+ - Address each TODO/FIXME comment by either implementing the solution or documenting why it's deferred
132
+ - Remove completed TODOs
133
+ - Convert remaining TODOs to proper issue tracking if needed
134
+
135
+ 3. **Remove Debugging Code Blocks**:
136
+ - Remove temporary debugging code, test code blocks, and commented-out code
137
+ - Clean up any experimental code that's no longer needed
138
+ - Ensure proper error handling replaces temporary debug logging
139
+
140
+ **STEP 2: Documentation Review**
141
+
142
+ Review and update documentation to reflect final implementation:
143
+
144
+ 1. Check whether there is a requirements, architecture, or design document in the project and update any that are affected by the implementation
145
+ 2. **Compare Against Implementation**: Review documentation against actual implemented functionality
146
+ 3. **Update Changed Sections**: Only modify documentation sections that have functional changes
147
+ 4. **Remove Development Progress**: Remove references to development iterations, progress notes, and temporary decisions
148
+ 5. **Focus on Final State**: Ensure documentation describes the final implemented state, not the development process
149
+ 6. **Ask User to Review Document Updates**
150
+
151
+ **STEP 3: Final Validation**
152
+
153
+ - Use the **testing** skill to run and verify all tests
154
+ - Verify documentation accuracy with a final review
155
+ - Ensure code is ready for production/delivery
156
+
157
+ Update task progress and mark completed work as you finalize the feature.
158
+ transitions:
159
+ - trigger: 'need_code_changes'
160
+ to: 'code'
161
+ additional_instructions: 'Focus on the problems identified during final review.'
162
+ transition_reason: 'Final review found issues requiring code changes'
163
+
164
+ - trigger: 'commit_complete'
165
+ to: 'explore'
166
+ transition_reason: 'Feature delivery complete, ready for next task'
167
+
168
+ - trigger: 'abandon_feature'
169
+ to: 'explore'
170
+ additional_instructions: 'Clean up any finalization artifacts and prepare for new tasks.'
171
+ transition_reason: 'User decided to abandon feature during finalization'