task-management-api
Installation
SKILL.md
Task Management API
A production-ready Task Management REST API built with FastAPI + SQLModel + UV using Test-Driven Development (TDD).
Before Implementation
Gather context before building or extending this API:
| Source | Gather |
|---|---|
| Codebase | Existing models in app/models/, router patterns, test fixtures |
| Conversation | New features needed, custom fields, filtering requirements |
| Assets | Reference implementation in assets/task-management-api/ |
| User Guidelines | Database preference (Neon/SQLite), deployment target |