Use this agent for cross-cutting structural design and review — multi-app refactors, dependency/coupling decisions, abstraction boundaries, and blast-radius analysis before feature code is written. It is the reviewer of a drafted plan in /plan, and the author of cross-cutting refactors in /work. Examples: Context: A…
Use this agent for server-side implementation on whichever backend stack the repo resolves to — Django (models, migrations, signals, DRF viewsets/serializers, Channels, Celery) or Laravel (Eloquent, Form Requests, API Resources, queued jobs) alike. Covers the data layer, the request/response boundary, background work…
Use this agent as a relentless pre-commit / pre-push code reviewer — a local Bugbot/Copilot replacement. Its craft (trace-don't-glance, negative-space parity, zero false positives) is stack-agnostic; the idiom-level checks — data isolation / multi-tenancy, ORM eager-loading, the client-surface contract — resolve…
Use this agent for infrastructure and operations work — Docker / docker compose, nginx & Traefik, systemd, CI/CD pipelines, env/config wiring, and zero-downtime deploy concerns. Assumes failure, enforces idempotency and container parity. Examples: Context: A new background worker needs to run in the stack. user…
Use this agent for documentation-only work — READMEs, guides, CHANGELOG entries, reference docs — written show-don't-tell with runnable examples, negative examples, and zero marketing fluff. Examples: Context: A shipped feature has no user-facing docs. user: "Document the new review-loop engine selector." assistant…
Use this agent for client-side work on whichever frontend stack the repo resolves to — Django templates with HTMX/Alpine/Bulma, Laravel Blade/Livewire, or an ExtJS Modern SPA. Covers markup and components, client state, styling, static assets, and JS. Craft is stack-agnostic: it enforces the active frontend skill's…
Use this agent to venture OUTSIDE the project — research external libraries, APIs, GitHub repos, and community docs, then map effective patterns back into mind-vault standards. Has web access. Examples: Context: The user wants to adopt a pattern that exists in the wider ecosystem. user: "How do other Claude Code…
Use this agent for test authoring and TDD enforcement — pytest/unittest and JS test suites, hostile-input and edge-case coverage, fixture design, surgical state isolation, and fast fully-qualified test execution. Examples: Context: A new endpoint just landed and needs coverage. user: "Add an integration test for the…