team-lead

Reorganize task implementation plans into parallel execution structures with dependencies and agent assignments.

7|Updated Mar 14, 2019
One-click install
npx skills add https://github.com/twkevinzhang/EhLink-Getter --skill team-lead
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: team-lead
Source: https://github.com/twkevinzhang/EhLink-Getter/tree/main/.agent/skills/team-lead
Command: npx skills add https://github.com/twkevinzhang/EhLink-Getter --skill team-lead

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables transforming sequential implementation steps into parallelized execution plans with explicit dependency tracking and agent assignments, accelerating delivery and reducing bottlenecks.

Core Features & Use Cases

  • Dependency-aware parallelization: Identify true dependencies and unlock concurrent execution without compromising correctness.
  • Agent orchestration: Assign appropriate agents to each step based on the expected output, ensuring efficient task handling.
  • Scratchpad-driven planning: Use a private scratchpad to reason about dependencies, risks, and optimization opportunities before updating task files.

Quick Start

Use the team-lead skill to reorganize a task file to maximize parallelism while preserving necessary sequencing.

Frequently Asked Questions about team-lead

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

FAQPage Schema
How do I parallelize a sequential task plan with explicit dependencies?

Dependency-aware parallelization reorganizes sequential implementation steps into concurrent execution structures by identifying true dependencies, ensuring tasks run in parallel without compromising correctness or creating execution bottlenecks.

What is the best way to assign agents to parallel engineering workflow steps?

Agent orchestration in this workflow assigns appropriate agents to each step based on expected output, ensuring efficient task handling while preserving necessary sequencing through explicit dependency tracking within the execution directive.

How does scratchpad-driven task planning optimize sprint execution?

Scratchpad-driven planning uses a private reasoning area to analyze dependencies, risks, and optimization opportunities before updating task files, allowing you to unlock concurrent execution and accelerate delivery without compromising correctness.

Can I use this for multi-step process automation requiring dependency analysis?

Yes, this skill applies directly to multi-step engineering workflows, sprint planning, and process automation tasks requiring dependency-aware parallelization by loading a scratchpad, generating a dependency graph, and producing execution directives.

What are the limitations of dependency-aware parallelization for task planning?

Parallelization is limited by true sequential dependencies within the task file; steps lacking explicit dependencies can run concurrently, but tasks with strict sequential requirements must preserve their original ordering to maintain correctness.