What problem does it solve?
It eliminates the manual, error‑prone process of creating database migrations, RLS policies, edge functions, and API endpoints by providing a structured, test‑driven workflow for backend development tasks.
Core Features & Use Cases
- TDD‑Driven Implementation: Enforces red‑green‑refactor cycles for migrations, RPCs, and edge functions, ensuring reliable code quality.
- Secure RLS Management: Automates policy generation and verification, guaranteeing data access controls are consistently applied.
- Integrated Planning: Consumes plans from the architect agent and produces concrete backend artifacts ready for downstream agents.
- Use Case Example: When a new feature requires a database schema change and a corresponding API endpoint, this skill creates reversible migrations, adds appropriate RLS policies, and scaffolds the edge function with accompanying tests.
Quick Start
Ask the backend specialist to implement the new feature after providing the task description, plan, and context.