Workflows

This folder contains all workflows used and needed for this initiative.

  • workflows: describes how to create and update workflows
  • .gitlab/merge_request_templates/Meeting.md: is the short form of the workflow for meetings.

Available Workflows

Workflows are organized by their current status and should be reviewed every 3 months to ensure they remain relevant and accurate.

Implemented Workflows

These workflows are actively being used and have been validated in practice.

WorkflowDescriptionLast CheckedNext Check
meetings.mdWeekly team meeting process from attendance to documentation14.11.202514.02.2026
tools.mdContributing and documenting project tools and scripts14.11.202514.02.2026

Draft Workflows

These workflows are documented but not yet fully implemented or validated in practice.

WorkflowDescriptionLast CheckedNext Check
01issue_creation.mdGuide for creating well-formed issues with proper templates and labels14.11.202514.02.2026
02issue_triage.mdEvaluate, categorize, and route new issues to backlog or refinement queue14.11.202514.02.2026
03issue_refinement.mdTransform unclear issues into well-defined, ready-to-work tasks14.11.202514.02.2026
decisions.mdStructured, bias-aware process for architecture decisions14.11.202514.02.2026
iteration.mdIteration planning workflow for project managers14.11.202514.02.2026
manual_testing.mdExecute and document manual tests for releases to ensure quality22.11.202522.02.2026
review.mdCreating and reviewing merge requests to maintain code quality14.11.202514.02.2026
workflows.mdHow to create and update workflows (meta-workflow)14.11.202514.02.2026

Reference Documents

  • roles.md - Team role definitions and current assignments

Creating New Workflows

Use TEMPLATE.md as the standard template for all new workflow documents. The template ensures consistent structure, formatting, and completeness across all workflows.

  • GitLab MR Templates (.gitlab/merge_request_templates/) - Quick templates for common workflows
  • GitLab Issue Templates (.gitlab/issue_templates/) - Structured issue creation forms
  • Documentation Guidelines - General documentation standards