Systematic cross-check workflow to validate assumptions before TDD coding begins
Scanned 9/9/2026
Install to Claude Code
npx -y skills add vamseeachanta/workspace-hub --skill read-only-pre-implementation-audit --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Read Only Pre Implementation Audit?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/vamseeachanta-read-only-pre-implementation-audit-workspace-hub)More formats (shields.io, HTML) on the badges page.
---
name: read-only-pre-implementation-audit
description: Systematic cross-check workflow to validate assumptions before TDD coding begins
version: 1.0.0
source: auto-extracted
extracted: 2026-04-10
metadata:
tags: ["tdd", "audit", "pre-coding", "read-only", "assumptions"]
---
# 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.Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!