← ClaudeAtlas

niko-preflightlisted

Niko Memory Bank System - Preflight Phase - Pre-Build Plan Validation
Texarkanine/a16n · ★ 0 · AI & Automation · score 65
Install: claude install-skill Texarkanine/a16n
# Preflight Phase - Pre-Build Plan Validation This command validates the implementation plan against codebase reality before any code is written. It catches design oversights, convention conflicts, TDD violations, and integration issues that would otherwise surface during or after the build. ## Step 1: Load Memory Bank Files Read: - `memory-bank/active/tasks.md` - `memory-bank/active/projectbrief.md` - `memory-bank/systemPatterns.md` - `memory-bank/techContext.md` - `memory-bank/active/creative/**/*.md` (if any exist) ## Step 2: Preflight Workflow 1. **Verify Prerequisites** - Check `memory-bank/active/tasks.md` for planning completion - For Level 3-4: Verify creative phase documents exist (if creative phases were flagged) - Read implementation plan and design decisions 2. **TDD Plan Encoding** *(blocking)* - The test-first process lives in `.cursor/rules/shared/always-tdd.mdc` - For each implementable unit of work (function, slice, milestone — whatever granularity the plan uses), confirm the ordered substeps place test-writing before production code, explicitly enough that a reasonable implementer cannot follow the plan by coding first - FAIL when numbered steps are implementation-only under a "we follow TDD" disclaimer; when any step explicitly orders implementation before tests; or when TDD ordering lives only in the plan's preamble rather than per-unit 3. **Convention Compliance** - Verify the plan's proposed file locations, naming conventions,