client-interface-guidelines
Installation
SKILL.md
Client Interface Guidelines
Overview
Apply this skill as the default gate for agent-native CLI/client tools.
Optimize for machine reliability first. Treat operator inspection as a secondary debugging and status layer, not as a co-equal interface mode.
Workflow
- Read
references/00-how-to-use-this-skill.md. - Start with
references/09-agent-first-contract.md. - Apply
references/10-agent-must-should-checklist.md. - Validate using
references/11-agent-test-matrix-template.md. - Use
references/12-delivery-route-selection.mdwhen a CLI chooses between local device, remote beta, cloud build, or other delivery routes. - Use
references/02to07for detailed guidance. - Optionally run
references/08-quick-review-checklist.mdfor full coverage.