06 · Next Steps
You've completed the Quickstart — here are the best follow-up paths.
Prerequisites
- Completed: 05 · Deployment
Time: 2 minutes End state: You've picked 2–3 topics to dive deeper into.
Deeper dives
| Topic | Starting point |
|---|---|
| 6-Tier Memory | docs/memory.md — Core / Episodic / Semantic / Procedural / Working |
| Voice Mode | docs/voice.md — STT + TTS + wake-word detection |
| Computer Use | docs/computer-use.md — desktop automation, screenshots, clicks |
| MCP tool catalog | docs/integrations/README.md — all 145+ tools |
| Agent Pack system | docs/packs.md — plugin architecture + installable packs |
| Community Skills | docs/community-skills.md — publish + subscribe |
| Guardrails — Advanced | docs/guardrails.md — JSON Schema, hallucination check, custom |
| Hashline Guard | docs/hashline-guard.md — SHA-256 audit chain |
| CLI reference | docs/CLI.md — all flags + sub-commands |
| Config reference | docs/CONFIG_REFERENCE.md — every config key |
Crew-specific
- Templates —
cognithor init <name> --template research— see templates list - YAML-configured crews —
cognithor.crew.yaml_loaderforagents.yaml+tasks.yaml - Hierarchical process —
process=CrewProcess.HIERARCHICALwith a manager LLM for dynamic delegation - Custom integrations —
docs/integrations/for DACH connectors (sevDesk, etc.)
Architecture deep dives
docs/SYSTEM_ARCHITECTURE.md— big picture of all modulesdocs/superpowers/specs/2026-04-23-cognithor-crew-v1-adoption.md— Crew-Layer spec
Community & support
- GitHub Issues — bug reports, feature requests
- cognithor.ai/packs — commercial + community packs
- CHANGELOG.md — release notes
Next: 07 · Troubleshooting