Convene the seven act-steward agents (act-1-setup through act-7-close) into a read-only team and run a coordinated narrative, language, and consistency review across the Workflow SDK GA deck. Use when the user asks for a "narrative review", "council", "consistency pass", "deck review", or questions that span multiple acts (e.g., "does retry vocabulary carry from Act II to Act V?"). Skip for single-slide edits — read the relevant slide directly.
npx skills add https://github.com/vercel-labs/workflow-workshop --skill narrative-council
Use this skill when the user asks for:
Do not invoke for single-slide edits or questions answerable by reading one file.
narrative-council-<date> via TeamCreate. The team is transient — deleted after the review.TaskCreate with owner set to the act agent's name (e.g., act-2-verbs).Agent with:subagent_type matching the act agent name (act-1-setup, act-2-verbs, act-3-pivot, act-4-first-agent, act-5-observer, act-6-analyst, act-7-close)team_name set to the council teamname matching the agent (so they're addressable in TaskUpdate and SendMessage)Agent tool calls) unless the review only touches a subset of actsshutdown_request. Once all have shut down, call TeamDelete.If the user just says "run the council" without a specific question, have each agent check their act against this list:
.impeccable.md.impeccable.md principle #7 rules honoredRead/Grep/Glob only — they cannot edit slides. The user reviews the consolidated report and approves edits.shutdown_request to live teammates and call TeamDelete.narrative-council-* team already exists, reuse it or delete it before creating a new one.You are reviewing the Workflow SDK GA deck for this question:
> {{user question}}
Your assigned task ID: {{task_id}}
Read your act's slides and related source (per your agent brief), then report back using the Review Output Format defined in your brief. Mark your task complete via TaskUpdate when done, then go idle.
Be concise. Flag cross-act implications but don't touch other acts' slides.
A single consolidated report, not seven separate reports. Structure:
# Narrative council review — {{topic}}
## Consensus findings
- ...
## Disagreements / conflicts
- ...
## Recommended edits (by act)
### Act I
- ...
### Act II
- ...
...
## Questions back to you
- ...
Take vercel-labs/narrative-council from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.