# Custom Commands

## /wrap-up
End of session review:
- Review all changes
- Check uncommitted work
- Verify tests pass
- Update learnings
- Create summary

## /plan
Enter planning mode for current task:
- Explore relevant files
- Identify all changes needed
- Present step-by-step plan
- Wait for approval

## /learn
Extract pattern from recent interaction:
- Identify the lesson
- Propose LEARNED.md addition
- Apply after approval

## /parallel
Suggest worktree setup for parallel work:
- Show current branches
- Suggest worktree commands
- Explain parallel workflow

## /quality
Run quality gates:
- Lint check
- Type check
- Related tests
- Report results

## /compact
Suggest strategic compaction:
- Summarize current context
- Identify what to preserve
- Recommend compaction point
