Add BMAD, Claude, Cursor, and OpenCode configuration directories along with AGENTS.md documentation. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
System Builder Templates
This directory contains reusable templates for generating context-aware AI systems.
Template Categories
Agent Templates
orchestrator-template.md- Main coordinator agent patternsubagent-template.md- Specialized subagent patternresearch-agent-template.md- Research/information gathering patternvalidation-agent-template.md- Quality assurance patternprocessing-agent-template.md- Data transformation pattern
Context Templates
domain-knowledge-template.md- Domain concept documentationprocess-workflow-template.md- Process/workflow documentationstandards-template.md- Quality and validation standardstemplate-pattern-template.md- Reusable output templates
Workflow Templates
simple-workflow-template.md- Linear 3-5 stage workflowmoderate-workflow-template.md- Multi-step with decisionscomplex-workflow-template.md- Multi-agent coordination
Command Templates
simple-command-template.md- Single parameter commandparameterized-command-template.md- Multi-parameter with flags
Documentation Templates
readme-template.md- System overview READMEarchitecture-template.md- Architecture documentationtesting-template.md- Testing checklistquickstart-template.md- Quick start guide
Usage
These templates are used by the system-builder subagents to generate consistent, high-quality files following research-backed patterns.
Each template includes:
- XML structure with optimal component ordering
- Placeholder markers for customization
- Example content
- Validation criteria
- Best practices
Template Variables
Templates use these variable patterns:
{domain}- Domain name{agent_name}- Agent name{purpose}- Purpose description{workflow_name}- Workflow name{context_file}- Context file reference
Quality Standards
All templates follow:
- Stanford/Anthropic XML research patterns
- Optimal component ordering (context→role→task→instructions)
- Hierarchical context structure
- @ symbol routing for subagents
- 3-level context allocation
- Validation gates and checkpoints