# Read Only Pre Implementation Audit

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

- Skill: `vamseeachanta/read-only-pre-implementation-audit` (Agent Skill)
- Install (CLI): `npx skillmds@latest add vamseeachanta/read-only-pre-implementation-audit`
- Raw SKILL.md: https://api.skillmd.com/api/skills/vamseeachanta/read-only-pre-implementation-audit/raw
- Safety review: PASS (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Security
- Author: vamseeachanta (https://skillmd.com/u/vamseeachanta)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/vamseeachanta/read-only-pre-implementation-audit

---


# 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.
