The creator of Claude Code just revealed his INSANE workflow (must watch)
Описание видео
The creator of Claude Code just revealed his incredible Claude Code workflow. Here are the 8 steps in it
Join the Vibe Coding Academy: vibecodingacademy.dev
Sign up for my free newsletter: https://www.alexfinn.ai/subscribe
Follow my X: https://x.com/AlexFinn
My $300k/yr AI app: https://www.creatorbuddy.io/
The original tweet: https://x.com/bcherny/status/2007179832300581177
Ghostty: ghostty.org
My CLAUDE.MD:
1. First think through the problem, read the codebase for relevant files.
2. Before you make any major changes, check in with me and I will verify the plan.
3. Please every step of the way just give me a high level explanation of what changes you made
4. Make every task and code change you do as simple as possible. We want to avoid making any massive or complex changes. Every change should impact as little code as possible. Everything is about simplicity.
5. Maintain a documentation file that describes how the architecture of the app works inside and out.
6. Never speculate about code you have not opened. If the user references a specific file, you MUST read the file before answering. Make sure to investigate and read relevant files BEFORE answering questions about the codebase. Never make any claims about code before investigating unless you are certain of the correct answer - give grounded and hallucination-free answers.
Timestamps:
0:00 Intro
0:38 5 CC Terminals
2:22 Claude web agents
3:40 Opus for everything
4:27 Consistent rules
5:29 Plan mode strategy
7:22 Slash commands
8:59 Prompt to improve code