npx skills add ...
npx skills add everyinc/compound-engineering-plugin --skill ce-agent-native-audit
Run comprehensive agent-native architecture review with scored principles
npx skills add everyinc/compound-engineering-plugin --skill ce-agent-native-audit
Conduct a comprehensive review of the codebase against agent-native architecture principles, launching parallel sub-agents for each principle and producing a scored report.
First, invoke the agent-native-architecture skill to understand all principles:
Select option 7 (action parity) to load the full reference material.
Launch 8 parallel sub-agents using the platform's subagent primitive (Agent with subagent_type: Explore in Claude Code, spawn_agent with agent_type: "explorer" in Codex, subagent with agent: "scout" in Pi via the pi-subagents extension), one for each principle. Each agent should:
Agent 1: Action Parity
Agent 2: Tools as Primitives
Agent 3: Context Injection
Agent 4: Shared Workspace
Agent 5: CRUD Completeness
Agent 6: UI Integration
Agent 7: Capability Discovery
Agent 8: Prompt-Native Features
After all agents complete, compile a summary with:
If $ARGUMENTS specifies a single principle (e.g., "action parity"), only run that sub-agent and provide detailed findings for that principle alone.
Valid arguments:
action parity or 1tools or primitives or 2context or injection or 3shared or workspace or 4crud or 5ui or integration or 6discovery or 7prompt or features or 8