Structure
Each pack includes folders that match the way the audience naturally organizes work, such as source, docs, runbooks, prompts, scripts, client files, creative assets, publishing notes, or analytics.
Folder Pack Library
Review the CreateFiles+ folder packs for ai builders, cloud administrators, course creators, developers, freelancers and agencies, game developers, grant writers, high school students, job seekers, newsletter writers, photographers, podcasters, saas builders, startup founders, system administrators, university students, and youtube creators. Each pack lists the file types, folder paths, and starter content needed for a working template.
What makes a pack complete
A working folder pack should install a recognizable structure, include editable starter documents, and provide enough configuration or planning files for the target user to begin without inventing the basics from scratch.
Each pack includes folders that match the way the audience naturally organizes work, such as source, docs, runbooks, prompts, scripts, client files, creative assets, publishing notes, or analytics.
Templates include practical starter files, not just empty folders: READMEs, checklists, briefs, manifests, trackers, outlines, configs, tests, scripts, or operating docs depending on the pack.
The downloadable .createfilespack bundles are listed in the manifest with item counts, byte counts, and SHA-256 hashes so the app can verify the content it installs.
Catalog
Pack index
AI Builders
Agent instructions, prompts, evaluations, datasets, notebooks, configs, and Python starters for AI experiments.
configspromptsevalsdatamodelsnotebookssrctestsREADME.mdAGENTS.md.env.example.gitignorepyproject.tomlDownload path: /workflow-packs/ai-project-starter.createfilespack
SHA-256: 001a9a0f71747dc5c3f97b7cd7a5fb2ec4178594d92939529ead60b35b15f104
| Path | Type | Required starter content |
|---|---|---|
configs |
Folder | Folder for Configs. |
prompts |
Folder | Folder for Prompts. |
evals |
Folder | Folder for Evals. |
data |
Folder | Folder for Data. |
models |
Folder | Folder for Models. |
notebooks |
Folder | Folder for Notebooks. |
src |
Folder | Folder for Src. |
src/ai_project |
Folder | Folder for Ai Project. |
tests |
Folder | Folder for Tests. |
README.md |
Markdown | Sections: {{project_name}}; Task; Model And Provider; Local Setup; Evaluation; Safety Notes. |
AGENTS.md |
Markdown | Markdown starter document. |
.env.example |
EXAMPLE | Project configuration or local-only example file. |
.gitignore |
File | Project configuration or local-only example file. |
configs/model.yaml |
YAML | Configuration starts with provider: CHANGE_ME. |
prompts/system.md |
Markdown | Sections: System Prompt; Scope; Output Format. |
prompts/task.prompt.md |
Markdown | Sections: Task Prompt Template. |
evals/eval-cases.jsonl |
JSONL | AI Project Starter starter file. |
evals/metrics.yaml |
YAML | Configuration starts with metrics:. |
evals/rubric.md |
Markdown | Sections: Evaluation Rubric; Pass Criteria; Scoring. |
data/sample-inputs.jsonl |
JSONL | AI Project Starter starter file. |
data/schema.json |
JSON | JSON fields: $schema, title, type, required, properties. |
data/dataset-card.md |
Markdown | Sections: Dataset Card; Summary; Fields; License And Source; Limitations. |
models/model-card.md |
Markdown | Sections: Model Card; Model Details; Intended Use; Training Or Adaptation Data; Evaluation; Limitations. |
notebooks/experiment.ipynb |
IPYNB | AI Project Starter starter file. |
src/ai_project/__init__.py |
Python | Python starter module or test file. |
src/ai_project/evaluate.py |
Python | Python starter module or test file. |
tests/test_evaluate.py |
Python | Python starter module or test file. |
pyproject.toml |
TOML | AI Project Starter starter file. |
Cloud Administrators
Terraform, Kubernetes, CloudFormation, Bicep, Cloudflare, and deployment docs.
terraformk8scloudformationbicepcloudflaredocsREADME.mdDownload path: /workflow-packs/cloud-admin-starter.createfilespack
SHA-256: 684f0e3adf0251e9ad8977e63e2114a15cd1e6ac0eb3799fc52f3d3d1a04ade7
| Path | Type | Required starter content |
|---|---|---|
terraform |
Folder | Folder for Terraform. |
k8s |
Folder | Folder for K8s. |
cloudformation |
Folder | Folder for Cloudformation. |
bicep |
Folder | Folder for Bicep. |
cloudflare |
Folder | Folder for Cloudflare. |
docs |
Folder | Folder for Docs. |
README.md |
Markdown | Sections: Cloud Administration Starter; Accounts And Environments; Deploy Commands; Rollback. |
terraform/versions.tf |
TF | Cloud Administrator Starter starter file. |
terraform/main.tf |
TF | Cloud Administrator Starter starter file. |
terraform/variables.tf |
TF | Cloud Administrator Starter starter file. |
terraform/outputs.tf |
TF | Cloud Administrator Starter starter file. |
terraform/dev.tfvars.example |
EXAMPLE | Cloud Administrator Starter starter file. |
k8s/deployment.yaml |
YAML | Configuration starts with apiVersion: apps/v1. |
k8s/service.yaml |
YAML | Configuration starts with apiVersion: v1. |
k8s/configmap.yaml |
YAML | Configuration starts with apiVersion: v1. |
k8s/secret.example.yaml |
YAML | Configuration starts with apiVersion: v1. |
cloudformation/template.yaml |
YAML | Configuration starts with AWSTemplateFormatVersion: '2010-09-09'. |
bicep/main.bicep |
BICEP | Cloud Administrator Starter starter file. |
cloudflare/wrangler.jsonc |
JSON | JSON fields: $schema, name, main, compatibility_date, vars. |
Course Creators
Module brief, lesson plan, slide outline, workbook, quiz, recording checklist, resources, captions, and feedback starters.
modulelessonsslidesworkbookquizzesrecordingassetspublishingfeedbackREADME.mdDownload path: /workflow-packs/online-course-module-pack.createfilespack
SHA-256: a0eefd56c37b29d7544fb628cb8b2f62436abe494924f1bc0155d34c60cf5d8f
| Path | Type | Required starter content |
|---|---|---|
module |
Folder | Folder for Module. |
lessons |
Folder | Folder for Lessons. |
slides |
Folder | Folder for Slides. |
workbook |
Folder | Folder for Workbook. |
quizzes |
Folder | Folder for Quizzes. |
recording |
Folder | Folder for Recording. |
assets |
Folder | Folder for Assets. |
publishing |
Folder | Folder for Publishing. |
feedback |
Folder | Folder for Feedback. |
README.md |
Markdown | Sections: {{module_title}}; Learning Outcome; Workflow. |
module/module-brief.md |
Markdown | Sections: Module Brief; Audience; Prerequisites; Learning Outcome; Lessons Included; Estimated Duration. |
lessons/lesson-plan.md |
Markdown | Sections: Lesson Plan; Lesson Title; Objective; Hook; Teach; Demonstrate. |
lessons/script-outline.md |
Markdown | Sections: Script Outline; Opening; Concept 1; Concept 2; Walkthrough; Common Mistakes. |
slides/slide-outline.md |
Markdown | Sections: Slide Outline; Slide 1: Title; Slide 2: Learning Outcome; Slide 3: Key Concept; Slide 4: Example; Slide 5: Exercise. |
workbook/workbook-outline.md |
Markdown | Sections: Workbook Outline; Student Goal; Notes Section; Exercise; Reflection Questions; Resources. |
quizzes/quiz.csv |
CSV | Columns: question, answer_a, answer_b, answer_c, correct_answer, explanation. |
recording/recording-checklist.md |
Markdown | Sections: Recording Checklist. |
assets/resource-list.md |
Markdown | Sections: Resource List; Downloads; Links; Example Files; Permissions Or Credits. |
publishing/module-description.md |
Markdown | Sections: Module Description; Short Summary; What Students Will Learn; Included Resources; Completion Criteria. |
publishing/captions-notes.md |
Markdown | Sections: Captions Notes; Caption Source; Terms To Check; Corrections Needed; Translation Plan. |
feedback/student-feedback.csv |
CSV | Columns: student, lesson, rating, confusing_part, most_useful_part, improvement_suggestion. |
feedback/improvement-log.md |
Markdown | Sections: Improvement Log; Issue; Evidence; Planned Change; Status. |
Developers
A lightweight codebase starter with docs, CI, source, tests, and local environment examples.
.githubsrctestsdocsREADME.mdCHANGELOG.mdCONTRIBUTING.md.gitignore.env.exampleDownload path: /workflow-packs/developer-project-starter.createfilespack
SHA-256: 0d33fccaa13d597d58f63b963ea63a9384e04e3e8a41bc505ffae6a232a12ab9
| Path | Type | Required starter content |
|---|---|---|
.github |
Folder | Folder for Github. |
.github/workflows |
Folder | Folder for Workflows. |
src |
Folder | Folder for Src. |
tests |
Folder | Folder for Tests. |
docs |
Folder | Folder for Docs. |
README.md |
Markdown | Sections: {{project_name}}; Purpose; Getting Started; Common Commands; Folder Map. |
CHANGELOG.md |
Markdown | Sections: Changelog; Unreleased; Added; Changed; Fixed; 0.1.0 - {{date}}. |
CONTRIBUTING.md |
Markdown | Sections: Contributing; Local Setup; Branches; Review Checklist. |
.gitignore |
File | Project configuration or local-only example file. |
.env.example |
EXAMPLE | Project configuration or local-only example file. |
.github/workflows/ci.yml |
YAML | Configuration starts with name: CI. |
src/main.py |
Python | Python starter module or test file. |
tests/test_main.py |
Python | Python starter module or test file. |
Freelancers And Agencies
Kickoff brief, requirements, asset intake, meeting notes, deliverables, approvals, change requests, and final handoff starters.
kickoffrequirementsassetsmeetingsdeliverablesapprovalschangeshandoffarchiveREADME.mdDownload path: /workflow-packs/client-project-handoff-pack.createfilespack
SHA-256: 6b977384be7c6dfb3dd685de386042f5ea56210532c01bc495131135ca10df49
| Path | Type | Required starter content |
|---|---|---|
kickoff |
Folder | Folder for Kickoff. |
requirements |
Folder | Folder for Requirements. |
assets |
Folder | Folder for Assets. |
meetings |
Folder | Folder for Meetings. |
deliverables |
Folder | Folder for Deliverables. |
approvals |
Folder | Folder for Approvals. |
changes |
Folder | Folder for Changes. |
handoff |
Folder | Folder for Handoff. |
archive |
Folder | Folder for Archive. |
README.md |
Markdown | Sections: {{client_project}}; Project Outcome; Workflow. |
kickoff/project-brief.md |
Markdown | Sections: Project Brief; Client; Goal; Audience; Scope; Timeline. |
requirements/requirements.md |
Markdown | Sections: Requirements; Must Have; Nice To Have; Out Of Scope; Dependencies; Risks. |
assets/asset-intake.csv |
CSV | Columns: asset, owner, source, received, status, usage_notes. |
meetings/meeting-notes.md |
Markdown | Sections: Meeting Notes; Attendees; Decisions; Open Questions; Action Items. |
deliverables/deliverables-tracker.csv |
CSV | Columns: deliverable, owner, due_date, status, reviewer, notes. |
approvals/approval-log.csv |
CSV | Columns: item, submitted_date, approver, status, approval_date, notes. |
changes/change-request.md |
Markdown | Sections: Change Request; Request; Reason; Impact On Scope; Impact On Timeline; Estimate. |
handoff/final-handoff-checklist.md |
Markdown | Sections: Final Handoff Checklist. |
handoff/maintenance-notes.md |
Markdown | Sections: Maintenance Notes; Owner; Recurring Tasks; Known Limitations; Support Window; Renewal Or Follow-Up. |
archive/retrospective.md |
Markdown | Sections: Project Retrospective; What Worked; What Changed; Client Feedback; Follow-Up Opportunities. |
Game Developers
Game design one-pager, mechanics notes, asset list, implementation notes, playtest script, feedback, bug tracker, build, release, and store copy starters.
designmechanicsassetssrcbuildsplaytestsbugsreleasemarketingREADME.mdDownload path: /workflow-packs/indie-game-prototype-pack.createfilespack
SHA-256: 807f762bdadcad196d346cbdc5ddea9d48ca9c94433e53ba71ae7c2e7fe66fbb
| Path | Type | Required starter content |
|---|---|---|
design |
Folder | Folder for Design. |
mechanics |
Folder | Folder for Mechanics. |
assets |
Folder | Folder for Assets. |
src |
Folder | Folder for Src. |
builds |
Folder | Folder for Builds. |
playtests |
Folder | Folder for Playtests. |
bugs |
Folder | Folder for Bugs. |
release |
Folder | Folder for Release. |
marketing |
Folder | Folder for Marketing. |
README.md |
Markdown | Sections: {{game_title}}; Prototype Goal; Workflow. |
design/game-design-one-pager.md |
Markdown | Sections: Game Design One-Pager; Pitch; Player Fantasy; Core Loop; Win Or Progression Condition; Constraints. |
mechanics/core-loop.md |
Markdown | Sections: Core Loop; Player Action; Feedback; Reward; Escalation; Failure State. |
mechanics/controls.md |
Markdown | Sections: Controls; Keyboard And Mouse; Gamepad; Touch; Accessibility Notes. |
assets/asset-list.csv |
CSV | Columns: asset, type, source, status, license_notes, needed_for. |
src/implementation-notes.md |
Markdown | Sections: Implementation Notes; Engine Or Framework; Systems; Dependencies; Technical Risks; TODO. |
builds/build-notes.md |
Markdown | Sections: Build Notes; Version; Platform; Build Command; Known Issues; Download Or Archive Location. |
playtests/playtest-script.md |
Markdown | Sections: Playtest Script; Goal; Setup; Tasks; Questions; Observation Notes. |
playtests/feedback-log.csv |
CSV | Columns: tester, date, build, fun_rating, confusing_part, bug_seen, next_action. |
bugs/bug-tracker.csv |
CSV | Columns: id, title, steps, expected, actual, severity, status, notes. |
release/release-checklist.md |
Markdown | Sections: Release Checklist. |
marketing/store-page-copy.md |
Markdown | Sections: Store Page Copy; Short Description; Long Description; Key Features; Screenshot Captions; Trailer Notes. |
Grant Writers
Eligibility checklist, narrative sections, budget, milestones, attachments, reviewer notes, submission, and reporting starters.
eligibilitynarrativebudgettimelineattachmentsreviewsubmissionreportingREADME.mdDownload path: /workflow-packs/grant-application-pack.createfilespack
SHA-256: 59e6291d1d19355a0d53c1c971d59192e3a6322e608ee657843d37b2a8324ac0
| Path | Type | Required starter content |
|---|---|---|
eligibility |
Folder | Folder for Eligibility. |
narrative |
Folder | Folder for Narrative. |
budget |
Folder | Folder for Budget. |
timeline |
Folder | Folder for Timeline. |
attachments |
Folder | Folder for Attachments. |
review |
Folder | Folder for Review. |
submission |
Folder | Folder for Submission. |
reporting |
Folder | Folder for Reporting. |
README.md |
Markdown | Sections: {{grant_name}}; Application Goal; Workflow. |
eligibility/checklist.md |
Markdown | Sections: Eligibility Checklist; Organization Fit; Program Fit; Required Registrations; Match Or Cost Share; Restrictions. |
narrative/project-summary.md |
Markdown | Sections: Project Summary; Problem; Proposed Solution; People Served; Amount Requested; Expected Outcome. |
narrative/need-statement.md |
Markdown | Sections: Need Statement; Community Or Audience; Evidence Of Need; Current Gap; Why Now; Sources. |
narrative/work-plan.md |
Markdown | Sections: Work Plan; Activities; Partners; Staffing; Evaluation; Sustainability. |
budget/budget.csv |
CSV | Columns: category, item, description, amount, match_amount, notes. |
budget/budget-narrative.md |
Markdown | Sections: Budget Narrative; Personnel; Supplies; Services; Travel; Indirect Costs. |
timeline/milestones.csv |
CSV | Columns: milestone, owner, start_date, due_date, status, notes. |
attachments/attachments-tracker.csv |
CSV | Columns: attachment, required, owner, status, submitted_file, notes. |
review/reviewer-notes.md |
Markdown | Sections: Reviewer Notes; Reviewer; Strengths; Concerns; Required Changes; Final Decision. |
submission/submission-checklist.md |
Markdown | Sections: Submission Checklist. |
reporting/reporting-plan.md |
Markdown | Sections: Reporting Plan; Metrics; Data Collection; Reporting Dates; Owner; Documentation To Retain. |
High School Students
Research plan, notes, essay outline, observations, slide outline, and rubric tracker.
sourcesdraftsdatapresentationproject-plan.mdresearch-notes.mdrubric-tracker.csvDownload path: /workflow-packs/high-school-project-pack.createfilespack
SHA-256: eaabcb991a882f9d848bb7d7b850a79cdb53438387443d58cd9a7aac73c813f0
| Path | Type | Required starter content |
|---|---|---|
sources |
Folder | Folder for Sources. |
drafts |
Folder | Folder for Drafts. |
data |
Folder | Folder for Data. |
presentation |
Folder | Folder for Presentation. |
project-plan.md |
Markdown | Sections: Project Plan; Topic; Research Question; Thesis Or Hypothesis; Milestones. |
research-notes.md |
Markdown | Sections: Research Notes; Source; Key Ideas; Quotes Or Paraphrases; How This Supports The Project; Next Steps. |
sources/works-cited.md |
Markdown | Sections: Works Cited; Source Checklist. |
drafts/essay-outline.md |
Markdown | Sections: Essay Outline; Introduction; Claim 1; Claim 2; Counterargument; Conclusion. |
data/observations.csv |
CSV | Columns: date, observation, measurement, unit, notes. |
presentation/slide-outline.md |
Markdown | Sections: Slide Outline; Slide 1: Title; Slide 2: Problem Or Question; Slide 3: Evidence; Slide 4: Analysis; Slide 5: Conclusion. |
rubric-tracker.csv |
CSV | Columns: criterion, requirement, draft_status, points, notes. |
Job Seekers
Resume notes, cover letters, company research, application tracker, interview prep, networking, offers, and references starters.
resumecover-letterscompaniesapplicationsinterviewsnetworkingoffersreferencesREADME.mdfollow-up-email.mdDownload path: /workflow-packs/job-search-pack.createfilespack
SHA-256: b42719b56fd4d50f2390132ffec15bb4980350374020b89adf9f5b484bfe348e
| Path | Type | Required starter content |
|---|---|---|
resume |
Folder | Folder for Resume. |
cover-letters |
Folder | Folder for Cover Letters. |
companies |
Folder | Folder for Companies. |
applications |
Folder | Folder for Applications. |
interviews |
Folder | Folder for Interviews. |
networking |
Folder | Folder for Networking. |
offers |
Folder | Folder for Offers. |
references |
Folder | Folder for References. |
README.md |
Markdown | Sections: Job Search; Target Role; Workflow. |
resume/resume-notes.md |
Markdown | Sections: Resume Notes; Target Role; Core Skills; Projects; Metrics And Outcomes; Versions Needed. |
cover-letters/cover-letter-template.md |
Markdown | Sections: Cover Letter Template; Opening; Why This Role; Relevant Proof; Closing. |
companies/company-research.md |
Markdown | Sections: Company Research; Company; Role; Product Or Mission; Recent News; People To Know. |
applications/application-tracker.csv |
CSV | Columns: company, role, url, date_applied, status, next_step, contact, notes. |
interviews/interview-prep.md |
Markdown | Sections: Interview Prep; Role; Interviewers; Questions To Ask; Topics To Review; Logistics. |
interviews/story-bank.md |
Markdown | Sections: Story Bank; Challenge; Action; Result; Leadership; Conflict. |
networking/contact-tracker.csv |
CSV | Columns: name, company, role, source, last_contact, next_follow_up, notes. |
offers/offer-comparison.csv |
CSV | Columns: company, role, base_salary, bonus, equity, benefits, location, deadline, notes. |
references/references.md |
Markdown | Sections: References; Reference 1; Reference 2. |
follow-up-email.md |
Markdown | Sections: Follow-Up Email. |
Newsletter Writers
Issue brief, research, draft, subject lines, link checks, sponsor block, publishing checklist, and analytics starters.
briefresearchdraftseditorialassetssponsorshipspublishinganalyticsarchiveREADME.mdDownload path: /workflow-packs/newsletter-issue-pack.createfilespack
SHA-256: 9834d4f2ea1543f41d297554d93e64fbe806f64777e3018bd8ef3cd0d862f2ab
| Path | Type | Required starter content |
|---|---|---|
brief |
Folder | Folder for Brief. |
research |
Folder | Folder for Research. |
drafts |
Folder | Folder for Drafts. |
editorial |
Folder | Folder for Editorial. |
assets |
Folder | Folder for Assets. |
sponsorships |
Folder | Folder for Sponsorships. |
publishing |
Folder | Folder for Publishing. |
analytics |
Folder | Folder for Analytics. |
archive |
Folder | Folder for Archive. |
README.md |
Markdown | Sections: {{issue_title}}; Issue Goal; Workflow. |
brief/issue-brief.md |
Markdown | Sections: Issue Brief; Theme; Target Reader; Reader Promise; Primary Call To Action; Sections. |
research/source-notes.md |
Markdown | Sections: Source Notes; Sources; Quotes Or Stats; Links To Include. |
drafts/outline.md |
Markdown | Sections: Issue Outline; Opening; Main Story; Supporting Links; Sponsor Block; Recommendation. |
drafts/draft.md |
Markdown | Sections: Draft; Opening; Main Story; Links; Sponsor; Closing. |
editorial/style-checklist.md |
Markdown | Sections: Style Checklist. |
editorial/link-checklist.csv |
CSV | Columns: link_text, url, checked, status, notes. |
assets/image-notes.md |
Markdown | Sections: Image Notes; Hero Image; Alt Text; Credits Or Permissions; Export Notes. |
sponsorships/sponsor-block.md |
Markdown | Sections: Sponsor Block; Sponsor; Required Copy; Tracking Link; Disclosure; Approval Status. |
publishing/subject-lines.md |
Markdown | Sections: Subject Line Variants; Direct; Curiosity; Benefit; Timely; Selected Subject. |
publishing/send-checklist.md |
Markdown | Sections: Send Checklist. |
publishing/metadata.json |
JSON | JSON fields: subject, previewText, audienceSegment, scheduledSendAt, sponsorIncluded, utmCampaign. |
analytics/performance-tracker.csv |
CSV | Columns: send_date, subscribers_sent, open_rate, click_rate, unsubscribes, replies, sponsor_clicks, notes. |
archive/retrospective.md |
Markdown | Sections: Issue Retrospective; What Worked; What Underperformed; Reader Feedback; Ideas For Next Issue. |
Photographers
Client brief, shot list, location notes, gear checklist, call sheet, release tracker, edit notes, delivery, and invoice starters.
briefplanninglocationsproductionrawselectseditsdeliverylegalfinanceREADME.mdDownload path: /workflow-packs/photography-shoot-pack.createfilespack
SHA-256: b68eae2e9eec4837bbc0a732919410161e06111a96836bbadecaa6e64927a83f
| Path | Type | Required starter content |
|---|---|---|
brief |
Folder | Folder for Brief. |
planning |
Folder | Folder for Planning. |
locations |
Folder | Folder for Locations. |
production |
Folder | Folder for Production. |
raw |
Folder | Folder for Raw. |
selects |
Folder | Folder for Selects. |
edits |
Folder | Folder for Edits. |
delivery |
Folder | Folder for Delivery. |
legal |
Folder | Folder for Legal. |
finance |
Folder | Folder for Finance. |
README.md |
Markdown | Sections: {{shoot_name}}; Shoot Goal; Workflow. |
brief/client-brief.md |
Markdown | Sections: Client Brief; Client; Project Goal; Usage; Visual Direction; Must-Have Shots. |
planning/shot-list.csv |
CSV | Columns: shot, subject, location, orientation, priority, status, notes. |
planning/gear-checklist.md |
Markdown | Sections: Gear Checklist; Cameras; Lenses; Lighting; Audio Or Video Add-Ons; Batteries And Cards. |
locations/location-notes.md |
Markdown | Sections: Location Notes; Address; Access Instructions; Lighting Notes; Permit Or Permission; Backup Location. |
production/day-of-checklist.md |
Markdown | Sections: Day-Of Checklist. |
production/call-sheet.csv |
CSV | Columns: name, role, phone, email, call_time, location, notes. |
legal/model-release-tracker.csv |
CSV | Columns: person, release_required, release_sent, release_signed, usage_scope, notes. |
edits/edit-notes.md |
Markdown | Sections: Edit Notes; Selects; Color Direction; Retouching Notes; Client Feedback; Revision Log. |
delivery/delivery-checklist.md |
Markdown | Sections: Delivery Checklist. |
finance/invoice-notes.md |
Markdown | Sections: Invoice Notes; Package; Deposit; Balance Due; Additional Fees; Payment Status. |
Podcasters
Episode brief, guest prep, run of show, recording checklist, show notes, clips, sponsorship, and analytics starters.
briefresearchguestsscriptrecordingassetseditpublishingclipsanalyticssponsorshipsREADME.mdDownload path: /workflow-packs/podcast-episode-pack.createfilespack
SHA-256: abeef52174cc118fa466ec7ddd003ff6b203ffb535e9b938db5d191ba9a12463
| Path | Type | Required starter content |
|---|---|---|
brief |
Folder | Folder for Brief. |
research |
Folder | Folder for Research. |
guests |
Folder | Folder for Guests. |
script |
Folder | Folder for Script. |
recording |
Folder | Folder for Recording. |
recording/audio |
Folder | Folder for Audio. |
assets |
Folder | Folder for Assets. |
edit |
Folder | Folder for Edit. |
publishing |
Folder | Folder for Publishing. |
clips |
Folder | Folder for Clips. |
analytics |
Folder | Folder for Analytics. |
sponsorships |
Folder | Folder for Sponsorships. |
README.md |
Markdown | Sections: {{episode_title}}; Episode Goal; Workflow; Folder Map. |
brief/episode-brief.md |
Markdown | Sections: Episode Brief; Working Title; Target Listener; Episode Promise; Key Takeaways; Format. |
research/source-notes.md |
Markdown | Sections: Source Notes; Research Question; Sources; Claims To Verify; Follow-Up Questions. |
guests/guest-prep.md |
Markdown | Sections: Guest Prep; Guest Name; Bio; Why This Guest; Topics To Cover; Questions. |
guests/release-tracker.csv |
CSV | Columns: guest, email, release_sent, release_signed, headshot_received, bio_received, notes. |
script/run-of-show.md |
Markdown | Sections: Run Of Show; Cold Open; Intro; Segment 1; Segment 2; Segment 3. |
script/ad-read-notes.md |
Markdown | Sections: Ad Read Notes; Sponsor; Required Talking Points; Offer Or URL; Disclosure; Timing. |
recording/recording-checklist.md |
Markdown | Sections: Recording Checklist; Before Recording; During Recording; After Recording. |
recording/session-log.csv |
CSV | Columns: timestamp, event, issue, fix, notes. |
edit/edit-notes.md |
Markdown | Sections: Edit Notes; Story Notes; Keep; Cut; Noise Or Audio Fixes; Music Or Sound Design. |
publishing/show-notes.md |
Markdown | Sections: Show Notes; In This Episode; Links And Resources; Guest Links; Sponsor Disclosure; Subscribe. |
publishing/metadata.json |
JSON | JSON fields: title, episodeNumber, seasonNumber, descriptionFile, explicit, publishDate, categories. |
publishing/transcript-notes.md |
Markdown | Sections: Transcript Notes; Transcript Source; Terms To Check; Corrections Needed; Pull Quotes. |
clips/clip-plan.csv |
CSV | Columns: clip, source_timestamp, hook, platform, status, caption_notes. |
analytics/performance-tracker.csv |
CSV | Columns: date, days_since_publish, downloads, plays, completion_rate, subscribers_gained, clip_views, sponsor_clicks, notes. |
sponsorships/sponsor-read.md |
Markdown | Sections: Sponsor Read; Sponsor; Campaign Goal; Required Copy; Host-Read Notes; Disclosure. |
SaaS Builders
Product, API, database, billing, and operations starters for a hosted app.
srcpublicdocsopsdbREADME.mdpackage.json.env.exampleDownload path: /workflow-packs/web-app-saas-starter.createfilespack
SHA-256: 1f4533de8a5a1dc00919018b8f1aac1a57d66d76f953847a64ee8fc41fa84a23
| Path | Type | Required starter content |
|---|---|---|
src |
Folder | Folder for Src. |
public |
Folder | Folder for Public. |
docs |
Folder | Folder for Docs. |
ops |
Folder | Folder for Ops. |
db |
Folder | Folder for Db. |
db/migrations |
Folder | Folder for Migrations. |
README.md |
Markdown | Sections: {{app_name}}; Local Setup; Scripts; Deployment. |
package.json |
JSON | JSON fields: name, version, private, type, scripts, dependencies, devDependencies. |
.env.example |
EXAMPLE | Project configuration or local-only example file. |
docs/prd.md |
Markdown | Sections: Product Requirements; Problem; Target Users; Goals; Non-Goals; MVP Scope. |
docs/api.openapi.yaml |
YAML | Configuration starts with openapi: 3.1.0. |
db/schema.sql |
SQL | Web App / SaaS Starter starter file. |
db/migrations/0001_initial.sql |
SQL | Web App / SaaS Starter starter file. |
ops/runbook.md |
Markdown | Sections: Runbook; Service Overview; Owners; Health Checks; Deploy; Rollback. |
ops/incident-report.md |
Markdown | Sections: Incident Report; Summary; Impact; Timeline; Root Cause; Mitigation. |
docs/billing-model.md |
Markdown | Sections: Billing Model; Trial Policy; Upgrade And Downgrade Rules. |
docs/privacy-policy-outline.md |
Markdown | Sections: Privacy Policy Outline; Data Collected; Data Use; Data Sharing; Retention; User Rights. |
Startup Founders
Strategy, customer discovery, finance, investor update, OKRs, risks, and data-room index.
strategycustomersfinanceinvestorsopsDownload path: /workflow-packs/startup-operating-pack.createfilespack
SHA-256: 25343b1091fb798929b52fdd5e992ff83fb4c781128f3f4a9efb9afbe447ce16
| Path | Type | Required starter content |
|---|---|---|
strategy |
Folder | Folder for Strategy. |
customers |
Folder | Folder for Customers. |
finance |
Folder | Folder for Finance. |
investors |
Folder | Folder for Investors. |
ops |
Folder | Folder for Ops. |
strategy/one-page-plan.md |
Markdown | Sections: One-Page Plan; Problem; Customer; Solution; Differentiation; Channels. |
strategy/roadmap.md |
Markdown | Sections: Roadmap; Now; Next; Later. |
customers/interview-script.md |
Markdown | Sections: Customer Interview Script; Screening; Consent Reminder; Questions; Follow-Up Notes. |
customers/interviews.csv |
CSV | Columns: contact, segment, problem, current_solution, willingness_to_pay, follow_up, notes. |
finance/pricing-model.csv |
CSV | Columns: plan, price, included_usage, limit, cost_driver, margin_notes. |
investors/investor-update.md |
Markdown | Sections: Investor Update; Highlights; Metrics; Asks; Risks; Next Milestones. |
ops/okr-planning.md |
Markdown | Sections: OKR Planning; Objective; Key Results; Initiatives. |
ops/risk-register.csv |
CSV | Columns: risk, impact, likelihood, mitigation, owner, status. |
ops/data-room-index.md |
Markdown | Sections: Data Room Index; Company; Product; Financials; Legal; Metrics. |
System Administrators
Runbooks, scripts, systemd units, nginx config, Ansible, and cron starters.
binetcansiblerunbookscronREADME.mdDownload path: /workflow-packs/system-admin-toolkit.createfilespack
SHA-256: 4c703c4dafa379c3faafce017b016b59e419c2abcf6db9ae966bc6bd65427f83
| Path | Type | Required starter content |
|---|---|---|
bin |
Folder | Folder for Bin. |
etc |
Folder | Folder for Etc. |
etc/systemd |
Folder | Folder for Systemd. |
etc/systemd/system |
Folder | Folder for System. |
etc/nginx |
Folder | Folder for Nginx. |
etc/nginx/conf.d |
Folder | Folder for Conf D. |
ansible |
Folder | Folder for Ansible. |
runbooks |
Folder | Folder for Runbooks. |
cron |
Folder | Folder for Cron. |
README.md |
Markdown | Sections: System Administration Toolkit; Scope; Target Hosts; Safety Notes. |
runbooks/service-runbook.md |
Markdown | Sections: Service Runbook; Overview; Start; Stop; Restart; Logs. |
bin/backup.sh |
Shell | Shell script starter with strict-mode safety. |
bin/restore.sh |
Shell | Shell script starter with strict-mode safety. |
etc/systemd/system/example.service |
SERVICE | System Administrator Toolkit starter file. |
etc/systemd/system/example.timer |
TIMER | System Administrator Toolkit starter file. |
etc/nginx/conf.d/example.conf |
CONF | System Administrator Toolkit starter file. |
ansible/inventory.ini |
INI | System Administrator Toolkit starter file. |
ansible/playbook.yml |
YAML | Configuration starts with - name: Configure example hosts. |
cron/example.cron |
CRON | System Administrator Toolkit starter file. |
University Students
Course notes, paper, citations, data dictionary, and lab report starters.
notespaperdataanalysissourcesREADME.mdassignment-brief.mdlab-report.mdDownload path: /workflow-packs/university-research-course-pack.createfilespack
SHA-256: 3bb3d5781c97fd381eecb7e84d8442457e3d5d496d9ed3de1f0a80a8268aba43
| Path | Type | Required starter content |
|---|---|---|
notes |
Folder | Folder for Notes. |
paper |
Folder | Folder for Paper. |
data |
Folder | Folder for Data. |
analysis |
Folder | Folder for Analysis. |
sources |
Folder | Folder for Sources. |
README.md |
Markdown | Sections: Course Or Research Project; Objective; Folder Map; Reproducibility. |
notes/{{date}}-lecture-notes.md |
Markdown | Sections: Lecture Notes; Topic; Key Terms; Main Ideas; Questions; Tasks. |
paper/article.tex |
LaTeX | LaTeX document starter with title, sections, and bibliography hook. |
paper/references.bib |
BibTeX | Bibliography entry starter. |
sources/citations.ris |
RIS | Citation manager export starter. |
data/data-dictionary.csv |
CSV | Columns: column_name, description, type, unit, allowed_values, source, notes. |
analysis/notebook.ipynb |
IPYNB | University Research / Course Pack starter file. |
assignment-brief.md |
Markdown | Sections: Assignment Brief; Requirements; Deliverables; Due Dates; Grading Checklist. |
lab-report.md |
Markdown | Sections: Lab Report; Question; Hypothesis; Method; Data; Analysis. |
YouTube Creators
Video brief, research, script, production, asset, publishing, analytics, and sponsorship starters for a YouTube project.
briefresearchscriptproductionassetseditpublishinganalyticssponsorshipsREADME.mdDownload path: /workflow-packs/youtube-content-creator-pack.createfilespack
SHA-256: 983dbfaa966e43d6ec802025b7891b1b59dbf000d293fca79c0bbf77c68c7eb5
| Path | Type | Required starter content |
|---|---|---|
brief |
Folder | Folder for Brief. |
research |
Folder | Folder for Research. |
script |
Folder | Folder for Script. |
production |
Folder | Folder for Production. |
production/footage |
Folder | Folder for Footage. |
production/audio |
Folder | Folder for Audio. |
production/b-roll |
Folder | Folder for B Roll. |
assets |
Folder | Folder for Assets. |
assets/thumbnails |
Folder | Folder for Thumbnails. |
assets/graphics |
Folder | Folder for Graphics. |
edit |
Folder | Folder for Edit. |
edit/project-files |
Folder | Folder for Project Files. |
edit/exports |
Folder | Folder for Exports. |
publishing |
Folder | Folder for Publishing. |
analytics |
Folder | Folder for Analytics. |
sponsorships |
Folder | Folder for Sponsorships. |
README.md |
Markdown | Sections: {{video_title}}; Project Goal; Workflow; Folder Map. |
brief/video-brief.md |
Markdown | Sections: Video Brief; Working Title; Target Viewer; Viewer Problem Or Desire; Video Promise; Key Takeaway. |
research/source-notes.md |
Markdown | Sections: Source Notes; Research Question; Sources; Claims To Verify; Useful Quotes Or Stats; Follow-Up Questions. |
script/script-outline.md |
Markdown | Sections: Script Outline; Hook; Intro; Problem Setup; Main Point 1; Main Point 2. |
script/hook-variants.md |
Markdown | Sections: Hook Variants; Pattern Interrupt; Direct Promise; Question; Before And After; Curiosity Gap. |
production/shot-list.csv |
CSV | Columns: scene, shot_type, location, gear, script_section, props, status, notes. |
production/production-checklist.md |
Markdown | Sections: Production Checklist; Before Recording; During Recording; After Recording. |
production/b-roll-list.csv |
CSV | Columns: clip, subject, location, needed_for, status, notes. |
assets/thumbnail-brief.md |
Markdown | Sections: Thumbnail Brief; Thumbnail Concept; Viewer Emotion; Main Visual; Text Options; Color Direction. |
assets/brand-kit.md |
Markdown | Sections: Brand Kit; Fonts; Colors; Lower Thirds; Music And Sound Effects; Logo Or Watermark. |
edit/edit-notes.md |
Markdown | Sections: Edit Notes; Story Notes; Keep; Cut; Graphics Needed; Audio Fixes. |
edit/export-settings.md |
Markdown | Sections: Export Settings; Master Export; Shorts Export; Archive Notes. |
publishing/upload-checklist.md |
Markdown | Sections: Upload Checklist; Metadata; Compliance. |
publishing/description-template.md |
Markdown | Sections: Description Template; Links; Chapters; Disclosure; Tags. |
publishing/metadata.json |
JSON | JSON fields: title, descriptionFile, tags, category, visibility, madeForKids, paidPromotion, playlist, scheduledPublishAt. |
publishing/chapter-markers.csv |
CSV | Columns: timestamp, title, notes. |
publishing/captions-notes.md |
Markdown | Sections: Captions Notes; Caption Source; Terms To Check; Corrections Needed; Translated Caption Plan. |
analytics/performance-tracker.csv |
CSV | Columns: date, days_since_publish, views, watch_time_hours, average_view_duration, ctr, retention_30_seconds, subscribers_gained, revenue, notes. |
analytics/experiment-log.md |
Markdown | Sections: Experiment Log; Hypothesis; Variable Tested; Result; Decision; Follow-Up Idea. |
sponsorships/sponsor-brief.md |
Markdown | Sections: Sponsor Brief; Sponsor; Campaign Goal; Deliverables; Talking Points; Required Disclosure. |
sponsorships/integration-tracker.csv |
CSV | Columns: sponsor, campaign, deliverable, due_date, approval_status, disclosure_required, invoice_status, notes. |