Getting Started
Prerequisites An AI coding assistant (Claude, Cursor, etc.) A project you want to build Basic Workflow 1. Create a PRD Start by defining what you’re building. A PRD (Product Requirements Document) doesn’t need to be formal - just clear:
What problem are you solving? What does success look like? What are the constraints? 2. Generate Tasks Break the PRD into specific, actionable tasks. Each task should:
Be completable in one session Have clear acceptance criteria Include relevant context 3. Execute Work through tasks one at a time. Update state as you go so you (or your AI assistant) can pick up where you left off.