active/sw-ctrl/SKILL.md
Coordinate explicitly requested subagent work as a manager.
npx skillsauth add kevinslin/skills sw-ctrlInstall 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.
Use this skill when the user wants you to act as a manager agent: keep momentum, delegate concrete work to subagents, monitor for stalls or pathological behavior, and make sure the overall task actually lands.
This skill is most useful when the work naturally splits into multiple tracks, such as:
Your job is to:
Route work to the most relevant skill instead of solving every task from scratch:
$specy$dev.loop$ag-learnMixed tasks should be split by surface area. For example:
$specy while implementation planning continues elsewhere$dev.loop for the main code path and queue $ag-learn after the task landsdocs, implementation, learning, or mixed.Break the task into:
critical path: work that blocks the next important stepsidecars: useful but non-blocking work that can run in parallelKeep immediate blockers local when your next action depends on them right now. Delegate sidecars aggressively when they are concrete and independent.
Each subagent task must be:
When delegating code changes, assign file or module ownership and remind the subagent that it is not alone in the codebase and must avoid reverting others' work.
File ownership alone does not isolate integration tests. Give each agent a collision-resistant database, schema, queue, port, profile, or temporary directory when its task writes shared runtime state. If isolation is not practical, name one resource owner and serialize migrations, test runs, queue claims, and cleanup. Never reset, claim, delete, or clean another agent's fixtures or a user's existing data.
Good delegation examples:
$specy while another gathers codebase contextBad delegation patterns:
Do not just wait. Track whether each agent is producing meaningful signals such as:
Intervene early if you see:
Use this recovery order:
Treat these as pathological patterns and correct them quickly:
Before handoff, confirm:
Parallelize when all of the following are true:
Good parallel examples:
$specy flow docs for separate componentsDo not parallelize tightly coupled implementation edits or integration runs that share files, databases, queues, ports, profiles, or fixtures without clear ownership and an explicit serialization plan.
As the manager agent, your updates should make these things clear:
The final result should reflect managed execution, not just delegation. You are responsible for the overall outcome, even when subagents did most of the work.
development
Convert an existing static HTML site into a private Codex Site, optionally adding a persistent authenticated API and local programmatic writes. Use only when deliberately invoked as $html2site.
business
Research verified local events and create ranked, source-linked activity reports.
development
Preview available meeting options and create Google Calendar invites with attendee availability and room booking after confirmation. Use when directly invoked via $cal or when asked to schedule a meeting.
testing
Manage Git preflight, branches, worktrees, pushes, and completed-work cleanup. Use whenever creating a pr or when explicitly invoked.