Command Utility

/dr-help

Show the complete Datarim command reference

Overview

/dr-help displays the complete reference of all available Datarim commands: the pipeline flow, complexity routing table, command descriptions organized by category, agent roster, and usage tips. It is the go-to command when you need to know what is available or how the pipeline works.

Usage

/dr-help

What It Shows

  1. Pipeline Flow — the complete stage sequence: init → prd → plan → design → do → qa → compliance → archive (archive runs reflection automatically as Step 0.5).
  2. Commands by Category — all 27 current commands, grouped by their role in the workflow.
  3. Complexity Routing — shows which stages each complexity level (L1 through L4) passes through, with optional stages marked.
  4. Content Workflow — the alternative pipeline for writing tasks: write → edit → qa → archive.
  5. Agent Roster — all 19 current agents and their responsibilities.
  6. Backlog System — explains the transient backlog.md and permanent task records under documentation/archive/.
  7. Tips — practical advice for getting started and working efficiently.

Arguments

None.

Complexity Levels

  • L1 (Quick Fix) — 1 file, minor change: init → do → archive
  • L2 (Enhancement) — 2-5 files: init → [prd] → plan → do → [qa] → archive
  • L3 (Feature) — 5-15 files: init → prd → plan → design → do → qa → [compliance] → archive
  • L4 (Major) — 15+ files: init → prd → plan → design → phased-do → qa → compliance → archive

Stages in brackets are optional, included when the agent determines they add value.

Example Session

> /dr-help

=== DATARIM COMMAND REFERENCE ===

Pipeline: init → prd → plan → design → do → qa → compliance → archive

Pipeline Commands (8):
  /dr-init        Start a new task or pick from backlog
  /dr-prd         Generate Product Requirements Document
  /dr-plan        Create implementation plan
  ...

Content Commands (2):
  /dr-write       Create written content
  /dr-edit        Editorial review

Management Commands (3):
  /dr-addskill    Create or update skills/agents/commands
  /dr-optimize    Audit and optimize the framework
  /dr-dream       Knowledge base maintenance

Utility Commands (3):
  /dr-status      Check current status (read-only)
  /dr-next    Resume from last checkpoint
  /dr-help        This reference

Standalone Commands (2):
  /factcheck      Fact-check a file
  /humanize       Remove AI patterns from a file

Agents: 19 | Skills: 64 | Commands: 27

Related Commands