brownfield experimental docs added to templates
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user