What problem does it solve?
This Skill tackles complex projects by breaking them down into parallelizable tasks, managing inter-task dependencies, and coordinating multiple AI agents to execute them in waves, ensuring conflicts are resolved before implementation.
Core Features & Use Cases
- Multi-Task Parallelization: Submit multiple distinct tasks at once.
- Conflict Analysis & Resolution: Identifies and resolves file conflicts between tasks at the planning stage.
- Wave-Based Execution: Deploys implementation agents in sequential waves, maximizing parallel execution within each wave.
- Automated Planning & Verification: Generates detailed plans, coordinates agent execution, and performs per-wave and global verification.
- Use Case: Develop a new feature that involves changes to the backend API, frontend components, and database schema by submitting all related tasks to Hydra, which will then plan, execute, and verify them in the correct order.
Quick Start
Use the hydra skill to coordinate the implementation of a new user authentication system and a dashboard redesign.