Files
SCADA-project/docs/WORKFLOW.md
T

36 lines
1.2 KiB
Markdown

# Project Workflow
This document describes how agents and the human should work together on the **SCADA for Small Water Systems** project.
## Coordination
- All work is tracked and coordinated through the project Kanban board.
- Agents must use the SCRUM stand-up format when posting updates.
- See `core-planning/docs/KANBAN-WORKFLOW.md` for team-wide Kanban rules (if applicable).
## Escalation
Escalation to the human only occurs when the rules defined in the Kanban workflow are met. Agents and `HA_Planner` should resolve issues first.
## Status Reporting
`HA_Planner` will deliver regular aggregated status reports to the human using input from all agents.
## Context
- Refer to the root `AGENTS.md` for high-level project guidance.
- Role-specific instructions are located in the `agents/` folder.
- All project documentation lives under the `/docs` folder.
## Getting Started
When a new agent begins work on this project, they should:
1. Read `AGENTS.md`
2. Review the current state of the Kanban board
3. Read relevant role instructions in `agents/`
4. Follow the SCRUM format for all updates
---
*Update this file with any project-specific workflow nuances.*