Task template standardization improvements (#163)

create-doc-from-template used with create-prd template with new template with llm instruction standardization format.
ide-web agent simplifications, removal of overlap, and agent name alignment
advanced elicitation streamlined throughout creation of PRD
This commit is contained in:
Brian
2025-06-05 21:22:01 -05:00
committed by GitHub
parent fa470c92fd
commit 04972720d0
18 changed files with 2496 additions and 791 deletions

View File

@@ -118,7 +118,7 @@ Effective use of the BMAD Method relies on understanding where key tools, config
- **Setup:** Works without a build step, dynamically loading its configuration.
- **Configuration (`ide-bmad-orchestrator.cfg.md`):** Contains a `Data Resolution` section (defining base paths for assets like personas, tasks) and `Agent Definitions` (Title, Name, Customize, Persona file, Tasks).
- **Operation:** Loads its config, lists available personas, and upon user request, embodies the chosen agent by loading its persona file and applying customizations.
- The `ide-bmad-orchestrator` file contents can be used as the instructions for a custom agent mode. The agent supports a `/help` command that can help guide the user. The agent relies on the existence in the bmad-agent folder being at the root of the project.
- The `ide-bmad-orchestrator` file contents can be used as the instructions for a custom agent mode. The agent supports a `*help` command that can help guide the user. The agent relies on the existence in the bmad-agent folder being at the root of the project.
- The `ide-bmad-orchestrator` is not recommended for generating stories or doing development. While it CAN become those agents, its HIGHLY recommended to instead use the dedicated dev.ide.md or sm.ide.md as individual dedicated agents. The will use up less context overhead and are going to be used the most frequently.
- **Standalone IDE Agents:**
- Optimized for IDE environments (e.g., Windsurf, Cursor), often under 6K characters (e.g., `dev.ide.md`, `sm.ide.md`).
@@ -440,10 +440,16 @@ These tasks allow agents to perform complex, multi-step operations by following
==================== START: technical-preferences ====================
# User-Defined Preferred Patterns and Preferences
See example files in this folder.
list out your technical preferences, patterns you like to follow, language framework or starter project preferences.
List out your preferred:
- technical preferences
- design patterns
- languages
- framework
- etc...
Anything you learn or prefer over time to drive future project choices, add the here.
Anything you learn or prefer over time to drive future project choices, add them here.
These will be used by the agents when producing PRD and Architectures
==================== END: technical-preferences ====================