| 1 | --- |
| 2 | description: Ensure all steps in multi-step user instructions are completed |
| 3 | globs: |
| 4 | - compiler/**/* |
| 5 | --- |
| 6 | |
| 7 | When the user gives multi-step instructions (e.g., "implement X, then /review, then /compiler-commit"): |
| 8 | - Track all steps as a checklist |
| 9 | - Complete ALL steps before responding |
| 10 | - Before declaring done, re-read the original prompt to verify nothing was missed |
| 11 | - If interrupted mid-way, note which steps remain |