[VENTURE_NAME] — Work¶
Template placeholder. Mirrors the root
work/pattern (seework/README.mdat the repository root), scoped to this venture.
This directory holds active and archived work plans for tasks scoped
specifically to the [VENTURE_NAME] venture, following the same conventions
as the company-level work/ directory.
Structure¶
work/
├── README.md (this file)
├── active/ (in-progress work plans, if this venture maintains its own)
└── archive/ (completed/handed-off work plans)
Note: if this venture does not need its own
active//archive/subdirectories separate from the company-levelwork/directory, they can be omitted — use the company-levelwork/tree instead. Create them here only when venture-scoped tracking is genuinely useful.
Templates¶
Use the company-level templates for any work plan or handoff document created here:
work/templates/task-plan.md(repository root)work/templates/handoff.md(repository root)
Relationship to company-level work tracking¶
This directory is for work plans specific to [VENTURE_NAME]. Cross-venture
or company-governance work belongs in the repository root work/ directory
instead.