Files
BMAD-METHOD/samples/sample-custom-modules/sample-unitary-module/workflows/quiz-master/steps/step-04-q3.md
Alex Verkhovsky 19df17b261 feat: add documentation website with Docusaurus build pipeline (#1177)
* 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
2025-12-23 23:01:36 +08:00

1016 B

name, description, workflow_path, thisStepFile, nextStepFile, resultsStepFile, workflowFile, csvFile
name description workflow_path thisStepFile nextStepFile resultsStepFile workflowFile csvFile
step-04-q3 Question 3 - Level 3 difficulty {project-root}/_bmad/custom/src/workflows/quiz-master {workflow_path}/steps/step-04-q3.md {workflow_path}/steps/step-04-q3.md {workflow_path}/steps/step-12-results.md {workflow_path}/workflow.md {project-root}/BMad-quiz-results.csv

Step 4: Question 3

STEP GOAL:

To present question 3 (Level 3 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 3 difficulty.

2-6. Collect Answer, Update CSV, Route

Follow the same pattern as previous questions, updating Q3 fields in CSV.

CRITICAL STEP COMPLETION NOTE

Update CSV with Q3 data and route appropriately.