---
name: automation:readme
---

# Automation Commands

Commands and guidance for agent automation, self-healing, and session management in Monomind.

## Commands (invoke as slash commands)

- [auto-agent](./auto-agent.md) — spawn agents by type and task (`monomind agent spawn`)
- [smart-spawn](./smart-spawn.md) — auto-spawn agents via hooks pre-task (`monomind hooks pre-task --auto-spawn`)
- [workflow-select](./workflow-select.md) — run predefined workflow templates (`monomind workflow run`)

## Guidance Docs (contextual reference)

- [smart-agents](./smart-agents.md) — auto-spawning triggers by file type, complexity, and workload
- [self-healing](./self-healing.md) — automatic error detection and recovery patterns
- [session-memory](./session-memory.md) — cross-session context persistence and restoration
