Agentic Hub Docs
Portal & Workflows

Work Modes

Adrian's Work Modes — When to Call What

The human manual. Organized by how Adrian works, not by workflow internals. This doc resolves the naming collision: "workflows" = agent-side automated processes (the /slash commands). "Work modes" = how Adrian actually works.

Work Modes

🧠 Thinking Mode

"I want to think through something, no execution."

I want to...CallNotes
Discuss an idea openly/discussNo execution, no file edits
Score/compare options/discuss scoreStructured rubric comparison
Analyze tradeoffs/discuss analyzeDeep pros/cons/tradeoffs
Get agent to probe my thinking/discuss probeAgent asks questions
Derive implications of a breakthrough/discuss derive推演 — 4-level derivation chain

Exit: Discussion saved in plans/ or session file. May trigger /task start if action-ready.


🔍 Research Mode

"I want to investigate something."

I want to...CallNotes
Research a topic/researchCreates task, produces report
Evaluate a tool/tech/research evaluateSame + scoring matrix

Exit: Report published to portal. May trigger /task start to implement findings.


💻 Coding Mode

"I'm building something."

I want to...CallNotes
Start a task/task startCreates folder, ongoing entry, D1 record
Checkpoint my work/task saveCommit + log. Task stays active
Mark task complete/task doneUpdates ongoing + D1. Doesn't commit/log (wrapup does that)
Spawn future work/task spawnFull work package for another session
Delegate quick work/task delegateLight handoff instructions for another session

📋 Session Lifecycle

"Managing my work session."

I want to...CallNotes
Check what I'm working on/hub-statusRead-only pulse, 15 lines
End my session/wrapupOrchestrates: learn → commit → log → evolve
End my day/wrapup dayWraps ALL tasks + daily summary
Pass to fresh session (context bad)/handoff/wrapupSave state first, then close

🧭 Alignment Mode

"Am I doing the right thing?"

I want to...CallNotes
Check vision alignment/vision or /vision alignAm I serving the vision?
Find missing purpose/vision checkAre there purposeless items?
Audit workspace for drift/vision scanFull workspace vision audit
Measure clarity/clarityCrystallization assessment
Full clarity report/clarity reportBreakdown + next steps

🔄 Hub Maintenance Mode

"The system itself needs care."

I want to...CallNotes
Sync docs after changes/hub-evolveAfter modifying workflows/rules/skills
Deep quality inspection/hub-auditScan against principles
Data hygiene/hub-cleanLog integrity, task consistency
Archive done tasks/hub-archiveMove to archive folders

The Session Flow (typical day)

Morning:
  /hub-status                ← "where am I?"
  /task start TASK_ID        ← pick up work

Working:
  (code/discuss/research)
  /task save                 ← checkpoint if needed

Insight hits:
  /discuss derive            ← derive implications

End of session:
  /wrapup                    ← close everything out
    └── /learn               ← extract lessons (auto)
    └── /commit              ← commit changes (auto)
    └── /log                 ← log entry (auto)
    └── /hub-evolve          ← if hub changed (auto)

End of day:
  /wrapup day                ← wrap all + daily summary

Quick Reference

Think:    /discuss [score|analyze|probe|derive]
Research: /research [evaluate]
Build:    /task [start|save|done|spawn|delegate]
Align:    /vision | /clarity
Close:    /wrapup [day]
Maintain: /hub-evolve | /hub-audit | /hub-clean | /hub-archive
Pulse:    /hub-status

Part of the Cortex R1B-2 review. This is the human manual — organized by how Adrian works, not by agent internals.

On this page