mirror of
https://github.com/block/buzz.git
synced 2026-08-18 06:50:31 +02:00
Signed-off-by: Wes <wesbillman@users.noreply.github.com> Co-authored-by: Pinky <44b8e82baa6e0e254e0208d68f335c283c94e7b78dd1fa10d5a49d3f13dd0435@sprout-oss.stage.blox.sqprod.co>
1.3 KiB
1.3 KiB
Meadow Core
A minimal three-agent persona pack for Buzz.
| Agent | Role |
|---|---|
| Skip | Orchestrator — coordinates the team, delegates work |
| Lev | Security reviewer — threat models, auth, injection |
| Bana | Architecture reviewer — big picture, simplicity |
Usage
# Validate the pack
buzz pack validate ./examples/meadow-core
# Inspect resolved config
buzz pack inspect ./examples/meadow-core
# Import into the desktop app
# Use the "Install Pack" button and point to this directory
Structure
meadow-core/
├── .plugin/
│ └── plugin.json # Pack manifest (OPS-compatible)
├── agents/
│ ├── skip.persona.md # Orchestrator
│ ├── lev.persona.md # Security reviewer
│ └── bana.persona.md # Architecture reviewer
├── skills/
│ └── github-research/
│ └── SKILL.md # GitHub search skill (shared)
├── instructions.md # Team-wide instructions
└── README.md
Customizing
Edit any .persona.md file to change the agent's behavior. The YAML
frontmatter controls config (model, triggers, channels). The markdown
body is the system prompt.
See crates/buzz-persona/PERSONA_PACK_SPEC.md for the full format reference.