feat(config): role prompts, concepts doc, and skill labels for the Manager taxonomy (RIG-3076, RIG-3077, RIG-3078) - #802
Open
rigel-mintaka wants to merge 1 commit into
Conversation
|
Compass engineering docs preview: https://compass-rig-3076-taxonomy-co.compass-eng-docs.pages.dev Deployed from Changed pages: |
…nager taxonomy (RIG-3076, RIG-3077, RIG-3078) The config + docs layer of the frozen Manager-role-taxonomy record (docs/designs/product/compass-manager-role-taxonomy/design.md, RIG-3066): - config/prompts/supervisor/SYSTEM.md + config/prompts/owner/SYSTEM.md: the two new role block-0 prompts, split out from the manager prompt's skeleton. supervisor owns the whole tree (intake/routing, incidents, top-down broadcasts, operator first-contact, grows the subtrees); owner owns one domain end to end (decomposes to child managers, aggregates up, grows its own subtree). Both carry every common invariant (coordinator-not-typist, subagents-are-not-mesh-nodes, async/never-block, operator-merges, compact-often, name-by-function pointer). (RIG-3076) - config/prompts/manager/SYSTEM.md: add the three-role taxonomy line; reshape the spawn-approval gate to steer a leaf whose lane has grown into a domain toward proposing an owner reshape (approval requirement kept). (RIG-3076) - docs/concepts/agent-roles.md: new concepts doc — the taxonomy, the role-selects-block-0 mechanic (replace) vs persona (append), name-by-function composition, and the workers-are-subagents model framed as structural. Cross-linked with comms-model.md both directions. (RIG-3077) - config/skills/management-trees/SKILL.md: name the root's role supervisor, annotate all four example tree shapes with per-node role labels, and expand the roles-compose-with-names note into a closed-set subsection. The name-by-function tenet body is unchanged. (RIG-3078) Prompts are authored here; they ship to agents once the config bundle admits prompts/<role>/SYSTEM.md (RIG-3075), and the root seeds as supervisor once that prompt ships (RIG-3079). Spec-impact: none — role prompts + concept/skill docs; no externally-visible behavior. The delivery + seed-flip surfaces are RIG-3075 / RIG-3079. Refs: RIG-3076, RIG-3077, RIG-3078, RIG-3066 Co-authored-by: Matt Wilkinson <matt@rigel.build>
rigel-mintaka
force-pushed
the
compass/rig-3076-taxonomy-config-prompts
branch
from
August 31, 2026 18:40
2c30bf8 to
e75a835
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The config + docs layer of the frozen Manager-role-taxonomy record
(docs/designs/product/compass-manager-role-taxonomy/design.md, RIG-3066):
new role block-0 prompts, split out from the manager prompt's skeleton.
supervisor owns the whole tree (intake/routing, incidents, top-down
broadcasts, operator first-contact, grows the subtrees); owner owns one
domain end to end (decomposes to child managers, aggregates up, grows its own
subtree). Both carry every common invariant (coordinator-not-typist,
subagents-are-not-mesh-nodes, async/never-block, operator-merges,
compact-often, name-by-function pointer). (RIG-3076)
the spawn-approval gate to steer a leaf whose lane has grown into a domain
toward proposing an owner reshape (approval requirement kept). (RIG-3076)
role-selects-block-0 mechanic (replace) vs persona (append), name-by-function
composition, and the workers-are-subagents model framed as structural.
Cross-linked with comms-model.md both directions. (RIG-3077)
annotate all four example tree shapes with per-node role labels, and expand
the roles-compose-with-names note into a closed-set subsection. The
name-by-function tenet body is unchanged. (RIG-3078)
Prompts are authored here; they ship to agents once the config bundle admits
prompts//SYSTEM.md (RIG-3075), and the root seeds as supervisor once that
prompt ships (RIG-3079).
Spec-impact: none — role prompts + concept/skill docs; no externally-visible
behavior. The delivery + seed-flip surfaces are RIG-3075 / RIG-3079.
Refs: RIG-3076, RIG-3077, RIG-3078, RIG-3066
Co-authored-by: Matt Wilkinson matt@rigel.build