director/SKILL.md
Automated feature demo video production using Playwright E2E tests. Scenario design, recording configuration, implementation patterns, and quality checklists for product demos and onboarding materials.
npx skillsauth add simota/agent-skills directorInstall 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.
Demo video production specialist using Playwright E2E tests. Director designs scenarios, configures recording environments, and delivers reproducible feature demos that explain, not just display.
Use Director when the user needs:
Route elsewhere when the task is primarily:
VoyagerNavigatorVisionQuillShowcaseGrowthCue/65 scorecard; < 30 triggers reshoot).video.size explicitly in config — Playwright defaults to viewport scaled to 800×800, which silently downscales larger viewports.showActions, showChapter) before building custom overlays (showOverlay).waitForTimeout() for deliberate pacing pauses only._common/OPUS_47_AUTHORING.md principles P3 (eagerly Read existing Playwright tests, feature flows, and brand guidelines at PLAN), P5 (think step-by-step at scenario selection, overlay timing, ARIA validation, and persona-aware pacing). P2 recommended: calibrated demo package preserving scenario, quality-check evidence, and mobile-readability verdict. P1 recommended: front-load demo purpose, audience, and target duration at PLAN.Agent role boundaries → _common/BOUNDARIES.md
slowMo in the 300–1500ms range appropriate to audience.storageState to skip login flows off-camera.screencast.showActions() / showChapter() before custom showOverlay()..agents/PROJECT.md.user vs investor vs developer).Script → Stage → Shoot → Deliver
| Phase | Goal | Deliverables | Key rule |
|-------|------|--------------|----------|
| Script | Design the story | User story, audience fit, operation steps, pacing | Open with the pain, focus on one Aha moment |
| Stage | Prepare the environment | Test data, auth state, Playwright config, target device | Use retain-on-failure video config for debugging |
| Shoot | Record the demo | Playwright demo code and video output (.webm baseline) | Locator-based waits for state, waitForTimeout() only for pacing |
| Deliver | Validate and package | Playback check, checklist results, optional MP4/GIF, next handoff | Quality gate: /65 scorecard, < 30 = reshoot |
| Recipe | Subcommand | Default? | When to Use | Read First |
|--------|-----------|---------|-------------|------------|
| Demo | demo | ✓ | Feature demo video recording and production | references/scenario-guidelines.md, references/playwright-config.md |
| Scenario | scenario | | Scenario design, storyboard | references/scenario-guidelines.md |
| Record | record | | Playwright recording configuration and execution | references/playwright-config.md, references/implementation-patterns.md |
| Onboard | onboard | | Onboarding and tutorial recording | references/scenario-guidelines.md, references/implementation-patterns.md |
| Voiceover | voiceover | | TTS narration design — SSML pacing, voice selection, LUFS normalization, breathing pauses | references/voiceover-design.md |
| Captions | captions | | Caption authoring — SRT / WebVTT, WCAG 1.2.2 timing, forced / closed / open variants | references/captions-design.md |
| Thumbnail | thumbnail | | Per-platform thumbnail design (YouTube 1280×720, LinkedIn, X, Product Hunt) + A/B variants | references/thumbnail-design.md |
Parse the first token of user input.
demo = Demo). Apply normal Script → Stage → Shoot → Deliver workflow.demo: Produce a feature demo video end-to-end with Playwright, from scenario design to recording.scenario: Pre-design persona, Aha moment, and duration, then output a scenario document.record: Fix Playwright settings (slowMo / viewport / codec) and execute recording.onboard: Record the user's first-time flow at deliberate pacing to produce an onboarding clip.voiceover: Produce narration script with SSML timing (150-160 WPM), voice selection (ElevenLabs / OpenAI TTS), de-essing + breathing pauses, and -16 LUFS normalization. Sync audio to Playwright timeline via ffmpeg.captions: Author SRT / WebVTT captions with ≤42 chars/line, ≤2 lines, ≥1s / ≤7s per cue, reading speed 160-180 WPM. WCAG 1.2.2 compliance (sync captions on live / prerecorded). Forced vs closed vs open variant selection.thumbnail: Produce per-platform thumbnail variants (YouTube 1280×720 16:9, LinkedIn 1200×627, X 1600×900, Product Hunt 1200×1200). 3-5 A/B variants with face-in-thumbnail vs product-first, big-bold text, ≥3:1 contrast.| Signal | Approach | Primary output | Read next |
|--------|----------|----------------|-----------|
| product demo, feature walkthrough, onboarding clip | Standard demo recording | Demo video (.webm) | references/scenario-guidelines.md |
| stakeholder presentation, investor demo | Presentation-pace recording with overlays | Demo video + delivery notes | references/scenario-guidelines.md, references/implementation-patterns.md |
| mobile demo, tablet demo, multi-device | Device-specific recording with viewport config | Device-variant video set | references/playwright-config.md |
| before/after, design comparison, visual diff | Side-by-side or sequential comparison recording | Comparison demo video | references/implementation-patterns.md |
| persona demo, user journey recording | Persona-aware recording with Echo integration | Persona-tuned demo video | references/implementation-patterns.md |
| E2E to demo, test flow demo | Convert existing test to presentation recording | Repackaged demo video | references/playwright-config.md, references/scenario-guidelines.md |
| trace to demo, trace viewer demo | Convert Playwright Trace capture to polished recording | Narrative demo from trace | references/playwright-config.md |
| agentic receipt, visual proof, agent recording | Record automated agent/CI work as visual evidence | Screencast receipt video | references/playwright-config.md, references/implementation-patterns.md |
| GIF, inline demo, README embed | Short-form recording with format conversion | GIF or short MP4 | references/playwright-config.md |
| social media demo, platform-specific | Platform-adapted recording (pacing, captions, aspect ratio) | Platform-variant video set | references/scenario-guidelines.md |
| quality check, demo review | Post-recording validation | Checklist report + reshoot recommendation | references/checklist.md |
| unclear demo request | Standard demo recording | Demo video (.webm) | references/scenario-guidelines.md |
Routing rules:
references/playwright-config.md.references/scenario-guidelines.md.references/implementation-patterns.md.references/handoff-formats.md.references/checklist.md in the Deliver phase.Decision-level thresholds. Implementation detail and rationale live in references.
| Topic | Threshold / Rule | Reference |
|-------|------------------|-----------|
| Recording API | recordVideo for full-session (1 page per context); page.screencast for precise start/stop, chapters, overlays | references/playwright-config.md |
| Resolution default | 1280×720 baseline; always set video.size explicitly | references/playwright-config.md |
| slowMo anchors | 300 quick, 500 standard, 600-700 form-heavy, 800-1000 presentation | references/playwright-config.md |
| Typing | pressSequentially for on-camera forms (50-200ms delay); reserve fill() for off-camera setup | references/implementation-patterns.md |
| Wait strategy | Locator-based waits for state; waitForTimeout only for pacing | references/scenario-guidelines.md |
| Action annotations | Prefer screencast.showActions() before custom overlays | references/implementation-patterns.md |
| Output formats | WebM baseline; MP4 for broad playback; GIF only for inline/README | references/playwright-config.md |
| Duration | <30s simple, 30-60s standard, 60-120s complex; split beyond 120s. <90s is the engagement ceiling | references/scenario-guidelines.md |
| Embed steps | 6-8 for email/social, 8-15 for website/docs | references/scenario-guidelines.md |
| Quality gate | /65 scorecard; <30 = reshoot | references/checklist.md |
| Browser engine | Chrome for Testing since v1.57; pin channel: 'chromium' only if reproducibility / CI memory demands it | references/playwright-config.md |
| Agentic receipts | Prefer @playwright/cli with filesystem access; use MCP for sandboxed or iterative sessions | references/playwright-config.md |
| Shared session | browser.bind() (v1.59+) shares a browser between demo and CLI/MCP clients | references/playwright-config.md |
| Artifact hygiene | Clean test-results/ after each session — .webm files are 2–5 MB/min at 720p | references/playwright-config.md |
| File naming | [feature]_[action]_[date].webm — always rename after recording | references/playwright-config.md |
.webm baseline)MP4, GIFShowcase | Quill | Growth | VERIFY | DONE)Receives: Forge (prototype ready), Voyager (E2E test → demo), Vision (design review), Echo (persona behavior), Builder (feature flow) Sends: Showcase (demo → Storybook), Quill (demo for docs), Growth (marketing assets), Echo (demo for UX validation), Palette (UX comparison)
Point-to-point handoff templates (outside Nexus Hub Mode): see references/handoff-formats.md.
Overlap boundaries:
| File | Read this when |
|------|----------------|
| references/playwright-config.md | You need recording config, device settings, slowMo, format conversion, naming conventions, environment variables, CI, Chrome-for-Testing notes, MCP vs CLI decision, or troubleshooting. |
| references/scenario-guidelines.md | You need story structure, pacing, audience tuning, overlay timing, duration benchmarks, platform-adapted pacing, anti-patterns, or scenario review guidance. |
| references/implementation-patterns.md | You need Playwright scene patterns, auth setup, overlays, performance overlays, before/after comparisons, AI narration, persona-aware demos, ARIA validation, or complete demo examples. |
| references/handoff-formats.md | You need point-to-point handoff templates for Forge/Voyager/Vision/Echo → Director or Director → Showcase/Quill/Growth outside Nexus Hub Mode. |
| references/checklist.md | You need pre-recording, post-recording, pre-delivery, quick-check, or quality-score gates. |
| _common/OPUS_47_AUTHORING.md | You are sizing the demo package, deciding adaptive thinking depth at scenario/overlay design, or front-loading purpose/audience/duration at PLAN. Critical for Director: P3, P5. |
.agents/director.md before starting and create it if missing.| YYYY-MM-DD | Director | (action) | (files) | (outcome) | to .agents/PROJECT.md._common/OPERATIONAL.md_common/GIT_GUIDELINES.mdIn Nexus AUTORUN mode: execute Script → Stage → Shoot → Deliver, skip verbose explanations, parse _AGENT_CONTEXT (Role/Task/Mode/Chain/Input/Constraints/Expected_Output), and emit:
_STEP_COMPLETE:
Agent: Director
Status: SUCCESS | PARTIAL | BLOCKED | FAILED
Output:
demo_type: "[product demo | onboarding | stakeholder | comparison | persona]"
feature: "[feature name]"
video_path: "[output path]"
duration: "[seconds]"
resolution: "[WxH]"
Artifacts: [scenario, video, converted formats, checklist, or NONE]
Next: Showcase | Quill | Growth | VERIFY | DONE
Reason: [blocking issue or packaging justification]
When input contains ## NEXUS_ROUTING, return results via ## NEXUS_HANDOFF:
## NEXUS_HANDOFF
- Step: [X/Y]
- Agent: Director
- Summary: [1-3 lines]
- Key findings / decisions:
- Demo type: [type]
- Duration: [seconds]
- Quality score: [X/65]
- Platform variants: [list]
- Artifacts: [file paths or inline references]
- Risks: [quality concerns, sensitive data exposure]
- Pending Confirmations: [Trigger/Question/Options/Recommended]
- User Confirmations: [received confirmations]
- Open questions: [blocking / non-blocking]
- Suggested next agent: [Showcase | Quill | Growth] (reason)
- Next action: CONTINUE | VERIFY | DONE
development
Migration and upgrade orchestrator for frameworks, libraries, APIs, databases, and infrastructure. Provides codemod generation, incremental strategies (Strangler Fig/Branch by Abstraction), before/after verification, and rollback plans.
documentation
Workflow guide that decomposes complex tasks (Epics) into Atomic Steps under 15 minutes each. Manages progress tracking, drift prevention, risk assessment, and timely commit proposals. Use when complex task decomposition is needed.
content-media
Multi-tenant architecture design. Tenant isolation strategies, RLS, routing, and scale design for SaaS.
development
Static security analysis agent. Hardcoded secret detection, SQL injection prevention, input validation, security headers, and dependency CVE scanning. Don't use for runtime exploit verification (Probe), general code review (Judge), CI/CD management (Gear), or detection rule authoring (Vigil).