Handles a complex task by first investigating the codebase, then executing a plan.
Handles complex tasks by first investigating the codebase across multiple areas, then executing a detailed plan. Use for requests that require understanding before changes, like adding features that touch multiple systems.
/plugin marketplace add TokenRollAI/cc-plugin/plugin install tr@tokenroll-cc-plugin[A complex goal or task]This command handles complex tasks by breaking them down into an investigation phase and an execution phase. It uses investigator agents to gather information before deciding on a plan of action.
This command follows an Investigate -> Synthesize -> Iterate/Execute workflow.
Step 1: Deconstruct & Plan
investigator agent (e.g., Frontend Investigator, Backend Investigator).Step 2: Parallel Investigation
Task tool to launch multiple investigator agents concurrently.Step 3: Synthesize & Evaluate
Step 4: Iterate or Execute
Step 5: Action Phase
worker agents to execute the user's final request (e.g., implement the feature, fix the bug).Step 6: Summarize & Report