mirror of
https://github.com/bmad-code-org/BMAD-METHOD.git
synced 2026-01-30 04:32:02 +00:00
* feat: add documentation website with Docusaurus build pipeline
* feat(docs): add AI discovery meta tags for llms.txt files
- Add global headTags with ai-terms, llms, llms-full meta tags
- Update landing page link to clarify AI context purpose
* fix(docs): restore accidentally deleted faq.md and glossary.md
Files were removed in 12dd97fe during path restructuring.
* fix(docs): update broken project-readme links to GitHub URL
* feat(schema): add compound trigger format validation
1.0 KiB
1.0 KiB
name, description, workflow_path, thisStepFile, nextStepFile, resultsStepFile, workflowFile, csvFile
| name | description | workflow_path | thisStepFile | nextStepFile | resultsStepFile | workflowFile | csvFile |
|---|---|---|---|---|---|---|---|
| step-11-q10 | Question 10 - Level 10 difficulty | {project-root}/_bmad/custom/src/workflows/quiz-master | {workflow_path}/steps/step-11-q10.md | {workflow_path}/steps/results.md | {workflow_path}/steps/step-12-results.md | {workflow_path}/workflow.md | {project-root}/BMad-quiz-results.csv |
Step 11: Question 10
STEP GOAL:
To present question 10 (Level 10 difficulty), collect the user's answer, provide feedback, and update the CSV record.
Sequence of Instructions (Do not deviate, skip, or optimize)
1. Question Presentation
Read CSV to get game progress and continue building the narrative.
Present with appropriate drama for Level 10 difficulty.
2-6. Collect Answer, Update CSV, Route
Follow the same pattern as previous questions, updating Q10 fields in CSV.
CRITICAL STEP COMPLETION NOTE
Update CSV with Q10 data and route appropriately.