Snapshot WIP: solver HP epic progress, BPHX/HX physics, BMAD skill refresh.
Some checks failed
CI / check (push) Has been cancelled

Capture uncommitted solver robustness work (regularization, domain errors, linear solver lifecycle, tube DP/MSH), web workbench updates, and synced BMAD skills across IDE agent folders before starting BPHX pressure-drop.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-07-19 16:35:31 +02:00
parent 88620790d6
commit 5bd180b5b8
1363 changed files with 101041 additions and 58547 deletions

View File

@@ -1,16 +1,16 @@
# BMM Module Configuration
# Generated by BMAD installer
# Version: 6.4.0
# Date: 2026-04-25T13:07:25.312Z
# Version: 6.10.0
# Date: 2026-07-17T16:21:37.048Z
project_name: Entropyk
user_skill_level: intermediate
planning_artifacts: "{project-root}/_bmad-output/planning-artifacts"
implementation_artifacts: "{project-root}/_bmad-output/implementation-artifacts"
project_knowledge: "{project-root}/docs"
user_skill_level: intermediate
# Core Configuration Values
user_name: Sepehr
communication_language: French
project_name: Entropyk
document_output_language: English
output_folder: "{project-root}/_bmad-output"
user_name: Sepehr
communication_language: French

View File

@@ -1,33 +1,31 @@
module,skill,display-name,menu-code,description,action,args,phase,after,before,required,output-location,outputs
module,skill,display-name,menu-code,description,action,args,phase,preceded-by,followed-by,required,output-location,outputs
BMad Method,_meta,,,,,,,,,false,https://docs.bmad-method.org/llms.txt,
BMad Method,bmad-document-project,Document Project,DP,Analyze an existing project to produce useful documentation.,,anytime,,,false,project-knowledge,*
BMad Method,bmad-generate-project-context,Generate Project Context,GPC,Scan existing codebase to generate a lean LLM-optimized project-context.md. Essential for brownfield projects.,,anytime,,,false,output_folder,project context
BMad Method,bmad-quick-dev,Quick Dev,QQ,Unified intent-in code-out workflow: clarify plan implement review and present.,,anytime,,,false,implementation_artifacts,spec and project implementation
BMad Method,bmad-correct-course,Correct Course,CC,Navigate significant changes. May recommend start over update PRD redo architecture sprint planning or correct epics and stories.,,anytime,,,false,planning_artifacts,change proposal
BMad Method,bmad-document-project,Document Project,DP,Analyze an existing project to produce useful documentation.,,,anytime,,,false,project-knowledge,*
BMad Method,bmad-generate-project-context,Generate Project Context,GPC,Scan existing codebase to generate a lean LLM-optimized project-context.md. Essential for brownfield projects.,,,anytime,,,false,output_folder,project context
BMad Method,bmad-quick-dev,Quick Dev,QQ,Unified intent-in code-out workflow: clarify plan implement review and present.,,,anytime,,,false,implementation_artifacts,spec and project implementation
BMad Method,bmad-correct-course,Correct Course,CC,Navigate significant changes. May recommend start over update PRD redo architecture sprint planning or correct epics and stories.,,,anytime,,,false,planning_artifacts,change proposal
BMad Method,bmad-agent-tech-writer,Write Document,WD,"Describe in detail what you want, and the agent will follow documentation best practices. Multi-turn conversation with subprocess for research/review.",write,,anytime,,,false,project-knowledge,document
BMad Method,bmad-agent-tech-writer,Update Standards,US,Update agent memory documentation-standards.md with your specific preferences if you discover missing document conventions.,update-standards,,anytime,,,false,_bmad/_memory/tech-writer-sidecar,standards
BMad Method,bmad-agent-tech-writer,Mermaid Generate,MG,Create a Mermaid diagram based on user description. Will suggest diagram types if not specified.,mermaid,,anytime,,,false,planning_artifacts,mermaid diagram
BMad Method,bmad-agent-tech-writer,Validate Document,VD,Review the specified document against documentation standards and best practices. Returns specific actionable improvement suggestions organized by priority.,validate,[path],anytime,,,false,planning_artifacts,validation report
BMad Method,bmad-agent-tech-writer,Explain Concept,EC,Create clear technical explanations with examples and diagrams for complex concepts.,explain,[topic],anytime,,,false,project_knowledge,explanation
BMad Method,bmad-brainstorming,Brainstorm Project,BP,Expert guided facilitation through a single or multiple techniques.,,1-analysis,,,false,planning_artifacts,brainstorming session
BMad Method,bmad-market-research,Market Research,MR,"Market analysis competitive landscape customer needs and trends.",,1-analysis,,,false,"planning_artifacts|project-knowledge",research documents
BMad Method,bmad-domain-research,Domain Research,DR,Industry domain deep dive subject matter expertise and terminology.,,1-analysis,,,false,"planning_artifacts|project_knowledge",research documents
BMad Method,bmad-technical-research,Technical Research,TR,Technical feasibility architecture options and implementation approaches.,,1-analysis,,,false,"planning_artifacts|project_knowledge",research documents
BMad Method,bmad-brainstorming,Brainstorm Project,BP,Expert guided facilitation through a single or multiple techniques.,,,1-analysis,,,false,planning_artifacts,brainstorming session
BMad Method,bmad-market-research,Market Research,MR,Market analysis competitive landscape customer needs and trends.,,,1-analysis,,,false,planning_artifacts|project-knowledge,research documents
BMad Method,bmad-domain-research,Domain Research,DR,Industry domain deep dive subject matter expertise and terminology.,,,1-analysis,,,false,planning_artifacts|project_knowledge,research documents
BMad Method,bmad-technical-research,Technical Research,TR,Technical feasibility architecture options and implementation approaches.,,,1-analysis,,,false,planning_artifacts|project_knowledge,research documents
BMad Method,bmad-product-brief,Create Brief,CB,An expert guided experience to nail down your product idea in a brief. a gentler approach than PRFAQ when you are already sure of your concept and nothing will sway you.,,-A,1-analysis,,,false,planning_artifacts,product brief
BMad Method,bmad-prfaq,PRFAQ Challenge,WB,Working Backwards guided experience to forge and stress-test your product concept to ensure you have a great product that users will love and need through the PRFAQ gauntlet to determine feasibility and alignment with user needs. alternative to product brief.,,-H,1-analysis,,,false,planning_artifacts,prfaq document
BMad Method,bmad-create-prd,Create PRD,CP,Expert led facilitation to produce your Product Requirements Document.,,2-planning,,,true,planning_artifacts,prd
BMad Method,bmad-validate-prd,Validate PRD,VP,,,[path],2-planning,bmad-create-prd,,false,planning_artifacts,prd validation report
BMad Method,bmad-edit-prd,Edit PRD,EP,,,[path],2-planning,bmad-validate-prd,,false,planning_artifacts,updated prd
BMad Method,bmad-create-ux-design,Create UX,CU,"Guidance through realizing the plan for your UX, strongly recommended if a UI is a primary piece of the proposed project.",,2-planning,bmad-create-prd,,false,planning_artifacts,ux design
BMad Method,bmad-create-architecture,Create Architecture,CA,Guided workflow to document technical decisions.,,3-solutioning,,,true,planning_artifacts,architecture
BMad Method,bmad-create-epics-and-stories,Create Epics and Stories,CE,,,3-solutioning,bmad-create-architecture,,true,planning_artifacts,epics and stories
BMad Method,bmad-check-implementation-readiness,Check Implementation Readiness,IR,Ensure PRD UX Architecture and Epics Stories are aligned.,,3-solutioning,bmad-create-epics-and-stories,,true,planning_artifacts,readiness report
BMad Method,bmad-sprint-planning,Sprint Planning,SP,Kicks off implementation by producing a plan the implementation agents will follow in sequence for every story.,,4-implementation,,,true,implementation_artifacts,sprint status
BMad Method,bmad-sprint-status,Sprint Status,SS,Anytime: Summarize sprint status and route to next workflow.,,4-implementation,bmad-sprint-planning,,false,,
BMad Method,bmad-create-story,Create Story,CS,"Story cycle start: Prepare first found story in the sprint plan that is next or a specific epic/story designation.",create,,4-implementation,bmad-sprint-planning,bmad-create-story:validate,true,implementation_artifacts,story
BMad Method,bmad-prd,Create Edit and Review PRD,PRD,"Facilitated PRD workflow — create a new PRD via coached discovery, update an existing one against a change signal, or validate a finished PRD against a checklist with an HTML findings report.",,,2-planning,bmad-product-brief,,true,planning_artifacts,prd
BMad Method,bmad-ux,Create UX,CU,"Guidance through realizing the plan for your UX, strongly recommended if a UI is a primary piece of the proposed project.",,,2-planning,bmad-prd,,false,planning_artifacts,ux design
BMad Method,bmad-architecture,Architecture,CA,Offer once requirements exist (a PRD or spec; plus UX if present) and the user is ready to move from what to how. Also offer any time independently-built parts risk diverging. Produces the architecture spine: the invariants that keep features epics and stories consistent. Comes before epics and stories and scales from a quick spine to a full architecture (brownfield: ratifies the existing codebase).,,,3-solutioning,,,true,planning_artifacts,architecture
BMad Method,bmad-create-epics-and-stories,Create Epics and Stories,CE,,,,3-solutioning,bmad-architecture,,true,planning_artifacts,epics and stories
BMad Method,bmad-check-implementation-readiness,Check Implementation Readiness,IR,Ensure PRD UX Architecture and Epics Stories are aligned.,,,3-solutioning,bmad-create-epics-and-stories,,true,planning_artifacts,readiness report
BMad Method,bmad-sprint-planning,Sprint Planning,SP,Kicks off implementation by producing a plan the implementation agents will follow in sequence for every story.,,,4-implementation,,,true,implementation_artifacts,sprint status
BMad Method,bmad-sprint-status,Sprint Status,SS,Anytime: Summarize sprint status and route to next workflow.,,,4-implementation,bmad-sprint-planning,,false,,
BMad Method,bmad-create-story,Create Story,CS,Story cycle start: Prepare first found story in the sprint plan that is next or a specific epic/story designation.,create,,4-implementation,bmad-sprint-planning,bmad-create-story:validate,true,implementation_artifacts,story
BMad Method,bmad-create-story,Validate Story,VS,Validates story readiness and completeness before development work begins.,validate,,4-implementation,bmad-create-story:create,bmad-dev-story,false,implementation_artifacts,story validation report
BMad Method,bmad-dev-story,Dev Story,DS,Story cycle: Execute story implementation tasks and tests then CR then back to DS if fixes needed.,,4-implementation,bmad-create-story:validate,,true,,
BMad Method,bmad-code-review,Code Review,CR,Story cycle: If issues back to DS if approved then next CS or ER if epic complete.,,4-implementation,bmad-dev-story,,false,,
BMad Method,bmad-checkpoint-preview,Checkpoint,CK,Guided walkthrough of a change from purpose and context into details. Use for human review of commits branches or PRs.,,4-implementation,,,false,,
BMad Method,bmad-qa-generate-e2e-tests,QA Automation Test,QA,Generate automated API and E2E tests for implemented code. NOT for code review or story validation — use CR for that.,,4-implementation,bmad-dev-story,,false,implementation_artifacts,test suite
BMad Method,bmad-retrospective,Retrospective,ER,Optional at epic end: Review completed work lessons learned and next epic or if major issues consider CC.,,4-implementation,bmad-code-review,,false,implementation_artifacts,retrospective
BMad Method,bmad-dev-story,Dev Story,DS,Story cycle: Execute story implementation tasks and tests then CR then back to DS if fixes needed.,,,4-implementation,bmad-create-story:validate,,true,,
BMad Method,bmad-code-review,Code Review,CR,Story cycle: If issues back to DS if approved then next CS or ER if epic complete.,,,4-implementation,bmad-dev-story,,false,,
BMad Method,bmad-checkpoint-preview,Checkpoint,CK,Guided walkthrough of a change from purpose and context into details. Use for human review of commits branches or PRs.,,,4-implementation,,,false,,
BMad Method,bmad-qa-generate-e2e-tests,QA Automation Test,QA,Generate automated API and E2E tests for implemented code. NOT for code review or story validation — use CR for that.,,,4-implementation,bmad-dev-story,,false,implementation_artifacts,test suite
BMad Method,bmad-retrospective,Retrospective,ER,Optional at epic end: Review completed work lessons learned and next epic or if major issues consider CC.,,,4-implementation,bmad-code-review,,false,implementation_artifacts,retrospective
1 module skill display-name menu-code description action args phase after preceded-by before followed-by required output-location outputs
2 BMad Method _meta false https://docs.bmad-method.org/llms.txt
3 BMad Method bmad-document-project Document Project DP Analyze an existing project to produce useful documentation. anytime anytime false project-knowledge false * project-knowledge *
4 BMad Method bmad-generate-project-context Generate Project Context GPC Scan existing codebase to generate a lean LLM-optimized project-context.md. Essential for brownfield projects. anytime anytime false output_folder false project context output_folder project context
5 BMad Method bmad-quick-dev Quick Dev QQ Unified intent-in code-out workflow: clarify plan implement review and present. anytime anytime false implementation_artifacts false spec and project implementation implementation_artifacts spec and project implementation
6 BMad Method bmad-correct-course Correct Course CC Navigate significant changes. May recommend start over update PRD redo architecture sprint planning or correct epics and stories. anytime anytime false planning_artifacts false change proposal planning_artifacts change proposal
7 BMad Method bmad-agent-tech-writer Write Document WD Describe in detail what you want, and the agent will follow documentation best practices. Multi-turn conversation with subprocess for research/review. write anytime false project-knowledge document
8 BMad Method bmad-agent-tech-writer Update Standards US Update agent memory documentation-standards.md with your specific preferences if you discover missing document conventions. update-standards anytime false _bmad/_memory/tech-writer-sidecar standards
9 BMad Method bmad-agent-tech-writer Mermaid Generate MG Create a Mermaid diagram based on user description. Will suggest diagram types if not specified. mermaid anytime false planning_artifacts mermaid diagram
10 BMad Method bmad-agent-tech-writer Validate Document VD Review the specified document against documentation standards and best practices. Returns specific actionable improvement suggestions organized by priority. validate [path] anytime false planning_artifacts validation report
11 BMad Method bmad-agent-tech-writer Explain Concept EC Create clear technical explanations with examples and diagrams for complex concepts. explain [topic] anytime false project_knowledge explanation
12 BMad Method bmad-brainstorming Brainstorm Project BP Expert guided facilitation through a single or multiple techniques. 1-analysis 1-analysis false planning_artifacts false brainstorming session planning_artifacts brainstorming session
13 BMad Method bmad-market-research Market Research MR Market analysis competitive landscape customer needs and trends. 1-analysis 1-analysis false planning_artifacts|project-knowledge false research documents planning_artifacts|project-knowledge research documents
14 BMad Method bmad-domain-research Domain Research DR Industry domain deep dive subject matter expertise and terminology. 1-analysis 1-analysis false planning_artifacts|project_knowledge false research documents planning_artifacts|project_knowledge research documents
15 BMad Method bmad-technical-research Technical Research TR Technical feasibility architecture options and implementation approaches. 1-analysis 1-analysis false planning_artifacts|project_knowledge false research documents planning_artifacts|project_knowledge research documents
16 BMad Method bmad-product-brief Create Brief CB An expert guided experience to nail down your product idea in a brief. a gentler approach than PRFAQ when you are already sure of your concept and nothing will sway you. -A 1-analysis false planning_artifacts product brief
17 BMad Method bmad-prfaq PRFAQ Challenge WB Working Backwards guided experience to forge and stress-test your product concept to ensure you have a great product that users will love and need through the PRFAQ gauntlet to determine feasibility and alignment with user needs. alternative to product brief. -H 1-analysis false planning_artifacts prfaq document
18 BMad Method bmad-create-prd bmad-prd Create PRD Create Edit and Review PRD CP PRD Expert led facilitation to produce your Product Requirements Document. Facilitated PRD workflow — create a new PRD via coached discovery, update an existing one against a change signal, or validate a finished PRD against a checklist with an HTML findings report. 2-planning 2-planning bmad-product-brief true planning_artifacts true prd planning_artifacts prd
19 BMad Method bmad-validate-prd bmad-ux Validate PRD Create UX VP CU Guidance through realizing the plan for your UX, strongly recommended if a UI is a primary piece of the proposed project. [path] 2-planning bmad-create-prd bmad-prd false planning_artifacts prd validation report ux design
20 BMad Method bmad-edit-prd bmad-architecture Edit PRD Architecture EP CA Offer once requirements exist (a PRD or spec; plus UX if present) and the user is ready to move from what to how. Also offer any time independently-built parts risk diverging. Produces the architecture spine: the invariants that keep features epics and stories consistent. Comes before epics and stories and scales from a quick spine to a full architecture (brownfield: ratifies the existing codebase). [path] 2-planning 3-solutioning bmad-validate-prd false true planning_artifacts updated prd architecture
21 BMad Method bmad-create-ux-design bmad-create-epics-and-stories Create UX Create Epics and Stories CU CE Guidance through realizing the plan for your UX, strongly recommended if a UI is a primary piece of the proposed project. 2-planning bmad-create-prd 3-solutioning bmad-architecture false planning_artifacts true ux design planning_artifacts epics and stories
22 BMad Method bmad-create-architecture bmad-check-implementation-readiness Create Architecture Check Implementation Readiness CA IR Guided workflow to document technical decisions. Ensure PRD UX Architecture and Epics Stories are aligned. 3-solutioning 3-solutioning bmad-create-epics-and-stories true planning_artifacts true architecture planning_artifacts readiness report
23 BMad Method bmad-create-epics-and-stories bmad-sprint-planning Create Epics and Stories Sprint Planning CE SP Kicks off implementation by producing a plan the implementation agents will follow in sequence for every story. 3-solutioning bmad-create-architecture 4-implementation true planning_artifacts true epics and stories implementation_artifacts sprint status
24 BMad Method bmad-check-implementation-readiness bmad-sprint-status Check Implementation Readiness Sprint Status IR SS Ensure PRD UX Architecture and Epics Stories are aligned. Anytime: Summarize sprint status and route to next workflow. 3-solutioning bmad-create-epics-and-stories 4-implementation bmad-sprint-planning true planning_artifacts false readiness report
25 BMad Method bmad-sprint-planning bmad-create-story Sprint Planning Create Story SP CS Kicks off implementation by producing a plan the implementation agents will follow in sequence for every story. Story cycle start: Prepare first found story in the sprint plan that is next or a specific epic/story designation. create 4-implementation 4-implementation bmad-sprint-planning true bmad-create-story:validate implementation_artifacts true sprint status implementation_artifacts story
BMad Method bmad-sprint-status Sprint Status SS Anytime: Summarize sprint status and route to next workflow. 4-implementation bmad-sprint-planning false
BMad Method bmad-create-story Create Story CS Story cycle start: Prepare first found story in the sprint plan that is next or a specific epic/story designation. create 4-implementation bmad-sprint-planning bmad-create-story:validate true implementation_artifacts story
26 BMad Method bmad-create-story Validate Story VS Validates story readiness and completeness before development work begins. validate 4-implementation bmad-create-story:create bmad-dev-story bmad-dev-story false implementation_artifacts story validation report
27 BMad Method bmad-dev-story Dev Story DS Story cycle: Execute story implementation tasks and tests then CR then back to DS if fixes needed. 4-implementation bmad-create-story:validate 4-implementation bmad-create-story:validate true true
28 BMad Method bmad-code-review Code Review CR Story cycle: If issues back to DS if approved then next CS or ER if epic complete. 4-implementation bmad-dev-story 4-implementation bmad-dev-story false false
29 BMad Method bmad-checkpoint-preview Checkpoint CK Guided walkthrough of a change from purpose and context into details. Use for human review of commits branches or PRs. 4-implementation 4-implementation false false
30 BMad Method bmad-qa-generate-e2e-tests QA Automation Test QA Generate automated API and E2E tests for implemented code. NOT for code review or story validation — use CR for that. 4-implementation bmad-dev-story 4-implementation bmad-dev-story false implementation_artifacts false test suite implementation_artifacts test suite
31 BMad Method bmad-retrospective Retrospective ER Optional at epic end: Review completed work lessons learned and next epic or if major issues consider CC. 4-implementation bmad-code-review 4-implementation bmad-code-review false implementation_artifacts false retrospective implementation_artifacts retrospective