Files
tegwick-control/OPERATING_MODEL.md
tegwick d4080de393 Complete TEGWICK-WP-0002 personal project intake scaffold
Establish the capture-to-commitment pipeline with INTAKE.md, structured
agent-tasks/ and decisions/ layouts, and seed the first prioritized
workstream (TEGWICK-WP-0003 Binky critical path visibility).
2026-06-24 15:25:54 +02:00

70 lines
2.0 KiB
Markdown

# Operating Model
## Purpose
This operating model defines how `tegwick-control` is used to reduce decision fatigue, keep important topics visible, and enable safe agent-assisted progress.
## Core Rules
### 1. Everything has a place
Unplaced topics create mental load. Every relevant topic should eventually have a home.
### 2. Not everything is active
A topic may be important without being active.
### 3. Commitments are different from options
Options can be collected freely. Commitments require ownership, next actions, and consequences.
### 4. Agentic work must be bounded
Agents should receive clearly scoped tasks with explicit allowed changes, expected outputs, and approval boundaries.
### 5. The system must protect energy
The purpose is continuous progress, not constant pressure.
## Work Classes
| Class | Meaning |
|---|---|
| Commitment | Something that must be done |
| Option | Something that may be valuable |
| Exploration | Something unclear that needs investigation |
| Decision | Something that requires choosing |
| Waiting | Something blocked by another person/system |
| Routine | Something recurring |
| Someday | Valuable but inactive |
## Review Surfaces
| Surface | Purpose |
|---|---|
| `TASKS.md` | Current actionable work |
| `DECISIONS.md` | Decision registry (index) |
| `decisions/` | Structured decision records |
| `INTAKE.md` | Capture-to-commitment pipeline |
| `PROJECT_LANDSCAPE.md` | Major topic map |
| `areas/` | Per-topic notes and control cards |
| `agent-tasks/` | Bounded agent prompts |
| `workplans/` | Prioritized multi-task workstreams |
| `WORKPLAN.md` | Sequenced setup plan |
| `inbox/` | Temporary capture area |
## Commitment Rule
No item becomes a commitment merely because it is interesting, important, or emotionally charged.
A commitment should have:
- an owner;
- a clear next action;
- a reason for acting now;
- a defined review surface.
## Agentic Coding Rule
No implementation work should be delegated to an agent until the target repo, intended outcome, boundaries, and approval requirements are clear.