Skip to content

Workflows

Modeling Workflow

  1. Define business scenario and scope.
  2. Model entities and relationships.
  3. Define interface contracts and event/data flow.
  4. Validate with implementation constraints.
  5. Publish revision notes.

Documentation Workflow

  1. Draft/update pages under docs/.
  2. Validate with mkdocs build.
  3. Serve locally with mkdocs serve.
  4. Commit and push after review.