enablement-content-creator
The training-content factory. Most enablement materials get written once and rot; this skill makes "regenerate based on current facts" cheap so content stays accurate.
When to use
- New module needed for the rollout playbook's Phase-2 training step.
- An existing module is stale (facts in vault have been updated past its
last_verified). - A specific question is being asked enough to merit standalone training content.
- Onboarding cohort needs the consolidated module set.
When NOT to use
- One-time stakeholder update →
stakeholder-update-writer. - Single objection response →
objection-response-library. - Quick FAQ answer →
copilot-faq-answerer.
Tier structure
| Tier | Length | Voice | Focus |
|---|---|---|---|
| Dev | ~600-1200 words + examples | practical, friendly, low jargon | "what to do in your IDE today" |
| Lead | ~400-800 words | explanatory, balances depth with brevity | "what your team needs to know + watch for" |
| Exec | ~150-300 words | declarative, dense | "what changes + what you should know to approve" |
Workflow
- Identify the topic (Copilot prompting, secure coding with AI, CodeQL triage, AGENTS.md authoring, etc.).
- Load supporting facts from
vault/facts/+copilot-faq-answerer/canonical-answers.md. - Load steel-manned concerns from
objection-response-library/canonical-objections.mdso the tier content pre-empts objections. - Draft per tier using the structure above.
- Cross-reference: every claim cites a vault fact or research note.
- Write the module via
vault-writer.write_insighttovault/insights/YYYY-MM-DD-enablement-{topic-slug}.md— content that only exists in chat can't be regenerated or refreshed later.
Output structure
# Enablement — {topic}
## Tier 1 — Dev
[content]
## Tier 2 — Lead
[content]
## Tier 3 — Exec
[content]
## Versioning
- Based on facts as of: {date}
- Vault facts cited: [[wikilink list]]
- Refresh trigger: when any cited fact's `last_verified` changes
Lands at vault/insights/YYYY-MM-DD-enablement-{topic-slug}.md.
Composes with
copilot-faq-answerer— canonical-answer source.objection-response-library— steel-manned concerns to pre-empt.vault-querier— load facts + recent research for currency.vault-writer.write_insight— persists the module (workflow step 6).stakeholder-update-writer— exec-tier enablement often pairs with stakeholder communication.
Acceptance test (for step 33 done-criteria)
SKILL.md covers the 3-tier structure + workflow. Live exercise deferred — Phase 2 of the Payments rollout has a training-module step that's the natural fixture, scheduled for 2026-06-28.