Workflows

Overview

AutoMD is flexible enough to support many project management styles. Here are common patterns.

Kanban workflow

The default — use columns as stages:

# Backlog
# In Progress
# Review
# Done

Sprint-based workflow

Create a new file per sprint:

# Sprint Goals
# To Do
# In Progress
# Done

Personal task management

A single file for daily tasks:

# Today
# This Week
# Someday

Info

More workflow patterns and templates coming soon.