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
1016 B
1016 B
name, description, workflow_path, thisStepFile, nextStepFile, resultsStepFile, workflowFile, csvFile
| name | description | workflow_path | thisStepFile | nextStepFile | resultsStepFile | workflowFile | csvFile |
|---|---|---|---|---|---|---|---|
| step-08-q7 | Question 7 - Level 7 difficulty | {project-root}/_bmad/custom/src/workflows/quiz-master | {workflow_path}/steps/step-08-q7.md | {workflow_path}/steps/step-08-q7.md | {workflow_path}/steps/step-12-results.md | {workflow_path}/workflow.md | {project-root}/BMad-quiz-results.csv |
Step 8: Question 7
STEP GOAL:
To present question 7 (Level 7 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 7 difficulty.
2-6. Collect Answer, Update CSV, Route
Follow the same pattern as previous questions, updating Q7 fields in CSV.
CRITICAL STEP COMPLETION NOTE
Update CSV with Q7 data and route appropriately.