ln-300-task-coordinator

仓库创建 2025年10月24日最近提交 3 天前SkillHot 收录 21 天前
▸ 精选理由

在Story与开发任务间提供流转与质量门控

▸ 风险提示

依赖运行时与跟踪器权限,需配置凭证

这个 Skill 做什么

把Story拆成1–8个优化任务并路由到创建或重规划流程。

当一个 Story 需要被拆解或重规划时用,把它分成 1–8 个最优任务并路由到创建或重规划流程。运行时负责就绪判断、暂停/恢复和工人结果追踪,生成可执行的任务序列并交付给下游执行或进一步优化。

▸ 展开 SKILL.md 英文原文

Analyzes Story and builds optimal task plan (1-8 tasks), then routes to create or replan. Use when Story needs task breakdown or replanning.

开发编程任务协调计划拆分运行时集成Claude Code
522
Stars
74
Forks
18
仓库内 Skill
+10
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/levnikolaevich/claude-code-skills/master/plugins/agile-workflow/skills/ln-300-task-coordinator/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/levnikolaevich/claude-code-skills/master/plugins/agile-workflow/skills/ln-300-task-coordinator/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
> **Paths:** File paths (`references/`, `../ln-*`) are relative to this skill directory.

# Task Coordinator

**Type:** L2 Domain Coordinator
**Category:** 3XX Planning

Runtime-backed task planning coordinator. The runtime owns readiness gating, pause/resume, and worker result tracking.

**MANDATORY READ:** Load `references/coordinator_runtime_contract.md`, `references/task_planning_runtime_contract.md`, `references/coordinator_summary_contract.md`, and `references/task_plan_worker_runtime_contract.md`
**MANDATORY READ:** Load `references/environment_state_contract.md`, `references/storage_mode_detection.md`, `references/problem_solving.md`, and `references/creation_quality_checklist.md`
**
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有