Acerca de
This skill provides standardized patterns for implementing parallel execution in Claude Code, allowing developers to spawn multiple subagents concurrently via the Task tool. By utilizing the run_in_background flag and consolidating tool calls into a single message, it significantly reduces total execution time for independent tasks such as multi-file analysis, perspective-based reviews, and modular feature implementation. It includes specific protocols for identifying parallelizable work, dynamic prompting for specialized roles, and effective result synthesis.