DATAfest. Team Manual · live review ENES

How we work together

Ideapartner
inbox/drop it
Claudedoes the git
Reposhared brain
BuildDiego + Claude
Reviewthis page
Ship

You never touch git. We pair over Live Share when we are apart, or sit together in person. The repo carries everything between us.

DATAfest — Team Manual & Checklist

Available in English and Spanish (use the EN / ES toggle, top-right). The product itself is in Spanish. Draft for Diego's review before sharing with the partner.

Welcome. This is how the two of us build DATAfest together. It is written so that someone who has never used tools like this before can follow every step. Nothing here assumes you already know git, terminals, or code. Read it once, then keep it as your reference. Take your time.


1. What DATAfest is (in one breath)

Mission control for the captain. A full operating dashboard for a concert-promotion company: the always-on view of the whole business, plus a live command deck during a festival. Calm authority, total awareness, decisions from live signal.

2. The big picture: how the two of us work

3. Plain-language glossary (read once, refer back anytime)

No jargon. One line each.

4. Your one-time setup

You already run Claude Code in VS Code, like Diego, so this is short: a couple of things only you can do, then Claude sets up the rest.

4A. The few things to do yourself

  1. Create a GitHub account. Go to github.com, click Sign up, pick a username (your name is fine), and confirm your email. Send Diego your username so he can add you.
  2. Accept the invite. You will get an email invitation to the D-F-inc team. Click Accept. You are now a co-owner of the project.

That is it for your part. From here, Claude does the setup for you.

4B. Let Claude set up the rest (copy, paste, send, one at a time)

In your Claude Code (the one you already use), paste these prompts one at a time and let it work. It will explain each step in plain language and ask before doing anything important. This is the whole point of how we work: you say what you want, Claude does the technical part.

Prompt 1, bring the project in and get Claude up to speed:

"I've logged into GitHub. Please clone our repository D-F-inc/datafest, open it, then read the README.md first so you are up to speed on what we are building and how we work. After that, guide me through my setup in simple terms, and walk me through anything you need from me."

Prompt 2, set up my workbench:

"Set up my workbench for this project. Make sure GitHub Desktop, Git, and the project's recommended VS Code extensions (including Live Share) are installed and configured. Explain what each tool is as you go, and ask me before installing or changing anything important."

Prompt 3, learn the project:

"Read this project's CLAUDE.md and docs/manual.md, then explain to me in simple terms what we are building, what my role is, and exactly how I save and share my work. Keep it short."

Prompt 4, the readiness check:

"Check that everything is set up correctly and tell me whether I'm ready to work. Then give me a short cheat sheet of the plain-language phrases I can say to you to save my work, send it to Diego, and catch up at the start of a session."

If any prompt does something you do not understand, just ask Claude "explain that in simple terms," or message Diego. You cannot break anything by asking.

The "say hello" test

When you can ask Claude "What is DATAfest and how do we work?" and it answers with the mission-control idea and this workflow, you are fully set up. 🎛️

5. How you work, day to day (your smooth loop)

Your whole job, technically, is three moves. Claude does everything else.

  1. Have an idea or a design. A sketch, a screenshot, a reference you like, a voice note, a rough thought. Anything.

  2. Put it in the inbox. Drag the file into the inbox/ folder, or just tell Claude: "Add this to the inbox: [describe or paste it]." Nothing is too rough. The inbox is for scrappy, half-formed ideas on purpose. We scrap and shape from there together.

  3. Tell Claude what you want, in plain words. For example:

    • "Save my work."
    • "Send this to Diego to look at."
    • "Catch me up on what changed since yesterday."

    Claude turns that into the right technical steps (the commits, the branches, the sync).

You never touch git. If you ever want to see your changes with your own eyes, open GitHub Desktop: it lists what changed; click Push origin to sync. That is the only button you ever need.

6. How we work together (in person and remote)

We do a mix of both, and the flow works either way:

7. Who owns what

8. The golden rules (short, and they matter)

9. The path to our goals

We move in phases. We do not pre-decide the product; that comes from your design plus research.

Phase What we do State
0 · Setup Workspace, frameworks, repo, this manual, your onboarding ▸ almost done
1 · Design & spec Your ideas plus research define the two views, the flows, the look. We turn them into a written plan. No product code yet. next
2 · Architecture We choose the tech and structure, with security built in
3 · Business view The always-on operating dashboard
4 · Live festival view The real-time command deck during events
5 · Connect & automate Wire in the data sources; automate the recurring jobs

Every phase runs the same loop: idea, shape it together, plan, build, review, ship.

10. Your first session with us (what to expect)

The goal of the first session is simple: get you set up and let you see how we work. We will:

  1. Walk through your setup (Section 4) live, together: create your GitHub account, then watch Claude set up the whole project on your machine from a couple of prompts.
  2. Show you the rhythm: you watch Diego and Claude do a small piece of real work, so you feel how fast and smooth the flow is.
  3. Warm up the ideas: bring anything you have imagined for DATAfest. We drop it in the inbox and start scrapping.

No pressure, no prep beyond showing up curious. The detailed run-of-show is in kickoff-session.md.

11. Quick reference card (your cheat sheet)


This page is generated from the manual and lives on a private review URL, where you and your partner can leave comments right on it and Claude reads them to iterate.