docs: add agent guidance files and templates

This commit is contained in:
2026-06-07 17:20:56 -03:00
parent 489ef38365
commit caf7380088
9 changed files with 378 additions and 0 deletions

48
.agent/templates/plan.md Normal file
View 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.