Assumption registry
Skill lubochka/xiigen-general-skills/agent-skills/assumption-registry
Open-source AI agent skills for safer Claude, Codex and Cursor coding workflows
npx -y skills add lubochka/xiigen-general-skills --skill assumption-registryAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Make assumptions visible and testable. Use during planning, architecture adaptation, and unclear requirements.
SKILL.md
0.7 KB, as published. Nobody here has run it
Assumption Registry
Purpose
Make assumptions visible and testable.
When to Use
Use during planning, architecture adaptation, and unclear requirements.
Inputs
Assumption, source, risk, verification path, owner.
Steps
- Write the assumption explicitly.
- Name its source and risk.
- Decide how to verify it.
- Gate high-risk assumptions before execution.
Gates
Critical assumptions are verified or intentionally blocked.
Evidence
Assumption list and verification status.
Anti-Patterns
Hiding guesses in implementation.
Related
decision-capture, scope-and-blockers