Operational Implementation of the Adaptive Interfaces Guide
Adaptive Interfaces
Engineering discipline for configuring agents to produce team-conforming output.
This repository defines the execution protocol for configuring agents so their output:
- matches team structure and conventions
- aligns with domain expectations
- passes review without structural correction
This repository is operational, not conceptual.
This repository implements the HOW.
| Layer | Repository | Role | |||| | ACS | adaptive-conformance-specification | behavior discipline | | ATD | adaptive-tool-discovery | tool capability mapping | | AO | adaptive-onboarding | team conventions | | GUIDE | adaptive-guide | conceptual framework | | PLAYBOOK | adaptive-playbook | execution protocol |
PLAYBOOK.md— step-by-step execution processQUICKSTART.md— minimal setup for engineersCHECKLIST.md— evaluation and PR enforcementANNOTATIONS.md— supporting notes
Defines:
- how to establish priors
- how to load context layers
- how to execute tasks with an agent
- how to evaluate and iterate on output
- behavioral protocol: see ACS
- tool registries: see ATD
- team context schemas: see AO
- conceptual explanation: see GUIDE
- domain implementations: see example repos
- Generate AO context from a repository
- Review and correct inferred conventions
- Define domain context (required for correctness)
- Load:
- ACS
- AO config
- AO context
- domain context
- Execute task
- Evaluate output
- Update priors and repeat
Agent output quality is determined by configuration, not prompting.
Prompts are task instructions; priors are the system.
npx markdownlint-cli@latest "**/*.md"