init
This commit is contained in:
commit
b15b95781c
108 changed files with 14802 additions and 0 deletions
41
docs/agents/HANDOFF_TEMPLATE.md
Normal file
41
docs/agents/HANDOFF_TEMPLATE.md
Normal file
|
|
@ -0,0 +1,41 @@
|
|||
# Agent Handoff Template
|
||||
|
||||
## Agent
|
||||
|
||||
Name:
|
||||
|
||||
Stage:
|
||||
|
||||
Date:
|
||||
|
||||
## Scope
|
||||
|
||||
Describe the exact work completed in this stage.
|
||||
|
||||
## Files Changed
|
||||
|
||||
List every important file changed.
|
||||
|
||||
## Database Changes
|
||||
|
||||
List migrations, schema changes, or database assumptions.
|
||||
|
||||
## API Or Route Changes
|
||||
|
||||
List endpoints, handlers, middleware, or route groups added or changed.
|
||||
|
||||
## Commands And Tests Run
|
||||
|
||||
List the commands executed and summarize the result.
|
||||
|
||||
## Known Limitations
|
||||
|
||||
List anything incomplete, risky, or intentionally deferred.
|
||||
|
||||
## Recommended Next Step
|
||||
|
||||
Explain what the next agent should do first.
|
||||
|
||||
## Notes For Validator
|
||||
|
||||
Mention anything that deserves extra attention during validation.
|
||||
Loading…
Add table
Add a link
Reference in a new issue