# Behavior Check Template Use this template when a change to `AGENTS.md`, `agent-docs`, or the `agent-docs` skill suite requires representative prompt checks. ## Per Prompt Record ```md ### Prompt Prompt: - Expected Route: - - - Observed Route: - Result: - Failure Reason: - ``` ## Summary ```md - behavior check outcome: - prompts tested: - failing condition hit: - notes: ``` ## Pass Criteria - The agent reads the root entrypoint before choosing a specialized workflow when required. - The agent follows the intended route instead of picking an equally plausible but wrong skill or doc. - The agent performs required follow-up checks after refactor-oriented changes. - The agent surfaces ambiguity instead of guessing through duplicate authority or overlapping scope.