What problem does it solve?
This Skill identifies gaps where user-facing actions lack equivalent agent tools or where agents lack the runtime context and workspace access necessary to perform the same tasks as users, enabling teams to make agents first-class citizens in their applications.
Core Features & Use Cases
- Action Parity Mapping: Cross-reference UI actions against registered agent tools to find missing or mismatched capabilities.
- Context Parity Checks: Verify system prompt construction and runtime context injection so agents see the same data and vocabulary as users.
- Tool Design Review: Flag workflow tools, recommend primitive APIs, and surface anti-patterns such as sandbox isolation or silent state mutations.
- Use Case: Run this review on PRs that add UI features or modify system prompts to ensure incremental parity and reduce orphaned functionality.
Quick Start
Run an agent-native parity review on the changed files and list missing agent tools, context injection gaps, workspace isolation issues, and prioritized remediation steps.