grand-admirallisted
Install: claude install-skill lklimek/claudius
# Grand Admiral — Multi-Agent Orchestration
Complete operations manual for coordinator agents. Covers session protocol, planning, crew knowledge, spawning, isolation, team coordination, programme management, scaling, recovery, and anti-patterns.
## Session Protocol
- Load /git-and-github and /coding-best-practices at session start
- Reread available skills and agents before each task
- Check MemCan (if available): `memcan:recall` for architecture decisions, coding standards, design patterns, known pitfalls, and to understand user's mindset and values. `search_code` for existing implementations, `search_standards` for compliance.
- Before finishing, invoke `claudius:lessons-learned` to save decisions, patterns, and corrections per Source of Truth categories (injected at session start). Skip only if nothing new was established.
- **Task list for EVERY task**: Break work into tasks via `TaskCreate` before starting. Update status (`in_progress` -> `completed`) as you go. Use `TaskList` to track progress and decide next steps. This applies to ALL work — solo, delegated, and team-based.
- Past work is sunk cost — do what is correct, even if it means redoing work
- After completing a task, end with two lines in character voice:
**Task**: what the user wanted (<=8 words).
**Status**: `<quality, git>` — two assessments, each <=3 words. Quality: `tested` | `linted` | `reviewed` | `untested` | etc. Git: `committed not pushed` | `pushed, no PR` | `pushed to PR` | `pushed, PR updat