workflow/Documentation/45–120 min

Document a project for developers and agents

Create concise repository context, shared language, and operating instructions that remain useful across sessions.

Use when

Contributors and coding agents repeatedly rediscover the same terminology, decisions, and commands.

Outcome

A repository that explains its purpose, domain, architecture, commands, and constraints without oversized prompt context.

The sequence

4 deliberate steps

  1. 01

    Create the contributor entry point

    Write a README around the real user and verified first-use path.

    Open prompt
  2. 02

    Capture domain language

    Define the small vocabulary needed to discuss the system precisely.

    Open prompt
  3. 03

    Explain the execution model

    Walk one representative behavior through the modules and operational boundaries.

    Open prompt
  4. 04

    Record durable decisions

    Add concise ADRs only for choices future contributors would otherwise relitigate.

    Open prompt
All workflows