Skip to content

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.

SettingDescriptionDefault
Work TrackingEnable 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

Work items live in markdown files under a work/ directory at the repo root. Each file tracks a specific category:

FilePurpose
IMPROVEMENTS.mdProduct and workflow improvement ideas
BUGS.mdDefects and incorrect behavior
TODO.mdPlanned tasks and features
ITERATION.mdActive work for the current iteration
ACCEPTANCE.mdWork waiting for stakeholder sign-off
DEFERRED.mdValid suggestions parked for later
TECH_DEBT.mdKnown shortcuts and cleanup
USER_GOALS.mdUser outcomes and scenarios

Every entry gets a unique id (e.g. IMP-7, BUG-3) and flows through a lifecycle:

  1. Record — create an entry in the appropriate queue file
  2. Pluck — claim a queued item, plan, implement, verify, and squash-merge
  3. 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).

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

More r26D-specific settings may appear in this section in future releases as company conventions are formalized.


Original source: utensils.io/claudette