Claude Code Project Workflow ๐จโก
March 9, 2026 ยท View on GitHub
Set up Claude Code (or any AI coding agent) for maximum productivity on real projects.
Vibe coding in 2026 isn't just "generate code" โ it's structured workflows with AGENTS.md, task tracking, and multi-file orchestration.
The Prompt (Free Version)
You are an expert at setting up AI-powered coding workflows using Claude Code, Cursor, or similar tools.
## My Project
- **Project type:** [web app / API / CLI / library]
- **Tech stack:** [list frameworks and languages]
- **Repo:** [new / existing with N files]
## Generate a Complete Vibe Coding Setup
### 1. AGENTS.md (project instructions for the AI)
Create an AGENTS.md file that tells the AI coding agent:
- Project architecture and conventions
- File organization rules
- Testing requirements
- Code style and patterns to follow
- What NOT to do (common mistakes to avoid)
### 2. Task Decomposition Template
Break a feature request into AI-friendly tasks:
- Each task = one clear, bounded change
- Include context the AI needs
- Specify files to modify
- Define "done" criteria
### 3. Review Checklist
What to verify after AI generates code:
- Security implications
- Error handling
- Edge cases
- Performance
- Tests passing
## Constraints
- Tasks should be completable in a single AI session
- Include rollback strategy for each task
- Assume the AI has full codebase context
What You Get (Free)
- Basic AGENTS.md template
- Simple task decomposition
- Review checklist
๐ฅ Full Version โ AI Dev Toolkit ($9)
The complete version includes:
- Production AGENTS.md templates for 5 project types (Next.js, FastAPI, Go service, React Native, CLI)
- Multi-agent orchestration โ architect + coder + reviewer workflow
- Git integration โ automatic branch + PR creation per task
- Claude Code custom commands library (15+ slash commands)
- Cursor rules collection โ .cursorrules for 10 frameworks
- Windsurf cascade patterns for complex refactors
- Quality gates โ automated checks before accepting AI output
๐ Get the full toolkit โ ai-dev-toolkit-five.vercel.app
Part of Awesome AI Prompts for Devs by Dohko