fix: convert remaining Display/Present keywords to display tags

Remove redundant Display: label before display block, wrap bare
Display/Present keyword content in proper <display> tags, and remove
misplaced code fence pair in architecture step-03-starter.
This commit is contained in:
Alex Verkhovsky 2026-02-01 22:52:50 -07:00
parent a13f399997
commit fb26467069
20 changed files with 19 additions and 23 deletions

View File

@ -228,7 +228,7 @@ Present MENU OPTIONS below for user selection
#### Menu Handling Logic: #### Menu Handling Logic:
- IF C (Convert): Read fully and follow: {altStepFile} (step-e-01b-legacy-conversion.md) - IF C (Convert): Read fully and follow: {altStepFile} (step-e-01b-legacy-conversion.md)
- IF E (Edit As-Is): Display "Proceeding with edits..." then load next step - IF E (Edit As-Is): <display>Proceeding with edits...</display> then load next step
- IF X (Exit): Display summary and exit - IF X (Exit): Display summary and exit
- IF Any other: help user, then redisplay menu - IF Any other: help user, then redisplay menu

View File

@ -228,7 +228,7 @@ editHistory:
#### Menu Handling Logic: #### Menu Handling Logic:
- IF V (Validate): Display "Starting validation workflow..." then read fully and follow: steps-v/step-v-01-discovery.md - IF V (Validate): <display>Starting validation workflow...</display> then read fully and follow: steps-v/step-v-01-discovery.md
- IF S (Summary): Present edit summary and exit - IF S (Summary): Present edit summary and exit
- IF A (Adjust): Accept additional requirements, loop back to editing - IF A (Adjust): Accept additional requirements, loop back to editing
- IF X (Exit): Display summary and exit - IF X (Exit): Display summary and exit

View File

@ -131,7 +131,7 @@ From step e-03 change execution, compile:
- **IF E (Edit More):** - **IF E (Edit More):**
- <display>**Additional Edits**</display> - <display>**Additional Edits**</display>
- Ask: "What additional edits would you like to make?" - Ask: "What additional edits would you like to make?"
- Accept input, then display: "**Returning to edit step...**" - Accept input, then <display>**Returning to edit step...**</display>
- Read fully and follow: step-e-03-edit.md again - Read fully and follow: step-e-03-edit.md again
- **IF S (Summary):** - **IF S (Summary):**

View File

@ -166,7 +166,7 @@ Present MENU OPTIONS below for user selection
#### Menu Handling Logic: #### Menu Handling Logic:
- IF A (Parity Check): Read fully and follow: {altStepFile} (step-v-02b-parity-check.md) - IF A (Parity Check): Read fully and follow: {altStepFile} (step-v-02b-parity-check.md)
- IF B (Validate As-Is): Display "Proceeding with validation..." then read fully and follow: {nextStepFile} - IF B (Validate As-Is): <display>Proceeding with validation...</display> then read fully and follow: {nextStepFile}
- IF C (Exit): Display format findings summary and exit validation - IF C (Exit): Display format findings summary and exit validation
- IF Any other: help user respond, then redisplay menu - IF Any other: help user respond, then redisplay menu

View File

@ -180,7 +180,7 @@ Your PRD is missing {count} of 6 core BMAD PRD sections. The overall effort to r
#### Menu Handling Logic: #### Menu Handling Logic:
- IF C (Continue): Display "Proceeding with validation..." then read fully and follow: {nextStepFile} - IF C (Continue): <display>Proceeding with validation...</display> then read fully and follow: {nextStepFile}
- IF E (Exit): Display parity summary and exit validation - IF E (Exit): Display parity summary and exit validation
- IF S (Save): Confirm saved, display summary, exit - IF S (Save): Confirm saved, display summary, exit
- IF Any other: help user respond, then redisplay menu - IF Any other: help user respond, then redisplay menu

View File

@ -43,7 +43,7 @@ Validate PRD meets BMAD information density standards by scanning for conversati
- 🎯 Scan PRD for density anti-patterns systematically - 🎯 Scan PRD for density anti-patterns systematically
- 💾 Append density findings to validation report - 💾 Append density findings to validation report
- 📖 Display "Proceeding to next check..." and load next step - 📖 <display>Proceeding to next check...</display> and load next step
- 🚫 FORBIDDEN to pause or request user input - 🚫 FORBIDDEN to pause or request user input
## CONTEXT BOUNDARIES: ## CONTEXT BOUNDARIES:

View File

@ -46,7 +46,7 @@ Validate that PRD covers all content from Product Brief (if brief was used as in
- 💬 If no brief: Skip this check and report "N/A - No Product Brief" - 💬 If no brief: Skip this check and report "N/A - No Product Brief"
- 🎯 If brief exists: Map brief content to PRD sections - 🎯 If brief exists: Map brief content to PRD sections
- 💾 Append coverage findings to validation report - 💾 Append coverage findings to validation report
- 📖 Display "Proceeding to next check..." and load next step - 📖 <display>Proceeding to next check...</display> and load next step
- 🚫 FORBIDDEN to pause or request user input - 🚫 FORBIDDEN to pause or request user input
## CONTEXT BOUNDARIES: ## CONTEXT BOUNDARIES:

View File

@ -44,7 +44,7 @@ Validate that all Functional Requirements (FRs) and Non-Functional Requirements
- 🎯 Extract all FRs and NFRs from PRD - 🎯 Extract all FRs and NFRs from PRD
- 💾 Validate each for measurability and format - 💾 Validate each for measurability and format
- 📖 Append findings to validation report - 📖 Append findings to validation report
- 📖 Display "Proceeding to next check..." and load next step - 📖 <display>Proceeding to next check...</display> and load next step
- 🚫 FORBIDDEN to pause or request user input - 🚫 FORBIDDEN to pause or request user input
## CONTEXT BOUNDARIES: ## CONTEXT BOUNDARIES:

View File

@ -44,7 +44,7 @@ Validate the traceability chain from Executive Summary → Success Criteria →
- 🎯 Build and validate traceability matrix - 🎯 Build and validate traceability matrix
- 💾 Identify broken chains and orphan requirements - 💾 Identify broken chains and orphan requirements
- 📖 Append findings to validation report - 📖 Append findings to validation report
- 📖 Display "Proceeding to next check..." and load next step - 📖 <display>Proceeding to next check...</display> and load next step
- 🚫 FORBIDDEN to pause or request user input - 🚫 FORBIDDEN to pause or request user input
## CONTEXT BOUNDARIES: ## CONTEXT BOUNDARIES:

View File

@ -44,7 +44,7 @@ Ensure Functional Requirements and Non-Functional Requirements don't include imp
- 🎯 Scan FRs and NFRs for implementation terms - 🎯 Scan FRs and NFRs for implementation terms
- 💾 Distinguish capability-relevant vs leakage - 💾 Distinguish capability-relevant vs leakage
- 📖 Append findings to validation report - 📖 Append findings to validation report
- 📖 Display "Proceeding to next check..." and load next step - 📖 <display>Proceeding to next check...</display> and load next step
- 🚫 FORBIDDEN to pause or request user input - 🚫 FORBIDDEN to pause or request user input
## CONTEXT BOUNDARIES: ## CONTEXT BOUNDARIES:

View File

@ -47,7 +47,7 @@ Validate domain-specific requirements are present for high-complexity domains (H
- 💬 If low complexity (general): Skip detailed checks - 💬 If low complexity (general): Skip detailed checks
- 🎯 If high complexity: Validate required special sections - 🎯 If high complexity: Validate required special sections
- 💾 Append compliance findings to validation report - 💾 Append compliance findings to validation report
- 📖 Display "Proceeding to next check..." and load next step - 📖 <display>Proceeding to next check...</display> and load next step
- 🚫 FORBIDDEN to pause or request user input - 🚫 FORBIDDEN to pause or request user input
## CONTEXT BOUNDARIES: ## CONTEXT BOUNDARIES:

View File

@ -47,7 +47,7 @@ Validate project-type specific requirements are properly documented - different
- 🎯 Validate required sections for that project type are present - 🎯 Validate required sections for that project type are present
- 🎯 Validate excluded sections for that project type are absent - 🎯 Validate excluded sections for that project type are absent
- 💾 Append compliance findings to validation report - 💾 Append compliance findings to validation report
- 📖 Display "Proceeding to next check..." and load next step - 📖 <display>Proceeding to next check...</display> and load next step
- 🚫 FORBIDDEN to pause or request user input - 🚫 FORBIDDEN to pause or request user input
## CONTEXT BOUNDARIES: ## CONTEXT BOUNDARIES:

View File

@ -46,7 +46,7 @@ Validate Functional Requirements meet SMART quality criteria (Specific, Measurab
- 🎯 Score each FR on SMART criteria (Specific, Measurable, Attainable, Relevant, Traceable) - 🎯 Score each FR on SMART criteria (Specific, Measurable, Attainable, Relevant, Traceable)
- 💾 Flag FRs with score < 3 in any category - 💾 Flag FRs with score < 3 in any category
- 📖 Append scoring table and suggestions to validation report - 📖 Append scoring table and suggestions to validation report
- 📖 Display "Proceeding to next check..." and load next step - 📖 <display>Proceeding to next check...</display> and load next step
- 🚫 FORBIDDEN to pause or request user input - 🚫 FORBIDDEN to pause or request user input
## CONTEXT BOUNDARIES: ## CONTEXT BOUNDARIES:

View File

@ -46,7 +46,7 @@ Assess the PRD as a cohesive, compelling document - evaluating document flow, du
- 🎯 Use Advanced Elicitation for multi-perspective assessment - 🎯 Use Advanced Elicitation for multi-perspective assessment
- 🎯 Evaluate document flow, dual audience, BMAD principles - 🎯 Evaluate document flow, dual audience, BMAD principles
- 💾 Append comprehensive assessment to validation report - 💾 Append comprehensive assessment to validation report
- 📖 Display "Proceeding to next check..." and load next step - 📖 <display>Proceeding to next check...</display> and load next step
- 🚫 FORBIDDEN to pause or request user input - 🚫 FORBIDDEN to pause or request user input
## CONTEXT BOUNDARIES: ## CONTEXT BOUNDARIES:

View File

@ -47,7 +47,7 @@ Final comprehensive completeness check - validate no template variables remain,
- 🎯 Validate section-specific completeness - 🎯 Validate section-specific completeness
- 🎯 Validate frontmatter completeness - 🎯 Validate frontmatter completeness
- 💾 Append completeness matrix to validation report - 💾 Append completeness matrix to validation report
- 📖 Display "Proceeding to final step..." and load next step - 📖 <display>Proceeding to final step...</display> and load next step
- 🚫 FORBIDDEN to pause or request user input - 🚫 FORBIDDEN to pause or request user input
## CONTEXT BOUNDARIES: ## CONTEXT BOUNDARIES:

View File

@ -195,7 +195,6 @@ overallStatus: '{Pass/Warning/Critical based on all findings}'
- Return to menu - Return to menu
- **IF X (Exit):** - **IF X (Exit):**
- Display:
<display> <display>
**Validation Report Saved:** {validationReportPath} **Validation Report Saved:** {validationReportPath}

View File

@ -266,8 +266,6 @@ Prepare the content to append to the document:
**Note:** Project initialization using this command should be the first implementation story. **Note:** Project initialization using this command should be the first implementation story.
```
### 9. Present Content and Menu ### 9. Present Content and Menu
Show the generated content and present choices: Show the generated content and present choices:
@ -340,4 +338,3 @@ When user selects 'C', append the content directly to the document using the str
After user selects 'C' and content is saved to document, load `./step-04-decisions.md` to begin making specific architectural decisions. After user selects 'C' and content is saved to document, load `./step-04-decisions.md` to begin making specific architectural decisions.
Remember: Do NOT proceed to step-04 until user explicitly selects 'C' from the A/P/C menu and content is saved! Remember: Do NOT proceed to step-04 until user explicitly selects 'C' from the A/P/C menu and content is saved!
```

View File

@ -74,8 +74,7 @@ If `{execution_mode}` is "tech-spec":
## IMPLEMENTATION SUMMARY ## IMPLEMENTATION SUMMARY
Present summary to transition to review: <display>
``` ```
**Implementation Complete!** **Implementation Complete!**
@ -86,6 +85,7 @@ Present summary to transition to review:
Proceeding to adversarial code review... Proceeding to adversarial code review...
``` ```
</display>
--- ---

View File

@ -36,7 +36,7 @@ First, check if project context already exists:
- Look for file at `{project_knowledge}/project-context.md or {project-root}/**/project-context.md` - Look for file at `{project_knowledge}/project-context.md or {project-root}/**/project-context.md`
- If exists: Read complete file to understand existing rules - If exists: Read complete file to understand existing rules
- Present to user: "Found existing project context with {number_of_sections} sections. Would you like to update this or create a new one?" - <display>Found existing project context with {number_of_sections} sections. Would you like to update this or create a new one?</display>
### 2. Discover Project Technology Stack ### 2. Discover Project Technology Stack

View File

@ -105,7 +105,7 @@ When an agent asks the user a specific question:
- End that response round immediately after the question - End that response round immediately after the question
- Clearly highlight: **[Agent Name] asks: [Their question]** - Clearly highlight: **[Agent Name] asks: [Their question]**
- Display: _[Awaiting user response...]_ - <display>_[Awaiting user response...]_</display>
- WAIT for user input before continuing - WAIT for user input before continuing
**Rhetorical Questions:** **Rhetorical Questions:**