docs: add agent guidance files and templates
This commit is contained in:
48
.agent/templates/plan.md
Normal file
48
.agent/templates/plan.md
Normal file
@@ -0,0 +1,48 @@
|
||||
# Plan
|
||||
|
||||
## Task classification
|
||||
|
||||
Fast / Standard / Cautious
|
||||
|
||||
## Assumptions
|
||||
|
||||
- ...
|
||||
|
||||
## Files inspected
|
||||
|
||||
- `path/to/file`
|
||||
|
||||
## Files likely to change
|
||||
|
||||
- `path/to/file`
|
||||
|
||||
## Files that should not change
|
||||
|
||||
- `path/to/file`
|
||||
|
||||
## Implementation steps
|
||||
|
||||
1. ...
|
||||
2. ...
|
||||
3. ...
|
||||
|
||||
## Tests to add or update
|
||||
|
||||
- ...
|
||||
|
||||
## Verification commands
|
||||
|
||||
- `...`
|
||||
|
||||
## Risks and ambiguities
|
||||
|
||||
- ...
|
||||
|
||||
## Stopping conditions
|
||||
|
||||
Stop and ask before continuing if:
|
||||
|
||||
- scope needs to expand;
|
||||
- existing behavior contradicts the brief;
|
||||
- verification cannot be run;
|
||||
- a required dependency or secret is missing.
|
||||
Reference in New Issue
Block a user