Skip to the content.

context-garden

graph TD
    A[Encounter specific fact] --> B[Document it]
    B --> C[Need it later]
    C --> D[Find it in garden]
    D --> E[Use in prompt/task]
    E --> F[Discover related fact]
    F --> B
    G[LLM doesn't know it] --> B
    H[Tool-specific quirk] --> B
    I[Environment detail] --> B

Specific factual context and tidbits for execution. Information you want to remember next time you work on something.

Contents

What goes here

Examples

The garden metaphor

Context snippets grow and accumulate. Some are broadly useful, others are niche. Cultivate the ones that help you get things done.