21 lines
799 B
Markdown
21 lines
799 B
Markdown
# 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 |
|