Skip to content

Aider-2 Parallel Developer

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

Während Aider-1 an Core Features arbeitet, fokussiert sich Aider-2 auf:

  1. Test Development: Unit Tests, Integration Tests, E2E Tests
  2. Documentation: README Updates, API Docs, User Guides
  3. Refactoring: Code Cleanup, Performance Optimizations
  4. Infrastructure: CI/CD Pipelines, Docker Configs, Deploy Scripts
Terminal window
# Separate worktree for parallel work
git worktree add ../aider-2-workspace main
cd ../aider-2-workspace
# Work on separate concerns without conflicts
# Focus on tests/, docs/, scripts/ directories
  • 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
  • Code Documentation: Inline comments, docstrings
  • API Documentation: OpenAPI/Swagger specs
  • User Documentation: How-to guides, tutorials
  • Architecture Documentation: ADRs, system diagrams