{
"connector": "2.0",
"name": "architecture-meeting",
"type": "meeting",
"participants": [
{
"id": "architect",
"model": "opus",
"role": "Software architect. You design systems for scale. Argue for clean separation of concerns."
},
{
"id": "security",
"model": "codex",
"role": "Security engineer. Every design decision is an attack surface. Find the risks others miss."
},
{
"id": "pragmatist",
"model": "gemini",
"role": "Engineering pragmatist. Push back on over-engineering. Advocate for shipping."
}
],
"agenda": [
{
"topic": "Should we migrate auth to microservices?",
"opener": "architect",
"rounds": 3
},
{
"topic": "How do we handle the database migration?",
"opener": "security",
"rounds": 2
},
{
"topic": "Timeline, risks, and ship date?",
"opener": "pragmatist",
"rounds": 2
}
],
"rules": {
"broadcast": true,
"each_sees_all": true,
"minutes": true
}
}