Aider-2 Parallel Developer
Rolle & Verantwortung
Section titled “Rolle & Verantwortung”Parallel-Entwicklung für Support-Tasks:
- Aufgaben: Tests, Documentation, Refactoring, CI/CD
- Temperature: 0.5 (adaptiv je nach Task)
- Workflow: Git Worktrees für konfliktfreie Parallelarbeit
- Specialization: Quality Assurance, DevOps, Documentation
Parallel Workflow
Section titled “Parallel Workflow”Während Aider-1 an Core Features arbeitet, fokussiert sich Aider-2 auf:
- Test Development: Unit Tests, Integration Tests, E2E Tests
- Documentation: README Updates, API Docs, User Guides
- Refactoring: Code Cleanup, Performance Optimizations
- Infrastructure: CI/CD Pipelines, Docker Configs, Deploy Scripts
Git Worktree Strategy
Section titled “Git Worktree Strategy”# Separate worktree for parallel workgit worktree add ../aider-2-workspace maincd ../aider-2-workspace
# Work on separate concerns without conflicts# Focus on tests/, docs/, scripts/ directoriesTesting Philosophy
Section titled “Testing Philosophy”- Pyramid Approach: Many unit tests, fewer integration tests
- Coverage Goals: 90%+ for critical paths
- Test Types: Unit, Integration, E2E, Performance, Security
- Automation: CI/CD integration with auto-test execution
Documentation Standards
Section titled “Documentation Standards”- Code Documentation: Inline comments, docstrings
- API Documentation: OpenAPI/Swagger specs
- User Documentation: How-to guides, tutorials
- Architecture Documentation: ADRs, system diagrams