Codex + Claude Workflows / Foundation

OpenCode + gstack: Turn Your AI Agent Into a Full Startup Team for Free

This video covers gstack, Y Combinator CEO Garry Tan's free MIT-licensed toolkit of 23 markdown slash-command skills that turn a coding agent into a virtual startup team — CEO, engineering manager, designer, reviewer, QA, security, release engineer — and demos the full sprint pipeline on OpenCode by building a Calendly-style booking app.

AI Stack Engineer10 minTranscript found

Quick learning frame

Read this before watching.

Coding-agent workflow is the loop of inspect, plan, edit, verify, summarize, and route the next task to the right tool.

New playlist item from AI Stack Engineer; queued for transcript-backed review, topic mapping, and a practical learning artifact.

Skill you build: The ability to run an agentic build as a staged sprint process — think, plan, build, review, test, ship — where each role's output feeds the next stage, instead of one-prompt vibe coding that skips the professional steps.

Watch for the shift from claim to mechanism. The learning value is the point where the transcript reveals a repeatable action, tool boundary, context move, review habit, or artifact.

Concept diagram

Where this video fits.

01Inspect
02Plan
03Edit
04Verify
05Review
06Route

Deep lesson

Turn this video into working knowledge.

1,810 cleaned transcript words reviewed across 534 timed caption segments.

Thesis

OpenCode + gstack: Turn Your AI Agent Into a Full Startup Team for Free teaches a practical codex + claude workflows move: This video covers gstack, Y Combinator CEO Garry Tan's free MIT-licensed toolkit of 23 markdown slash-command skills that turn a coding agent into a virtual startup team — CEO, engineering manager, designer, reviewer, QA, security, release engineer — and demos the full sprint pipeline on OpenCode by building a Calendly-style booking app.

The goal is not to remember the video. The goal is to extract the operating principle, tie it to timestamped evidence, test how far the claim transfers, and make something reusable.

0:00

A team, not a typer

“Most people who try to build a product with an AI coding agent hit the same wall. You open Claude Code or Codex or whatever agent you like. You type a big prompt and it just starts writing.”

Agents given one big prompt dump 2,000 lines of plausible-but-flawed code with no pushback; gstack — Garry Tan's actual personal setup, free and MIT licensed — replaces that with specialist roles (CEO questioning the idea, EM locking architecture, designer catching 'AI slop', reviewer, QA, security officer, release engineer), all implemented as plain-markdown slash commands. List the seven gstack roles and, for your last AI-built project, mark which role's check you effectively skipped and what it cost you.

6:14

Stages feed forward

“on Cloud Code, and that's the main path Gary designed it for. But it works on 10 different agents, and I want to show it running on Open Code, which is the open-source terminal agent a lot of...”

gstack's value is ordering, not the individual tools: office-hours writes the design doc that CEO-review reads, engineering-review writes the test plan QA later runs, and the review step's bugs must be verified fixed before ship opens the pull request — so nothing falls through the cracks the way it does in one-prompt builds. Draw the sprint chain (think, plan, build, review, test, ship, reflect) and annotate which artifact each stage hands to the next.

6:41

Pushback before code

“does is drop all the G stack skills into your Open Code config folder. Specifically, the skills directory under your Open Code config. Once that's done, the skills live right there, and Open Code can call them. So,...”

In the daily-briefing-app example, office-hours refuses to just build: it reframes the request as a personal chief of staff, surfaces five unstated capabilities, challenges four assumptions, offers three build options with effort estimates, and recommends shipping the smallest useful version — and in the OpenCode booking-app demo, review caught a database permission leak and a silent double-booking edge case before push. Take a feature idea you have and write the answers office-hours would demand: who uses it, what is broken about existing tools, and why anyone would pick yours.

01

Inspect

Start with this video's job: This video covers gstack, Y Combinator CEO Garry Tan's free MIT-licensed toolkit of 23 markdown slash-command skills that turn a coding agent into a virtual startup team — CEO, engineering manager, designer, reviewer, QA, security, release engineer — and demos the full sprint pipeline on OpenCode by building a Calendly-style booking app. Treat "Inspect" as the outcome you are trying to make visible, not a topic label. Anchor it to 0:00, where the video says: “Most people who try to build a product with an AI coding agent hit the same wall. You open Claude Code or Codex or whatever agent you like. You type a big prompt and it just starts writing.”

02

Plan

Use "Plan" to locate the part of the codex + claude workflows workflow the video is demonstrating. Ask what changes in your real setup if this claim is true. Anchor it to 6:14, where the video says: “on Cloud Code, and that's the main path Gary designed it for. But it works on 10 different agents, and I want to show it running on Open Code, which is the open-source terminal agent a lot of...”

03

Edit

Turn "Edit" into the reusable artifact for this lesson: A routing matrix for when to use Codex, Claude, browser checks, or manual review. This is where watching becomes something you can inspect and reuse.

04

Verify

Use "Verify" as the application surface. Decide whether the idea touches a browser flow, a local file, a model choice, a source document, a UI, or a review step.

05

Review

Use "Review" to prove the lesson. The evidence should connect back to the video title, transcript anchors, and a concrete output, not a generic best-practice claim.

06

Route

Use "Route" to carry the idea forward: save the prompt, checklist, diagram, or operating rule that would make the next agent run better.

Example

Source-backed work packet

Convert the video into a scoped task that includes the transcript claim, target workflow, acceptance criteria, and proof. The output should be a routing matrix for when to use codex, claude, browser checks, or manual review..

Example

Claim vs. demo brief

Separate what the speaker claims, what the demo actually proves, and what still needs outside verification before you adopt the workflow.

Example

Teach-back module

Transform the lesson into a definition, a mechanism diagram, one misconception, one practice exercise, and a check-for-understanding question.

Do not learn it wrong
  • Treating the title as the lesson without checking what the transcript actually says.
  • Letting the prompt drift into generic advice that could apply to any video in the playlist.
  • Copying the tool setup without identifying the operating principle that transfers to your own stack.
  • Skipping the artifact, which means the learning never becomes operational or inspectable.

Transcript-derived moments

Use timestamps to study the actual video.

Quality check

Do not count this as learned until these are true.

01

State the transcript-backed claim in your own words: This video covers gstack, Y Combinator CEO Garry Tan's free MIT-licensed toolkit of 23 markdown slash-command skills that turn a coding agent into a virtual startup team — CEO, engineering manager, designer, reviewer, QA, security, release engineer — and demos the full sprint pipeline on OpenCode by building a Calendly-style booking app.

02

Explain the practical stakes without hype: New playlist item from AI Stack Engineer; queued for transcript-backed review, topic mapping, and a practical learning artifact.

03

Map the idea onto the Inspect -> Plan -> Edit -> Verify -> Review -> Route sequence and name the weakest link.

04

Produce the artifact and include the evidence that proves it: A routing matrix for when to use Codex, Claude, browser checks, or manual review.

Put it into practice

Give this grounded prompt to Codex or Claude after watching.

You are helping me turn one specific YouTube video into real, durable learning.

Source video:
- Title: OpenCode + gstack: Turn Your AI Agent Into a Full Startup Team for Free
- URL: https://www.youtube.com/watch?v=ybwvvo0CMSU
- Topic: Codex + Claude Workflows
- My current learning frame: Install gstack into your agent (Claude Code one-liner, or clone with the host flag for OpenCode/Codex/Cursor), run office-hours on a real idea, and follow the full chain through engineering-review, design-review, review, and ship on a small app.
- Why this matters: New playlist item from AI Stack Engineer; queued for transcript-backed review, topic mapping, and a practical learning artifact.

Transcript anchors from this exact video:
- 0:00 / Evidence 1: "Most people who try to build a product with an AI coding agent hit the same wall. You open Claude Code or Codex or whatever agent you like. You type a big prompt and it just starts writing."
- 1:36 / Evidence 2: "earlier this year and said he hasn't typed a line of code since December with AI agents now handling around 80% of what he used to write himself. And he described the whole thing as feeling like a..."
- 4:32 / Evidence 3: "random tools. It's a process. The skills run in the order a real sprint runs. Think, then plan, then build, then review, then test, then ship, then reflect. And each step feeds the next one. The office hours..."
- 6:14 / Evidence 4: "on Cloud Code, and that's the main path Gary designed it for. But it works on 10 different agents, and I want to show it running on Open Code, which is the open-source terminal agent a lot of..."
- 6:41 / Evidence 5: "does is drop all the G stack skills into your Open Code config folder. Specifically, the skills directory under your Open Code config. Once that's done, the skills live right there, and Open Code can call them. So,..."
- 9:05 / Evidence 6: "professionals never skip. It puts guardrails on the whole thing so the agent can move fast without doing something destructive. Quick note on the other agents, since not everyone uses open code. If you're on Claude code, it's..."

Your task:
1. Use the transcript anchors above as the primary source packet. If you add outside context, label it clearly as outside context and keep it secondary.
2. Create a source-check table with columns: timestamp, claim, what the demo proves, confidence, and what still needs verification.
3. Extract the actual teachable claims from the video. Do not invent claims that are not supported by the title, lesson frame, or transcript anchors.
4. Build a reusable learning artifact: A routing matrix for when to use Codex, Claude, browser checks, or manual review.
5. Include:
   - a plain-English definition of the core idea
   - a diagram or structured model using this sequence: Inspect -> Plan -> Edit -> Verify -> Review -> Route
   - 3 concrete examples that apply the video idea to real agentic work
   - 2 failure modes the video helps prevent
   - a checklist I can use the next time I run Codex or Claude
   - one practical exercise with a clear done signal
6. Add a "learning transfer" section: what changes in my workflow tomorrow if I actually learned this?
7. Add a "source check" section that cites which transcript anchor supports each major takeaway.

Quality bar:
- Make this specific to "OpenCode + gstack: Turn Your AI Agent Into a Full Startup Team for Free", not a generic Codex + Claude Workflows essay.
- Prefer operational examples, failure modes, and reusable artifacts over broad definitions.
- Call out uncertainty instead of smoothing over weak evidence.
- If evidence is weak, say what transcript segment or timestamp needs review instead of guessing.
- Finish with a concise artifact I could paste into my learning app.

Misconceptions

What to stop believing.

One agent should do every task.

Different tools have different strengths. Routing is part of the workflow.

More context is always better.

Relevant context helps; stale context causes drift and cost.

Practice studio

Learning only counts when you make something.

01

Transcript evidence map

Separate what the video actually says from what you already believe about the topic.

3 source-backed takeaways with timestamps, confidence, and a transfer note.
02

One useful artifact

Apply the video to a real workflow and produce a routing matrix for when to use codex, claude, browser checks, or manual review..

A reusable artifact with a done signal and one verification step.
03

Teach-back card

Explain the lesson to someone who has not watched the video yet.

A 90-second explanation, one diagram, one example, and one misconception to avoid.

Recall check

Answer first, then reveal — without rewatching.

Who created gstack, and what is it in plain terms?

Why is gstack described as a process rather than a pile of tools?

What did the office-hours skill do when a user asked for a daily calendar briefing app?

Source shelf

Use the video as a doorway, then verify with primary sources.

ReadingOpenAI Codexopenai.com/codex/ReadingClaude Code Overviewdocs.anthropic.com/en/docs/claude-code/overview