Synchronize project context - read current state and update PROGRESS.md
Updates project documentation by syncing PROGRESS.md with actual git state and recent changes.
/plugin marketplace add jasonpaulso/jasonschulz-plugins/plugin install project-context-sync@jasonschulz-pluginsSynchronize project documentation with actual code state.
Read current state:
.claude/PROGRESS.md if it existsgit log --oneline -10 for recent historygit status for uncommitted changes.claude/features.json if it existsAnalyze drift:
Update PROGRESS.md:
Report:
Create it with this structure:
# Project Progress
## Current State
**Status**: [Assess based on git history and code state]
[Describe current project state based on analysis]
## Recent Work
[Populate from recent git commits]
## Next Steps
1. [Derive from context or ask user]
## Blockers
[None identified, or list any obvious issues]
After syncing, provide: