| name | persona-roster-expander |
| description | Expands a named persona seed into a tiered, judgment-mapped cast โ tiering each persona by a domain safety rule, mapping each to a decision-lens in the user's vocabulary, then proposing additional voices with sourced anchors. |
| user-invocable | true |
| allowed-tools | ["Read","Grep","WebSearch","WebFetch"] |
| model | sonnet |
persona-roster-expander
Takes a seed set of named personas and turns it into a usable judgment cast: each persona tiered by a
domain safety rule, mapped to a concrete decision-lens, plus a few proposed additions filling
uncovered lenses with real anchors. An innovator-family skill โ generative, but bounded by a
caller-supplied safety rule so the expansion stays faithful to the domain's constraints.
Origin: harvested from the-bible (2026-06-20) โ an operator persona seed (priest/nun/angel/devil/
God/Jesus/Holy-Spirit/apostles) tiered relay-vs-lens by a relay-safety rule and mapped to
engineering-judgment lenses, +4 sourced proposals. See
tracks/_contrib/field_harvest_2026-06-20_gate-locality-and-grounding-capabilities.md.
Triggers
- "broaden these personas" / "what other voices fit this cast"
- "map these roles to a decision lens"
- "expand the persona roster and keep it faithful to "
/persona-roster-expander {seed personas + domain + safety rule}
Natural Language Triggers (example user phrases)
- "๋ด๊ฐ ๋ช
๋ช
ํ ํ๋ฅด์๋ ํ๋ณด๊ตฐ์ ๋ ๋ํ์ค, ํ๋จ ๋งคํ์ด๋ ๊ฐ์ด"
- "take these character archetypes and tell me what engineering judgment each one provides"
- "add a few more voices that cover a perspective these don't"
Steps
- Collect the seed + the safety rule โ the named personas, the domain (what decisions they
reflect on), and the caller-supplied tiering rule (the hard constraint that decides what each
persona is allowed to do). Without an explicit safety rule, ask for one โ do not invent authority.
- Tier each persona by the safety rule (e.g. relay/quote-only vs lens/framed-perspective). State
a one-line justification per persona; the tier caps what the persona may emit.
- Map each to a decision-lens in the user's domain vocabulary โ what concrete judgment-
perspective does this voice provide, and when to invoke it. Pair any adversarial voice with a
constructive counter-voice (no adversary as the last word).
- Propose 2โ4 additions filling lenses the seed doesn't cover (delegate net-new name
generation to the
persona-innovator agent โ this skill's distinct value is the tiering +
lens-mapping, not naming). For the strongest 2โ3, find a real anchor (a sourced
example/reference), not a shallow stub.
- Emit the tiered, lens-mapped cast (named + proposed) as a structured artifact the system can
load (e.g.
personas.json).
Done When
- Every persona has a tier + lens label + invoke-condition. Check class: mandatory-pass (binary โ all three fields present per persona).
- Each net-new proposal names a real anchor (not a stub). Check class: judged, pair: an anchor-existence check (the cited source/reference resolves).
- The tiering respects the caller's safety rule (no persona exceeds its tier's allowed emission). Check class: judged, pair: an adversarial read โ find a persona whose mapping lets it act beyond its tier.
Guards
- Caller-supplied safety rule is mandatory โ the skill tiers by the domain's rule, it does not
invent one (inventing authority is the failure this guard prevents).
- Adversary never last โ any devil's-advocate voice is paired with a constructive counter-voice.
- Anchors must be real โ a proposal without a resolvable anchor is a stub, not a candidate.
Relationship to persona-innovator (agent)
persona-innovator generates names, frames, and frontier-absorption signals from scratch. This skill
takes an existing seed and adds the tier-by-safety-rule + lens-to-domain mapping โ it is the
structuring/governance layer, not the generator. When net-new names are needed (Step 4), it
delegates to persona-innovator rather than reinventing generation.
Independently executable
Yes โ needs only the seed + rule + (for anchors) web search. Delegates name generation to
persona-innovator when invoked, but has no hard dependency on it for the core tier+lens mapping.