BMAD-METHOD/docs
Brian Madison c57ada4d9c feat: improve agent creation workflow and documentation
## BMB Agent Workflow Improvements
- Always create folders for agents (even simple ones)
- Add compact info-and-installation-guide.md (20 lines max)
- Include installation guide with every created agent
- Update workflow to use standalone_output_folder structure

## Documentation Updates
- Clarify --defaults makes installation non-interactive
- Update all parameter documentation for clarity
- Fix npm package references (bmad-method only)

## New Agent Structure
Every agent now gets:
  agent-folder/
  ├── agent-name.agent.yaml    # Source YAML
  └── info-and-installation-guide.md  # Quick install guide + description

## Quick Install Commands (added to guide)
- Interactive: npx bmad-method agent-install --source ./agent.yaml
- Non-interactive: npx bmad-method agent-install --source ./agent.yaml --defaults

This makes agent installation much more user-friendly and consistent.
2025-11-23 08:51:25 -06:00
..
ide-info refactor(config): replace hardcoded .bmad paths with {bmad_folder} placeholder 2025-11-12 20:22:47 -06:00
installers-bundlers feat: Complete BMAD agent creation system with install tooling, references, and field guidance 2025-11-18 21:55:47 -06:00
BUNDLE_DISTRIBUTION_SETUP.md chore: github pages for web bundle (#898) 2025-11-11 13:35:30 -06:00
agent-customization-guide.md refactor(config): replace hardcoded .bmad paths with {bmad_folder} placeholder 2025-11-12 20:22:47 -06:00
custom-agent-installation.md feat: improve agent creation workflow and documentation 2025-11-23 08:51:25 -06:00
document-sharding-guide.md refactor: Major v6 epic creation improvements and documentation overhaul 2025-11-16 00:23:47 -06:00
index.md refactor(config): replace hardcoded .bmad paths with {bmad_folder} placeholder 2025-11-12 20:22:47 -06:00
v4-to-v6-upgrade.md clean up of hardcoded stale configurable paths 2025-11-12 20:46:47 -06:00
v6-open-items.md refactor(bmm,cis,core): Align diagram workflows with agile roles and distribute capabilities 2025-11-18 21:55:47 -06:00
web-bundles-gemini-gpt-guide.md web bundle links updated in docs 2025-11-13 20:17:20 -06:00