What problem does it solve?
This Skill breaks down large, complex tasks into smaller, manageable sub-tasks that can be executed in parallel across multiple AI sessions, significantly speeding up development time.
Core Features & Use Cases
- Task Decomposition: Automatically identifies independent sub-tasks from a larger request.
- Parallel Session Prompt Generation: Creates distinct, ready-to-use prompts for each sub-task, specifying working directories and context.
- Conflict Avoidance: Provides coordination notes to prevent sub-agents from interfering with each other.
- Merge Order Definition: Specifies the optimal sequence for committing work from parallel sessions.
- Use Case: When faced with building a new feature that involves database changes, API endpoints, and a frontend component, Familiar can split this into three parallel sessions, each handling one aspect, and define the correct order to merge the changes.
Quick Start
Use the familiar skill to split the task 'build the user authentication module' into three parallel sessions.