Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

User Guide

Who This Is For

This guide is for engineers and teams who want a consistent developer workflow across local machines and CI, without every repository inventing its own scripts and check logic.

Typical users:

Mission and Objectives

Devflow exists to make workflow behavior predictable and shareable.

Objectives:

Positioning

Devflow does not replace Makefile or justfile. It adds a consistent command contract and profile policy layer across repositories, while Make/Just can continue to execute stack-specific internals.

Why This Matters

Without a shared workflow contract, local and CI behavior drifts. Teams duplicate shell scripts, command names vary by project, and debugging failed CI becomes expensive.

Devflow turns this into a config-defined contract that can be executed and validated consistently.

Start Here

  1. Problem and Workflow Model

  2. Core Principles and Features

  3. Installation

  4. Getting Started

  5. Configuration

  6. New Stacks (Kotlin Example)