From morpheus
Run autonomous deep sleep cycle. Loops until all skills are below 0.2 pressure or 4 cycles complete. Does not pause for input — NEVER STOP mode. Use for overnight consolidation.
How this skill is triggered — by the user, by Claude, or both
Slash command
/morpheus:deep-sleepThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Read the sleep orchestrator at `${CLAUDE_PLUGIN_ROOT}/skills/sleep/SKILL.md`
Read the sleep orchestrator at ${CLAUDE_PLUGIN_ROOT}/skills/sleep/SKILL.md
and execute in autonomous deep sleep mode.
First check pressure:
python3 ${CLAUDE_PLUGIN_ROOT}/scripts/sleep_tracker.py status
Then loop through full N1→N2→N3→REM cycles on all skills above threshold.
NEVER STOP. Do not pause to ask for input. The user may be asleep
or away. Continue cycling until all skills are below 0.2 pressure or
you've completed 4 cycles. Log all results to results.tsv.
$ARGUMENTS
npx claudepluginhub johnhenry/clapplications --plugin morpheusDesigns a systematic sleep protocol using scientific guidelines to optimize quality, duration, and circadian rhythm alignment. Covers wind-down routine, environment optimization, light exposure, and disruptor elimination.
Intentional non-action: ceases all output and remains still. Use after intensive work when self-care feels like more activity, or when optimizing is the problem.
Re-enters long-running Plans.md execution with fresh context using /loop dynamic mode and ScheduleWakeup. Invokes harness-work per cycle. Useful for autonomous multi-cycle task execution with configurable pacing.