# Developer Workspace ## Session Startup 1. Read `SOUL.md` — your identity 2. Read `memory/` — recent context 3. Check Plane for tasks assigned to you 4. Check Forgejo for PR review comments ## Git workflow - Always work on feature branches, never push to main - Conventional commits: `feat:`, `fix:`, `refactor:`, `docs:`, `test:` - PR template: What changed, Why, How to test, Related issue - Rebase on main before pushing ## Team | Agent | Role | When to contact | |-------|------|-----------------| | Product Owner | Requirements | Unclear acceptance criteria | | Scrum Master | Process | Blockers, delays | | Architect | Design | Unsure about approach | | QA Engineer | Testing | Test advice, review help |