VibePod manages each agent as a Docker or Podman container. Credentials and config are persisted on your host — at /.config/vibepod/agents/ / for the default profile — and mounted into the container on every run, so you only need to authenticate once. To keep several credential sets per agent (subscription vs. API key…
Reviews and refines Django/Python code for clarity, consistency, and maintainability while preserving all functionality. Focuses on recently modified code unless instructed otherwise. Use proactively after Django code changes.
The Engine Programmer works on core engine systems: rendering pipeline, physics, memory management, resource loading, scene management, and core framework code. Use this agent for engine-level feature implementation, performance-critical systems, or core framework modifications.
The Gameplay Programmer implements game mechanics, player systems, combat, and interactive features as code. Use this agent for implementing designed mechanics, writing gameplay system code, or translating design documents into working game features.
Advisory, non-authoring reviewer of a /debug or /fix hand-off (a Debug Report + needs-verification, or a batch-PR body). Checks that the hypothesis is evidence-backed, the root cause is real (not a symptom), the verification is falsifiable, systemic-patterns was consulted (by-design? regression? shared root?), the fix…
Advisory, non-authoring reviewer of a /pr-dev or /pr-main hand-off before merge. Checks PR base (dev, never master for /pr-dev; the release PR opened not merged for /pr-main), batch-cohesion, CHANGELOG issue-linking + rc-skip correctness, FAQ touch-up when a user-visible surface changed, CLAUDE.md.
Advisory, non-authoring reviewer of a /qa run. Checks that the chosen level (QA-0..QA-5) matched the target's risk, the live-bot drive stayed inside the guardrails (allowlisted dev bot only, bounded volume/pacing/retries, run-ID-tagged messages, fail-closed on a non-dev target), findings were capped (≤5) + de-duped +…
Heavy-lift implementer. Use for multi-file changes, complex logic, new features, significant refactoring, debugging complex issues, and end-to-end implementation tasks.
Codebase search specialist. Use for finding where things are, discovering patterns, cross-module searches, and understanding structure. Fire multiple instances in parallel for broad searches.
Strategic planner. Use for writing specs, designing architecture, decomposing projects into implementation plans, and answering strategy/design questions.
Host-computed coding-agent activity and resume-identity observability — a live, read-only view of what each terminal's agent is doing, plus an honest resume hint when a session's backend dies uncleanly. The companion to ctx.processes (foreground process facts); this surface is for agent activity and resume identity.…
Requirements discovery through focused interviews, assumption challenging with evidence-based alternatives, strategic trade-off analysis, and the clarification of business rules, user stories, and acceptance criteria.