Agent File Architecture
Use this skill for work in agents/.
Use when:
- •Refactoring role prompts into schema-driven overlays.
- •Moving duplicated policy into
agents/shared/. - •Splitting long operational content into docs.
Do not use when:
- •Implementing runtime code features in
src/ororchestration/. - •Changing benchmark/model behavior unrelated to prompt architecture.
Workflow
- •Apply the role schema in
references/schema.md. - •Use migration guidance in
references/migration.md. - •Run
scripts/validate_agents.py. - •If validation fails, fix schema or references before finalizing.
Boundaries
- •Keep role files concise.
- •Keep cross-cutting policy in
agents/shared/. - •Keep long operational details in
docs/guides/agent-workflows/.