Detects stale project plans and suggests session commands. Triggers on: sync plan, update plan, check status, plan is stale, track progress, project planning.
Lightweight awareness layer for docs/PLAN.md. Detects when plans need attention and points to /save and /sync commands.
This skill does NOT manage plans directly. It:
docs/PLAN.md exists or is missingAll plan operations go through /save (persist) and /sync (restore/status).
No docs/PLAN.md found
-> Suggest: /save to create initial plan from conversation
docs/PLAN.md last modified: 5 days ago
git log shows: 12 commits since then
-> Suggest: /sync --git to update from commits
git status shows: 5 modified files
docs/PLAN.md "In Progress" section outdated
-> Suggest: /sync --status to review
Resuming work on project with docs/PLAN.md
-> Suggest: /sync to restore state
| Situation | Suggestion |
|-----------|------------|
| No plan exists | /save after discussing goals |
| Plan is stale | /sync --git |
| Need to see plan | /sync --status |
| Update progress | /save "notes" |
| Start fresh | /save --archive |
A plan is considered stale when:
A plan needs review when:
/sync reads state, /save writes statedocs/PLAN.mdSearch for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer