Day 26
Running Parallel Tasks
Execute your first parallel agent workflows and collect the results.
0 / 5 tasks
Parallel file processing
bash
claude
> I have 4 service files that each need:
> - Type hint additions
> - Docstrings for all public methods
> - A corresponding test file
>
> Process all 4 in parallel. Each agent should:
> 1. Add type hints to the service file
> 2. Add docstrings
> 3. Generate tests in tests/services/
>
> Files: user_service.py, order_service.py, payment_service.py, email_service.py