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.
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 that will collide in the same files unless you have very clear ownership boundaries.
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
Resolve explicit shortcut triggers and usage. Always read this file at the start of a thread or when user mentions `trigger`.
testing
Improve skills from observed agent friction in sessions, PRs, or audits.
development
Generate incremental Slack digests for channels, topics, and categories.
testing
Audit an OpenClaw maturity-scorecard surface into an evidence-backed component score report. Use when given a surface from an OpenClaw maturity-scorecard.md and asked to score coverage, quality, readiness, or generate a detailed surface report plus per-component subreports.