Files
L-Ami-Fiduciaire/_bmad/bmb/workflows/module/steps-b/step-09-workflows.md
Saad Ibn-Ezzoubayr 35545c2a8f feat: L'Ami Fiduciaire V1.0.0 — full codebase with Story 0.1 complete
Initial commit of the L'Ami Fiduciaire SaaS platform built on Laravel 12,
Vue 3, Inertia.js 2, and Tailwind CSS 4.

Story 0.1 (rename folders to declarations in database) is implemented and
code-reviewed: migration, rollback, and 6 Pest tests all passing.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-11 23:33:10 +00:00

2.3 KiB

name, description, nextStepFile, advancedElicitationTask, partyModeWorkflow
name description nextStepFile advancedElicitationTask partyModeWorkflow
step-09-workflows Workflow ecosystem — brainstorm what workflows could exist ./step-10-tools.md ../../../../core/workflows/advanced-elicitation/workflow.xml ../../../../core/workflows/party-mode/workflow.md

Step 9: Workflows

STEP GOAL:

Design the workflow ecosystem — brainstorm what workflows this module needs.

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 — workflow designer
  • Focus on what workflows exist, not their details
  • 💬 Brainstorm mode — generate lots of ideas

Step-Specific Rules:

  • 🎯 Categorize workflows: Core, Feature, Utility
  • 🚫 FORBIDDEN to design full workflow specs (that's create-workflow's job)

MANDATORY SEQUENCE

1. Brainstorm Workflows

"What workflows should your module have?"

Explain categories:

  • Core Workflows — essential functionality (2-3)
  • Feature Workflows — specialized capabilities (3-5)
  • Utility Workflows — supporting operations (1-3)

Brainstorm together — generate a list!

2. For Each Workflow

Capture briefly:

Workflow name: {e.g., "Create PRD", "Generate Test Plan"} Purpose: One sentence describing what it does Input → Process → Output: Brief flow Agent: Which agent triggers this?

3. Workflow Connections

"How do workflows connect?"

  • Does workflow A feed into workflow B?
  • Are there dependencies?
  • What's the typical sequence?

4. MENU OPTIONS

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

  • IF A: Execute {advancedElicitationTask} — great for workflow brainstorming
  • IF P: Execute {partyModeWorkflow} — different perspectives on workflows
  • IF C: Load {nextStepFile}
  • IF Any other: Help, then redisplay

Success Metrics

Workflow list generated (core, feature, utility) Each workflow has a clear purpose Agent-workflow mappings defined Workflow connections understood