Skip to content

title: Forge user manual

Overview

Forge is a local-first project and task manager that combines:

This document explains how Forge fits together and how to use it day-to-day.

Who is Forge for?

Forge is for people who think in files and folders first, and who already use file attributes and tags to organise their projects and tasks. If you like being able to open a normal directory in Finder or your editor and see exactly where everything lives – with no opaque databases or cloud backends – Forge is designed for you.

More specifically, Forge works well if you:

In terms of management style, Forge borrows:

If you want a flexible backbone that supports these paradigms but still allows you to evolve your own naming conventions, folder layouts, and tag schemes over time, Forge aims to give you that structure without forcing a single “correct” organisational system.

Core concepts

Components

How synchronisation works

What forge sync does

When you run:

forge sync

Forge:

What the menubar app does

When Forge.app (the menubar app) is running:

Practically, this means that if Forge.app is running:

Typical workflows

1. Daily capture and processing

forge process

from the terminal or via the menubar menu, to empty your inbox and assign tasks to projects or areas.

2. Staying on top of deadlines

forge due --markdown

to see overdue and upcoming tasks across all projects, and to update tasks/due.md for quick reference.

2.1 Delegated work and assignees

For individual tasks you can also add an explicit assignee in markdown:

- [ ] Follow up with Dawn #PeggySue <!-- id:abc123 -->

This keeps the task’s assignee aligned with the same #Person convention used for projects.

3. Working from the board

3.1 Radar view for projects

Where to look when something seems off