Agent skill
assumption-tracker
Explicitly track, test, and validate assumptions - prevent blind spots
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/assumption-tracker
SKILL.md
Skill: assumption-tracker
What I do
I surface and manage hidden assumptions. I ensure that every leap of faith in a design or plan is documented, tiered by risk, and systematically validated through evidence or testing.
When to use me
- Before starting a new feature or architectural change
- When requirements are ambiguous or "common sense" is invoked
- During technical planning sessions to identify "we think" vs "we know"
- When evaluating third-party libraries or external API behaviours
Core principles
- Surface the hidden — If it isn't proven, it's an assumption.
- Tier by risk — Focus validation on assumptions with high impact and low certainty.
- Validate early — Use spikes, prototypes, or data lookups to turn assumptions into facts.
- Document outcomes — Record whether an assumption was proven true or false.
Patterns & examples
Assumption Logging Format:
| Assumption | Impact (H/M/L) | Certainty (H/M/L) | Validation Method | Status |
|---|---|---|---|---|
| "The legacy API supports concurrent writes." | High | Low | Run concurrency spike test | Pending |
| "Users prefer the sidebar over the top nav." | Medium | Medium | Review GA click maps | Validated |
Validation Techniques:
- Spike: Write a small, throwaway script to test a technical hypothesis.
- Prototype: Build a minimal UI to verify user interaction assumptions.
- Data Lookup: Query logs or databases to confirm usage patterns.
Anti-patterns to avoid
- ❌ "Trust me" logic — Relying on seniority instead of evidence.
- ❌ Validation lag — Building a full system on unverified, high-risk assumptions.
- ❌ Silent assumptions — Failing to voice doubts during the planning phase.
KB Reference
~/vaults/baphled/3. Resources/Knowledge Base/AI Development System/Skills/Thinking-Analysis/Assumption Tracker.md
Related skills
critical-thinking— Rigorous analysis of claimsepistemic-rigor— Distinguishing belief from knowledgeprove-correctness— Evidence-based validationpre-action— Deliberate thinking before execution
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?