What problem does it solve?
This Skill helps teams convert Product Planner task cards and contract definitions into production-ready backend services using Express.js, Knex.js, MySQL 8 and Redis. It enforces OpenAPI-first design, test-driven development, RBAC security, and observability as engineering baselines, enabling reliable and auditable backend delivery.
Core Features & Use Cases
- OpenAPI-first design: Generate and lock OpenAPI contracts before implementation.
- Data layer & migrations: Create Knex migrations, define schemas, and enforce robust data models.
- RBAC & security: Integrate authentication/authorization, auditing, and safe defaults.
- Observability & testing: Provide structured logs, request tracing, and >=80% test coverage.
- Collaborative workflow: Align OpenAPI/UI contracts with Frontend/SCF, QA, Reviewer, and Deploy.
Quick Start
Bootstrapping a new backend task: draft an OpenAPI contract for the new resource, then use this Skill to generate the service skeleton, tests, and deployment notes.