plugins/standards/skills/select-scan-agents/SKILL.md
Select scanner agents based on scan mode and branch changes.
npx skillsauth add qmu/workaholic select-scan-agentsInstall 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.
Determine which documentation agents to invoke based on scan mode.
lead agent invoked with domain parameter (accessibility, security, validity, availability) -- run second, consume manager outputsgit diff --stat against the base branch to select only relevant agentsbash ${CLAUDE_PLUGIN_ROOT}/skills/select-scan-agents/scripts/select.sh <mode> [base_branch]
{"mode": "full|partial", "managers": ["project-manager", ...], "leads": [{"agent": "lead", "domain": "ux"}, ...], "writers": ["model-analyst", ...]}
| Changed path | Agents triggered |
| --- | --- |
| plugins/work/commands/, plugins/work/agents/ | architecture-manager |
| plugins/work/skills/ | architecture-manager |
| plugins/work/rules/ | quality-manager, validity-lead |
| .workaholic/tickets/ | validity-lead, model-analyst |
| .workaholic/terms/ | terms-writer |
| .claude-plugin/, plugin config files | availability-lead |
| README.md, CLAUDE.md | accessibility-lead, project-manager |
| .github/ | availability-lead, security-lead |
| .workaholic/specs/, .workaholic/policies/ | (skipped - outputs) |
changelog-writer is always included in partial scan. When any lead domain is triggered, its corresponding manager is also triggered.
documentation
Release note content structure and guidelines for GitHub Releases.
testing
Ship workflow - merge PR, deploy via CLAUDE.md, and verify production.
development
Generate branch-story sections 4-7 (Outcome, Historical Analysis, Concerns, Successful Development Patterns) from archived tickets and carry-over verdicts. Used by the report workflow when assembling a PR story.
business
Story writing, PR creation, and release readiness assessment for branch reporting.