Agent-almanac observe-guidance
git clone https://github.com/pjt222/agent-almanac
T=$(mktemp -d) && git clone --depth=1 https://github.com/pjt222/agent-almanac "$T" && mkdir -p ~/.claude/skills && cp -r "$T/i18n/caveman-ultra/skills/observe-guidance" ~/.claude/skills/pjt222-agent-almanac-observe-guidance-2fcc63 && rm -rf "$T"
i18n/caveman-ultra/skills/observe-guidance/SKILL.mdObserve (Guidance)
Guide a person in systematic observation of a system, phenomenon, or pattern. The AI acts as a field study coach — helping frame the observation target, prepare a protocol, sustain neutral attention, record findings with field notes, analyze patterns, and report observations with clear separation of data and interpretation.
When to Use
- A person wants to understand a system's behavior before intervening (debugging by observation rather than by trial and error)
- Someone is conducting research or gathering evidence and needs structured observation methodology
- A person keeps jumping to conclusions and needs to develop the discipline of observation before interpretation
- Someone is preparing a report that requires evidence-based findings, not opinions
- A person wants to understand team dynamics, user behavior, or process effectiveness through direct observation
- After
has cultivated sustained attention, the person wants to direct that attention toward a specific systemmeditate-guidance
Inputs
- Required: What the person wants to observe (a system, process, behavior, codebase, team dynamic, natural phenomenon)
- Required: Why they are observing (debugging, research, audit, curiosity, improvement)
- Optional: Time available for observation (single session vs. multi-day study)
- Optional: Prior attempts to understand the system (what has already been tried)
- Optional: Specific questions or hypotheses they want to test
- Optional: Tools available for recording (notebook, screen capture, logging, metrics)
Procedure
Step 1: Frame — Define the Observation Target
Help the person set up a clear, bounded observation frame.
- Ask what they want to observe: "What system or behavior are you trying to understand?"
- Help them narrow the scope: "What specific aspect of that system interests you most?"
- Identify the observation purpose: understanding, debugging, improvement, evidence-gathering, or pure curiosity
- Set boundaries: what is in scope and what is not (prevents observation from expanding endlessly)
- If they have a hypothesis: state it explicitly, then set it aside — "We will look for evidence both for and against this"
- Choose the observation stance:
- Naturalist: observe without interfering (best for understanding behavior)
- Controlled: change one variable and observe the effect (best for debugging)
- Longitudinal: observe over time (best for detecting trends)
Expected: A clear observation frame with defined target, scope, purpose, and stance. The person knows what they are looking at and what they are not looking at.
On failure: If the person cannot narrow their focus ("I want to understand everything"), help them pick one entry point: "What is the one behavior you find most confusing?" If they are already committed to a conclusion ("I just need to prove X"), gently challenge: "What would we need to see to disprove that? Let's look for both."
Step 2: Prepare — Set Up the Observation Protocol
Help the person establish a systematic approach to recording what they observe.
- Choose the recording method based on the observation type:
- Codebase/system: file paths, line numbers, timestamps, log entries
- Behavior/process: time-stamped notes with actor, action, and context
- Team/communication: quotes, speaker identifiers, non-verbal cues
- Natural/physical: sketches, measurements, environmental conditions
- Create a simple recording template:
Field Notes Template: ┌─────────────┬────────────────────────────────────────────────────────┐ │ Timestamp │ When the observation occurred │ ├─────────────┼────────────────────────────────────────────────────────┤ │ Observation │ What was seen/heard/measured (fact only) │ ├─────────────┼────────────────────────────────────────────────────────┤ │ Context │ What was happening around the observation │ ├─────────────┼────────────────────────────────────────────────────────┤ │ Reaction │ Observer's response (thoughts, emotions, surprises) │ ├─────────────┼────────────────────────────────────────────────────────┤ │ Hypothesis │ Tentative interpretation (kept separate from fact) │ └─────────────┴────────────────────────────────────────────────────────┘
- Emphasize the separation: "The observation row is fact. The hypothesis row is interpretation. Never mix them."
- Set a minimum observation count: "Aim for at least 10 observations before drawing any conclusions"
- If applicable, set up monitoring tools: logging, metrics, screen recording
Expected: The person has a recording method ready and understands the critical distinction between observation and interpretation. They feel prepared to begin.
On failure: If the template feels too formal, simplify to: "Just write down what you see, and separately write what you think it means." If they resist recording ("I'll remember"), explain that unrecorded observations are subject to memory bias — the act of writing makes observation more accurate.
Step 3: Observe — Practice Sustained Neutral Attention
Guide the person through the actual observation session.
- Remind them of the stance: "You are a naturalist studying a new species. Do not interfere — just watch"
- For the first 5 minutes: encourage pure observation without recording — just attend
- After initial immersion: begin recording using the template
- Coach neutral language: "Instead of 'the system crashed,' try 'the system stopped responding at 14:32 after processing the 47th request'"
- Watch for interpretation creeping into observation: "That is an interpretation — record it in the hypothesis row"
- Encourage noting surprises: "What surprised you? Surprises often contain the most valuable data"
- Periodically check the frame: "Are you still observing what you set out to observe, or has your attention drifted?"
- If they want to intervene: "Note what you want to change and why, but do not change it yet — keep observing"
Expected: The person generates at least 5-10 concrete observations with specific evidence. They experience the difference between observing and interpreting, and find it harder than expected to maintain neutral attention.
On failure: If they keep interpreting instead of observing, try this exercise: "Describe what you see as if explaining it to someone who has never seen this system. Only use verifiable facts." If they run out of things to observe quickly, they are looking at too high a level — guide them to zoom in on details: timing, ordering, edge cases, exceptions.
Step 4: Record — Capture Findings with Field Notes
Help the person organize their raw observations into structured notes.
- Review their recorded observations together
- Check for completeness: does each observation have enough context to be understood later?
- Check for factual accuracy: are statements verifiable, or do they contain hidden assumptions?
- Group similar observations: "Do you see any patterns forming?"
- Note frequencies: how often did each pattern appear?
- Note absences: "What did you expect to see that was not there?"
- Help them separate strong observations (clear evidence) from weak observations (ambiguous data)
Expected: A set of organized field notes that cleanly separate observation from interpretation. The notes are detailed enough that someone else could verify the observations independently.
On failure: If the notes are too vague ("things seemed slow"), help them add specifics: "How slow? Compared to what? In which conditions?" If the notes are too detailed (recording everything), help them identify which observations relate to the original frame and which are noise.
Step 5: Analyze — Identify Patterns and Generate Hypotheses
Guide the person from observations to structured analysis.
- Lay out all observations and look for patterns:
- Repetition: "This happened multiple times — is it systematic?"
- Correlation: "X always happens alongside Y — are they related?"
- Sequence: "A always precedes B — could A cause B?"
- Absence: "X never happens in condition Z — why?"
- Anomaly: "Everything follows pattern P except this one case — what is different?"
- For each pattern, ask: "Is there an alternative explanation?"
- Generate 2-3 hypotheses that explain the major patterns
- Distinguish between correlation and causation: "Observing that A and B co-occur does not prove A causes B"
- Identify which hypotheses are testable and what test would confirm/refute them
- Note confidence levels: which hypotheses are well-supported, which are speculative?
Expected: The person moves from raw observations to structured hypotheses while maintaining the discipline of separating data from theory. They have at least one testable hypothesis for their original question.
On failure: If they jump to a single explanation immediately, challenge it: "That is one possibility. What is another?" If they see no patterns, the observations may be too few — suggest continuing observation before analysis. If every observation seems to point to the same conclusion, they may be filtering — ask: "What evidence would contradict your current theory?"
Step 6: Report — Share Findings with Clear Structure
Help the person communicate their observations effectively.
- Structure the report:
- Context: What was observed, when, why, under what conditions
- Method: How the observation was conducted (protocol, tools, duration)
- Findings: Key observations with evidence (data, not interpretation)
- Analysis: Patterns identified, hypotheses generated, confidence levels
- Recommendations: Suggested next steps (further observation, testing, intervention)
- Limitations: What the observation did not cover, potential biases
- Help them write findings in neutral language that separates fact from interpretation
- Review for hidden assumptions or unsupported claims
- If the observations are for debugging: translate hypotheses into concrete tests
- If the observations are for a report: ensure the evidence is cited specifically
- If the observations are for personal understanding: summarize the key insights and remaining questions
Expected: A clear report that communicates observations, patterns, and hypotheses while maintaining the distinction between what was observed and what was inferred. The reader can evaluate the evidence independently.
On failure: If the report buries observations in interpretation, restructure: "Put all the facts in one section, all the theories in another." If the report lacks confidence levels ("this is definitely because..."), help them calibrate: "How sure are you? What would change your mind?"
Validation
- The observation target was framed before observation began (not free-form wandering)
- A recording protocol was established and used consistently
- Observations were recorded as facts, separate from interpretations
- At least 5 concrete, evidence-backed observations were captured
- Patterns were identified through analysis, not assumed from the start
- Hypotheses are testable and have stated confidence levels
- The person experienced the discipline of observing before interpreting
Common Pitfalls
- Observation as confirmation bias: Observing only things that support a pre-existing belief. The frame should include "look for evidence against your hypothesis" as an explicit instruction
- Intervention urge: Seeing a problem and wanting to fix it immediately. Premature intervention often masks the root cause — observe first, then intervene with full understanding
- Recording fatigue: Detailed observation is mentally taxing. Suggest breaks and realistic session lengths (30-60 minutes of focused observation is substantial)
- Overcomplicating the protocol: For simple observations, a notebook and timestamps are sufficient. The protocol should serve the observation, not replace it
- Confusing observation with surveillance: In interpersonal observation, ethical boundaries matter. Observe behavior that is visible, do not spy. If observing people, transparency is usually better than secrecy
- Skipping the frame: Without a clear observation target, attention scatters and findings are unfocused. Even a rough frame is better than none
Related Skills
— the AI self-directed variant for sustained neutral pattern recognition across systemsobserve
— observation feeds learning by providing raw data for understandinglearn-guidance
— listening is focused observation of a speaker; observation is broader-scope attention to any systemlisten-guidance
— shares structured observation methodology adapted for non-local perceptionremote-viewing-guidance
— garden observation skill that uses similar CRV-adapted sensory protocolsread-garden