Multi-agent development
You can run a multi-agent board by giving each agent a narrow role and letting Pulse enforce the boundaries. A simple production setup is Spec + Executor + Validator.Team structure
Add QA when test scenario ownership should be separate from implementation.
Setup
Create the agents in the web UI, assign presets, then export MCP config.Workflow
- Spec agent creates ideation and asks ambiguity-killer questions.
- Spec agent derives or writes the spec.
- Validator submits spec validation when evidence is ready.
- Spec agent derives cards and a sprint.
- Executor implements cards and moves them to
validationwith conclusions. - Validator submits task validation and routes each card.
Preventing cross-role drift
The important rule is that implementers do not validate themselves. Executor can read validation records but cannot submit them or movevalidation -> done.