What problem does it solve? Teams building AI agents into their products lack a systematic way to measure whether their architecture actually supports agent-native patterns like action parity, shared workspaces, and prompt-defined features, leading to fragmented agent capabilities discovered only after launch. ## Core Features & Use Cases - Eight-Principle Audit: Scores a codebase against action parity, tools as primitives, context injection, shared workspace, CRUD completeness, UI integration, capability discovery, and prompt-native features. - Parallel Sub-Agent Execution: Launches eight concurrent explorer sub-agents, each enumerating instances, checking compliance, and producing a specific X/Y score with gaps and recommendations. - Consolidated Scored Report: Compiles a summary table with percentage scores, status indicators, top 10 prioritized recommendations, and identified strengths. - Use Case: Before shipping an AI assistant feature, run the audit to discover that only 3 of 12 user actions have corresponding agent tools and that agent writes never propagate to the UI, then prioritize fixes by impact. ## Quick Start Ask the agent to run an agent-native architecture audit on this repository and produce a scored report across all eight principles.