siesa-agents 2.1.44 → 2.1.46

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 (23) hide show
  1. package/bmad/_config/workflow-manifest.csv +1 -0
  2. package/bmad/bmm/workflows/3-solutioning/create-architecture/data/company-standards/frontend-standards.md +1062 -263
  3. package/bmad/bmm/workflows/4-implementation/code-review/steps/step-01-load-story.md +101 -0
  4. package/bmad/bmm/workflows/4-implementation/code-review/steps/step-02-build-plan.md +89 -0
  5. package/bmad/bmm/workflows/4-implementation/code-review/steps/step-03-review.md +91 -0
  6. package/bmad/bmm/workflows/4-implementation/code-review/steps/step-04-fix.md +92 -0
  7. package/bmad/bmm/workflows/4-implementation/code-review/steps/step-05-sync-sprint.md +70 -0
  8. package/bmad/bmm/workflows/4-implementation/code-review/steps/step-06-jira-sync.md +123 -0
  9. package/bmad/bmm/workflows/4-implementation/code-review/workflow.md +57 -0
  10. package/bmad/bmm/workflows/sync-epics-stories/completion-summary-sync-epics-stories.md +43 -0
  11. package/bmad/bmm/workflows/sync-epics-stories/steps/step-01-init.md +150 -0
  12. package/bmad/bmm/workflows/sync-epics-stories/steps/step-01b-continue.md +79 -0
  13. package/bmad/bmm/workflows/sync-epics-stories/steps/step-02-setup.md +117 -0
  14. package/bmad/bmm/workflows/sync-epics-stories/steps/step-03-scope.md +70 -0
  15. package/bmad/bmm/workflows/sync-epics-stories/steps/step-04-epics.md +124 -0
  16. package/bmad/bmm/workflows/sync-epics-stories/steps/step-05-stories.md +189 -0
  17. package/bmad/bmm/workflows/sync-epics-stories/workflow-plan-sync-epics-stories.md +252 -0
  18. package/bmad/bmm/workflows/sync-epics-stories/workflow.md +54 -0
  19. package/claude/commands/bmad/bmm/workflows/sync-epics-stories.md +5 -0
  20. package/gemini/commands/bmad-workflow-bmm-sync-epics-stories.toml +4 -0
  21. package/package.json +1 -1
  22. /package/bmad/bmm/workflows/4-implementation/code-review/{instructions.xml → instructions.xml.bak} +0 -0
  23. /package/bmad/bmm/workflows/4-implementation/code-review/{workflow.yaml → workflow.yaml.bak} +0 -0
@@ -43,3 +43,4 @@ name,description,module,path
43
43
  "innovation-strategy","Identify disruption opportunities and architect business model innovation. This workflow guides strategic analysis of markets, competitive dynamics, and business model innovation to uncover sustainable competitive advantages and breakthrough opportunities.","cis","_bmad/cis/workflows/innovation-strategy/workflow.yaml"
44
44
  "problem-solving","Apply systematic problem-solving methodologies to crack complex challenges. This workflow guides through problem diagnosis, root cause analysis, creative solution generation, evaluation, and implementation planning using proven frameworks.","cis","_bmad/cis/workflows/problem-solving/workflow.yaml"
45
45
  "storytelling","Craft compelling narratives using proven story frameworks and techniques. This workflow guides users through structured narrative development, applying appropriate story frameworks to create emotionally resonant and engaging stories for any purpose.","cis","_bmad/cis/workflows/storytelling/workflow.yaml"
46
+ "sync-epics-stories","Synchronize Bmad generated epics and stories documentation with Jira","bmm","_bmad/bmm/workflows/sync-epics-stories/workflow.md"