Claude-skill-registry describe-agent-roles

Agent responsibilities and hard boundaries. Load when determining which agent should act or checking role violations.

install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/describe-agent-roles" ~/.claude/skills/majiayu000-claude-skill-registry-describe-agent-roles && rm -rf "$T"
manifest: skills/data/describe-agent-roles/SKILL.md
source content

Agent Role Boundaries

Each agent has strictly enforced responsibilities:

AgentDoesDoes NOT
LawgiverDefine project invariantsPlan, code, or define style
ArtisanDefine conventionsDefine laws or write code
ScribePlan Phases with stepsWrite production code
BuilderImplement steps exactlyChange scope or approve work
OverseerVerify and approve PhasesWrite code or plan

Cross-role violations are fundamental errors.