com um clique
get-team-norms
// Read your team's norms (operating agreements — canDelegate, escalation, rules of engagement) relevant to the current moment.
// Read your team's norms (operating agreements — canDelegate, escalation, rules of engagement) relevant to the current moment.
List the recurring cron tasks the orchestrator has scheduled FOR you — call before self-scheduling so you don't create duplicates that fire N× reports.
Schedule a future check-in that creates a WorkItem for you or another agent at a specific time (one-shot or bounded recurring).
Query standard operating procedures relevant to your current context or task.
Author or update a custom SOP (a reusable procedure / playbook) for your team.
Propose or update a team norm (an operating agreement — canDelegate, escalation, rules of engagement) for your team.
Decompose a parent Mission (OKR) into child OKRs one cascade tier down (company→team→project) as a PROPOSAL. The runtime drafts the child objectives + Key Results; the skill submits them to the backend as pending_approval. Children are NOT active until the human owner approves. Output includes an [APPROVE] block naming the parent and proposed children for the owner's decision.
| name | Get Team Norms |
| description | Read your team's norms (operating agreements — canDelegate, escalation, rules of engagement) relevant to the current moment. |
| version | 1.0.0 |
| category | system |
| skillType | claude-skill |
| assignableRoles | ["developer","qa","tpm","designer","frontend-developer","backend-developer","fullstack-dev","qa-engineer","product-manager","architect","generalist","team-leader","sales","support"] |
| triggers | ["get team norms","team norms","rules of engagement","can i delegate","escalation policy"] |
| tags | ["system","norms","governance","team"] |
| execution | {"type":"script","script":{"file":"execute.sh","interpreter":"bash","timeoutMs":15000}} |
Read your team norms — the team's own operating agreement: who may delegate
to whom (canDelegate), role conventions, escalation paths, decision rights,
and rules of engagement. Norms are team-specific and authored by the team
(by the owner in the wiki, or proposed by agents via update-team-norm).
Norms differ from SOPs: a SOP is a reusable procedure ("how to do task X"); a norm is "how THIS team operates together." Consult norms before acting on anything governance-related — delegating, escalating, deciding scope.
| Parameter | Required | Description |
|---|---|---|
trigger | No | Filter to norms relevant to a moment (e.g. "before_commit", "before_delegate"). Omit to read all. |
teamId | No | Team to read. Defaults to the team resolved from your sessionName. |
sessionName | No | Your session name, used to resolve the team when teamId is omitted. |
bash config/skills/agent/core/get-team-norms/execute.sh '{"trigger":"before_delegate"}'
JSON { success, count, data: [{ normId, title, trigger, content, updatedBy, updatedAt }] }.
Returns an empty list if the team has no norms yet.