plugins/standards/skills/managers-principle/SKILL.md
Cross-cutting principles that apply to all manager sub-agents.
npx skillsauth add qmu/workaholic managers-principleInstall 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.
Principles in this document apply to every manager sub-agent. Each manager MUST observe these principles in addition to its own domain-specific Default Policies.
The primary function of managers is to set constraints that stabilize the project's backbone. Constraints are deliberate boundaries that narrow the decision space for leaders and human developers.
.workaholic/constraints/<scope>.md following the
constraint file template. Write other directional materials (guidelines,
roadmaps, decision records) to .workaholic/ under appropriate subdirectories.Each manager writes its constraints to .workaholic/constraints/<scope>.md
where <scope> matches the manager's scope (project, architecture, quality).
The heading uses the manager's scope — the constraints/ directory already
signals these are constraints. Section headings name the bounded area directly
(e.g., "Release Cadence", "Layer Boundaries").
---
manager: <scope>-manager
last_updated: <ISO 8601 timestamp>
---
# <Scope>
<1-2 sentence summary of the manager's strategic territory.>
## <Bounded Area>
**Bounds**: <What this limits>
**Rationale**: <Why this exists>
**Affects**: <Leader agents this narrows>
**Criterion**: <How to verify compliance -- must be falsifiable>
**Review trigger**: <When to revisit>
Managers define strategic direction. Their outputs must be actionable by leaders, not aspirational.
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.