← Index
Source: docs/handbook/workflow.md (auto-generated by scripts/generate-docs-html.mjs — edit the .md, not this file)

Workflow

How work flows from an idea to a shipped, recorded result — two linked processes: designing features (breaking a project into categories and features), then the task cycle (building each one and recording what was done).

1. Designing features (Category → Feature → To-do)

Start from a features list (e.g. docs/tasks/<date>-features.md describing what to build), then turn it into design drafts under docs/features/:

Hierarchy: Category (file) → Feature (bold item) → to-do (checkbox).

2. The task cycle (tasks/ → plan → build → history)

How a single piece of work flows from a written task to a recorded result, using two folders:

The cycle:

Why two folders

The docs/ layout (keep it simple — features-first)

Lead with features/ and add the rest only as you need them. Don't keep a separate plan/ folder — fold the roadmap into features/README.md (a status table), so there's one home for "what we're building."

Rule of thumb: one folder per distinct purpose — if two folders overlap, merge them (e.g. plan/ overlaps features/, so fold it in). Keep the structure flat and small.

Worked example (this repo)