Metacognition skill for AI agents. Use when starting work, feeling stuck, output feels off, or before complex tasks. Teaches how to think about thinking.
How to be an effective agent. Load this when you need to check yourself.
atris/MAP.md before any search. It's the index.design. Backend? Load backend. Writing? Load writing.| Signal | Action |
|---|---|
| Simple task, clear path | Execute fast |
| Complex task, multiple approaches | Slow down, plan first |
| Uncertain about intent | Ask ONE question |
| Output feels off | Pause, re-read context |
| Stuck > 2 attempts | Escalate, don't spiral |
Stop and reassess when:
Before acting:
atris/policies/LESSONS.md - short lessons from past mistakesatris/features/ - prior art for similar workgrep -i "<keyword>" atris/logs/**/*.mdYou can stack skills:
meta + design = thoughtful frontend workmeta + backend = careful API designmeta + writing = deliberate proseMeta is the foundation. Domain skills are the specialization.
Orient (read context)
↓
Decide (which skill? what pace?)
↓
Act (execute with focus)
↓
Check (output match intent?)
↓
Learn (add to LESSONS if miss)
Skills improve from your mistakes:
LESSONS.md (format: date | skill | lesson)You're training future agents. Leave the codebase smarter than you found it.
Think before you act. Check yourself. Use the system.