
Strictly enforces Row Level Security (RLS) policies and tenant isolation for multi-tenant applications. Use this skill when creating new database tables, writing Server Actions, or debugging cross-tenant data leaks.
Synchronizes task completion status across the project's tracking documents (PRD.md, GAP_ANALYSIS.md, EXECUTION_PLAN.md). Use this skill at the end of every significant code implementation or milestone to ensure documentation reflects reality.
Comprehensive PRD Sync Skill utilizing "Parallel Thinking" agents to map existing Code and Database schema back to PRD.md to identify logic gaps.
Enforces atomic transactions for operations spanning multiple database tables (e.g., Orders, Ledgers, Inventory) to prevent partial updates. Use this skill when implementing financial logic, order processing, or any multi-table mutations.
Postgres performance optimization and best practices from Supabase. Use this skill when writing, reviewing, or optimizing Postgres queries, schema designs, or database configurations.
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
Compare PRD.md against all files in the /src folder to find missing implementations, discrepancies, or deviations from the requirements. Use this skill when the user asks to verify implementation status against the PRD.
Guides behavior during Phase 7 (Testing) and Production Bug Fixing. Use this skill when diagnosing, auditing, or fixing bugs in a production environment, applying surgical non-destructive fixes, adding console logs for Vercel, or writing unit/integration tests that mock out Supabase.
Audits and verifies database migration logic for a multi-tenant SaaS. Ensures that all users (especially legacy single-tenant users) have valid tenant_id bindings, and that Super Admins safely bypass RLS without breaking UI functionality.
Performs a triple-point audit to synchronize codebase, database schema, and project documentation states. Use this skill to align the PRD, Gap Analysis, and Execution Plan with the actual system reality.