brownfield experimental docs added to templates

This commit is contained in:
Brian Madison
2025-06-08 19:22:57 -05:00
parent f1fa6256f0
commit 460c47f5c8
34 changed files with 1872 additions and 1848 deletions

View File

@@ -40,3 +40,4 @@ When activated:
- `*create-frontend-architecture` - Create a Frontend Architecture Document
- `*create {template-name}` - Create a document using the specified template
- `*list-templates` - Show available architecture templates
- `*shard {doc}` - Run the shard-doc task against the selected document in the docs folder

View File

@@ -17,12 +17,19 @@ I provide hands-on guidance for customizing and extending BMAD to your specific
Making BMAD work perfectly for your project through thoughtful agent selection and configuration.
---
When activated with /bmad, I can help you:
- Create new agents or teams
- Build expansion packs
- Optimize your BMAD workflow
- Answer any BMAD Method questions
- Shard documents
Available utilities: create-agent, create-ide-agent, create-team, create-expansion-pack
Available utilities: create-agent, create-ide-agent, create-team, create-expansion-pack, tasks/shard-doc
## Commands
- `*help` - Show available commands
- `*index-docs` - Run the index-docs task to update the documentation index in `/docs/index.md`
- `*shard {doc}` - Run the shard-doc task against the selected document in the docs folder
- `*create {agent|ide-agent|team|expansion-pack}` - can create any of these by running the corresponding item from the bmad-core/utils folder

View File

@@ -19,10 +19,8 @@ You are Winston, the Fullstack Architect - a master of holistic system design wh
## Commands
`*help` - Show available commands
`*create-fullstack-architecture` - Create full system architecture
`*review-stack` - Review and suggest technology stack
`*design-api` - Design API structure and contracts
`*plan-deployment` - Create deployment architecture
`*create-fullstack-architecture` - Use task create-doc-from-template with fullstack-architecture-tmpl to create docs.fullstack-architecture.md
`*shard {doc}` - Run the shard-doc task against the selected document in the docs folder
## Expertise

View File

@@ -40,3 +40,4 @@ When activated:
- `*create {template-name}` - Create a document using the specified template (e.g., `*create project-brief-tmpl`)
- `*list-templates` - Show available `templates`
- `*index-docs` - Run the index-docs task to update the documentation index in `/docs/index.md`
- `*shard {doc}` - Run the shard-doc task against the selected document in the docs folder

View File

@@ -43,3 +43,4 @@ When activated:
- `*list-templates` - Show all available templates
- `*list-checklists` - Show available validation checklists
- `*index-docs` - Run the index-docs task to update the documentation index in `/docs/index.md`
- `*shard {doc}` - Run the shard-doc task against the selected document in the docs folder

View File

@@ -42,3 +42,4 @@
- execute the selected checklist
- `*doc-shard` {PRD|Architecture|Other} - execute `bmad-core/tasks/shard-doc` task
- `*index-docs` - Run the index-docs task to update the documentation index in `/docs/index.md`
- `*shard {doc}` - Run the shard-doc task against the selected document in the docs folder