verify-before-claim
SolidUse when an agent is about to claim completion, correctness, safety, publication, deployment, or any consequential external fact.
AI & Automation 123 stars
18 forks Updated 3 days ago MIT
Install
Quality Score: 83/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# Verify Before Claim
<skill_contract>
<input>One falsifiable claim, its artifact or system, risk, expected result, permissions, and available checks.</input>
<output>A scoped claim decision with fresh evidence, residual risk, approval, and rollback status.</output>
<done>The cheapest direct check after the final material change supports the exact allowed wording.</done>
<non_goals>Producing the artifact, inferring success from effort, or widening a claim beyond checked evidence.</non_goals>
No evidence, no claim. Match the check to the exact claim, use fresh evidence, and keep execution authority separate from approval authority for consequential actions.
## Usage Template
Provide: proposed claim, artifact or system, risk level, available checks, expected result, permissions, and rollback path.
## Workflow
<intake>
1. Rewrite the proposed statement as one falsifiable claim.
2. Classify risk: low, material, or consequential.
3. Select the cheapest check that directly tests the claim.
4. Record expected signal, time boundary, and acceptable evidence.
</intake>
<unknowns_gate>
If the artifact, expected behavior, or verification method is missing, return `NEEDS_INPUT`. If only indirect evidence exists, return `INSUFFICIENT_EVIDENCE` or narrow the claim; never fill the gap with confidence language.
</unknowns_gate>
<execute>
Run the selected check after the final material change. Examples: targeted test, lint, build, link check, read-after-write, diff inspect...
Details
- Author
- Mark393295827
- Repository
- Mark393295827/third-brain-v5-skills
- Created
- 2 months ago
- Last Updated
- 3 days ago
- Language
- HTML
- License
- MIT
Related Skills
AI & Automation Featured
code-simplifier
Review RTK Rust code for idiomatic simplification. Detects over-engineering, unnecessary allocations, verbose patterns. Applies Rust idioms without changing behavior.
73,603 Updated today
rtk-ai AI & Automation Featured
design-patterns
Rust design patterns for RTK. Newtype, Builder, RAII, Trait Objects, State Machine. Applied to CLI filter modules. Use when designing new modules or refactoring existing ones.
73,603 Updated today
rtk-ai AI & Automation Featured
issue-triage
Issue triage: audit open issues, categorize, detect duplicates, cross-ref PRs, risk assessment, post comments. Args: "all" for deep analysis of all, issue numbers to focus (e.g. "42 57"), "en"/"fr" for language, no arg = audit only in French.
73,603 Updated today
rtk-ai