What problem does it solve?
This Skill prevents AI agents from acting without verified planning, unbroken hierarchy, and enforced domain boundaries, which are critical for successful app development.
Core Features & Use Cases
- Mandatory Planning Verification: Ensures that no implementation action is taken without first retrieving and verifying a plan.
- Hierarchy Integrity Checks: Validates that the AI's current task is part of a clear and unbroken chain of trajectory, tactic, and action.
- Domain Boundary Enforcement: Prevents AI from operating outside its designated development domains without explicit approval.
- Context Recovery: Ensures state is re-verified after context compaction to prevent errors from stale memory.
- Use Case: Before an AI agent starts writing code for a new feature, this Skill will trigger, forcing it to confirm that a trajectory and tactic are defined, a plan exists in memory, and the proposed code changes respect established domain boundaries.
Quick Start
Run the context-first-gatekeeping skill to verify the current development plan and hierarchy before proceeding with any implementation.