ring:using-ring
Enforcing Ring's orchestrator protocol every conversation: dispatch specialist/Explore agents instead of operating tools directly, honor the >3-file hard gate, and run skill discovery before any task. Use at conversation start, before any task, when a request matches auto-trigger phrases (fix issues, refactor, find where, visualize), or when tempted to read/edit files directly. Never skip — mandatory.
What this skill does
# Using Ring (Orchestrator Protocol) ## When to use - Every conversation start (automatic via SessionStart hook) - Before ANY task (check for applicable skills) - When tempted to operate tools directly instead of delegating ## Skip when - Never skip - this skill is always mandatory <EXTREMELY-IMPORTANT> If you think there is even a 1% chance a skill might apply to what you are doing, you ABSOLUTELY MUST read the skill. IF A SKILL APPLIES TO YOUR TASK, YOU DO NOT HAVE A CHOICE. YOU MUST USE IT. </EXTREMELY-IMPORTANT> ## ⛔ 3-FILE RULE: HARD GATE **DO NOT read/edit >3 files directly. PROHIBITION, not guidance.** ``` ≤3 files → Direct OK (if user requested) >3 files → STOP. Launch agent. VIOLATION = 15x context waste. ``` **Already at 3 files?** STOP. Dispatch agent NOW. ## Auto-Trigger Phrases: Mandatory Agent Dispatch | User Phrase | Mandatory Action | |-------------|-----------------| | "fix issues", "fix remaining", "fix findings" | Launch specialist agent | | "apply fixes", "fix errors", "fix warnings", "fix linting" | Launch specialist agent | | "update across", "change all", "refactor" | Launch specialist agent | | "find where", "search for", "understand how" | Launch Explore agent | | "draw diagram", "visualize", "comparison table" | Load ring:visualizing skill | ## Mandatory First Response Protocol 1. ☐ Check for `<MANDATORY-USER-MESSAGE>` in additionalContext — display verbatim if present 2. ☐ Orchestration decision: which agent handles this? (TodoWrite) 3. ☐ Skill check: does any skill match this request? 4. ☐ If yes → read and run the skill 5. ☐ Announce skill/agent being used 6. ☐ Execute ## ORCHESTRATOR Principle **You dispatch agents. You do not operate tools directly.** | Instead of... | Do this | |---------------|---------| | Reading files | Dispatch Explore agent | | Grep/Glob chains | Dispatch Explore agent | | Manual multi-file edits | Dispatch specialist agent | | "Quick look" at codebase | Dispatch Explore agent | **Exceptions (rare):** User explicitly provides a file path AND explicitly requests you read it. ## Which Agent? | Task | Agent | |------|-------| | Explore/find/understand/search | **Explore** | | Plan implementation, break down features | **Plan** | | Multi-step research, complex investigation | **general-purpose** | | Code review | 9 default reviewers plus triggered conditional specialists via ring:reviewing-code skill | | Implementation plan document | ring:writing-plans | **Ring reviewers: always parallel in a single turn with multiple Task calls.** ## Pre-Action Checkpoint (before every Read/Grep/Glob/Bash) ``` 1. FILES: ___ >3? → Agent. Already 3? → Agent now. 2. USER PHRASE: matches auto-trigger? → Agent 3. DECISION: [Agent: ___] or [Direct: reason] ``` ## TodoWrite Requirements First two todos for ANY task: 1. "Orchestration decision: [agent-name]" 2. "Check for relevant skills" If skill has checklist → TodoWrite for every item. ## Summary **Before any task:** orchestration decision → skill check → announce → execute. **Before any tool use:** complete pre-action checkpoint. **Default answer: dispatch an agent.** Exception is rare.
Related in Productivity
gitea-workflow
IncludedOrchestrate agile development workflows for Gitea repositories using the tea CLI. Use when working with Gitea-hosted repos and asking to 'run the workflow', 'continue working', 'what's next', 'complete the task cycle', 'start my day', 'end the sprint', 'implement the next task', or wanting guided step-by-step development assistance. Keywords: workflow, orchestrate, agile, task cycle, sprint, daily, implement, review, PR, standup, retrospective, gitea, tea.
microsoft-graph-gateway
IncludedRoute Microsoft Graph work in this workspace. Use when users want to read or write Outlook mail, calendar events, contacts, OneDrive or SharePoint files, Teams, Planner, To Do, users, groups, directory data, or arbitrary Microsoft Graph endpoints from VS Code. Prefer WorkIQ for common read scenarios. Use Microsoft Graph for write actions and gap-read scenarios that need exact Graph properties, filters, permissions, or endpoints.
copilotkit
IncludedUse when building with CopilotKit — setup, development, integrations, debugging, upgrading, or contributing. Routes to the appropriate specialized skill based on the task.
wordly-wisdom
IncludedProvides calibrated decision analysis using Charlie Munger-style multiple mental models, inversion, incentive mapping, circle-of-competence checks, misjudgment audits, second-order effects, and forecast updates. Use when the user asks for an oracle take, a hard call, a decision memo, a premortem, an outside view, a red-team, a sanity-check, what am I missing, think this through, or wants a strategy, hire, investment, plan, product, partnership, or major life choice analysed. Avoid for simple factual lookups or time-sensitive legal, medical, or market questions without fresh evidence.
swain-session
IncludedSession management and project status dashboard. Owns the full session lifecycle (start/work/close/resume), focus lane, bookmarks, worktree detection, and tab naming. Also serves as the project status dashboard — shows active epics, progress, actionable next steps, blocked items, tasks, GitHub issues, and recommendations. Worktree creation is deferred to swain-do task dispatch (SPEC-195). Triggers on: 'session', 'status', 'what's next', 'dashboard', 'overview', 'where are we', 'what should I work on', 'show me priorities', 'bookmark', 'focus on', 'session info'.
gandi
IncludedComprehensive Gandi domain registrar integration for domain and DNS management. Register and manage domains, create/update/delete DNS records (A, AAAA, CNAME, MX, TXT, SRV, and more), configure email forwarding and aliases, check SSL certificate status, create DNS snapshots for safe rollback, bulk update zone files, and monitor domain expiration. Supports multi-domain management, zone file import/export, and automated DNS backups. Includes both read-only and destructive operations with safety controls.