📦 Client Delivery QA Kit
$12 · One-time · Commercial License
You delivered the project. The client says something’s broken. Can you prove what you tested?
This toolkit gives freelancers and agencies structured QA evidence for every client delivery. Scope. Checklist. Evidence. Sign-off. All documented, all professional, all automated.
What You Get
- delivery-qa scope — Generate SOW (Statement of Work) scope documents from project descriptions
- delivery-qa checklist — 38-item website checklist, 25-item app checklist, 24-item API checklist, or 15-item general checklist
- delivery-qa evidence — SHA-256 checksums, secret detection, debug code detection, file categorization
- delivery-qa accept — Client acceptance sign-off documents with date, client name, and acceptance criteria
- delivery-qa validate — Run all QA checks on a project directory — 7 validation categories
- Pre-commit hook — Validate delivery QA before every commit. Block secrets and debug code.
Who Is This For?
- Freelancers delivering projects to clients
- Agencies handing off work with proof of quality
- Teams who need structured QA evidence for client sign-off
- Anyone tired of „it worked when I delivered it” disputes
Quick Start
pip install -e .
# Generate SOW scope for a project
delivery-qa scope --project "Client Website Redesign" --type website
# Generate delivery checklist
delivery-qa checklist --type website
# Collect evidence for a project directory
delivery-qa evidence --dir ./my-project --project "Client Site"
# Generate acceptance sign-off
delivery-qa accept --project "Client Site" --client "Acme Corp"
# Validate entire project
delivery-qa validate --dir ./my-project --project "Client Site"
What’s Included
- Full source code — Python, stdlib-only, no dependencies
- 79 unit tests — all passing
- SOW scope template, delivery checklist template, acceptance sign-off template
- Pre-commit hook for CI
- Sample project for testing
- Customer support & refund policy templates
How to Use This Kit
- Install: Clone or download the kit, run
pip install -e .— no external dependencies needed. - Define scope: Run
delivery-qa scopeto generate a Statement of Work for your project. - Run checklist: Choose website, app, API, or general checklist type and generate a structured delivery checklist.
- Collect evidence: Point
delivery-qa evidenceat your project directory to generate checksums, detect secrets, and categorize files. - Get sign-off: Run
delivery-qa acceptto create a professional acceptance document. - Validate everything: Use
delivery-qa validateto run all 7 validation categories at once before delivery.
Use Cases
- Freelancer client handoff — Generate a QA evidence pack before delivering a website or app. Client sees proof you tested everything.
- Agency project delivery — Standardize QA across all projects. Every delivery gets the same structured checklist and sign-off.
- Dispute prevention — When a client says „it was broken when you delivered”, you have SHA-256 checksums and dated evidence to prove otherwise.
- Pre-commit gate — Hook delivery-qa into your git pre-commit to block secrets and debug code before it reaches the repo.
- SOW documentation — Auto-generate Statement of Work scope documents from project descriptions for contract clarity.
FAQ
- Does this work on Windows?
- Yes. The kit is pure Python 3.8+ with no external dependencies. It runs on any OS with Python installed.
- Can I use this for multiple clients?
- Yes. The commercial license allows unlimited projects and unlimited clients. Run it for every delivery.
- Does it upload my code anywhere?
- No. Everything runs locally on your machine. No code or data leaves your computer.
- What if I need a refund?
- 30-day money-back guarantee. No questions asked. Contact us and you will receive a full refund.
- What is the difference between this and the WordPress Launch QA Kit?
- The Client Delivery QA Kit is for any project delivery (websites, apps, APIs, general code). The WordPress Launch and Rollback QA Kit is specifically for WordPress deployment and rollback workflows.
Pair With
- Secret/Config Diff Scanner — Catch secret leaks and config drift in your delivery before the client finds them.
- WordPress Launch and Rollback QA Kit — If you deliver WordPress sites, add deployment rollback safety to your client handoff.
- Expert AI Code Security Audit — Need a professional security audit for a client project? Get a full report in 48 hours.
Python 3.8+ · No dependencies · Commercial license · 30-day money-back guarantee
Real Scanner Output
See the Client Delivery QA Kit in action — validating file integrity, detecting secrets, checking debug code, and generating acceptance sign-offs.
https://gist.github.com/9batalion/b0e9c66816eb26db0a73dd87c2ee1b9c
Related Products
If you deliver projects to clients, these tools pair well with the Client Delivery QA Kit:
- Change Risk Audit Kit — Agency/Team — Run risk audits on every client project. Generate professional PDF reports and SOW scope documents.
- Secret/Config Diff Scanner — Catch API keys and credentials in client code before delivery. Runs as a pre-commit hook or CI check.
- WordPress Launch & Rollback QA Kit — If your client projects include WordPress sites, launch with a structured checklist and one-command rollback.