Skip to content
NeuroDock

Bundled profile presets

NeuroDock v0.2.1 ships nine curated profile presets in profiles/. Copy one to ~/.neurodock/profile.yaml (or extends: it once the loader’s preset-extension story lands) to get a sensible bundle without hand-authoring every field.

See Concepts: profiles for how extends: composition works and why every default is on the safer ND-friendly side.

These presets declare a neurotype and activate the matching skills.

PresetFormax_chunk_sizehyperfocus_break_minutesend_of_day_local
adhdADHD: distractibility, time-blindness, hyperfocus episodes.575unset (user-tunable)
audhdAuDHD as first-class identity (not sum-of-parts). Combined ADHD break-cadence and autism-leaning directness.57518:30
ocdOCD: strictest guardrail configuration. Activates ocd-decision-finalizer to refuse repeat-validation loops.575unset (user-tunable)
dyslexicDyslexia: short lists, answer-first output, font hint clients can honour.490unset (user-tunable)
dyspraxiaDyspraxia: motor-planning load, fewer mouse gestures, tighter break cadence.460unset (user-tunable)

State-shaped and profession-shaped presets

Section titled “State-shaped and profession-shaped presets”

These presets declare no neurotype (identity.neurotypes: []) and are designed to overlay on top of a neurotype preset by copying blocks across.

PresetFormax_chunk_sizehyperfocus_break_minutesend_of_day_local
burnout-recoveryActive burnout recovery, four-to-six-week window. Aggressive guardrails, firm-early EOD. See I’m tired.34516:30
low-stimulationOverwhelm episode, sensory-overload day, high-stakes deliverable week. Temporary swap-in shape.360unset (user-tunable)
educator-semesterTeachers, lecturers, TAs, instructional designers on semester cadence.57517:00
student-universityUniversity / college students: lecture blocks, library sessions, deadline clusters, exam-period rhythm warp.59022:00
Terminal window
# macOS / Linux
mkdir -p ~/.neurodock && cp profiles/adhd.yaml ~/.neurodock/profile.yaml
Terminal window
# Windows PowerShell
New-Item -ItemType Directory -Force ~/.neurodock | Out-Null
Copy-Item profiles/adhd.yaml ~/.neurodock/profile.yaml

Then restart your MCP client. neurodock profile show prints the resolved profile with defaults applied so you can confirm what the substrate actually reads.