Execution Checklist
Execution Checklist
Project Creation:
- Create directory structure
- Generate pyproject.toml
- Create src/ module structure
- Setup tests/ with conftest.py
- Generate AGENTS.md
- Create .agent-os/ structure
- Initialize git repository
- Create UV environment
- Install dependencies
- Run initial tests
Post-Creation:
- Update project description
- Add project-specific dependencies
- Configure CI/CD (optional)
- Run repo-readiness check