()
| 99 | `Start with small features or bug fixes, tell Claude to propose a plan, and verify its suggested edits`, |
| 100 | cooldownSessions: 3, |
| 101 | async isRelevant() { |
| 102 | const config = getGlobalConfig() |
| 103 | return config.numStartups < 10 |
| 104 | }, |
| 105 | }, |
| 106 | { |
| 107 | id: 'plan-mode-for-complex-tasks', |
nothing calls this directly
no test coverage detected