What problem does it solve?
When switching between specialized AIOX agents mid-workflow, context is lost and the new agent starts blind. This Skill compresses the current working state into a small, structured handoff artifact so the next agent can resume work without reloading the full previous persona.
Core Features & Use Cases
- Structured Handoff Artifact: Writes a YAML file to
.aiox/handoffs/handoff-{from}-to-{to}-{timestamp}.yaml capturing story context, decisions, modified files, blockers, and the next action.
- Token-Bounded Context: Enforces strict limits (max ~500 tokens, up to 5 decisions, 10 files, and 3 blockers) so the handoff stays cheap to load.
- Persona Reset: Discards the previous agent's full persona, keeping only the handoff artifact plus the new agent definition.
- Use Case: While working with a developer agent on a story, you switch to a QA agent via
/aiox-qa; the Skill records the story status, branch, and pending task so QA continues exactly where development stopped.
Quick Start
Invoke the aiox-handoff skill to create a handoff artifact before switching from the current agent to the next AIOX persona.