Michael Zhu
My current vibe coding process

NOTE: this is still a WIP, I've spent the past few months avoiding AI tools as an educational exercise. I've recently started experimenting with coding agents and this is the workflow I've found myself turning to thus far.

Repo setup:

Workflow:

  1. Plan phase: LLMs generate proposals. I review and leave comments. Repeat until I'm satisfied with the spec.
  2. Build phase: LLM takes proposal as input and implements it + updates docs.

--------

CLAUDE.md:

Instructions for AI agents working in this codebase.

## Documentation Structure

- `docs/` — Markdown files describing the current state of the codebase
- `docs/proposals/` — Markdown files describing ideas for future work

## Guidelines

- When asked to write a proposal, put it in `docs/proposals/`. I may leave comments for you to address.
- Keep `docs/` in sync with actual code — update docs when making changes.

--------

beads has some interesting agent orchestration ideas.