Preflight decision receipt
Skill TopicalitySummit/summit-decision-assurance/skills/preflight-decision-receipt
Preflight a public or synthetic Decision Receipt Object Draft 1.0 with Summit Decision Assurance. Use when a user asks to validate a decision receipt's structure, identify missing sections, or prepare a receipt for review. Do not use with classified, regulated, sensitive-personal, or private operational data.From its SKILL.md
npx -y skills add TopicalitySummit/summit-decision-assurance --skill preflight-decision-receiptAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
3 things to look at
- 28 days oldThe repository was created 28 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 0 stars0 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.
SKILL.md
1.6 KB, 267 tokens by cl100k_base, as published. Nobody here has run it
Preflight Decision Receipt
Preflight a receipt without storing it or claiming that its evidence is true.
Workflow
- Confirm the input is public or synthetic. If its classification is unclear, ask the user to provide a synthetic or public-safe version. Do not send restricted or sensitive content.
- Call
summit_public_capabilitieswhen the current session has not yet established the public profile. Confirmprofileispublic-read-only-v1and the preflight tool is listed. - If the user supplied a receipt object, preserve its values. Do not invent evidence, signatures, approvals, identities, or review outcomes to make it pass.
- Call
summit_decision_receipt_object_draft_preflightwith the complete object in thereceiptargument. - Report:
- ready or not ready;
- each issue, grouped by receipt section;
- the smallest concrete correction for each issue;
- the tool's scope limitations.
- If asked to revise the object, change only fields the user can substantiate. Mark unresolved fields explicitly instead of fabricating them.
Boundary
This is a structural preflight. It does not verify source truth, source quality, signatures, revocation, legal admissibility, policy compliance, or the quality of a human review.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.