Automatically read relevant context before major actions. Loads TODO.md, roadmap.md, handoffs, task plans, and other project context files so the AI operates with full situational awareness.
- Trigger-based activation rules (when to load context automatically)
- Context files to read with priority levels (Critical, High, Medium, Low)
- Context loading strategy (three-step prioritized loading)
- Staleness detection (flag outdated files by age)
- Context summary format template
- Integration points with other workflow commands
- Starting a new task — understand priorities, avoid conflicts
- Implementing a feature — know the plan, constraints, recent changes
- Refactoring code — understand what changed recently, what's planned
- Debugging an issue — check recent changes, known issues, discoveries
- Planning or scoping work — full picture of roadmap, backlog, progress
- Session start or resume — rebuild mental model from last session state
- Before a handoff — ensure nothing is missed in transition
npx add https://github.com/wpank/ai/tree/main/skills/meta/auto-contextnpx clawhub@latest install auto-contextFrom your project root:
mkdir -p .cursor/skills
cp -r ~/.ai-skills/skills/meta/auto-context .cursor/skills/auto-contextmkdir -p ~/.cursor/skills
cp -r ~/.ai-skills/skills/meta/auto-context ~/.cursor/skills/auto-contextFrom your project root:
mkdir -p .claude/skills
cp -r ~/.ai-skills/skills/meta/auto-context .claude/skills/auto-contextmkdir -p ~/.claude/skills
cp -r ~/.ai-skills/skills/meta/auto-context ~/.claude/skills/auto-contextPart of the Meta skill category.