test-plan
SKILL.md
- Read
AGENTS.md,codex.toml(if present), and the target feature specspec/features/<feature-id>-<slug>.md.<feature-id>must useF<epic>.<feature>(example:F1.1).
- Convert acceptance criteria into a test matrix:
- Unit tests (fast, isolated)
- Integration tests (component boundaries)
- End-to-end / scenario tests (happy path + key edge cases)
- Negative/error cases (validation, permissions, timeouts, etc.)
- Decide what to mock vs run for real (with rationale).
- Update the feature spec “Test plan” section with:
- Test cases mapped to ACs
- Test data/fixtures needed
- Any required test hooks/utilities
- End by recommending
write-tests.- Output exactly:
Next recommended skill:Run $write-tests <feature-id> to implement the planned unit/integration/edge-case tests.
- Replace
<feature-id>with the real ID from the target spec (example:F1.2). - Do not use markdown links or absolute file paths in this recommendation.
- Output exactly: