- Review and customize AGENT.md with project-specific details
- Set up project dependencies (uv, pnpm, go mod, etc.)
- Configure secrets if needed (see AgentUsage/secrets_management.md)
- Set up pre-commit hooks (optional, see AgentUsage/pre_commit_hooks/)
- Add initial project structure
- Define core features
- Set up testing framework
- Implement first feature
- Update README.md with project specifics
- Document API/architecture decisions
- Add usage examples