name: pickup-task description: Accept and implement an API-layer plan from the coordinator user-invocable: true
Pickup Task from Coordinator
You are receiving a plan scoped to the API layer.
Steps
- Read the plan. User provides it inline or as a file path.
- Review conventions. Re-read
CLAUDE.md(Clean Architecture, DI, DTO naming). - Check contracts. Read
../patient-care-super/_contracts/for API shapes to match. - Check for existing branch:
git branch -a | grep -E "feature/|fix/"— reuse if one exists. - Create branch if needed:
feature/<desc>orfix/<desc>. Never commit to main. - Kanban — Move related card to DOING:
curl -s --max-time 2 -X POST http://openclaw:8082/api/move \ -H "Content-Type: application/json" -d '{"cardId": <ID>, "columnId": 4}' - Implement. Only API-layer steps. Follow existing patterns when referenced.
- Verify:
dotnet build patient-care-api.sln dotnet test patient-care-api.sln - Test artifact: Produce curl commands for each new/modified endpoint.
- Commit with a clear message.
- Record completion. Append to the plan file in
../patient-care-super/planning/active/:If other layers pending, leave in## Completion — API - **Date**: YYYY-MM-DD - **Branch**: `feature/branch-name` - **Verification**: build: PASS/FAIL | test: PASS/FAIL - **Files**: N created, M modified - **Test artifact**: [curl commands] - **Open items**: Noneactive/. If all done, move tocompleted/+ add toarchive.md(uncommitted). - Report back. Summarize implementation, verification, and open questions.
Skills similaires
Expert Next.js App Router
Developpement
Un skill qui transforme Claude en expert Next.js App Router.
Claude CodeCursoradvanced
890
234
3,180
Générateur de README
Developpement
Crée des README.md professionnels et complets pour vos projets.
claudeCursorWindsurfbeginner
259
72
1,083
Rédacteur de Documentation API
Developpement
Génère de la documentation API complète au format OpenAPI/Swagger.
claudeCursorWindsurfintermediate
156
44
943