npx claudepluginhub MaouStan/ai-productivity-kit --plugin ai-productivity-kit/recapGet a summary of everything you learned this session — concepts, quizzes, and progress
/recapGet a summary of recent sessions — what was done, which files were touched, key decisions, and insights
/recapRecap untracked work — analyze git history and create .ship/ entries for the dashboard
/recapFresh-start orientation—adaptive synthesis with bulletproof edge case handling. Use when starting a session, after /jump, lost your place, or before switching context.
Fresh Start - Current Context Summary เริ่ม session ใหม่ ดูสถานะปัจจุบันจาก WIP.md
ψ/inbox/focus.md📍 Current Focus
## Task
[จาก ψ/inbox/focus.md]
## Progress
✅ [สิ่งที่ทำไปแล้ว]
🔄 [สิ่งที่กำลังทำ]
⏳ [สิ่งที่รอทำ]
## Next Steps
1. [step 1]
2. [step 2]
## Related Context
- [issues/PRs]
- [files]
User: /recap
AI:
📍 Current Focus
## Task
Implement JWT authentication with refresh tokens
## Progress
✅ Completed:
- User model updated with refresh_token column
- JWT middleware created
- Login endpoint implemented
🔄 In Progress:
- Refresh token endpoint (50% done)
- Need to add token validation
⏳ Pending:
- Token blacklist for logout
- Tests (0% coverage)
- API documentation
## Next Steps
1. Complete refresh endpoint validation
2. Implement /logout with blacklist
3. Write tests for auth flow
## Related Context
- Plan issue: #13
- Context issue: #12
- Files: src/api/auth.py, src/middleware/auth.py
Ready to continue? Use /gogogo or specify task.