Features: - BMAD (Build Modular AI-driven Development) framework setup - BMM, BMB, CIS, Core modules configured - Story 1.1: Component trait with error handling - Workspace Cargo.toml with components crate - 31 tests passing (19 unit + 12 doc tests) Technical: - Component trait with compute_residuals, jacobian_entries, n_equations - ComponentError enum with thiserror - JacobianBuilder for sparse matrix construction - Object-safe trait supporting Box<dyn Component> - Comprehensive documentation and examples
1.7 KiB
1.7 KiB
| 1 | module | phase | name | code | sequence | workflow-file | command | required | agent | options | description | output-location | outputs | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2 | cis | anytime | Innovation Strategy | IS | _bmad/cis/workflows/innovation-strategy/workflow.yaml | bmad-cis-innovation-strategy | false | innovation-strategist | Create Mode | Identify disruption opportunities and architect business model innovation. Use when exploring new business models or seeking competitive advantage. | output_folder | innovation strategy | ||
| 3 | cis | anytime | Problem Solving | PS | _bmad/cis/workflows/problem-solving/workflow.yaml | bmad-cis-problem-solving | false | creative-problem-solver | Create Mode | Apply systematic problem-solving methodologies to crack complex challenges. Use when stuck on difficult problems or needing structured approaches. | output_folder | problem solution | ||
| 4 | cis | anytime | Design Thinking | DT | _bmad/cis/workflows/design-thinking/workflow.yaml | bmad-cis-design-thinking | false | design-thinking-coach | Create Mode | Guide human-centered design processes using empathy-driven methodologies. Use for user-centered design challenges or improving user experience. | output_folder | design thinking | ||
| 5 | cis | anytime | Brainstorming | BS | _bmad/core/workflows/brainstorming/workflow.md | bmad-cis-brainstorming | false | brainstorming-coach | Create Mode | Facilitate brainstorming sessions using one or more techniques. Use early in ideation phase or when stuck generating ideas. | output_folder | brainstorming session results | ||
| 6 | cis | anytime | Storytelling | ST | _bmad/cis/workflows/storytelling/workflow.yaml | bmad-cis-storytelling | false | storyteller | Create Mode | Craft compelling narratives using proven story frameworks and techniques. Use when needing persuasive communication or story-driven content. | output_folder | narrative/story |