-
Notifications
You must be signed in to change notification settings - Fork 0
Agents
Aleksandr Artamokhov edited this page Jun 26, 2026
·
1 revision
Full roster:
docs/agents.md
One Python module per role under agents/. System prompts: agents/prompts/.
| Agent | Role |
|---|---|
| Analyst | Idea refinement, constraints |
| PM | Spec / user stories |
| Methodologist | Domain pack gate (conditional) |
| Architect | Stack + structure |
| Design Critic | UX brief compliance (conditional) |
| Developer | Implementation |
| Hardening | Resilience pass (conditional) |
| QA | Tests + repair hints |
| Security | Scans + policy |
| DevOps | Deploy artifacts, packaging |
| Marketing | Copy, positioning |
| Sales | Pricing / GTM surface |
| Evolution Analyst | Post-ship improvements |
Count agents from disk: ls agents/*.py — do not rely on marketing copy alone.
Order and conditional gates: config/pipeline_flow.json
Runtime also adds: test gate, Playwright E2E, security tooling, storefront deploy step.
10 built-in packs under web/backend/services/domain_methodology/packs/.
- Index:
docs/domain-guides/README.md - Deep dive:
docs/methodology-agent.md
Separate from pipeline agents — schedules discovery, picks ranked ideas, enqueues products. Not listed in AI Agents admin roster.