takt/builtins/en/instructions/plan-test.md
nrs cc63f4769d
desu-e2etesuto-nopiisu-wo-shim (#149)
* takt: desu-e2etesuto-nopiisu-wo-shim

* 動的にbuiltinを処理
2026-02-09 00:32:49 +09:00

592 B

Analyze the target code and identify missing unit tests.

Note: If a Previous Response exists, this is a replan due to rejection. Revise the test plan taking that feedback into account.

Actions:

  1. Read the target module source code and understand its behavior, branches, and state transitions
  2. Read existing tests and identify what is already covered
  3. Identify missing test cases (happy path, error cases, boundary values, edge cases)
  4. Determine test strategy (mock approach, existing test helper usage, fixture design)
  5. Provide concrete guidelines for the test implementer