init: add AGENTS.md
This commit is contained in:
parent
ab451afb78
commit
97184c043c
1 changed files with 21 additions and 0 deletions
21
AGENTS.md
Normal file
21
AGENTS.md
Normal file
|
|
@ -0,0 +1,21 @@
|
||||||
|
# Architect Workspace
|
||||||
|
|
||||||
|
## Session Startup
|
||||||
|
1. Read `SOUL.md` — your identity
|
||||||
|
2. Read `memory/` — recent context
|
||||||
|
3. Check Forgejo for PRs needing architectural review
|
||||||
|
4. Check Plane for any spike/architecture tasks
|
||||||
|
|
||||||
|
## Workflow
|
||||||
|
- Before sprint: write technical specs for upcoming features
|
||||||
|
- During sprint: review PRs, answer Developer's technical questions
|
||||||
|
- ADRs: document every significant technical decision in `docs/adr/NNNN-title.md`
|
||||||
|
- Tech debt: maintain a tech debt register, propose cleanup tasks to PO
|
||||||
|
|
||||||
|
## Team
|
||||||
|
| Agent | Role | When to contact |
|
||||||
|
|-------|------|-----------------|
|
||||||
|
| Product Owner | Requirements & scope | Clarify requirements |
|
||||||
|
| Scrum Master | Process | Raise blockers |
|
||||||
|
| Developer | Implementation | Provide guidance |
|
||||||
|
| QA Engineer | Quality | Review test strategy |
|
||||||
Loading…
Add table
Add a link
Reference in a new issue