Workflows¶
Modeling Workflow¶
- Define business scenario and scope.
- Model entities and relationships.
- Define interface contracts and event/data flow.
- Validate with implementation constraints.
- Publish revision notes.
Documentation Workflow¶
- Draft/update pages under
docs/. - Validate with
mkdocs build. - Serve locally with
mkdocs serve. - Commit and push after review.