site-mariage/_byan/_config/workflow-manifest.csv
Corentin Joguet bff653acd6 first commit
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-15 10:30:37 +02:00

9.8 KiB

1namedescriptionmodulepath
2brainstormingFacilitate interactive brainstorming sessions using diverse creative techniques and ideation methodscore_byan/core/workflows/brainstorming/workflow.md
3party-modeOrchestrates group discussions between all installed BMAD agents, enabling natural multi-agent conversationscore_byan/core/workflows/party-mode/workflow.md
4create-product-briefCreate comprehensive product briefs through collaborative step-by-step discovery as creative Business Analyst working with the user as peers.bmm_byan/bmm/workflows/1-analysis/create-product-brief/workflow.md
5researchConduct comprehensive research across multiple domains using current web data and verified sources - Market, Technical, Domain and other research types.bmm_byan/bmm/workflows/1-analysis/research/workflow.md
6create-prdPRD tri-modal workflow - Create, Validate, or Edit comprehensive PRDsbmm_byan/bmm/workflows/2-plan-workflows/create-prd/workflow.md
7create-ux-designWork with a peer UX Design expert to plan your applications UX patterns, look and feel.bmm_byan/bmm/workflows/2-plan-workflows/create-ux-design/workflow.md
8check-implementation-readinessCritical validation workflow that assesses PRD, Architecture, and Epics & Stories for completeness and alignment before implementation. Uses adversarial review approach to find gaps and issues.bmm_byan/bmm/workflows/3-solutioning/check-implementation-readiness/workflow.md
9create-architectureCollaborative architectural decision facilitation for AI-agent consistency. Replaces template-driven architecture with intelligent, adaptive conversation that produces a decision-focused architecture document optimized for preventing agent conflicts.bmm_byan/bmm/workflows/3-solutioning/create-architecture/workflow.md
10create-epics-and-storiesTransform PRD requirements and Architecture decisions into comprehensive stories organized by user value. This workflow requires completed PRD + Architecture documents (UX recommended if UI exists) and breaks down requirements into implementation-ready epics and user stories that incorporate all available technical and design context. Creates detailed, actionable stories with complete acceptance criteria for development teams.bmm_byan/bmm/workflows/3-solutioning/create-epics-and-stories/workflow.md
11code-reviewPerform an ADVERSARIAL Senior Developer code review that finds 3-10 specific problems in every story. Challenges everything: code quality, test coverage, architecture compliance, security, performance. NEVER accepts `looks good` - must find minimum issues and can auto-fix with user approval.bmm_byan/bmm/workflows/4-implementation/code-review/workflow.yaml
12correct-courseNavigate significant changes during sprint execution by analyzing impact, proposing solutions, and routing for implementationbmm_byan/bmm/workflows/4-implementation/correct-course/workflow.yaml
13create-storyCreate the next user story from epics+stories with enhanced context analysis and direct ready-for-dev markingbmm_byan/bmm/workflows/4-implementation/create-story/workflow.yaml
14dev-storyExecute a story by implementing tasks/subtasks, writing tests, validating, and updating the story file per acceptance criteriabmm_byan/bmm/workflows/4-implementation/dev-story/workflow.yaml
15retrospectiveRun after epic completion to review overall success, extract lessons learned, and explore if new information emerged that might impact the next epicbmm_byan/bmm/workflows/4-implementation/retrospective/workflow.yaml
16sprint-planningGenerate and manage the sprint status tracking file for Phase 4 implementation, extracting all epics and stories from epic files and tracking their status through the development lifecyclebmm_byan/bmm/workflows/4-implementation/sprint-planning/workflow.yaml
17sprint-statusSummarize sprint-status.yaml, surface risks, and route to the right implementation workflow.bmm_byan/bmm/workflows/4-implementation/sprint-status/workflow.yaml
18quick-devFlexible development - execute tech-specs OR direct instructions with optional planning.bmm_byan/bmm/workflows/bmad-quick-flow/quick-dev/workflow.md
19quick-specConversational spec engineering - ask questions, investigate code, produce implementation-ready tech-spec.bmm_byan/bmm/workflows/bmad-quick-flow/quick-spec/workflow.md
20document-projectAnalyzes and documents brownfield projects by scanning codebase, architecture, and patterns to create comprehensive reference documentation for AI-assisted developmentbmm_byan/bmm/workflows/document-project/workflow.yaml
21create-excalidraw-dataflowCreate data flow diagrams (DFD) in Excalidraw formatbmm_byan/bmm/workflows/excalidraw-diagrams/create-dataflow/workflow.yaml
22create-excalidraw-diagramCreate system architecture diagrams, ERDs, UML diagrams, or general technical diagrams in Excalidraw formatbmm_byan/bmm/workflows/excalidraw-diagrams/create-diagram/workflow.yaml
23create-excalidraw-flowchartCreate a flowchart visualization in Excalidraw format for processes, pipelines, or logic flowsbmm_byan/bmm/workflows/excalidraw-diagrams/create-flowchart/workflow.yaml
24create-excalidraw-wireframeCreate website or app wireframes in Excalidraw formatbmm_byan/bmm/workflows/excalidraw-diagrams/create-wireframe/workflow.yaml
25generate-project-contextCreates a concise project-context.md file with critical rules and patterns that AI agents must follow when implementing code. Optimized for LLM context efficiency.bmm_byan/bmm/workflows/generate-project-context/workflow.md
26qa-automateGenerate tests quickly for existing features using standard test patternsbmm_byan/bmm/workflows/qa/automate/workflow.yaml
27agentTri-modal workflow for creating, editing, and validating BMAD Core compliant agentsbmb_byan/bmb/workflows/agent/workflow.md
28moduleQuad-modal workflow for creating BMAD modules (Brief + Create + Edit + Validate)bmb_byan/bmb/workflows/module/workflow.md
29workflowCreate structured standalone workflows using markdown-based step architecture (tri-modal: create, validate, edit)bmb_byan/bmb/workflows/workflow/workflow.md
30testarch-atddGenerate failing acceptance tests before implementation using TDD red-green-refactor cycletea_byan/tea/workflows/testarch/atdd/workflow.yaml
31testarch-automateExpand test automation coverage after implementation or analyze existing codebase to generate comprehensive test suitetea_byan/tea/workflows/testarch/automate/workflow.yaml
32testarch-ciScaffold CI/CD quality pipeline with test execution, burn-in loops, and artifact collectiontea_byan/tea/workflows/testarch/ci/workflow.yaml
33testarch-frameworkInitialize production-ready test framework architecture (Playwright or Cypress) with fixtures, helpers, and configurationtea_byan/tea/workflows/testarch/framework/workflow.yaml
34testarch-nfrAssess non-functional requirements (performance, security, reliability, maintainability) before release with evidence-based validationtea_byan/tea/workflows/testarch/nfr-assess/workflow.yaml
35teach-me-testingMulti-session learning companion that teaches testing progressively through 7 structured sessions with state persistencetea_byan/tea/workflows/testarch/teach-me-testing/workflow.md
36testarch-test-designDual-mode workflow: (1) System-level testability review in Solutioning phase, or (2) Epic-level test planning in Implementation phase. Auto-detects mode based on project phase.tea_byan/tea/workflows/testarch/test-design/workflow.yaml
37testarch-test-reviewReview test quality using comprehensive knowledge base and best practices validationtea_byan/tea/workflows/testarch/test-review/workflow.yaml
38testarch-traceGenerate requirements-to-tests traceability matrix, analyze coverage, and make quality gate decision (PASS/CONCERNS/FAIL/WAIVED)tea_byan/tea/workflows/testarch/trace/workflow.yaml
39design-thinkingGuide human-centered design processes using empathy-driven methodologies. This workflow walks through the design thinking phases - Empathize, Define, Ideate, Prototype, and Test - to create solutions deeply rooted in user needs.cis_byan/cis/workflows/design-thinking/workflow.yaml
40innovation-strategyIdentify 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_byan/cis/workflows/innovation-strategy/workflow.yaml
41problem-solvingApply 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_byan/cis/workflows/problem-solving/workflow.yaml
42storytellingCraft 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_byan/cis/workflows/storytelling/workflow.yaml
43turbo-whisper-installInstall Turbo Whisper via yanstall wizard with OS detection and dependency resolutionbmb_byan/bmb/workflows/turbo-whisper/install-workflow.md
44turbo-whisper-configureConfigure Turbo Whisper API, hotkeys, and preferencesbmb_byan/bmb/workflows/turbo-whisper/configure-workflow.md
45turbo-whisper-docker-setupSetup self-hosted faster-whisper-server with Docker for privacy and cost-free transcriptionbmb_byan/bmb/workflows/turbo-whisper/docker-setup-workflow.md
46turbo-whisper-integrateIntegrate Turbo Whisper with GitHub Copilot CLI, Claude Code, and Codex platformsbmb_byan/bmb/workflows/turbo-whisper/integrate-workflow.md