Loading...
Loading...
Orchestrates task operations. Analyzes Story, builds optimal plan (1-6 implementation tasks), delegates to ln-301-task-creator (CREATE/ADD) or ln-302-task-replanner (REPLAN). Auto-discovers team ID.
npx skill4agent add levnikolaevich/claude-code-skills ln-300-task-coordinatorshared/references/storage_mode_detection.md| Condition | Mode | Delegate | Payload |
|---|---|---|---|
| Count = 0 | CREATE | ln-301-task-creator | taskType=implementation, Story data, IDEAL plan, guideLinks |
| Count > 0 AND "add"/"append" | ADD | ln-301-task-creator | taskType=implementation, appendMode=true, newTaskDescription, guideLinks |
| Count > 0 AND replan keywords | REPLAN | ln-302-task-replanner | taskType=implementation, Story data, IDEAL plan, guideLinks, existingTaskIds |
| Count > 0 AND ambiguous | ASK | Clarify with user | — |
- Phase 1: Discovery (in_progress)
- Phase 2: Decompose & Build IDEAL Plan (pending)
- Phase 3: Check Existing & Detect Mode (pending)
- Phase 4: Delegate to ln-301/ln-302 (pending)
- Phase 5: Verify worker result (pending)shared/references/problem_solving.mdshared/references/orchestrator_pattern.mdshared/references/auto_discovery_pattern.mdshared/references/decompose_first_pattern.mdshared/references/plan_mode_pattern.mdshared/references/numbering_conventions.mdshared/references/storage_mode_detection.mdshared/templates/task_template_implementation.mddocs/templates/task_template_implementation.mdln-302-task-replanner/references/replan_algorithm.mdCLAUDE.mddocs/tasks/kanban_board.md