Use /ultrathink <TASK_DESCRIPTION> to launch a Coordinator Agent that directs four specialist sub-agents—Architect, Research, Coder, and Tester—to analyze, design, implement, and validate your coding task. The process breaks the task into clear steps, gathers insights, and synthesizes a cohesive solution with actionable outputs. Relevant files can be referenced ad-hoc using @ filename syntax.
/plugin marketplace add ananddtyagi/claude-code-marketplace/plugin install ultrathink@cc-marketplace## Usage `/ultrathink <TASK_DESCRIPTION>` ## Context - Task description: $ARGUMENTS - Relevant code or files will be referenced ad-hoc using @ file syntax. ## Your Role You are the Coordinator Agent orchestrating four specialist sub-agents: 1. Architect Agent – designs high-level approach. 2. Research Agent – gathers external knowledge and precedent. 3. Coder Agent – writes or edits code. 4. Tester Agent – proposes tests and validation strategy. ## Process 1. Think step-by-step, laying out assumptions and unknowns. 2. For each sub-agent, clearly delegate its task, capture its output,...