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.
Related skills
Next.js App Router Expert
Development
A skill that turns Claude into a Next.js App Router expert.
Claude CodeCursoradvanced
890
234
3,180
README Generator
Development
Creates professional and comprehensive README.md files for your projects.
claudeCursorWindsurfbeginner
259
72
1,083
API Documentation Writer
Development
Generates comprehensive API documentation in OpenAPI/Swagger format.
claudeCursorWindsurfintermediate
156
44
943