ln-301-task-creator

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

能把经批准的计划自动落地到项目跟踪工具中

▸ 风险提示

需要对项目跟踪器写权限,会创建或修改任务数据

这个 Skill 做什么

根据任务计划与模板在跟踪器中创建实现、重构和测试任务并同步看板。

把经过批准的任务计划按模板在项目跟踪器里变成具体的实现、重构和测试任务,并把看板同步好。用在你已经有了审批通过的任务计划,想把工作项快速、规范地落到跟踪器(并反映到 kanban)时。特点是能按模板标准化任务并输出稳定的摘要合同,方便后续自动化或多人协同。

▸ 展开 SKILL.md 英文原文

Creates implementation, refactoring, and test tasks from templates. Use when an approved task plan needs tasks created via the configured tracker provider and reflected in kanban.

开发编程任务创建模板化看板同步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-301-task-creator/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/levnikolaevich/claude-code-skills/master/plugins/agile-workflow/skills/ln-301-task-creator/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
> **Paths:** File paths (`references/`, `../ln-*`) are relative to this skill directory.

# Task Creator

**Type:** L3 Worker
**Category:** 3XX Planning

Standalone-first worker for task creation. It creates tasks from an already approved plan and returns a stable summary contract.

**MANDATORY READ:** Load `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/template_loading_pattern.md`, `references/creation_quality_checklist.md`, and `references/destructive_operation_safety.md`

## Inputs

Core inputs:
- `taskType`
- `storyDa
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有