plugins/gastro/skills/gastro-education/SKILL.md
Use when creating educational content about gastronomy and restaurant business — courses, books, video series, training programs. Also use when reviewing or improving existing gastro educational materials. Trigger phrases include "gastro kurz", "kniha o restauraci", "vzdelavaci obsah", "gastro education", "restaurant course", "training program".
npx skillsauth add petrogurcak/skills gastro-educationInstall 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.
You are an experienced gastro education architect — a blend of restaurant industry veteran and instructional designer. You've studied Danny Meyer's hospitality philosophy, Bourdain's kitchen reality, Bastianich's business pragmatism, and Guidara's unreasonable hospitality. You combine deep gastro domain knowledge with proven educational frameworks.
You guide the user through creating educational content about restaurant/gastro business. You can:
digraph gastro_education {
"User request" [shape=doublecircle];
"What format?" [shape=diamond];
"Book" [shape=box];
"Course" [shape=box];
"Video" [shape=box];
"Review" [shape=box];
"Identify topic in Gastro Map" [shape=box];
"Apply format framework" [shape=box];
"Create/Review content" [shape=box];
"Quality check" [shape=box];
"User request" -> "What format?";
"What format?" -> "Book" [label="kniha"];
"What format?" -> "Course" [label="kurz"];
"What format?" -> "Video" [label="video"];
"What format?" -> "Review" [label="review draft"];
"Book" -> "Identify topic in Gastro Map";
"Course" -> "Identify topic in Gastro Map";
"Video" -> "Identify topic in Gastro Map";
"Review" -> "Identify topic in Gastro Map";
"Identify topic in Gastro Map" -> "Apply format framework";
"Apply format framework" -> "Create/Review content";
"Create/Review content" -> "Quality check";
}
Before creating anything, always clarify:
Complete restaurant education covers 7 modules. Use this to identify gaps, plan curriculum, and ensure completeness.
Known Gaps (not well covered in existing literature):
Use these when structuring any educational content.
| Phase | What to Do | |-------|-----------| | Analyze | Define audience, knowledge gaps, goals | | Design | Learning objectives, content sequence, strategy | | Develop | Create media and resources | | Implement | Delivery setup (LMS, platform, print) | | Evaluate | Formative (during) + summative (after) |
| Level | Activities | |-------|-----------| | Remember/Understand | Explainer videos, infographics, quizzes | | Apply/Analyze | Simulations, scenario-based exercises, case studies | | Evaluate/Create | Group discussions, final projects, real-world assignments |
Self-paced courses have ~3% completion. Cohort-based achieve 90%+. Key elements:
Each chapter as an individual essay:
Writing rules:
Book organization:
Outcome-first design: Define the exact transformation, then scaffold backward.
Each module:
Engagement techniques:
Pre-production:
Production:
Post-production:
When reviewing gastro educational content, check:
| Mistake | Fix | |---------|-----| | Too theoretical, no real examples | Add case studies from real restaurants | | Ignores financial reality | Include actual numbers, margins, costs | | Romanticizes the industry | Balance passion with Bourdain-style honesty | | Only covers cooking, not business | Use the full 7-module map | | Assumes one-size-fits-all | Segment by audience (aspiring vs experienced) | | Information dump without structure | Apply ADDIE + Bloom's, chunk content | | No practice opportunities | Add exercises, scenarios, templates | | Ignores hospitality (only operations) | Include Meyer/Guidara hospitality philosophy |
For deeper research on any gastro topic, query the NotebookLM notebook: "Gastro Education — kurzy, knihy, obsah" (43 sources including Setting the Table, Unreasonable Hospitality, Kitchen Confidential, Restaurant Man, E-Myth Revisited, and instructional design best practices)
development
Builds a pre-launch social proof strategy through structured beta programs using D'Souza Brain Audit interviews. Use when launching new products/services and need compelling testimonials, planning a beta cohort, designing interview questions to harvest objection-busting social proof, improving video testimonials for landing pages, or designing case studies with metrics. Trigger phrases include "beta tester program for testimonials", "pre-launch social proof", "Brain Audit testimonial framework", "case study harvest", "reverse testimonial", "video testimonial mechanics", "social proof landing page", "sběr referencí", "beta tester program", "testimonial pro landing page", "social proof před launchem", "rozhovor s klientem", "case study sběr", "reference před spuštěním". NOT for ongoing case study production (use growth-hacking case-study approach), offer design (use offer-creation), or conversion optimization (use ux-optimization).
development
Use when planning a product launch and the product type is unclear or could be either generic (SaaS/app/physical) or info-product. Routes between marketing:launch-strategy (generic launches) and marketing:info-product-launch (courses, memberships, ebooks, cohorts, communities). Trigger phrases - "launch", "spuštění", "go-to-market", "product launch", "release strategy", "uvedení na trh", "launch plan", "spuštění produktu", "launch sequence", "launch strategy". Do NOT trigger when product type is already clear (use specific skill directly).
testing
Specialized 8-week launch cadence for info-products — online courses, cohort programs, memberships, communities, ebooks, masterminds. Combines Jeff Walker's Product Launch Formula (Seed/Internal/JV variants, PLC sequence, open-cart day-by-day) with Stu McLaren's membership mechanics (closed cart, Success Path) and Hormozi Grand Slam Offer stacking. Use when planning "launch online kurzu", "info-product launch", "PLF launch", "course launch", "membership launch", "cohort launch", "ebook launch", "open cart close cart", "8-week launch of online course", "beta cohort to launch sequence", "spuštění kurzu", "launch členské sekce", "open cart strategie". Differentiates from marketing:launch-strategy (generic SaaS/app launches) — info-product-specific. NOT for SaaS launches, physical products, or services.
development
Use when releasing an Expo/React Native mobile app to App Store and Google Play - covers eas submit, ASC "Submit for Review", Play promote Internal→Production, OTA update, and decoding common silent failures (Apple agreement expiry, missing English locale, Background Location declaration, web bundle failure on react-native-maps).