# Test Plan

> Create or refresh a TDD-first test plan from requirements. Produces test specifications, priority, analysts, and optional test stubs.

- Skill: `garyld1962/test-plan-3` (Agent Skill, multi-file: 12 files)
- Install (CLI): `npx skillmds@latest add garyld1962/test-plan-3`
- Raw SKILL.md: https://api.skillmd.com/api/skills/garyld1962/test-plan-3/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: garyld1962 (https://skillmd.com/u/garyld1962)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/garyld1962/test-plan-3

---


# Test Plan

Load Codex-native references as needed:

- `references/orchestrator.md` for modes, discovery, analyst selection, consolidation, and output.
- `references/analysts/` for analyst-specific test specification lenses.
- `references/foundations/` for schemas, priority rubric, project config, reports, and team protocol.
- `references/test-writer.md` for generated test stub shape.
- `references/dependency-classification.md` for testability classification.
- `scripts/plan_summary.py` for quick summaries of existing `.test-plan/plan-latest.json` files.

`references/legacy/` is archival only. Do not load it during normal planning.

Generate test plans before implementation when behavior is still being shaped. Write test files only when the user asks or the workflow explicitly requires it.

