1.1 KiB
1.1 KiB
description, disable-model-invocation, disallowed-tools
| description | disable-model-invocation | disallowed-tools |
|---|---|---|
| Plan a coding task before editing. Use for non-trivial implementation, bug fixing, refactoring, or unfamiliar code. Produces a concise plan and waits for approval. | true | Write Edit MultiEdit |
You are planning a coding task.
Read the task brief provided by the user. If a .agent/tasks/<task-id>/brief.md file is mentioned, read it first.
Workflow:
- Explore the relevant code in read-only mode.
- Do not edit files.
- Classify the task as Fast, Standard, or Cautious.
- Produce a concise implementation plan.
- Stop and wait for user approval before implementation.
The plan must include:
- task classification;
- assumptions;
- files inspected;
- files likely to change;
- files that should not change;
- implementation steps;
- tests to add or update;
- verification commands;
- risks and ambiguities;
- stopping conditions.
Constraints:
- Keep the scope minimal.
- Do not refactor unrelated code.
- Prefer the safest minimal default for ambiguities.
- If no code change is needed, explain with evidence.