ln-300-task-coordinator

Plan and delegate Story implementation tasks into an IDEAL plan.

Updated Mar 14, 2026
One-click install
npx skills add https://github.com/0xtaoist/taogate --skill ln-300-task-coordinator-0xtaoist
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ln-300-task-coordinator
Source: https://github.com/0xtaoist/taogate/tree/main/ln-300-task-coordinator
Command: npx skills add https://github.com/0xtaoist/taogate --skill ln-300-task-coordinator-0xtaoist

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrates task operations for software delivery by automatically discovering the team context, decomposing a Story into an IDEAL plan of 1-8 implementation tasks, and delegating work to specialized workers (ln-301 or ln-302). It enforces constraints to keep tests/refactors out of the IDEAL plan and ensures foundation-first execution order.

Core Features & Use Cases

  • Auto-discovers Team ID and loads Story context (AC, Technical Notes) to bootstrap planning.
  • Builds an IDEAL plan of 1-8 implementation tasks in Foundation-First order.
  • Delegates to ln-301-task-creator or ln-302-task-replanner with the correct payload; supports plan-mode preview.
  • Validates task independence, assigns parallel groups, and returns worker results as part of the orchestration.
  • Supports Mode detection (CREATE/ADD/REPLAN) and can operate in plan-mode to preview the IDEAL plan without delegating.

Quick Start

Describe and generate the IDEAL task plan for a Story and prep the delegation payload for ln-301 or ln-302.

Frequently Asked Questions about ln-300-task-coordinator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate task planning and orchestration for software engineering stories?

Automate task planning by decomposing a Story into an IDEAL plan of 1-8 implementation tasks, validating independence, and routing work to specialized workers. It auto-discovers Team ID and loads context to bootstrap planning.

What is Foundation-First execution order in task coordination?

Foundation-First execution order is an orchestration constraint that sequences decomposed implementation tasks to build foundational components before dependent tasks. It ensures structured delivery by enforcing task independence and parallel group assignments.

Can I preview an implementation task plan before delegating work to workers?

Yes, you can preview an implementation task plan using plan-mode. This mode generates and displays the IDEAL plan and delegation payload without actually routing work to ln-301 or ln-302 workers.

How do I decompose a software story into implementation tasks without including tests or refactors?

Decompose a software story by generating an IDEAL plan that explicitly enforces constraints to exclude tests and refactors. It validates task independence and assigns parallel groups for clean implementation work.

Does task coordination support replanning existing implementation tasks?

Yes, task coordination supports replanning existing tasks through Mode detection. It identifies CREATE, ADD, or REPLAN modes and routes the correct payload to ln-302-task-replanner to update the implementation plan.

What are the limitations of using an IDEAL plan for story management?

The IDEAL plan is limited to 1-8 implementation tasks and strictly excludes tests or refactors from the decomposition. It relies on auto-discovered Team ID and Story context to validate task independence and assign parallel groups.