# God

> ---

- Skill: `the-notorious-avengers/god` (Agent Skill, multi-file: 75 files)
- Install (CLI): `npx skillmds@latest add the-notorious-avengers/god`
- Raw SKILL.md: https://api.skillmd.com/api/skills/the-notorious-avengers/god/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: The-Notorious-Avengers (https://skillmd.com/u/the-notorious-avengers)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/the-notorious-avengers/god

---

---
name: god
description: Routing skill for the Cursor IDE Army. When the user makes a request, consult this skill to decide which Angel (subagent) owns the task and should be invoked. Each registered Angel has a guide in `guides/` describing its domain, trigger phrases, required inputs, outputs, and the situations in which it should NOT be invoked. Trigger this skill when the user's request looks like it might match an Angel's domain, when multiple Angels could plausibly handle the work, or when the user asks "who handles X?" / "which Angel does Y?".
---

# God

The God routing skill is how the primary Cursor orchestrator decides which Angel in the Army to delegate to. Each Angel owns one domain. Each Angel's domain is documented in a guide under `guides/`. This SKILL.md is the roster ? a one-line index pointing to each Angel's full guide.

**The Army's commitment:** every registered Angel is paired with exactly one Weapon (a Cursor skill). Angels are persona + guardrails; Weapons are the procedural arsenal. Read the guide before routing, and invoke the Angel by its `name:` frontmatter value.

---

## Roster

| Angel | Domain | Trigger keywords | Guide |
|---|---|---|---|
| `ai-tools-platform-guardian` | AI tooling infrastructure ? AI gateways (Portkey, OpenRouter), cloud providers (Bedrock, Vertex AI, Azure OpenAI), frontier model selection (Claude, GPT, Gemini), cheap-fallback routes (Haiku, Mini, Flash), local LLMs (Ollama, LM Studio), GPU cloud (Runpod, Modal, Together, Fireworks, Groq), and MCP servers + IDE plugins | "which AI provider should I use", "set up Portkey", "Ollama for local dev", "Runpod vs Modal", "which MCP servers do I need", "LLM spend is too high", "model selection", "cost optimize AI" | [`guides/ai-tools-platform-guardian.md`](guides/ai-tools-platform-guardian.md) |
| `api-docs-guardian` | API documentation authority -- Swagger UI / Redoc / Scalar / Mintlify / Stoplight / Bump.sh tool selection, OpenAPI spec enrichment with JSON examples, GitHub Pages / Netlify / Vercel / Docker hosting, SDK generation (TypeScript / Python / Go), and changelog discipline | "set up API docs", "Redoc vs Scalar", "generate a TypeScript SDK from my spec", "deploy OpenAPI to GitHub Pages", "write an API changelog", "Bump.sh CI gate" | [`guides/api-docs-guardian.md`](guides/api-docs-guardian.md) |
| `app-store-submission-guardian` | iOS + Android app store publication — ASO (keywords, screenshots), privacy compliance (nutrition labels, PrivacyInfo.xcprivacy, data safety forms, April 2026 Android policy changes), rejection diagnosis with two-interpretation protocol, age rating, StoreKit 2 + Google Play Billing IAP setup, 2026 review timeline intelligence | "submit my app", "App Store rejection", "ASO strategy", "privacy nutrition label", "PrivacyInfo.xcprivacy", "set up IAP", "expedited review", "Google Play review" | [`guides/app-store-submission-guardian.md`](guides/app-store-submission-guardian.md) |
| `asset-guardian` | Universal Asset Registry ? every first-class asset (Features, Pages, Routes, Surfaces, Controls, DesignTokens, Icons, MediaAssets, FeatureFlags, Entitlements, etc.) and the code?DB sync that keeps them in lockstep | "register asset", "audit registry drift", "generate registry migration", "code-to-DB sync", "who owns this catalog asset" | [`guides/asset-guardian.md`](guides/asset-guardian.md) |
| `auth-guardian` | Auth implementation ? provider selection (Clerk / Better Auth / Auth.js / Supabase Auth / WorkOS), OAuth flows (Google Auth Platform + Oct-2025 unused-client policy), MFA + passkeys, RBAC, session hardening, B2B SSO, provider migration | "set up auth", "pick auth provider", "wire Google sign-in", "MFA / passkey strategy", "RBAC model", "migrate auth provider" | [`guides/auth-guardian.md`](guides/auth-guardian.md) |
| `cron-scheduling-guardian` | Scheduled-job specialist — cron expression authoring and auditing, platform limits (Vercel Cron, Cloudflare Cron Triggers, GitHub Actions schedule), distributed-cron correctness (exactly-once execution, leader election, idempotency), timezone and DST safety, retry-on-failure patterns, and the "did the cron run?" observability loop (Healthchecks.io, Cronitor, self-hosted heartbeat tables) | "write a cron expression", "set up Vercel Cron", "my cron runs twice", "GitHub Actions schedule drifting", "add cron monitoring", "cron and DST", "distributed cron exactly-once" | [`guides/cron-scheduling-guardian.md`](guides/cron-scheduling-guardian.md) |
| `code-forensics-guardian` | Forensic investigation of software/agency engagements ? converts a paper trail (invoices + emails + git + audit reports) into an 11-deliverable evidence packet for retained counsel; fee-clawback, fraud, gross-negligence claims | "forensic investigation", "fee clawback", "build a case against my dev / agency", "audit this software vendor", "breach of contract evidence" | [`guides/code-forensics-guardian.md`](guides/code-forensics-guardian.md) |
| `db-guardian` | PostgreSQL data architecture ? schema, indexing, zero-downtime migrations (expand-backfill-contract), partitioning, ORM choice (Drizzle vs Prisma vs raw), serverless platform pick (Supabase / Neon / Turso / PlanetScale / Cockroach / Tiger Data) | "design this schema", "review this migration", "is this index right?", "Drizzle vs Prisma", "Supabase vs Neon", "EXPLAIN ANALYZE help" | [`guides/db-guardian.md`](guides/db-guardian.md) |
| `design-system-guardian` | Bootstrap a complete design system from zero ? runs an aesthetic interview and materializes the canonical 7-artifact source of truth (brief, master tokens, utility layer, component specs, screen specs, HTML examples, README) | "build a design system", "bootstrap UI", "create tokens and utilities for product Y", "no design system yet" | [`guides/design-system-guardian.md`](guides/design-system-guardian.md) |
| `devops-guardian` | Container builds + CI/CD for Node / Next.js / TypeScript ? Dockerfile hygiene (multi-stage, BuildKit, secrets), Compose for dev, GitHub Actions architecture + security, Depot acceleration, image scanning, OIDC federation | "review my Dockerfile", "design our CI", "this build is slow", "migrate to Depot", "Compose for local dev", "we leaked a secret in CI" | [`guides/devops-guardian.md`](guides/devops-guardian.md) |
| `github-repo-health-guardian` | GitHub repository hygiene auditor -- branch protection rulesets, Conventional Commits adherence, CODEOWNERS coverage, CI workflow density, docs presence, .gitignore, issue/PR templates, and repo settings; produces a scored report with a priority-ranked remediation plan | "audit this repo", "repo health check", "check branch protection", "CODEOWNERS audit", "CI checks configured", "GitHub repo hygiene", "is our git workflow healthy" | [`guides/github-repo-health-guardian.md`](guides/github-repo-health-guardian.md) |
| `gods-hand` | Pipeline controller for the Legion AI Tools Factory. Consumes ONE row at a time from `proposed-angels-queue.md` (strict FIFO, top of queue), drives it through the canonical five-phase pipeline (command-center, scripture-historian, weapon-forge, angel-creator, god-registrar), and closes out the four tracking files. Mirrors `big-bang-space` on the consumption side of the same queue. Explicit invocation only; never volunteers. | "run the pipeline", "advance the factory", "process the next queued Angel", "drain one entry from the queue", "gods-hand, go" | [`guides/gods-hand.md`](guides/gods-hand.md) |
| `library-guardian` | Documentation lifecycle for `library/` ? scaffolds the canonical structure, ingests issues into IRDs, authors PRDs, reverse-engineers code into backwards-PRDs, maintains knowledge base, runs drift audits | "initialize the library", "write a PRD", "ingest GitHub issues", "backwards-PRD this module", "document Z in the knowledge base", "docs sync audit" | [`guides/library-guardian.md`](guides/library-guardian.md) |
| `mind-guardian` | Cognitive layer ? coach routing, 5-layer prompt cascade, RAG / GraphRAG (Qdrant + Cohere rerank), three-tier memory (Valkey ? Postgres ? Qdrant), AiTrace observability, evaluation, multimodal, matching, onboarding | "review AI code", "audit RAG", "investigate AiTrace", "add a coach", "tune retrieval", "trace a sycophancy spike", "enable GraphRAG" | [`guides/mind-guardian.md`](guides/mind-guardian.md) |
| `preact-guardian` | Preact 11 specialist — signals API (v2 with createModel/useModel/action), `preact/compat` migration from React (alias setup, known gaps, compat blockers), third-party embed widgets (shadow DOM isolation, IIFE bundle, size budgeting), Astro island integration (`client:*` directives, require `@astrojs/preact` >= 5.0.1), and Fresh 2.x framework (Deno-native, serializable island props, cross-island signals state) | "build this in Preact", "migrate from React to Preact", "preact/compat alias", "signals createModel", "embed widget bundle size", "astro preact island", "Fresh framework", "Preact vs React" | [`guides/preact-guardian.md`](guides/preact-guardian.md) |
| `payments-guardian` | Stripe (non-Connect) integration ? Checkout / Payment Intents / Subscriptions / Customer Portal / Invoicing / Payment Links / webhook correctness (HMAC, idempotency, replay tolerance); March-2025 Checkout + Basil?Clover API transitions | "integrate Stripe", "set up subscriptions", "webhook returning 400", "Checkout or Payment Intents?", "audit our payments", "migrate API version" | [`guides/payments-guardian.md`](guides/payments-guardian.md) |
| `python-guardian` | Modern Python ? Django + Django Ninja + FastAPI + Celery + Channels + pytest + uv + Pydantic v2 + Ruff + pyright + httpx; ORM discipline (N+1), migrations (expand-backfill-contract), settings split, async, Django + React decoupled architecture | "review this Django code", "DRF to Django Ninja", "set up Celery", "enable Channels", "switch to Ruff", "migrate to uv", "audit ORM patterns" | [`guides/python-guardian.md`](guides/python-guardian.md) |
| `quality-guardian` | Quality assurance ? verifies a completed implementation against the source plan (completeness, correctness, alignment, regressions); final checkpoint of every plan execution loop, runs after `security-guardian` | "QA this", "check the implementation", "audit against the plan", "is this done?" | [`guides/quality-guardian.md`](guides/quality-guardian.md) |
| `react-guardian` | React 18/19 architecture ? bulletproof-react patterns, state layering (UI/global/server/URL/form), data-fetching boundaries (RSC / TanStack Query / SWR), Error + Suspense composition, React 19 Actions + `useActionState` + `useOptimistic`, Vitest + RTL + MSW + Playwright | "review React architecture", "code review this React diff", "state-management ADR", "should this be Zustand or URL state?" | [`guides/react-guardian.md`](guides/react-guardian.md) |
| `security-guardian` | Security audit + remediation for React / Next.js / TS / Node ? OWASP Top 10 2025 manifestations, vibe-coding pitfalls, PII + financial-data exposure patterns; second-to-last step in every implementation plan, runs before `quality-guardian` | "audit for security", "check for vulnerabilities", "scan for PII exposure", "OWASP review", "fix this Critical finding" | [`guides/security-guardian.md`](guides/security-guardian.md) |
| `seo-aeo-guardian` | Next.js 14+ App Router triple-discovery optimization ? traditional search + AI Overviews / Featured Snippets + AI assistant citations (ChatGPT / Perplexity / Claude); schema markup, E-E-A-T, Core Web Vitals (LCP / INP / CLS), mobile-first | "audit SEO on this Next.js site", "optimize for AI Overviews", "validate schema markup", "fix Core Web Vitals", "ChatGPT / Perplexity citation readiness" | [`guides/seo-aeo-guardian.md`](guides/seo-aeo-guardian.md) |
| `ux-ui-guardian` | Visual + interaction decisions across the host product ? glass / floating surfaces, theme tokens, component states, "iOS glass" / depth / pixel-perfect consistency questions; steady-state owner of `library/knowledge-base/ux-ui/` after `design-system-guardian` hands off | "build new UI", "review this UI", "hover / active / focus states", "tenant theming", "glass / depth question" | [`guides/ux-ui-guardian.md`](guides/ux-ui-guardian.md) |
| `website-guardian` | End-to-end website builds (Next.js 15 + Supabase + Vite admin) ? 12-phase playbook | "build a website", "scaffold a Next.js site", "lead-gen site", "marketing site", "ship a site from scratch" | [`guides/website-guardian.md`](guides/website-guardian.md) |
| `wiki-guardian` | Per-repo entity cartographer ? extracts 13-type entity catalog (function, class, module, service, endpoint, env-var, config-key, data-model, react-component, sql-table, queue, cron-job, feature-flag) into atomic markdown pages in `library/knowledge-base/wiki/` with `[[backlinks]]`, ADR detection from commit messages, active four-artifact contradiction protocol | TS driver: `mode: document / update / scan-directory / lint`. `@`-mention: "extract entities from {file/dir}", "document this module's exports", "add this to the wiki", "lint the wiki" | [`guides/wiki-guardian.md`](guides/wiki-guardian.md) |
| `agile-scrum-guardian` | Scrum methodology specialist - Sprint ceremonies, Scrum roles, estimation coaching (Fibonacci / Planning Poker / NoEstimates), Definition of Done templates, anti-pattern catalog, and framework selection (Scrum vs ScrumBan vs Kanban vs Shape Up); honesty-first "is this actually Scrum?" audit | "audit our Scrum process", "is this Scrum?", "write our DoD", "Sprint Planning help", "our retros don't produce anything", "should we switch to Kanban", "Scrum anti-patterns", "estimation coaching" | [`guides/agile-scrum-guardian.md`](guides/agile-scrum-guardian.md) |
| `cold-outreach-guardian` | Cold outreach specialist for founder-led B2B sales -- Apollo / Clay / Smartlead / Instantly / Lemlist tool selection, email deliverability and domain warmup, multi-touch sequence design, AI personalization without slop (Clay Claygent SKIP rule), reply classification and disqualification, and list hygiene | "set up cold outreach", "my cold email lands in spam", "write a cold email sequence", "set up Clay personalization", "Apollo vs Instantly", "my reply rate is below 2%", "cold email warmup", "Smartlead or Instantly?" | [`guides/cold-outreach-guardian.md`](guides/cold-outreach-guardian.md) |
| `customer-support-tooling-guardian` | Support stack decision layer -- Plain, Pylon, Front, Help Scout, Intercom; shared inbox config; AI deflection (Fin 2.0, Ari, Crisp Bot); SLA tiers; Slack/Linear/Notion integrations; founder-as-support playbook | "which support tool should we use", "configure AI deflection", "set up SLA policy", "wire Slack to Linear for support", "founder-as-support playbook", "audit our support stack" | [`guides/customer-support-tooling-guardian.md`](guides/customer-support-tooling-guardian.md) |
| `dependency-audit-guardian` | Supply-chain security -- scanner selection (Dependabot, Renovate, Snyk, socket.dev, OWASP Dependency-Check), vulnerability triage, SBOM generation (Syft, CycloneDX), lockfile discipline, and provenance verification (npm Sigstore, PyPI PEP 740, Cargo) | "audit our dependencies", "set up Renovate", "Renovate vs Dependabot", "socket.dev supply chain", "generate an SBOM", "npm audit is noisy", "lockfile hygiene", "npm provenance", "supply chain security", "dependency scanning in CI" | [`guides/dependency-audit-guardian.md`](guides/dependency-audit-guardian.md) |
| `discord-bot-guardian` | Discord bot + application specialist -- discord.js v14/v15, discord.py 2.x, Serenity/Poise (Rust), slash commands, interactive components, voice pipeline (Lavalink 4 + DAVE-compliant clients), gateway-vs-HTTP architecture, rate-limit handling, sharding, and bot verification past 100 servers | "add a slash command", "build a Discord bot", "set up voice", "my bot hits 100 servers", "Discord bot verification", "migrate to discord.js", "gateway intents", "DeferReply pattern", "bot sharding" | [`guides/discord-bot-guardian.md`](guides/discord-bot-guardian.md) |
| `docs-site-guardian` | Documentation-site infrastructure -- platform selection (Docusaurus, Mintlify, GitBook, MkDocs Material in maintenance mode, Nextra, Starlight/Astro, Fern), Diataxis content pyramid, docs-as-code CI (Vale, lychee), search setup (Algolia DocSearch, pagefind), and migration playbooks | "pick a docs platform", "set up Docusaurus", "migrate from GitBook", "docs-as-code CI", "Mintlify vs Starlight", "add search to docs", "MkDocs Material maintenance", "set up developer documentation" | [`guides/docs-site-guardian.md`](guides/docs-site-guardian.md) |
| `incorporation-startup-stack-guardian` | Company formation advisor -- formation platform selection (Stripe Atlas, Clerky, Doola, Firstbase), entity type (Delaware C-Corp vs LLC vs international), EIN workflow, startup banking (Mercury, Brex), bookkeeping (Pilot, Bench), and minimum founder-paperwork checklist including 83(b) election deadline | "incorporate my startup", "Stripe Atlas vs Clerky", "Delaware C-Corp or LLC", "EIN for my company", "Mercury or Brex", "83(b) election", "do I need an attorney to incorporate" | [`guides/incorporation-startup-stack-guardian.md`](guides/incorporation-startup-stack-guardian.md) |
| `legal-docs-guardian` | SaaS legal documentation -- Terms of Service, Privacy Policy, DPA, MSA, Cookie Notice via template+lawyer-review path (Termly/Iubenda/Osano); GDPR / CCPA / Quebec Law 25 / LGPD compliance posture; customer-DPA negotiation | "generate a privacy policy", "draft a DPA", "customer DPA redline", "set up Terms of Service", "GDPR compliance for SaaS", "cookie consent setup", "MSA template", "Quebec Law 25", "LGPD compliance" | [`guides/legal-docs-guardian.md`](guides/legal-docs-guardian.md) |
| `lighthouse-pagespeed-guardian` | Lighthouse + PageSpeed Insights -- running audits locally vs CI (LHCI 0.15.x), all four audit categories, performance budgets, lab-vs-CrUX field-data reconciliation (TBT/INP gap), performance tracking tools (Treo, SpeedCurve), and custom Lighthouse plugin authoring | "set up Lighthouse CI", "add performance budget to CI", "my Lighthouse score differs from CrUX", "configure LHCI for GitHub Actions", "compare Treo vs SpeedCurve", "write a custom Lighthouse plugin", "my field INP is bad but TBT is fine" | [`guides/lighthouse-pagespeed-guardian.md`](guides/lighthouse-pagespeed-guardian.md) |
| `newsletter-platform-guardian` | Newsletter-as-channel specialist -- platform selection (Beehiiv, Kit/ConvertKit, Loops, Substack, Resend Audiences, Ghost), embedded signup integration, deliverability tradeoffs, monetization (Ad Network, Boosts, paid subscriptions), and platform migration | "which newsletter platform should I use", "embed a newsletter signup", "migrate from Substack to Beehiiv", "how do I monetize my newsletter", "Beehiiv vs Loops vs Kit", "self-hosted newsletter", "newsletter deliverability" | [`guides/newsletter-platform-guardian.md`](guides/newsletter-platform-guardian.md) |
| `slack-app-guardian` | Slack app development specialist -- Bolt SDK (JS/Python/Java), slash commands, Block Kit UI composition, modals, Events API, OAuth 2.0 multi-workspace install, App Directory submission, and Slack Marketplace policy (including Dec 2024 LLM training prohibition) | "build a Slack app", "add a slash command", "create a Slack modal", "set up Slack Events API", "multi-workspace OAuth install", "submit to Slack Marketplace", "Slack app review" | [`guides/slack-app-guardian.md`](guides/slack-app-guardian.md) |
| `status-page-guardian` | Public status page specialist -- platform selection (Statuspage/Atlassian, Better Stack, Instatus, Cachet OSS), component tree architecture, incident communication templates, subscriber notification setup, GDPR compliance, and post-incident update discipline | "set up a status page", "which status page tool should we use", "write an incident communication template", "configure subscriber notifications", "migrate from Statuspage", "audit our incident communication", "maintenance window announcement" | [`guides/status-page-guardian.md`](guides/status-page-guardian.md) |
| `telegram-bot-guardian` | Telegram bot specialist -- Bot API (up to 10.0 including guest mode), grammY v1.x (TypeScript) and aiogram 3.x (Python), webhook vs polling architecture, Mini Apps initData validation, Telegram Stars payments (mandatory for digital goods in 2026), inline mode, and MTProto escalation | "build a Telegram bot", "grammY or aiogram?", "webhook not delivering", "Mini App initData validation", "Telegram Stars payment", "my bot isn't receiving updates", "Telegram Mini App auth" | [`guides/telegram-bot-guardian.md`](guides/telegram-bot-guardian.md) |
| `branching-strategy-guardian` | Branching strategy advisor -- model selection (trunk-based development, GitHub Flow, GitFlow), release/hotfix branch patterns, the merge-vs-rebase argument, the long-lived-branch trap, and the feature-flag vs feature-branch decision | "which branching model should we use", "GitFlow or trunk-based?", "merge or rebase?", "should I use a feature flag or a branch?", "set up GitHub Merge Queue", "migrate from GitFlow" | [`guides/branching-strategy-guardian.md`](guides/branching-strategy-guardian.md) |
| `code-review-pr-guardian` | Code review culture and PR lifecycle -- PR descriptions, review checklists (blocker/suggestion/nit taxonomy), async-first review norms, the 400-line small-PR discipline, rubber-stamp detection, and the review-as-mentorship lens | "audit our PR culture", "write a PR description", "create a review checklist", "coach this review comment", "is this PR too large?", "how do we improve code review", "rubber-stamp detection" | [`guides/code-review-pr-guardian.md`](guides/code-review-pr-guardian.md) |
| `discovery-research-guardian` | Continuous product discovery coach -- Teresa Torres interview cadence, Opportunity Solution Trees (OST), Jobs-to-be-Done interviews, assumption mapping, and lightweight prototype experiment design | "run a discovery session", "build an OST", "write an interview script", "map our assumptions", "design a prototype experiment", "we don't know what to build", "continuous discovery" | [`guides/discovery-research-guardian.md`](guides/discovery-research-guardian.md) |
| `estimation-guardian` | Software estimation and forecasting -- Fibonacci story points, T-shirt sizing, Planning Poker, the NoEstimates movement, planning-fallacy literature, and Monte Carlo delivery forecasting (P50/P85/P95) | "our story points mean nothing", "should we use NoEstimates?", "T-shirt size the roadmap", "90% confidence delivery date", "Monte Carlo for forecasting", "why are our estimates always wrong?" | [`guides/estimation-guardian.md`](guides/estimation-guardian.md) |
| `kanban-flow-guardian` | Kanban method specialist -- WIP limit design, flow-metric calculation (cycle time, lead time, throughput, flow efficiency), Little's Law diagnostics, visual-board design, class-of-service policies, and CFD interpretation | "set up WIP limits", "our WIP keeps climbing", "calculate cycle time", "apply Little's Law", "design our Kanban board", "Kanban vs Scrum", "why is our flow efficiency so low" | [`guides/kanban-flow-guardian.md`](guides/kanban-flow-guardian.md) |
| `okr-goal-setting-guardian` | OKR methodology -- writes, grades, and iterates Objectives + Key Results; enforces output-vs-input discipline; calibrates aspirational vs committed OKRs; runs quarterly cadence; distinguishes OKRs from KPIs and MBOs; adapts the framework for small teams | "write OKRs", "audit our OKRs", "are these KRs measurable?", "set up a quarterly goal cycle", "OKR vs KPI", "OKR for small team", "grade our OKRs", "our OKRs are sandbagged" | [`guides/okr-goal-setting-guardian.md`](guides/okr-goal-setting-guardian.md) |
| `retrospective-guardian` | Retrospective facilitator and follow-through enforcer -- format selection (Start/Stop/Continue, 4Ls, Sailboat, Mad/Sad/Glad), psychological safety pre-check, time-boxed facilitation, async retro design, and action-item discipline | "run a retro", "plan our retrospective", "which retro format should we use", "our retros produce no change", "help with action items from the retro", "how do we do an async retro" | [`guides/retrospective-guardian.md`](guides/retrospective-guardian.md) |
| `runbook-writing-guardian` | Operational runbook authorship specialist -- exact-command discipline, no-implied-context rule, escalation path architecture, rollback procedures, runbook-as-test (game day) methodology, and postmortem-to-runbook linkage | "write a runbook", "audit this runbook", "our runbooks are out of date", "we need a runbook for this alert", "turn this postmortem into a runbook", "schedule a game day" | [`guides/runbook-writing-guardian.md`](guides/runbook-writing-guardian.md) |
| `typography-font-guardian` | Typography and font-loading specialist -- variable fonts, Google Fonts vs Fontsource vs self-host, FOIT/FOUT/FOFT remediation, font-display semantics, fluid clamp() type scales, vertical rhythm, and the font-token CSS layer | "set up fonts", "audit our typography", "fix FOIT/FOUT", "build a type scale", "migrate to next/font", "self-host fonts", "fluid type", "variable fonts", "font performance" | [`guides/typography-font-guardian.md`](guides/typography-font-guardian.md) |
| `alt-ads-platforms-guardian` | Paid acquisition specialist for alternative ad platforms -- LinkedIn Ads (B2B, ABM), TikTok Ads (Smart+, CAPI), Reddit Ads, Microsoft/Bing Ads, Pinterest, Quora, YouTube standalone, Spotify Ad Studio + podcast, and the channel-fit-by-ICP heuristic | "which ad platform beyond Meta/Google", "set up LinkedIn Ads for B2B SaaS", "TikTok CAPI setup", "Reddit Ads for developers", "our Meta CPL is too high", "channel diversification paid acquisition" | [`guides/alt-ads-platforms-guardian.md`](guides/alt-ads-platforms-guardian.md) |
| `hiring-ats-guardian` | ATS platform selection (Ashby, Greenhouse, Workable, Lever, Rippling Recruiting, Pinpoint), pipeline-stage design, scorecard calibration, D&I/EEOC reporting, take-home-test ethics, sourcing integrations (Gem, hireEZ), and ATS-to-HRIS handoff | "which ATS should we use", "audit our scorecards", "take-home test paid or unpaid", "Gem vs hireEZ", "ATS to Rippling handoff", "set up pipeline stages", "calibration session" | [`guides/hiring-ats-guardian.md`](guides/hiring-ats-guardian.md) |
| `hr-payroll-guardian` | HR + payroll + EOR for software startups -- Gusto, Rippling, Deel, Remote.com, Justworks, Oyster; domestic payroll, international EOR, W-2/1099/EOR/PEO classification, Carta equity handoff, benefits brokerage | "Gusto vs Rippling", "set up payroll", "EOR for international hire", "W-2 or 1099?", "Deel vs Remote", "hire in Germany", "Justworks PEO", "connect Carta to payroll" | [`guides/hr-payroll-guardian.md`](guides/hr-payroll-guardian.md) |
| `investor-cap-table-guardian` | Cap-table management and fundraising paperwork -- Carta, Pulley, Cake Equity, Capdesk; SAFEs (YC post-money standard), priced rounds, 409A valuations, option pool sizing, vesting schedules, and Series A data-room preparation | "set up our cap table", "Carta vs Pulley", "how does a SAFE work?", "term sheet provisions", "when do I need a 409A?", "data room for Series A" | [`guides/investor-cap-table-guardian.md`](guides/investor-cap-table-guardian.md) |
| `review-funnels-g2-guardian` | Review collection + online reputation for SaaS -- G2 (and 2026 Capterra/GetApp acquisitions), Trustpilot, Product Hunt, AppSumo; platform selection, review-request UX, G2 incentive compliance (FTC Consumer Reviews Rule), Product Hunt launch-day playbook, negative-review response templates, and badge-as-conversion-asset deployment | "set up G2", "get more reviews", "Product Hunt launch", "is this incentive compliant", "respond to a negative review", "deploy G2 badges", "Capterra strategy" | [`guides/review-funnels-g2-guardian.md`](guides/review-funnels-g2-guardian.md) |
| `technical-writing-craft-guardian` | Documentation craft specialist -- Diataxis framework (tutorial/how-to/reference/explanation), inverted-pyramid prose, code-example discipline, voice and tone consistency, reader-lens diagnostic, ghostwriting discipline, and docs-as-code PR review workflow | "review this document", "is this doc well-written", "apply Diataxis", "ghostwrite this guide", "docs PR writing review", "rewrite this introduction", "code example review" | [`guides/technical-writing-craft-guardian.md`](guides/technical-writing-craft-guardian.md) |
| `affiliate-referral-program-guardian` | Affiliate and referral program specialist -- platform selection (Rewardful, FirstPromoter, Tolt, PartnerStack, Impact), affiliate-vs-referral distinction, cookie-based and S2S postback attribution (post-ITP), payout automation, fraud detection, and EPC/LTV program economics | "set up an affiliate program", "Rewardful vs FirstPromoter", "my Safari users aren't being attributed", "S2S postback setup", "affiliate fraud detection", "what commission rate should we offer" | [`guides/affiliate-referral-program-guardian.md`](guides/affiliate-referral-program-guardian.md) |
| `ai-coding-tools-guardian` | AI coding tool advisor -- Cursor, Claude Code, Aider, Cline, Windsurf (Cognition AI), Continue.dev, Replit Agent, Devin 2.0, and Bolt.new across four autonomy tiers; selection rubric, SWE-bench benchmark data, model-routing patterns, per-tool prompt and context discipline, and footgun catalog | "which AI coding tool should I use", "Cursor vs Claude Code vs Aider", "set up Aider", "is Devin worth it", "reduce AI coding costs", "SWE-bench scores", "prompt discipline for Claude Code" | [`guides/ai-coding-tools-guardian.md`](guides/ai-coding-tools-guardian.md) |
| `blogging-content-strategy-guardian` | Editorial blogging strategy -- cluster + pillar topical authority architecture, post length by search intent, title + H1 + meta description craft, keyword research scoping, AEO/answer-engine formatting, CTA copy that converts without begging, the 12-point pre-publish review checklist, and realistic publishing-cadence planning | "map our blog content", "what should we write about", "review this post before publishing", "set a blog cadence", "optimize this title or meta", "format this for AI Overviews", "write a better CTA", "set up our editorial calendar" | [`guides/blogging-content-strategy-guardian.md`](guides/blogging-content-strategy-guardian.md) |
| `crm-integration-guardian` | CRM connectivity -- HubSpot, Salesforce, Pipedrive, Attio, Folk, Close, Copper -- bi-directional sync design, contact-vs-lead-vs-account taxonomy, merge/dedupe, and native vs Merge.dev vs Unified.to architecture trade-off | "integrate with HubSpot", "bi-directional CRM sync", "CRM field mapping", "Merge.dev or native API?", "dedup contacts in CRM", "lead enrichment to CRM", "sync conflict resolution", "Salesforce Lead vs Contact" | [`guides/crm-integration-guardian.md`](guides/crm-integration-guardian.md) |
| `csv-xlsx-import-export-guardian` | CSV/XLSX import and export surface -- papaparse, SheetJS, exceljs, streaming large-file parse (Web Worker), column-mapping UX (5-stage wizard, OneSchema/Flatfile/dromo), Zod row validation, CSV injection prevention, UTF-8 BOM encoding, ExcelJS WorkbookWriter styled export | "build a CSV import", "add XLSX upload", "column-mapping wizard", "export to Excel", "parse 100MB file", "CSV injection safe?", "OneSchema vs Flatfile", "streaming parse large spreadsheet" | [`guides/csv-xlsx-import-export-guardian.md`](guides/csv-xlsx-import-export-guardian.md) |
| `font-loading-guardian` | Web font loading mechanics -- font-display descriptor selection, preload strategy, variable-font subsetting pipeline (pyftsubset/glyphhanger), next/font App Router integration, and CLS elimination via metric-matched fallback overrides (size-adjust, ascent-override, fontpie) | "audit font loading", "fix FOIT", "CLS from font swap", "next/font config", "preload fonts", "subset variable font", "font-display strategy", "size-adjust override" | [`guides/font-loading-guardian.md`](guides/font-loading-guardian.md) |
| `image-optimization-guardian` | Image optimization -- AVIF/WebP format selection (AVIF is the 2026 production default), responsive srcset/sizes calculus, blur placeholders (LQIP/BlurHash/ThumbHash), next/image remote patterns and Next.js 16 priority→preload shift, and CLI tooling (Sharp, Squoosh) | "optimize my images", "convert to AVIF", "fix layout shift from images", "add blur placeholders", "next/image remote patterns", "LCP image is slow", "AVIF vs WebP", "audit our images", "srcset sizes wrong" | [`guides/image-optimization-guardian.md`](guides/image-optimization-guardian.md) |
| `knowledge-base-help-center-guardian` | Customer-facing knowledge base specialist -- platform selection (Intercom Articles, Help Scout Docs, ReadMe.com, Document360, HelpJuice, Zendesk Guide), search-first architecture, AI deflection (Fin standalone, llms.txt), versioning, multi-language, and the analytics-driven content-gap loop (CRAVA framework) | "pick a KB platform", "set up a help center", "migrate Zendesk Guide", "add AI deflection to our docs", "fix our search no-results", "localize our KB", "we need chat-with-your-docs", "set up llms.txt" | [`guides/knowledge-base-help-center-guardian.md`](guides/knowledge-base-help-center-guardian.md) |
| `markdown-mdx-content-pipeline-guardian` | Markdown/MDX content processing pipeline -- compiler selection (Velite, @next/mdx, @mdx-js/mdx), remark/rehype plugin chains, Shiki v4/expressive-code syntax highlighting, GFM, AST manipulation, custom directive plugins, math (KaTeX) and Mermaid/D2 diagram embedding, and XSS sanitization | "set up MDX", "configure Shiki", "write a remark plugin", "sanitize user markdown", "embed Mermaid diagrams", "migrate from next-mdx-remote", "Velite vs next-mdx-remote", "unified pipeline" | [`guides/markdown-mdx-content-pipeline-guardian.md`](guides/markdown-mdx-content-pipeline-guardian.md) |
| `product-feedback-roadmap-guardian` | Customer-feedback-to-roadmap loop -- Userback, Canny, Featurebase, Productboard, Frill, Productlane -- in-app widget vs portal vs voting-board taxonomy, de-duplication discipline, status-transition policy, RICE/ICE prioritization, and public vs private roadmap playbook | "set up a feedback system", "which feedback tool should I use", "Canny vs Featurebase", "our feature requests are a mess", "set up a public roadmap", "RICE scoring for our backlog", "prioritize feature requests", "should we publish our roadmap?" | [`guides/product-feedback-roadmap-guardian.md`](guides/product-feedback-roadmap-guardian.md) |
| `product-tour-onboarding-ui-guardian` | In-app product tour and onboarding UI -- platform selection (Userpilot, Appcues, Userflow, Pendo Guides, Driver.js, Shepherd.js), tooltip/modal/hotspot/checklist components, segment-based trigger logic, and the tour-maintenance-as-code protocol (data-tour anchors, selector registry) that prevents tours breaking when the UI changes | "set up a product tour", "build an onboarding checklist", "our tours keep breaking after deploys", "compare Driver.js vs Shepherd.js", "which product tour tool should we use", "add segment-based tour triggers" | [`guides/product-tour-onboarding-ui-guardian.md`](guides/product-tour-onboarding-ui-guardian.md) |
| `social-media-marketing-organic-guardian` | Genuine organic social strategy for solo developers and founders -- no AI-generated posts, no cross-post automation slop; covers platform selection (LinkedIn / X / Threads / Bluesky), founder-led authentic voice, build-in-public discipline, realistic content calendars, and 2026 growth benchmarks | "help me with social media", "which platform should I focus on", "I want to build in public", "my social is inconsistent", "I need a content calendar", "AI slop is hurting my brand", "social media strategy for a solo founder" | [`guides/social-media-marketing-organic-guardian.md`](guides/social-media-marketing-organic-guardian.md) |
| `adr-writing-guardian` | Architecture Decision Records specialist — Nygard format (Context / Decision / Consequences / Alternatives Considered), MADR extended template, Y-statement framing, supersession lifecycle, Log4brains and adr-tools CLI, and the "decisions, not docs" discipline | "write an ADR", "record this decision", "supersede ADR-NNN", "set up our ADR log", "which ADR format should we use?", "document this architecture choice", "Nygard vs MADR", "Log4brains setup" | [`guides/adr-writing-guardian.md`](guides/adr-writing-guardian.md) |
| `icon-system-guardian` | Icon delivery layer for React/Next.js — library selection (Lucide, Heroicons, Tabler, Phosphor, Iconify), tree-shake-vs-sprite trade-off, dynamic-import-by-name pattern, custom SVG component authoring, and the WCAG accessibility contract (decorative / semantic / interactive icon categories) | "which icon library should we use", "icon imports bloating the bundle", "load icon by name at runtime", "build a reusable icon component", "audit icon accessibility", "should I use an SVG sprite", "icon button has no accessible name" | [`guides/icon-system-guardian.md`](guides/icon-system-guardian.md) |
| `cursor-ide-guardian` | Cursor IDE platform surface — project rules (.cursorrules migration, .cursor/rules/*.mdc), MCP server registration, @cursor/sdk API, custom modes, Agents Window + Cloud Agents, keybindings | "review my rules", "migrate .cursorrules", "add an MCP tool", "Cursor SDK", "Agent.create", "create a custom mode", "cloud agents", "Agents Window", "Cursor keybindings" | [`guides/cursor-ide-guardian.md`](guides/cursor-ide-guardian.md) |
| `http-rest-fundamentals-guardian` | HTTP and REST protocol authority -- methods (safety/idempotency), status-code honesty, headers (Cache-Control, ETag, Vary, CORS), conditional requests, range requests, HTTP/2 + HTTP/3 readiness, REST vs RPC-over-HTTP | "audit this API", "is this status code correct?", "why is CORS failing?", "explain preflight", "PUT vs PATCH", "HTTP/3 ready?", "review this OpenAPI spec" | [`guides/http-rest-fundamentals-guardian.md`](guides/http-rest-fundamentals-guardian.md) |
| `modal-toast-dialog-guardian` | Accessible overlay surface — Radix Dialog/AlertDialog, Vaul Drawer, Sonner toast, cmdk command menu, six-point accessible-modal contract, four-tier toast-vs-notification taxonomy | "which overlay primitive", "focus trap broken", "toast or dialog?", "set up Sonner", "Vaul drawer snap points", "command palette", "audit modal accessibility" | [`guides/modal-toast-dialog-guardian.md`](guides/modal-toast-dialog-guardian.md) |
| `terminal-bash-guardian` | Terminal productivity surface ? Bash/Zsh/Fish configuration, modern CLI tools (ripgrep, fd, fzf, bat, eza, zoxide), shell scripting, dotfile architecture, tmux/Zellij, just/Make task automation | "improve my dotfiles", "review this shell script", "set up tmux", "modern CLI tools", "bash best practices", "just vs make", "terminal setup" | [`guides/terminal-bash-guardian.md`](guides/terminal-bash-guardian.md) |
| `readme-writing-guardian` | README as conversion surface ? authors, audits, and restructures `README.md` files using the canonical 2026 section order, badge discipline, OSS/internal register split, and README-driven development; emits a 12-point done checklist | "write a README", "audit my README", "README for this project", "README-driven development", "badges are broken", "quickstart doesn't work" | [`guides/readme-writing-guardian.md`](guides/readme-writing-guardian.md) |
| `changelog-release-notes-guardian` | Public changelogs and release notes that drive user engagement ? tool selection (Headway, FeatureBase, Productlane, Beamer, markdown), copy craft (impact-first, user-centric, honest scope), and multi-channel distribution | "write my changelog entry", "set up a changelog tool", "compare Headway vs FeatureBase", "review our release notes", "plan our announcement" | [`gu

…(truncated)
