Folder Pack Library

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.

17 curated packs
346 files and folders
35 KB starter text
2026-06-24 library update

What makes a pack complete

Working template requirements

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.

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.

Required files

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.

Verification

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 overview

AI Builders AI Project Starter Agent instructions, prompts, evaluations, datasets, notebooks, configs, and Python starters for AI experiments. 28 items - 4.8 KB Freelancers And Agencies Client Project Handoff Pack Kickoff brief, requirements, asset intake, meeting notes, deliverables, approvals, change requests, and final handoff starters. 20 items - 1.3 KB Cloud Administrators Cloud Administrator Starter Terraform, Kubernetes, CloudFormation, Bicep, Cloudflare, and deployment docs. 19 items - 2.5 KB Developers Developer Project Starter A lightweight codebase starter with docs, CI, source, tests, and local environment examples. 13 items - 1.6 KB Grant Writers Grant Application Pack Eligibility checklist, narrative sections, budget, milestones, attachments, reviewer notes, submission, and reporting starters. 20 items - 1.4 KB High School Students High School Project Pack Research plan, notes, essay outline, observations, slide outline, and rubric tracker. 11 items - 867 B Game Developers Indie Game Prototype Pack Game design one-pager, mechanics notes, asset list, implementation notes, playtest script, feedback, bug tracker, build, release, and store copy starters. 21 items - 1.3 KB Job Seekers Job Search Pack Resume notes, cover letters, company research, application tracker, interview prep, networking, offers, and references starters. 19 items - 1.3 KB Course Creators Online Course Module Pack Module brief, lesson plan, slide outline, workbook, quiz, recording checklist, resources, captions, and feedback starters. 22 items - 1.6 KB Photographers Photography Shoot Pack Client brief, shot list, location notes, gear checklist, call sheet, release tracker, edit notes, delivery, and invoice starters. 21 items - 1.4 KB Podcasters Podcast Episode Pack Episode brief, guest prep, run of show, recording checklist, show notes, clips, sponsorship, and analytics starters. 28 items - 2.9 KB Startup Founders Startup Operating Pack Strategy, customer discovery, finance, investor update, OKRs, risks, and data-room index. 14 items - 1.1 KB System Administrators System Administrator Toolkit Runbooks, scripts, systemd units, nginx config, Ansible, and cron starters. 19 items - 2.2 KB University Students University Research / Course Pack Course notes, paper, citations, data dictionary, and lab report starters. 14 items - 1.8 KB SaaS Builders Web App / SaaS Starter Product, API, database, billing, and operations starters for a hosted app. 17 items - 2.7 KB YouTube Creators YouTube Content Creator Pack Video brief, research, script, production, asset, publishing, analytics, and sponsorship starters for a YouTube project. 37 items - 4.6 KB

Pack index

Review by audience

AI Builders

AI Project Starter

Agent instructions, prompts, evaluations, datasets, notebooks, configs, and Python starters for AI experiments.

28 items 4.8 KB starter text
aiagentspromptsevalsdatasets

Top-level entries

  • configs
  • prompts
  • evals
  • data
  • models
  • notebooks
  • src
  • tests
  • README.md
  • AGENTS.md
  • .env.example
  • .gitignore
  • pyproject.toml

Download path: /workflow-packs/ai-project-starter.createfilespack

SHA-256: 001a9a0f71747dc5c3f97b7cd7a5fb2ec4178594d92939529ead60b35b15f104

Included files and folders

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

Cloud Administrator Starter

Terraform, Kubernetes, CloudFormation, Bicep, Cloudflare, and deployment docs.

19 items 2.5 KB starter text
cloudterraformkubernetesawsazurecloudflare

Top-level entries

  • terraform
  • k8s
  • cloudformation
  • bicep
  • cloudflare
  • docs
  • README.md

Download path: /workflow-packs/cloud-admin-starter.createfilespack

SHA-256: 684f0e3adf0251e9ad8977e63e2114a15cd1e6ac0eb3799fc52f3d3d1a04ade7

Included files and folders

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

Online Course Module Pack

Module brief, lesson plan, slide outline, workbook, quiz, recording checklist, resources, captions, and feedback starters.

22 items 1.6 KB starter text
courseeducationlessonsrecordingfeedback

Top-level entries

  • module
  • lessons
  • slides
  • workbook
  • quizzes
  • recording
  • assets
  • publishing
  • feedback
  • README.md

Download path: /workflow-packs/online-course-module-pack.createfilespack

SHA-256: a0eefd56c37b29d7544fb628cb8b2f62436abe494924f1bc0155d34c60cf5d8f

Included files and folders

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

Developer Project Starter

A lightweight codebase starter with docs, CI, source, tests, and local environment examples.

13 items 1.6 KB starter text
developercodecistarter

Top-level entries

  • .github
  • src
  • tests
  • docs
  • README.md
  • CHANGELOG.md
  • CONTRIBUTING.md
  • .gitignore
  • .env.example

Download path: /workflow-packs/developer-project-starter.createfilespack

SHA-256: 0d33fccaa13d597d58f63b963ea63a9384e04e3e8a41bc505ffae6a232a12ab9

Included files and folders

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

Client Project Handoff Pack

Kickoff brief, requirements, asset intake, meeting notes, deliverables, approvals, change requests, and final handoff starters.

20 items 1.3 KB starter text
clienthandofffreelanceagencydelivery

Top-level entries

  • kickoff
  • requirements
  • assets
  • meetings
  • deliverables
  • approvals
  • changes
  • handoff
  • archive
  • README.md

Download path: /workflow-packs/client-project-handoff-pack.createfilespack

SHA-256: 6b977384be7c6dfb3dd685de386042f5ea56210532c01bc495131135ca10df49

Included files and folders

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

Indie Game Prototype Pack

Game design one-pager, mechanics notes, asset list, implementation notes, playtest script, feedback, bug tracker, build, release, and store copy starters.

21 items 1.3 KB starter text
gameprototypeplaytestreleasecreative

Top-level entries

  • design
  • mechanics
  • assets
  • src
  • builds
  • playtests
  • bugs
  • release
  • marketing
  • README.md

Download path: /workflow-packs/indie-game-prototype-pack.createfilespack

SHA-256: 807f762bdadcad196d346cbdc5ddea9d48ca9c94433e53ba71ae7c2e7fe66fbb

Included files and folders

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

Grant Application Pack

Eligibility checklist, narrative sections, budget, milestones, attachments, reviewer notes, submission, and reporting starters.

20 items 1.4 KB starter text
grantnonprofitapplicationbudgetsubmission

Top-level entries

  • eligibility
  • narrative
  • budget
  • timeline
  • attachments
  • review
  • submission
  • reporting
  • README.md

Download path: /workflow-packs/grant-application-pack.createfilespack

SHA-256: 59e6291d1d19355a0d53c1c971d59192e3a6322e608ee657843d37b2a8324ac0

Included files and folders

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

High School Project Pack

Research plan, notes, essay outline, observations, slide outline, and rubric tracker.

11 items 867 B starter text
studentresearchessaypresentation

Top-level entries

  • sources
  • drafts
  • data
  • presentation
  • project-plan.md
  • research-notes.md
  • rubric-tracker.csv

Download path: /workflow-packs/high-school-project-pack.createfilespack

SHA-256: eaabcb991a882f9d848bb7d7b850a79cdb53438387443d58cd9a7aac73c813f0

Included files and folders

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

Job Search Pack

Resume notes, cover letters, company research, application tracker, interview prep, networking, offers, and references starters.

19 items 1.3 KB starter text
careerjobsapplicationsinterviewsnetworking

Top-level entries

  • resume
  • cover-letters
  • companies
  • applications
  • interviews
  • networking
  • offers
  • references
  • README.md
  • follow-up-email.md

Download path: /workflow-packs/job-search-pack.createfilespack

SHA-256: b42719b56fd4d50f2390132ffec15bb4980350374020b89adf9f5b484bfe348e

Included files and folders

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

Newsletter Issue Pack

Issue brief, research, draft, subject lines, link checks, sponsor block, publishing checklist, and analytics starters.

23 items 1.9 KB starter text
newsletterwritingemailpublishinganalytics

Top-level entries

  • brief
  • research
  • drafts
  • editorial
  • assets
  • sponsorships
  • publishing
  • analytics
  • archive
  • README.md

Download path: /workflow-packs/newsletter-issue-pack.createfilespack

SHA-256: 9834d4f2ea1543f41d297554d93e64fbe806f64777e3018bd8ef3cd0d862f2ab

Included files and folders

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

Photography Shoot Pack

Client brief, shot list, location notes, gear checklist, call sheet, release tracker, edit notes, delivery, and invoice starters.

21 items 1.4 KB starter text
photographyclientshootdeliverycreative

Top-level entries

  • brief
  • planning
  • locations
  • production
  • raw
  • selects
  • edits
  • delivery
  • legal
  • finance
  • README.md

Download path: /workflow-packs/photography-shoot-pack.createfilespack

SHA-256: b68eae2e9eec4837bbc0a732919410161e06111a96836bbadecaa6e64927a83f

Included files and folders

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

Podcast Episode Pack

Episode brief, guest prep, run of show, recording checklist, show notes, clips, sponsorship, and analytics starters.

28 items 2.9 KB starter text
podcastaudioepisodepublishinganalytics

Top-level entries

  • brief
  • research
  • guests
  • script
  • recording
  • assets
  • edit
  • publishing
  • clips
  • analytics
  • sponsorships
  • README.md

Download path: /workflow-packs/podcast-episode-pack.createfilespack

SHA-256: abeef52174cc118fa466ec7ddd003ff6b203ffb535e9b938db5d191ba9a12463

Included files and folders

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

Web App / SaaS Starter

Product, API, database, billing, and operations starters for a hosted app.

17 items 2.7 KB starter text
saaswebapiops

Top-level entries

  • src
  • public
  • docs
  • ops
  • db
  • README.md
  • package.json
  • .env.example

Download path: /workflow-packs/web-app-saas-starter.createfilespack

SHA-256: 1f4533de8a5a1dc00919018b8f1aac1a57d66d76f953847a64ee8fc41fa84a23

Included files and folders

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

Startup Operating Pack

Strategy, customer discovery, finance, investor update, OKRs, risks, and data-room index.

14 items 1.1 KB starter text
startupfoundercustomersoperations

Top-level entries

  • strategy
  • customers
  • finance
  • investors
  • ops

Download path: /workflow-packs/startup-operating-pack.createfilespack

SHA-256: 25343b1091fb798929b52fdd5e992ff83fb4c781128f3f4a9efb9afbe447ce16

Included files and folders

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

System Administrator Toolkit

Runbooks, scripts, systemd units, nginx config, Ansible, and cron starters.

19 items 2.2 KB starter text
sysadminrunbooksystemdnginxansible

Top-level entries

  • bin
  • etc
  • ansible
  • runbooks
  • cron
  • README.md

Download path: /workflow-packs/system-admin-toolkit.createfilespack

SHA-256: 4c703c4dafa379c3faafce017b016b59e419c2abcf6db9ae966bc6bd65427f83

Included files and folders

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

University Research / Course Pack

Course notes, paper, citations, data dictionary, and lab report starters.

14 items 1.8 KB starter text
universityresearchlatexcitations

Top-level entries

  • notes
  • paper
  • data
  • analysis
  • sources
  • README.md
  • assignment-brief.md
  • lab-report.md

Download path: /workflow-packs/university-research-course-pack.createfilespack

SHA-256: 3bb3d5781c97fd381eecb7e84d8442457e3d5d496d9ed3de1f0a80a8268aba43

Included files and folders

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

YouTube Content Creator Pack

Video brief, research, script, production, asset, publishing, analytics, and sponsorship starters for a YouTube project.

37 items 4.6 KB starter text
youtubecreatorvideopublishinganalytics

Top-level entries

  • brief
  • research
  • script
  • production
  • assets
  • edit
  • publishing
  • analytics
  • sponsorships
  • README.md

Download path: /workflow-packs/youtube-content-creator-pack.createfilespack

SHA-256: 983dbfaa966e43d6ec802025b7891b1b59dbf000d293fca79c0bbf77c68c7eb5

Included files and folders

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.