Backend To Frontend Handoff Docs

Trasforma un endpoint backend completato in un documento di handoff API guidato da template per il frontend

di softaworks · softaworks/agent-toolkit

Promosso ★ 8.8/10

Backend To Frontend Handoff Docs — Trasforma un endpoint backend completato in un documento di handoff API guidato da template per il frontend

Cosa fa

Genera un documento markdown strutturato di handoff (contesto business, endpoint, DTO TypeScript, enum, regole di validazione, edge case, scenari di test, domande aperte) dopo il completamento del lavoro backend sull'API, salvato in .claude/docs/ai/<feature>/api-handoff.md. Si attiva su frasi come 'crea handoff', 'documenta API', o 'frontend handoff' quando endpoint, DTO e validazione sono già implementati.

Rapporto di test

Fornita una piccola API ordini: la baseline ha dato un paragrafo informale stile Slack, lo skill un template completo con DTO TypeScript, tabella enum, 5 scenari di test e due domande aperte utili (stato, esposizione sconto) mai sollevate dalla baseline.

Testato il: 2026-07-10 · Claude Code 2.x (agent harness)

Installazione

git clone https://github.com/softaworks/agent-toolkit
cd agent-toolkit
mkdir -p ~/.claude/skills
cp -r dist/plugins/backend-to-frontend-handoff-docs/skills/backend-to-frontend-handoff-docs ~/.claude/skills/backend-to-frontend-handoff-docs

Comandi e prompt di esempio

  • /backend-to-frontend-handoff-docsTrasforma un endpoint backend completato in un documento di handoff API guidato da template per il frontend

Gli skill si attivano con richieste in linguaggio naturale, senza comandi da ricordare. Dopo l'installazione, prompt come questi lo attivano (in inglese):

  • Create a frontend handoff doc for this finished API endpoint
  • Document this API's DTOs and validation rules for the frontend team
  • Generate an api-handoff.md with edge cases and test scenarios