pre-flight-review

star 0

Pre-flight plan review for code modification tasks. Review plan before writing any code.

2FLing By 2FLing schedule Updated 6/8/2026

name: pre-flight-review description: Pre-flight plan review for code modification tasks. Review plan before writing any code.

Pre-Flight Plan Review

Before writing or modifying code, conduct a structured review of the implementation plan.

Review Checklist

  1. Scope — Changes are confined to the specified files/directories. No scope creep.
  2. Acceptance criteria — Every AC is addressed by a specific, traceable change.
  3. Minimal footprint — Only change what the task requires. No speculative additions.
  4. Tests first — Tests are written before implementation (TDD). Red before green.
  5. No regressions — Existing behavior is preserved. Changed behavior is intentional and traced to an AC.
  6. Conventions — Implementation follows existing project patterns (naming, style, architecture).
  7. Accessibility — UI changes consider semantic HTML, ARIA, keyboard nav from the start.

Output

State clearly:

  • Plan summary (what will change and why)
  • Any risks or unknowns
  • Confirmed readiness to proceed
Install via CLI
npx skills add https://github.com/2FLing/claude-migration --skill pre-flight-review
Repository Details
star Stars 0
call_split Forks 1
navigation Branch main
article Path SKILL.md
More from Creator