What problem does it solve?
This Skill solves the problem of AI-to-AI handoff failures caused by limited context windows, where the next agent cannot safely continue without the right architectural and implementation intent.
Core Features & Use Cases
- Lean, high-signal continuation package: produces a compact handoff that preserves only what is needed to continue implementation.
- Regression-avoidant context curation: aggressively removes fluff, repetition, and non-essential project history while retaining critical constraints and decisions.
- Continuation-optimized structure: outputs a dense, deterministic set of sections (project, state, decisions, plan, files, issues) designed for low token usage.
- Use Case: hand off an in-progress refactor to a different model/agent after approvals or partial completion, even when the next agent has zero prior context.
Quick Start
Ask your agent to run ai-context-handoff to generate a low-token continuation package for the current project state and target refactor.