Генерация API- и DB-спецификаций по архитектурным артефактам
★ 7.6 · vibe-coding
prd-v06-technical-specification is a Claude Code skill that defines implementation contracts — API endpoints and data models — at the v0.6 Architecture Design stage, bridging architecture decisions with v0.7 Build Execution. It reads ARC-, TECH-, UJ-, SCR-, and BR- artifacts produced in earlier workflow steps, then generates API- entries specifying HTTP methods, paths, request/response shapes, error codes, and auth requirements for each REST or GraphQL endpoint. Alongside these, it produces DBT- entries — relational or document schema definitions with field types, indexes, foreign keys, and constraints. The skill also outputs two validation matrices confirming that every screen has supporting endpoints and every API response field maps to a database table. Teams use it when they need concrete API contracts and a database schema design ready before developers start building.