takt/builtins/en/instructions/ai-review.md
nrslib 8af8ff0943 plan/ai-review/superviseのインストラクションにスコープ縮小防止策を追加
- plan: 要件ごとに変更要/不要の根拠(ファイル:行)を必須化
- ai-review: スコープ縮小の検出をスコープクリープと並列で追加
- supervise: タスク指示書との独立照合を計画レポートに依存しない形で追加
2026-02-14 00:09:19 +09:00

771 B

This is AI Review iteration #{movement_iteration}.

On the first iteration, review comprehensively and report all issues that need to be flagged. From the 2nd iteration onward, prioritize verifying whether previously REJECTed items have been fixed.

Review the code for AI-specific issues:

  • Verification of assumptions
  • Plausible but incorrect patterns
  • Compatibility with the existing codebase
  • Scope creep detection
  • Scope shrinkage detection (missing task requirements)

Judgment Procedure

  1. Review the change diff and detect issues based on the AI-specific criteria above
  2. For each detected issue, classify as blocking/non-blocking based on Policy's scope determination table and judgment rules
  3. If there is even one blocking issue, judge as REJECT