Files
L-Ami-Fiduciaire/_bmad/_config/workflow-manifest.csv
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

10 KiB

1namedescriptionmodulepath
2brainstormingFacilitate interactive brainstorming sessions using diverse creative techniques and ideation methods. Use when the user says help me brainstorm or help me ideate.core_bmad/core/workflows/brainstorming/workflow.md
3party-modeOrchestrates group discussions between all installed BMAD agents, enabling natural multi-agent conversations. Use when user requests party mode.core_bmad/core/workflows/party-mode/workflow.md
4create-product-briefCreate product brief through collaborative discovery. Use when the user says "lets create a product brief" or "help me create a project brief"bmm_bmad/bmm/workflows/1-analysis/create-product-brief/workflow.md
5domain-researchConduct domain and industry research. Use when the user says "lets create a research report on [domain or industry]"bmm_bmad/bmm/workflows/1-analysis/research/workflow-domain-research.md
6market-researchConduct market research on competition and customers. Use when the user says "create a market research report about [business idea]".bmm_bmad/bmm/workflows/1-analysis/research/workflow-market-research.md
7technical-researchConduct technical research on technologies and architecture. Use when the user says "create a technical research report on [topic]".bmm_bmad/bmm/workflows/1-analysis/research/workflow-technical-research.md
8create-prdCreate a PRD from scratch. Use when the user says "lets create a product requirements document" or "I want to create a new PRD"bmm_bmad/bmm/workflows/2-plan-workflows/create-prd/workflow-create-prd.md
9edit-prdEdit an existing PRD. Use when the user says "edit this PRD".bmm_bmad/bmm/workflows/2-plan-workflows/create-prd/workflow-edit-prd.md
10validate-prdValidate a PRD against standards. Use when the user says "validate this PRD" or "run PRD validation"bmm_bmad/bmm/workflows/2-plan-workflows/create-prd/workflow-validate-prd.md
11create-ux-designPlan UX patterns and design specifications. Use when the user says "lets create UX design" or "create UX specifications" or "help me plan the UX"bmm_bmad/bmm/workflows/2-plan-workflows/create-ux-design/workflow.md
12check-implementation-readinessValidate PRD, UX, Architecture and Epics specs are complete. Use when the user says "check implementation readiness".bmm_bmad/bmm/workflows/3-solutioning/check-implementation-readiness/workflow.md
13create-architectureCreate architecture solution design decisions for AI agent consistency. Use when the user says "lets create architecture" or "create technical architecture" or "create a solution design"bmm_bmad/bmm/workflows/3-solutioning/create-architecture/workflow.md
14create-epics-and-storiesBreak requirements into epics and user stories. Use when the user says "create the epics and stories list"bmm_bmad/bmm/workflows/3-solutioning/create-epics-and-stories/workflow.md
15code-reviewPerform adversarial code review finding specific issues. Use when the user says "run code review" or "review this code"bmm_bmad/bmm/workflows/4-implementation/code-review/workflow.yaml
16correct-courseManage significant changes during sprint execution. Use when the user says "correct course" or "propose sprint change"bmm_bmad/bmm/workflows/4-implementation/correct-course/workflow.yaml
17create-storyCreates a dedicated story file with all the context the agent will need to implement it later. Use when the user says "create the next story" or "create story [story identifier]"bmm_bmad/bmm/workflows/4-implementation/create-story/workflow.yaml
18dev-storyExecute story implementation following a context filled story spec file. Use when the user says "dev this story [story file]" or "implement the next story in the sprint plan"bmm_bmad/bmm/workflows/4-implementation/dev-story/workflow.yaml
19retrospectivePost-epic review to extract lessons and assess success. Use when the user says "run a retrospective" or "lets retro the epic [epic]"bmm_bmad/bmm/workflows/4-implementation/retrospective/workflow.yaml
20sprint-planningGenerate sprint status tracking from epics. Use when the user says "run sprint planning" or "generate sprint plan"bmm_bmad/bmm/workflows/4-implementation/sprint-planning/workflow.yaml
21sprint-statusSummarize sprint status and surface risks. Use when the user says "check sprint status" or "show sprint status"bmm_bmad/bmm/workflows/4-implementation/sprint-status/workflow.yaml
22quick-devImplement a Quick Tech Spec for small changes or features. Use when the user provides a quick tech spec and says "implement this quick spec" or "proceed with implementation of [quick tech spec]"bmm_bmad/bmm/workflows/bmad-quick-flow/quick-dev/workflow.md
23quick-specVery quick process to create implementation-ready quick specs for small changes or features. Use when the user says "create a quick spec" or "generate a quick tech spec"bmm_bmad/bmm/workflows/bmad-quick-flow/quick-spec/workflow.md
24document-projectDocument brownfield projects for AI context. Use when the user says "document this project" or "generate project docs"bmm_bmad/bmm/workflows/document-project/workflow.yaml
25generate-project-contextCreate project-context.md with AI rules. Use when the user says "generate project context" or "create project context"bmm_bmad/bmm/workflows/generate-project-context/workflow.md
26qa-generate-e2e-testsGenerate end to end automated tests for existing features. Use when the user says "create qa automated tests for [feature]"bmm_bmad/bmm/workflows/qa-generate-e2e-tests/workflow.yaml
27create-agentCreate a new BMAD agent with best practices and compliancebmb_bmad/bmb/workflows/agent/workflow-create-agent.md
28edit-agentEdit existing BMAD agents while maintaining compliancebmb_bmad/bmb/workflows/agent/workflow-edit-agent.md
29validate-agentValidate existing BMAD agents and offer to improve deficienciesbmb_bmad/bmb/workflows/agent/workflow-validate-agent.md
30create-module-briefCreate product brief for BMAD module developmentbmb_bmad/bmb/workflows/module/workflow-create-module-brief.md
31create-moduleCreate a complete BMAD module with agents, workflows, and infrastructurebmb_bmad/bmb/workflows/module/workflow-create-module.md
32edit-moduleEdit existing BMAD modules while maintaining coherencebmb_bmad/bmb/workflows/module/workflow-edit-module.md
33validate-moduleRun compliance check on BMAD modules against best practicesbmb_bmad/bmb/workflows/module/workflow-validate-module.md
34create-workflowCreate a new BMAD workflow with proper structure and best practicesbmb_bmad/bmb/workflows/workflow/workflow-create-workflow.md
35edit-workflowEdit existing BMAD workflows while maintaining integritybmb_bmad/bmb/workflows/workflow/workflow-edit-workflow.md
36rework-workflowRework a Workflow to a V6 Compliant Versionbmb_bmad/bmb/workflows/workflow/workflow-rework-workflow.md
37validate-max-parallel-workflowRun validation checks in MAX-PARALLEL mode against a workflow requires a tool that supports Parallel Sub-Processesbmb_bmad/bmb/workflows/workflow/workflow-validate-max-parallel-workflow.md
38validate-workflowRun validation check on BMAD workflows against best practicesbmb_bmad/bmb/workflows/workflow/workflow-validate-workflow.md
39design-thinkingGuide human-centered design processes using empathy-driven methodologies. Use when the user says "lets run design thinking" or "I want to apply design thinking"cis_bmad/cis/workflows/design-thinking/workflow.yaml
40innovation-strategyIdentify disruption opportunities and architect business model innovation. Use when the user says "lets create an innovation strategy" or "I want to find disruption opportunities"cis_bmad/cis/workflows/innovation-strategy/workflow.yaml
41problem-solvingApply systematic problem-solving methodologies to complex challenges. Use when the user says "guide me through structured problem solving" or "I want to crack this challenge with guided problem solving techniques"cis_bmad/cis/workflows/problem-solving/workflow.yaml
42storytellingCraft compelling narratives using story frameworks. Use when the user says "help me with storytelling" or "I want to create a narrative through storytelling"cis_bmad/cis/workflows/storytelling/workflow.yaml
43testarch-atddGenerate failing acceptance tests using TDD cycle. Use when the user says "lets write acceptance tests" or "I want to do ATDD"tea_bmad/tea/workflows/testarch/atdd/workflow.yaml
44testarch-automateExpand test automation coverage for codebase. Use when the user says "lets expand test coverage" or "I want to automate tests"tea_bmad/tea/workflows/testarch/automate/workflow.yaml
45testarch-ciScaffold CI/CD quality pipeline with test execution. Use when the user says "lets setup CI pipeline" or "I want to create quality gates"tea_bmad/tea/workflows/testarch/ci/workflow.yaml
46testarch-frameworkInitialize test framework with Playwright or Cypress. Use when the user says "lets setup test framework" or "I want to initialize testing framework"tea_bmad/tea/workflows/testarch/framework/workflow.yaml
47testarch-nfrAssess NFRs like performance security and reliability. Use when the user says "lets assess NFRs" or "I want to evaluate non-functional requirements"tea_bmad/tea/workflows/testarch/nfr-assess/workflow.yaml
48teach-me-testingTeach testing progressively through structured sessions. Use when user says "lets learn testing" or "I want to study test practices"tea_bmad/tea/workflows/testarch/teach-me-testing/workflow.md
49testarch-test-designCreate system-level or epic-level test plans. Use when the user says "lets design test plan" or "I want to create test strategy"tea_bmad/tea/workflows/testarch/test-design/workflow.yaml
50testarch-test-reviewReview test quality using best practices validation. Use when the user says "lets review tests" or "I want to evaluate test quality"tea_bmad/tea/workflows/testarch/test-review/workflow.yaml
51testarch-traceGenerate traceability matrix and quality gate decision. Use when the user says "lets create traceability matrix" or "I want to analyze test coverage"tea_bmad/tea/workflows/testarch/trace/workflow.yaml