skills/roles/SKILL.md
Use when: spawning a specialist subagent and need the role definition. Don't use when: you already know the role instructions or the task is self-contained.
npx skillsauth add roviq-ai/agency-ops-center rolesInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
This directory contains role definitions used when spawning specialist subagents. Each role file defines the persona, capabilities, and constraints for that specialist type.
| Role | File | When to Use |
| ------------ | ---------------------- | ------------------------------------- |
| Orchestrator | team/ORCHESTRATOR.md | COO coordination (you) |
| Developer | team/DEVELOPER.md | Code, APIs, infrastructure |
| Designer | team/DESIGNER.md | UI/UX, brand, visual assets |
| Researcher | team/RESEARCHER.md | Market research, competitive analysis |
| QA | team/QA.md | Code review, quality assurance |
When spawning a subagent, reference the relevant role file:
sessions_spawn(
task="Read team/DEVELOPER.md for your role. Then: [task description]",
label="developer-[task]",
model="anthropic/claude-sonnet-4-5"
)
team/ (not this directory) since they're core to the workspaceteam/WORKFLOW.md for the mandatory review processsessions_spawn(
task="[Clear description, requirements, output path, skill to use]. VOICE RULES: Write like a human. No em dashes (use commas or periods). No rule of three. No 'serves as' / 'testament to' / 'landscape' / 'tapestry' / 'delve' / 'crucial' / 'pivotal' / 'fostering' / 'showcasing' / 'underscoring'. No 'It's not just X, it's Y' constructions. No promotional language ('vibrant', 'stunning', 'groundbreaking', 'nestled'). Use 'is/are/has' instead of 'serves as/stands as/boasts'. Vary sentence length. Have opinions. Be specific over vague. Read the humanizer skill at skills/humanizer/SKILL.md for the full pattern list.",
label="[role]-[task-name]",
model="[appropriate-model]"
)
DO NOT summarize for Randy. DO NOT send highlights. DO NOT pass Go.
sessions_spawn(task="Review [file path]...", label="reviewer-1-[task]", model="openai-codex/gpt-5.3-codex")
sessions_spawn(task="Review [file path]...", label="reviewer-2-[task]", model="openrouter/minimax/minimax-m2.5")
Both reviewers must:
After reviews are synthesized and fixes applied, spawn one final agent:
sessions_spawn(
task="Read the humanizer skill at skills/humanizer/SKILL.md. Then read [deliverable path]. Apply ALL 24 humanizer patterns to remove AI voice. Rewrite sections that sound generated. Keep meaning intact. Add personality where it's flat. Save the humanized version to the SAME file (overwrite). List changes made at the bottom of your response.",
label="humanizer-[task-name]",
model="google-antigravity/claude-opus-4-6-thinking"
)
This is NOT optional. Every client-facing deliverable gets humanized before delivery. Skip this step = same as skipping reviews. Unacceptable.
ONLY after reviews are synthesized and issues resolved:
Canonical reference is team/WORKFLOW.md. This is a quick-reference copy.
| Tier | Model | Route | Best For |
|------|-------|-------|----------|
| T1 Architect | Codex 5.3 | openai-codex/gpt-5.3-codex | Architecture, complex code, DB, code review |
| T2 Senior | Opus 4.6 | anthropic/claude-opus-4-6 | Strategy, orchestration, judgment |
| T3 Fast Senior | MiniMax M2.5 | openrouter/minimax/minimax-m2.5 | Clear tasks, fast execution, reviews |
| T4 Specialist | Kimi K2.5 | openrouter/moonshotai/kimi-k2.5 | Frontend, long-context, large writes |
| Imagen Only | Gemini Imagen 3 | google/gemini-2.0-flash-exp-image-generation | Image gen ONLY |
tools
Fetches current top trending topics on X (Twitter) for any country using public aggregators.
development
Use when: user needs UX flows, information architecture, design critique, or design-system tokens. Don't use when: building a full static site (use frontend-design-ultimate) or redesigning an existing app (use human-optimized-frontend). Routing tree: "Building new site from scratch?" → frontend-design-ultimate; "Need UX critique or design tokens?" → ui-ux-pro-max; "Redesigning existing frontend with quantified eval?" → human-optimized-frontend; "Need design workflow (wireframe → theme → code)?" → frontend-design (superdesign); "Extracting design from existing codebase?" → frontend-design-extractor
development
Use when: generating a design system from brand colors. Don't use when: need full site build (use frontend-design-ultimate).
development
Use when: building new UI from scratch and need design workflow (layout → theme → animation → code). Don't use when: extracting design from existing code (use frontend-design-extractor) or need full production site (use frontend-design-ultimate). Routing tree: "Building new site from scratch?" → frontend-design-ultimate; "Need UX critique or design tokens?" → ui-ux-pro-max; "Redesigning existing frontend with quantified eval?" → human-optimized-frontend; "Need design workflow (wireframe → theme → code)?" → frontend-design (superdesign); "Extracting design from existing codebase?" → frontend-design-extractor