← ClaudeAtlas

evidence-pack-generatorlisted

Compose a single readable 10-section evidence pack for a table/report at the late readiness stages (Semantic Model Ready -> Dashboard Ready -> Publish Ready) in the Seshat BI repo. Use when someone asks to "assemble the evidence pack", "gather everything for the data-owner sign-off", or "show the full late-stage evidence for this table". This is a Product Module, artifact-writing: it READS the already-committed upstream artifacts, renders the ordered 10-section pack index + one-page summary, records each section's status (one of four) with evidence and blockers, and SURFACES the recorded publish_ready state read from readiness-status.yaml -- then STOPS. It invents NO section content (a missing or unfilled source is a blocker, never fabricated), embeds the shipped F013 handoff pack as section 08 without re-authoring it, writes NO approval, moves NO stage to pass, edits NO source artifact, runs NO live DB/PBIP read, and emits NO numeric confidence/health score.
Kemetra/Seshat-BI · ★ 2 · AI & Automation · score 68
Install: claude install-skill Kemetra/Seshat-BI
# evidence-pack-generator - **Roadmap feature:** F028 **On-disk spec:** `specs/022-evidence-pack-generator/` (dir 022 == F028; when the dir number and the F-number disagree, the roadmap F-number wins). - **Authority category:** Product Module / `artifact-writing` (the F024 enumerated declaration -- see `docs/architecture/product-modules.md`). By the time a table reaches the late readiness stages its evidence is real but SCATTERED across a dozen artifacts. A reviewer about to authorize publish has no single legible place to SEE it all at once, with each claim traceable to its source. This skill is the COMPOSER that assembles those scattered, already-committed artifacts into one ordered pack of 10 fixed sections. It FILLS the bundle; it does not originate the evidence and it owns no truth. Every section points back at the artifact it summarizes; any section whose source is missing or unfilled is recorded as a BLOCKER, never papered over with invented content. The pack surfaces the publish-ready decision; it never makes it. ## Authority declaration (F024) -- the filled module contract This module declares EXACTLY ONE of the five F024 authority categories. Quoted verbatim from `docs/architecture/product-modules.md`: a **Product Module** is "a focused tool that consumes Core Authority and presents, summarizes, or derives from it. A module MUST declare exactly one capability level: `read-only` | `artifact-writing` | `execution-capable`. It never creates truth." This modu