pre-production

Vet tools and build reproducible step-by-step guides for YouTube video recording.

60|11|Updated Jun 15, 2026
One-click install
npx skills add https://github.com/matyasstoch/david-skills --skill pre-production-matyasstoch
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: pre-production
Source: https://github.com/matyasstoch/david-skills/tree/main/skills/pre-production
Command: npx skills add https://github.com/matyasstoch/david-skills --skill pre-production-matyasstoch

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Recording a YouTube video about a tool or build without testing it first wastes recording time and produces on-camera failures. This Skill vets whether a tool actually works before committing, then produces a clean, minimal, reproducible step-by-step guide David can record from. ## Core Features & Use Cases - Phase 1 VET: Runs a four-test viability check (sanity, stress, self-healing, real-workflow) in a sandbox to verify a tool's claims and produce a go/no-go decision. - Phase 2 BUILD: Strips trial-and-error down to the simplest reproducible path and writes a step-by-step markdown file with the WHY behind every step. - Video Outline Scaffold: Provides a proven beat-by-beat outline structure (hook, problem, demo, sponsor beat, CTA) with retention rules. - Use Case: Before filming a video about a new AI repo, run the vetting phase in a sandbox to find the demo-worthy moments, then generate a verified use-case file in work/youtube/videos/<video-slug>/ that reproduces cleanly on a fresh setup. ## Quick Start Vet this tool in a sandbox and then write the simplest reproducible step-by-step guide for my video.

Frequently Asked Questions about pre-production

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I test a tool before recording a YouTube video about it?▼

Install the tool in a sandbox directory and run four escalating tests: sanity, stress, self-healing, and a real-workflow test matching your actual use case. Document which tests pass, where the demo-worthy moments are, and make a go/no-go decision before recording.

How to create reproducible demo steps for a video tutorial?▼

Define the end outcome first, explore freely with trial and error, then strip everything down to the minimal steps a fresh user needs. Write each step with a plain-language WHY, then verify the guide reproduces cleanly multiple times on a fresh setup.

Should I test on the same environment I record on?▼

Yes. Test on the exact setup used for recording, such as a Hostinger VPS for VPS videos or localhost for Mac recordings. Steps verified in one environment can fail in another, causing on-camera surprises.

What makes a good YouTube video outline for a tool demo?▼

Open with the payoff in the first 15 seconds, state the problem and agenda, crush objections early, then walk through setup and the main demo with the WHY behind each step. Weave sponsors natively into the workflow and end with a recap and call to action.

When should I skip the vetting phase of pre-production?▼

Skip vetting only for pure build or use-case videos where the tool is already proven. For any tool, repo, or product video, the four-test check is essential because the self-healing test usually reveals the key differentiator or a dealbreaker.