ln-300-task-coordinator

Orchestrate implementation task creation and replanning for Linear Stories.

Updated Mar 9, 2026
One-click install
npx skills add https://github.com/cbbkrd-tech/jl-finishes --skill ln-300-task-coordinator-cbbkrd-tech
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ln-300-task-coordinator
Source: https://github.com/cbbkrd-tech/jl-finishes/tree/main/.claude/skills/ln-300-task-coordinator
Command: npx skills add https://github.com/cbbkrd-tech/jl-finishes --skill ln-300-task-coordinator-cbbkrd-tech

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the process of creating or updating implementation tasks for a given Story, ensuring a well-defined and optimally sequenced plan before delegation.

Core Features & Use Cases

  • Automated Task Planning: Analyzes a Story's requirements (AC, Technical Notes, Context) to build an ideal plan of 1-8 implementation tasks.
  • Intelligent Delegation: Automatically detects whether to create new tasks or replan existing ones, delegating to specialized worker Skills (ln-301-task-creator or ln-302-task-replanner).
  • Foundation-First Ordering: Ensures tasks are planned in a logical execution order (e.g., Database before API).
  • Use Case: When a new feature is defined in Linear, this Skill can automatically break it down into actionable implementation tasks, assign them to the correct developer workflow, and ensure they are ordered correctly for efficient development.

Quick Start

Use the ln-300-task-coordinator skill to create implementation tasks for Story 'PROJ-123'.

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 creation for a Linear Story?

To automate task creation for a Linear Story, this Skill analyzes the Story's requirements and acceptance criteria to generate an optimally sequenced plan of 1-8 implementation tasks. It delegates the generation to specialized worker Skills for execution.

What is foundation-first ordering in workflow orchestration?

Foundation-first ordering in workflow orchestration sequences implementation tasks logically, ensuring prerequisites like database schemas are completed before API development. This approach enforces task independence and builds an optimal plan for efficient development execution.

Can I replan existing implementation tasks for an agile workflow?

Yes, you can replan existing implementation tasks for an agile workflow. The Skill automatically detects existing tasks and delegates to a specialized replanner worker, updating the execution order while maintaining foundation-first sequencing.

Does this task management tool require a specific team ID?

Yes, task management orchestration requires a team ID. The Skill features auto-discovery to automatically identify the correct team ID and parses the Story context to decompose requirements into actionable implementation tasks.

What's the best way to break down a feature into actionable development tasks?

The best way to break down a feature into actionable development tasks is parsing the Story context, acceptance criteria, and technical notes. This orchestrates decomposition into 1-8 independent tasks ordered for efficient development.