Experimental Interaction Skill
Overview
This skill provides the logic for specialized interaction patterns within the Antigravity Agent Factory. It handles high-fidelity context exchange between agents and experimental input modalities (e.g., voice).
When to Use
Use this skill when exploring new interaction modalities or when coordinating complex multi-agent handoffs that require the Universal Context Protocol (UCO).
Prerequisites
- Conda environment
cursor-factoryactive. - Access to
.agent/knowledge/agent-handoff-protocol.json.
Process
- Initialize the experimental context.
- Formulate the UCO handoff object.
- Execute the transition logic.
Tools
scripts/experimental/voice_to_prd.py: Process simulated voice transcripts into PRDs..agent/knowledge/agent-handoff-protocol.json: Schema for UCO exchange.
Best Practices
- Always validate the UCO schema before handoff.
- Use explicit metadata for all experimental transitions.
Related Knowledge
agent-handoff-protocol.jsonzero-knowledge-patterns.jsonagent-handoff-patterns.json