Bundle preparation

Validates court document bundles against pagination, indexing, and redaction requirements.

49|11|Updated Jul 31, 2026
One-click install
npx skills add https://github.com/vstorm-co/agenticos --skill bundle-preparation-vstorm-co
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: Bundle preparation
Source: https://github.com/vstorm-co/agenticos/tree/main/backend/app/core/catalog/skill_gallery/legal/bundle-preparation
Command: npx skills add https://github.com/vstorm-co/agenticos --skill bundle-preparation-vstorm-co

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Court bundles get rejected on formatting grounds, costing hearing dates and credibility. The checks required are mechanical and repetitive, yet easy to miss under deadline pressure — especially hidden failures like redactions that only exist as black boxes over a searchable text layer. ## Core Features & Use Cases - Mechanical compliance checks: Verifies continuous pagination matching the index, chronological ordering within sections, legibility, orientation, duplicate removal, and court page/file-size limits. - Privilege and redaction review: Confirms privileged material is removed and that redactions are applied to every copy including the searchable text layer, not just drawn over the visible page. - Structured discrepancy report: Produces a report of missing documents referenced in the index, unindexed documents present, pagination breaks, and illegible pages — each with page numbers. - Use Case: Before filing, run the assembled bundle through the checklist to catch an index that references a document never included, or a redaction that fails copy-paste, before the court does. ## Quick Start Check this assembled hearing bundle against the court's requirements and report any pagination, indexing, or redaction problems with page numbers.

Frequently Asked Questions about Bundle preparation

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

FAQPage Schema
How do I check a court bundle before filing?▼

Verify pagination is continuous and matches the index, every indexed document is present, sections are chronological, copies are legible, and duplicates and privileged material are removed. Then confirm the court's page limit and file size are met.

Why is a black box over a PDF not a real redaction?▼

A black box drawn over a PDF only covers the visible layer; the underlying text remains in the searchable text layer and can be exposed by copy-paste. True redaction must remove the text from every copy, including the text layer.

What should a bundle discrepancy report include?▼

The report should list documents referenced in the index but missing, documents present but not indexed, pagination breaks, and anything illegible. Each issue should be cited with page numbers so it can be fixed quickly.

Can I renumber bundle pages without updating the index?▼

No. Renumbering pages without reissuing the index breaks the correspondence the court relies on and is a common ground for rejection. Any renumbering must be accompanied by a reissued, accurate index.

Do redactions carry over from a previous bundle version?▼

Never assume they do. Each new bundle must have its redactions checked fresh on every copy, since documents are often re-exported or re-scanned and prior redactions may not survive.