Read Only Pre Implementation Audit

Systematic cross-check workflow to validate assumptions before TDD coding begins

vamseeachanta 3e9604c 700 B Updated

File contents

Read-Only Pre-Implementation Audit

Before coding Night 1, perform a structured read-only audit: sample large files (JSONL, logs) rather than reading full; trace test expectations against production script behavior; check for format mismatches (single-line JSONL vs. pretty-printed); identify missing stubs that tests wrap with || true; verify env var handling is already production-ready. Document confirmed behavior, blockers, and exact files that must change. This prevents TDD implementation from breaking on hidden format or dependency mismatches.

vamseeachanta/workspace-hub/tree/main/.agents/skills/workspace-hub/learned/read-only-pre-implementation-audit commit 3e9604c952

Frequently asked questions

npx skillmds@latest add vamseeachanta/read-only-pre-implementation-audit