Agent Designer - Multi-Agent System Architecture
Agent Workflow Designer
Multi-agent collaboration plugin that spawns N parallel subagents competing on the same task via git worktree isolation. Agents work independently, results are evaluated by metric or LLM judge, and the best branch is merged. Use when: user wants multiple approaches tried in parallel โ code optimization, content variation, research exploration, or any task that benefits from parallel competition. Requires: a git repo.
API Design Reviewer
GitHub Actions workflow design and hardening. Use when: creating CI/CD pipelines, securing workflows, optimizing build times, adding tests to pipelines, fixing workflow failures, working with .github/workflows/.
Codebase Onboarding
PostgreSQL and pgvector schema design. Use when: designing database schemas, adding vector embeddings, optimizing queries, creating indexes, planning migrations, working with schema.sql or schema_v2.sql.
Dependency and license review for Python projects. Use when: auditing requirements.txt, checking for vulnerabilities, reviewing licenses, updating dependencies, managing version constraints.