evidence-pack-builder

Builds an auditable evidence pack documenting completed work with sources, validation results, and decision logs.

Updated Jul 27, 2026
One-click install
npx skills add https://github.com/sebaperiesdigit-create/Peries-Skills-Master --skill evidence-pack-builder-sebaperiesdigit-create
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: evidence-pack-builder
Source: https://github.com/sebaperiesdigit-create/Peries-Skills-Master/tree/main/.claude/skills/evidence-pack-builder
Command: npx skills add https://github.com/sebaperiesdigit-create/Peries-Skills-Master --skill evidence-pack-builder-sebaperiesdigit-create

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Completed work often lacks a traceable paper trail, making it hard to prove what was done, which sources were used, and why decisions were made. This Skill compiles all supporting evidence into one organized, auditable folder. ## Core Features & Use Cases - 12-Component Evidence Collection: Captures the task brief, source references, dependencies, queries, raw extracts, validation results, screenshots, assumptions, limitations, edge cases, decision log, and final-output reference. - Automatic Redaction: Scans captured content for credentials, API keys, and personal data, replacing them with [REDACTED] before anything is written to disk. - Confirmation Gates: Asks before overwriting existing packs and before writing files, so nothing is created without explicit approval. - Use Case: After finishing a data analysis task, ask for an evidence pack to produce an output/evidence-packs/ folder with a README index linking every conclusion to its raw evidence file. ## Quick Start Build an evidence pack for the quarterly sales analysis task we just completed.

Frequently Asked Questions about evidence-pack-builder

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create an evidence pack for completed work?▼

Invoke the skill with the task name or let it infer the task from the current conversation. It auto-extracts available evidence, asks only for genuine gaps, and writes an organized folder under output/evidence-packs/ after your confirmation.

What does an evidence pack contain?▼

Each pack contains a README index plus files for the task brief, sources, dependencies, queries, raw extracts, validation results, screenshots, assumptions, limitations, edge cases, a decision log, and a final-output reference. Missing components are marked Not provided or Not applicable, never fabricated.

Does the evidence pack builder redact sensitive information?▼

Yes, it scans all captured content for credentials, API keys, tokens, connection strings, and personal data before writing anything to disk. Matches are replaced with [REDACTED], and screenshots likely containing sensitive content are flagged to the user.

What happens if an evidence pack already exists for the task?▼

The skill asks whether to overwrite the existing pack in place or save the new run as a versioned folder like task-slug-v2. It increments the version number further if v2 already exists.

Does the evidence pack builder modify my original files?▼

No, it never modifies, moves, or deletes original source or task files. It only reads from them and copies screenshots into the pack, keeping raw evidence strictly separate from analysis files.