← ClaudeAtlas

mine-provenancelisted

Audit a skills/portfolio doc against ground-truth artifacts, then extend it. Verifies each claim with a git commit, file, or test result; sorts everything into VERIFIED, GAPS (claimed but unproven), and PROVENANCE-FLAG (evidence shows forked/derived). Transcripts are used only as discovery leads, never as proof. Never argues with the user's claims — it sorts them. Use when the user says "mine-provenance", "audit my portfolio", "verify my skills claims", "provenance check", or wants their portfolio backed by evidence.
MrToAster13/mrtoaster13-plugins · ★ 0 · Code & Development · score 72
Install: claude install-skill MrToAster13/mrtoaster13-plugins
# Mine Provenance Make a portfolio honest by tying every claim to a ground-truth artifact — a commit, a file, a passing test — and by calling out anything the evidence says is derived rather than originated. Overclaiming is the real risk here: a portfolio that quietly presents a *forked* repo as *originated* is the failure mode this prevents. Two rules hold the whole skill together: - **Artifacts verify; transcripts only lead.** A claim becomes VERIFIED only when a commit, file, or test backs it. Session transcripts are conversation, not proof — use them to *find* work worth checking, never as a citation. - **Never argue; sort.** Do not dismiss or debate a claim in conversation. Put it in the right bucket and let the evidence speak. "Unproven" and "derived" are buckets, not verdicts on the user. ## Steps 1. **Locate the portfolio doc.** Use the path the user gives, or default to a `skills.md` / portfolio doc in the current repo. Read it and any provenance definitions it references (e.g. a `CONTEXT.md` defining "Built" vs "Modified"). This doc's prose is the user's — you audit and extend it, you never overwrite it. 2. **Extract the claims.** Pull out each discrete claim: every skill, accomplishment, or "this proves X" statement, with whatever provenance label it already carries. 3. **Verify each claim against artifacts only.** For each claim, hunt for a backing artifact and record the exact reference: - `git log --follow`, `git blame`, and commit hashes for authorshi