r26D Company Settings
Settings > r26D groups features and conventions specific to the r26D fork. These are stable, company-specific tools — not experiments. The section lives in the “More” group of the Settings sidebar, accessible via the sidebar or /config r26d.
Work Tracking
Section titled “Work Tracking”| Setting | Description | Default |
|---|---|---|
| Work Tracking | Enable work item tracking, pluck, and acceptance workflows in the sidebar. | Off |
When enabled, Work Tracking adds:
- A sidebar context menu for recording work items (improvements, bugs, todos, deferred suggestions, tech debt, goals)
- The XP Work tab in the right sidebar
- Agent awareness of the
work/directory for recording and managing items
How it works
Section titled “How it works”Work items live in markdown files under a work/ directory at the repo root. Each file tracks a specific category:
| File | Purpose |
|---|---|
IMPROVEMENTS.md | Product and workflow improvement ideas |
BUGS.md | Defects and incorrect behavior |
TODO.md | Planned tasks and features |
ITERATION.md | Active work for the current iteration |
ACCEPTANCE.md | Work waiting for stakeholder sign-off |
DEFERRED.md | Valid suggestions parked for later |
TECH_DEBT.md | Known shortcuts and cleanup |
USER_GOALS.md | User outcomes and scenarios |
Every entry gets a unique id (e.g. IMP-7, BUG-3) and flows through a lifecycle:
- Record — create an entry in the appropriate queue file
- Pluck — claim a queued item, plan, implement, verify, and squash-merge
- Accept — human verifies the delivered work and removes it from the acceptance queue
Manual /xp_work ... commands remain available regardless of whether the toggle is on or off — the toggle only controls launcher surfaces (sidebar menu, XP Work tab).
Recording a work item
Section titled “Recording a work item”Right-click in the sidebar to open the recording modal. Choose a category and fill in:
- Description — what needs to change
- Why does this matter? — optional rationale (flows through as a
**Why:**marker) - Suggestion — optional implementation direction
Future settings
Section titled “Future settings”More r26D-specific settings may appear in this section in future releases as company conventions are formalized.
See also
Section titled “See also”- Settings — the full settings reference table
- Experimental Features — upstream feature toggles
Original source: utensils.io/claudette