Add multi-agent workflow examples

Adds two step-by-step workflow examples showing how to coordinate
multiple agents for real projects:

- Startup MVP: 7 agents across a 4-week build cycle
- Landing Page Sprint: 4 agents shipping a page in one day

Each example includes exact prompts to copy, handoff patterns, and
tips for passing context between agents. Checks off the
"Multi-agent workflow examples" item from the roadmap.
This commit is contained in:
jiangnan
2026-03-06 05:10:21 +08:00
parent 53feda4d4e
commit 4773e686d2
3 changed files with 275 additions and 1 deletions

View File

@@ -302,7 +302,7 @@ Each agent is designed with:
## 🗺️ Roadmap
- [ ] Interactive agent selector web tool
- [ ] Multi-agent workflow examples
- [x] Multi-agent workflow examples — see [`examples/`](examples/)
- [ ] Video tutorials on agent design
- [ ] Community agent marketplace
- [ ] Agent "personality quiz" for project matching