| 1 | # Default Agent Profile DOX |
| 2 | |
| 3 | ## Purpose |
| 4 | |
| 5 | - Own base profile metadata and default prompt specifics inherited by specialized profiles. |
| 6 | - Provide the shared behavior layer for bundled and custom profiles. |
| 7 | |
| 8 | ## Ownership |
| 9 | |
| 10 | - `agent.yaml` owns default profile metadata. |
| 11 | - `prompts/agent.system.main.specifics.md` owns default profile-specific system prompt content. |
| 12 | - Additional prompt overrides under this directory become shared defaults unless a child profile overrides them. |
| 13 | |
| 14 | ## Local Contracts |
| 15 | |
| 16 | - Keep default behavior broad, framework-compatible, and safe for inheritance. |
| 17 | - Avoid role-specific instructions that belong in specialist profiles. |
| 18 | - Prompt filenames must match the framework prompt override names they target. |
| 19 | |
| 20 | ## Work Guidance |
| 21 | |
| 22 | - Prefer small, explicit prompt changes with clear inheritance impact. |
| 23 | - Check bundled specialist profiles after changing default behavior. |
| 24 | |
| 25 | ## Verification |
| 26 | |
| 27 | - Manually inspect YAML and prompt rendering assumptions after edits. |
| 28 | - Run prompt/profile tests when changing inherited prompt behavior. |
| 29 | |
| 30 | ## Child DOX Index |
| 31 | |
| 32 | No child DOX files. |