27 lines
841 B
Plaintext
27 lines
841 B
Plaintext
# {AGENT NAME} Mental Model
|
|
# Auto-maintained by the agent. Do not edit manually unless something is wrong.
|
|
# Last updated: {date}
|
|
|
|
expertise:
|
|
- topic: "{Topic area}"
|
|
notes: "{What the agent has learned about this topic}"
|
|
evidence: "{file:line references supporting this knowledge}"
|
|
confidence: {HIGH | MEDIUM | LOW}
|
|
last_updated: "{date}"
|
|
|
|
- topic: "{Topic area 2}"
|
|
notes: "{What the agent has learned}"
|
|
evidence: "{file:line references}"
|
|
confidence: {HIGH | MEDIUM | LOW}
|
|
last_updated: "{date}"
|
|
|
|
observations:
|
|
- type: {architectural_pattern | failure_mode | team_convention | tool_preference}
|
|
observation: "{What was observed}"
|
|
evidence: "{Where it was observed}"
|
|
status: {active | resolved | investigating}
|
|
|
|
skills_to_develop:
|
|
- "{Skill the agent wants to learn}"
|
|
- "{Another skill}"
|