Evidence Package
Compile and organize evidence packages for "$ARGUMENTS" structured for auditor consumption, with evidence index, supporting documentation, and delivery preparation.
Prerequisites
Read .metapowers/compliance/$ARGUMENTS/00-scope.md. If this file does not exist, tell the user:
Phase 0 (Scope) has not been completed for "$ARGUMENTS". Run /compliance:regulatory-landscape $ARGUMENTS first, or use --skip-checks to bypass.
If --skip-checks is present in $ARGUMENTS, skip this check.
Process
Read context files:
- Read
plugins/compliance/shared/grc-lifecycle-guide.md for GRC methodology reference
- Read
plugins/compliance/shared/evidence-catalog-template.md for evidence structure
- Read
.metapowers/compliance/$ARGUMENTS/00-scope.md for scope and control framework context
- Read
.metapowers/compliance/$ARGUMENTS/02-remediate.md for evidence plan
- Read
.metapowers/compliance/$ARGUMENTS/03-certify.md for audit readiness status
Gather evidence items:
- For each certification: collect all evidence items per the evidence plan
- Verify each item is current (collected within the required observation period)
- Verify each item is complete (no partial screenshots, truncated logs, or unsigned attestations)
- Flag any missing or expired evidence items for immediate remediation
Organize by control:
- Structure evidence in the auditor's preferred organization (by control, by domain, or by regulation requirement)
- Group related evidence items together (e.g., policy + procedure + evidence of execution)
- Create clear naming convention for all evidence files
Create evidence index:
- Build table of contents mapping each control to its evidence items
- Include evidence item name, type, date collected, collection method, location
- Cross-reference to regulation requirements (clause numbers, criteria)
- Note any compensating controls or exceptions with justification
Supporting documentation:
- Include policies and procedures referenced by controls
- Include organizational charts showing reporting lines and responsibilities
- Include system architecture diagrams relevant to scope
- Include risk assessment and treatment documentation
Package for delivery:
- Define delivery method (shared drive, GRC tool export, secure file transfer, physical)
- Create package checklist for completeness verification
- Prepare cover letter / engagement summary for auditor
- Set access permissions and confidentiality protections
Write the artifact to .metapowers/compliance/$ARGUMENTS/03-certify.md (append to existing) with sections:
- Evidence Index — complete mapping of controls to evidence items
- Evidence Status — per-item currency and completeness verification
- Package Contents — list of all documents included
- Supporting Documentation — policies, procedures, diagrams included
- Delivery Plan — method, timeline, access details
- Outstanding Items — evidence items still needed before delivery
Output
The evidence package plan appended to .metapowers/compliance/$ARGUMENTS/03-certify.md. Present a summary to the user highlighting:
- Total evidence items packaged
- Number of outstanding items
- Delivery method and timeline
- Any items requiring urgent attention before audit
1---2name: evidence-package3description: Compile and organize evidence packages per regulation/auditor4---56# Evidence Package78Compile and organize evidence packages for "$ARGUMENTS" structured for auditor consumption, with evidence index, supporting documentation, and delivery preparation.910## Prerequisites1112Read `.metapowers/compliance/$ARGUMENTS/00-scope.md`. If this file does not exist, tell the user:1314> Phase 0 (Scope) has not been completed for "$ARGUMENTS". Run `/compliance:regulatory-landscape $ARGUMENTS` first, or use `--skip-checks` to bypass.1516If `--skip-checks` is present in $ARGUMENTS, skip this check.1718## Process19201. **Read context files:**21 - Read `plugins/compliance/shared/grc-lifecycle-guide.md` for GRC methodology reference22 - Read `plugins/compliance/shared/evidence-catalog-template.md` for evidence structure23 - Read `.metapowers/compliance/$ARGUMENTS/00-scope.md` for scope and control framework context24 - Read `.metapowers/compliance/$ARGUMENTS/02-remediate.md` for evidence plan25 - Read `.metapowers/compliance/$ARGUMENTS/03-certify.md` for audit readiness status26272. **Gather evidence items:**28 - For each certification: collect all evidence items per the evidence plan29 - Verify each item is current (collected within the required observation period)30 - Verify each item is complete (no partial screenshots, truncated logs, or unsigned attestations)31 - Flag any missing or expired evidence items for immediate remediation32333. **Organize by control:**34 - Structure evidence in the auditor's preferred organization (by control, by domain, or by regulation requirement)35 - Group related evidence items together (e.g., policy + procedure + evidence of execution)36 - Create clear naming convention for all evidence files37384. **Create evidence index:**39 - Build table of contents mapping each control to its evidence items40 - Include evidence item name, type, date collected, collection method, location41 - Cross-reference to regulation requirements (clause numbers, criteria)42 - Note any compensating controls or exceptions with justification43445. **Supporting documentation:**45 - Include policies and procedures referenced by controls46 - Include organizational charts showing reporting lines and responsibilities47 - Include system architecture diagrams relevant to scope48 - Include risk assessment and treatment documentation49506. **Package for delivery:**51 - Define delivery method (shared drive, GRC tool export, secure file transfer, physical)52 - Create package checklist for completeness verification53 - Prepare cover letter / engagement summary for auditor54 - Set access permissions and confidentiality protections55567. **Write the artifact** to `.metapowers/compliance/$ARGUMENTS/03-certify.md` (append to existing) with sections:57 - **Evidence Index** — complete mapping of controls to evidence items58 - **Evidence Status** — per-item currency and completeness verification59 - **Package Contents** — list of all documents included60 - **Supporting Documentation** — policies, procedures, diagrams included61 - **Delivery Plan** — method, timeline, access details62 - **Outstanding Items** — evidence items still needed before delivery6364## Output6566The evidence package plan appended to `.metapowers/compliance/$ARGUMENTS/03-certify.md`. Present a summary to the user highlighting:67- Total evidence items packaged68- Number of outstanding items69- Delivery method and timeline70- Any items requiring urgent attention before audit