skills/personafy/SKILL.md
Build a new opinionated advisor-persona skill — a reviewer "lens" like crusty-old-engineer — modeled on a real person or archetype and proven from real evidence. Mines the subject's authentic voice and discipline, defines its one distinct load-bearing question, drafts it to the family template, proves it steers in a live session, reduces it, and publishes it to a skills bundle. Use when creating or authoring a persona/advisor skill, adding a sibling to the crusty-old-engineer family, or turning a person's real direction style into a reusable reviewer skill. Also triggers on "personafy" / "personify".
npx skillsauth add microsoft/amplifier-bundle-skills personafyInstall 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.
Build a new advisor-persona skill — an opinionated reviewer "lens" that joins an
existing family of sibling personas (e.g., crusty-old-engineer). The persona is
modeled on a real person or archetype, grounded in mined evidence, and enforces ONE
distinct recurring question.
Success artifact: a complete, family-conformant SKILL.md that is (a) grounded in
verbatim evidence, (b) proven to steer an LLM in a live session, (c) reduced to the
smallest set that still steers, and (d) loading from its target bundle in a fresh session.
<subject>: (Optional) The person or archetype to model, plus pointers to evidence
(session corpora, transcripts, docs). If no corpus exists, derive the persona from a
written conceptual brief instead.<family>: (Optional) The sibling persona skills to fit alongside. Defaults to the
advisor-persona family in amplifier-bundle-skills (e.g., crusty-old-engineer).Read the existing sibling persona skills' SKILL.md in full. Extract: the shared section
template, the frontmatter/metadata shape, the tone-contract pattern (required / disallowed
/ style), and — critically — the single load-bearing question each sibling owns and how
they cross-reference each other.
Success criteria: You can state each sibling's distinct question in one line and reproduce the shared template and metadata shape.
Run one or more existing personas live against a shared, realistic scenario — plus a combined "consensus" run — to see how the written instructions translate into actual behavior and steering.
self with context_depth="none" (one isolated run per persona).Success criteria: You've seen how each sibling's instructions become behavior, not just read them — enough to know what makes the steering work.
Name the ONE distinct recurring question the new persona enforces. Build a contrast table against every sibling.
Success criteria: A one-line lens plus a contrast table showing it is genuinely distinct from each sibling. Rule: if the question collapses into a sibling's, it is not a new persona — stop.
The heart of the method. Gather the subject's authentic voice and decision-discipline from real data (use the conceptual fallback only if no corpus exists).
bash (jq/grep/sed; never cat a huge session file — a single line can
exceed your context window).model_role="research".model_role="reasoning".Conceptual fallback (no corpus): derive the same profile fields from a written brief about the archetype; mark everything as designed-not-mined.
Success criteria: A consolidated profile where every load-bearing trait is backed by a verbatim quote (or explicitly marked as designed), ranked by corroboration, with synthetic noise excluded. Rule: ground every claim in real evidence; an honest "N/A — not observed" beats a fabricated trait. Artifacts: the profile file path.
Write the skill mirroring the siblings exactly: identity (defined by negation — "not X, not Y"), When-to-Use framed as a cross-stage lens, not a stage-gate, the tone contract (required / disallowed / style), Core Behaviors each anchored in a verbatim quote from the profile, an Output Structure, one worked Example, Explicit Non-Goals, a Relationship-to-siblings section, and a Final Note. Match the family's frontmatter format.
Success criteria: A complete draft, structurally identical to the siblings, every
behavior grounded in the profile.
Rule: keep the verbatim quotes — they are the highest-signal tokens and the soul of the
persona.
Rule: do NOT include allowed-tools in the generated SKILL.md. Persona advisor skills are
inline (no context: fork), so the field is inert. If you must restrict tools for a fork-based
variant, use Amplifier module IDs (e.g. tool-filesystem, tool-bash, tool-delegate) —
never Claude Code tool names (Read, Grep, Bash, Agent).
Run the draft in a fresh CLI session against a real-ish scenario and confirm it adopts the voice and hits each behavior.
amplifier run --mode single --output-format text \
"Load the skill \"<name>\" and review the following as that persona: <realistic scenario>"
Success criteria: A transcript showing the persona behaving as designed (voice + each behavior firing). Rule: proof is demonstrated behavior — "the file exists" is NOT proof.
Apply context-reduction: cut redundancy to the smallest set that still steers (drop restated procedure, compress prose), but keep the verbatim quotes and the structural skeleton. Re-prove (Step 6) if the cut was heavy.
Success criteria: A leaner SKILL.md with the same steering power, verified.
Pick a name in the family's convention. A shareable archetype name (a generic role) → a public bundle; a name that references a real person → a private/team bundle.
Success criteria: Name chosen and target bundle decided — public vs private matched to whether the name exposes a real person.
Place SKILL.md at <bundle>/skills/<name>/SKILL.md. Verify the bundle exposes skills via
the canonical directory-discovery registration — its tool-skills config points
config.skills at the whole skills/ directory (#subdirectory=skills), so a new skill
dir is auto-discovered. Do NOT rely on per-skill wrapper behaviors. Then run the git
lifecycle.
foundation:git-ops.Success criteria: PR merged into the target bundle.
Rule: a SKILL.md in skills/ is NOT exposed unless the bundle points tool-skills
at the skills/ directory — registration is directory-based, not per-file.
Run amplifier update, then load the skill in a FRESH session and confirm loaded_from is
the bundle cache — not a local ~/.amplifier/skills copy.
Success criteria: load_skill resolves the skill from the bundle cache path in a clean
session.
Rule: "merged on main" ≠ "loads for a user" — verify discoverability end-to-end, the
same gate the persona itself would demand.
development
Convene the persona panel on the CURRENT conversation / work-in-progress — the plan, design, or decision you've been building in this session. The INLINE counterpart to /council (which forks and runs isolated, so it cannot see the chat). Use when you want the council to critique what we're working on right now.
development
Convene the persona panel (six orthogonal review lenses) on a target — cold independent fan-out, debate-to-consensus, synthesized verdict with recorded dissent and a roster manifest.
development
Hard-won patterns for probing, building, troubleshooting, and iterating against Microsoft Graph API endpoints -- especially from a browser SPA using delegated MSAL.js auth calling Graph directly with no backend (lessons generalize to any Graph integration). Covers the throwaway-probe-file methodology for de-risking before building, OData/query quirks, permission and admin-consent sequencing, recordings/transcripts access patterns (SharePoint REST, not Graph), CSP requirements for a pure-browser SPA, retry/pagination/backoff patterns, and the MSAL/EasyAuth auth-redirect-loop debugging saga. Use when integrating with Microsoft Graph, Teams APIs, MSAL.js, or EasyAuth; when hitting an unexpected Graph error (400/403/429), a silent missing-scope failure, an auth redirect loop, or a CSP violation that only appears in production; or when deciding how to validate a new Graph capability before committing it to a codebase.
tools
Use when building an Amplifier-powered workflow or automation tool and deciding how to expose it — as standalone .dot attractor pipelines (incl. inside the Resolve dot-graph resolver), an importable Python lib, agent-callable tool modules, or a CLI. Covers the four leverage levels, the DRY rule that keeps logic in ONE home, the judgment for which levels a real consumer actually needs (and when adding a level is just ceremony), and the maximally-DRY attractor-only specialization where the .dot pipeline is the sole logic home.