What problem does it solve?
This Skill prevents AI agents from acting impulsively or incorrectly by enforcing strict protocols for task delegation, ensuring context integrity, and verifying planning before any action is taken.
Core Features & Use Cases
- Unbroken Hierarchy Enforcement: Guarantees that an AI agent always has a clear, verified lineage of intent and planning before executing a task.
- Context Purity Checks: Prevents actions based on corrupted or outdated memory after context compaction.
- Sequential Delegation Protocol: Mandates explicit return formats and result processing for subagent tasks, allowing for retuning and error handling.
- Boundary Enforcement: Ensures subagents operate within defined domain constraints.
- Use Case: When an AI needs to refactor a complex codebase, this Skill ensures it first verifies its strategic goal (trajectory), then its implementation strategy (tactic), and finally the specific task (action), all while checking for memory drift and ensuring no prior failures are unaddressed.
Quick Start
Before delegating any task, verify that the parent hierarchy exists and the context is pure.