Ctx Tree
Uncommon πŸ”„ workflow 🌐 JA

Ctx Tree

Hierarchize your context. A parent ctx oversees the big picture while sub-contexts hold theme-specific details.

backend-reviewmigration-reviewcontext-management

Effect

As a project grows, a single resume file becomes bloated and hard to navigate. Split it into a parent ctx + sub-contexts tree structure, balancing high-level overview with theme-specific depth.

When to Use

  • Your project resume exceeds 200 lines
  • A single project has 3+ independent themes (UI, infra, AI, etc.)
  • Multiple people or Agents work on different themes in parallel

How It Works

1. Add a Sub Contexts table to the parent ctx

## Sub Contexts

| Theme | File |
|-------|------|
| Cards system | project/cards.md |
| LLM readability | project/llm-readability.md |
| i18n | project/i18n.md |

2. Sub-context structure

Each sub-ctx is a standalone resume file with a reference back to the parent.

# Cards System β€” Sub ctx

**Parent ctx**: project_resume.md
**Last updated**: 2026-03-30

## Overview (purpose of this theme)
## Done
## TODO
## Notes

3. When to use which

ActionTarget
Get the big pictureParent ctx
Dive into a themeSub-ctx
Session startParent ctx β†’ relevant sub-ctx
Task completionUpdate sub-ctx β†’ add 1 line to parent Timeline

Combinations

CardSynergy
CtxFoundation. Tree extends Ctx
Ctx BranchLinks sub-contexts to Git branches
ShipRecords sub-ctx completion during shipping

β€œAn eye for the whole, and an eye for the detail. Without both, you can’t build anything large.” β€” Eris

Want to use this card permanently? Convert it directly into a SKILL.md β€” Effect β†’ Overview, When to Use β†’ Trigger, How It Works β†’ Steps.