**Forward Context to Next Session**
Saves current session context to WIP.md before clearing. Use when switching tasks or ending work mid-session to preserve progress and resume later.
/plugin marketplace add MaouStan/ai-productivity-kit/plugin install ai-productivity-kit@ai-productivity-kitForward Context to Next Session ส่ง context ไป session ถัดไป ก่อนใช้ /clear
ψ/inbox/WIP.md/clear แล้วเริ่มใหม่# Work In Progress
**Saved**: {{timestamp}}
**Session**: {{session summary}}
## Current Task
{{จาก ψ/inbox/focus.md}}
## Progress
✅ {{completed}}
🔄 {{in progress}}
## Next Steps
1. {{next 1}}
2. {{next 2}}
## Important Context
- {{context 1}}
- {{context 2}}
## Files to Remember
- {{file 1}} - {{note}}
- {{file 2}} - {{note}}
User: /forward
AI:
📤 Forwarding context to next session...
Reading current state...
✓ Found focus.md
✓ Recent commits: 3
✓ Recent issues: 2
✅ Saved to ψ/inbox/WIP.md
---
# Work In Progress
**Saved**: 2026-01-03 15:30
**Session**: JWT Auth Implementation
## Current Task
Implement JWT authentication with refresh tokens
## Progress
✅ Completed:
- User model updated
- JWT middleware created
- Login endpoint done
🔄 In Progress:
- Refresh token endpoint (50%)
## Next Steps
1. Complete refresh validation
2. Implement logout blacklist
3. Write tests
## Important Context
- Using python-jose library
- Access token: 15 min, Refresh: 7 days
- Store in httpOnly cookies
## Files to Remember
- src/api/auth.py - Main auth logic
- src/middleware/auth.py - JWT verification
- tests/test_auth.py - Need to add tests
---
You can now:
1. /clear → start fresh session
2. Next session reads WIP.md → continues work
/clear (preserve context)/recap/ccc เพื่อเก็บ context ครบ