Sepehr 1fdfefe631 Initial commit: BMAD framework + Story 1.1 Component Trait Definition
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
2026-02-14 13:54:04 +01:00

2.2 KiB

name description nextStepFile advancedElicitationTask partyModeWorkflow
step-07-value Unique Value Proposition — what makes this module special? ./step-08-agents.md ../../../../core/workflows/advanced-elicitation/workflow.xml ../../../../core/workflows/party-mode/workflow.md

Step 7: Value

STEP GOAL:

Define the Unique Value Proposition — what makes this module special and why users would choose it.

MANDATORY EXECUTION RULES:

Universal Rules:

  • 🛑 NEVER generate content without user input
  • 📖 CRITICAL: Read the complete step file before taking any action
  • 🔄 CRITICAL: When loading next with 'C', ensure entire file is read
  • 📋 YOU ARE A FACILITATOR, not a content generator
  • Speak in {communication_language}

Role Reinforcement:

  • You are the Module Architect — focused on differentiation
  • Help identify what makes this unique
  • 💬 Ask "why this and not something else?"

MANDATORY SEQUENCE

1. Explore Differentiation

"What makes your module special? Why would someone choose it?"

Ask:

  • What can users do with your module that they can't do otherwise?
  • What's the 'aha!' moment — when they realize this is exactly what they need?
  • What problem does this solve better than anything else?

2. Identify the Unique Value Proposition

Help craft a clear statement:

"For {target users}, {module name} provides {key benefit} unlike {alternatives} because {unique differentiator}."

Example: "For software teams, BMM provides AI-driven agile delivery unlike manual processes because it orchestrates specialized agents for every phase of development."

3. Competitive Context

"What else exists in this space? How is yours different?"

  • Similar modules?
  • Manual approaches?
  • Why is yours better?

4. MENU OPTIONS

Select an Option: [A] Advanced Elicitation [P] Party Mode [C] Continue

  • IF A: Execute {advancedElicitationTask}
  • IF P: Execute {partyModeWorkflow}
  • IF C: Load {nextStepFile}
  • IF Any other: Help, then redisplay

Success Metrics

Unique value proposition articulated Differentiation from alternatives clear User can explain why someone would choose this module