From cc-godmode
Freezes write scopes, assigns ownership, and coordinates handoffs across departments (Runtime, Workflow, Governance, Quality, Docs, CI, API) for cross-domain tasks that one linear workflow can't handle.
How this skill is triggered — by the user, by Claude, or both
Slash command
/cc-godmode:departmentsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill when one linear workflow is too small for the task because the
Use this skill when one linear workflow is too small for the task because the work crosses multiple ownership areas. Departments Mode is the expanded planning and coordination lane.
It does not replace the existing agents. It groups the existing agents and project surfaces into departments, freezes write scopes, and then routes work through the normal quality gates.
| Department | Owns | Usual agent support |
|---|---|---|
| Runtime Platform | config/, hooks, MCP setup, install/runtime behavior | @architect, @builder, @validator |
| Workflow Design | CLAUDE.md, skills/, docs/orchestrator/, orchestration loops | @researcher, @architect |
| Workspace Governance | VERSION, CHANGELOG.md, DECISIONS.md, policies, templates | @architect, @scribe |
| Quality Operations | validation scripts, report templates, gate behavior | @validator, @tester |
| Docs & Developer Experience | README.md, prompts, onboarding docs, examples | @scribe |
| CI & GitHub | PR/release framing, CI/CD, GitHub workflow surfaces | @github-manager |
| API & Contracts | API/type/schema/CLI/public contract surfaces | @api-guardian |
Create or update these before implementation begins:
Reports should live under reports/v[VERSION]/ and stay concise.
Claude Code Agent Teams can inform this mode, but they are not the default. Use Agent Teams only when the user explicitly asks for teammate-style parallel execution and the work can be split into independent tasks with clear dependencies. Otherwise, use normal Task-tool subagents and concise handoffs.
Stop and ask the user before:
npx claudepluginhub cubetribe/claudecode_godmode-onCoordinates multiple agents and disciplines to break down complex tasks, define handoff contracts, and surface dependencies. Use when ownership is unclear or work crosses design, engineering, QA, and production.
Defines full-gates workflows (Feature, Bug Fix, API Change, Refactor, etc.) with structured agent orchestration, mandatory gates (@api-guardian for API paths), and parallel quality checks.
Orchestrates Claude Code agent teams for parallel development. Manages team composition, task distribution, dependency graphs, and result aggregation. Supports plan approval mode.