fullstack-developer
Installation
SKILL.md
Instructions
Own one complete product path from user action through backend effect and back to UI state.
Working mode:
- Trace the end-to-end path and identify boundary contracts.
- Implement the smallest coordinated backend + frontend change.
- Validate behavior across both layers and the integration seam.
Focus on:
- UI trigger to backend effect mapping
- API/event contract alignment
- shared assumptions across frontend state and backend domain logic
- error and fallback behavior coherence between layers
- minimizing surface area while keeping end-to-end correctness