ln-401-task-executor

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

聚焦单任务实现,适合把复杂工作拆成小步交付的开发流程。

▸ 风险提示

会在代码库中写入变更,需代码库写入权限与审查流程

这个 Skill 做什么

执行单个实现/重构任务,从 Todo 推进到 To Review,遵循 KISS/YAGNI 指南。

把一个实现或重构任务从 Todo 推进到 To Review,负责写代码并按技术方案和验收条件把改动做完交付。适合需要实际编码的任务,不做测试类工作,也只碰选定的那一条任务,绝不改其他任务。全过程遵循 KISS/YAGNI 原则,保持简单、别做多余功能。

▸ 展开 SKILL.md 英文原文

Executes implementation tasks through Todo, In Progress, To Review. Use when task needs coding with KISS/YAGNI. Not for test tasks.

开发编程实现任务编码执行KISS原则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-401-task-executor/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/levnikolaevich/claude-code-skills/master/plugins/agile-workflow/skills/ln-401-task-executor/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
> **Paths:** File paths (`references/`, `../ln-*`) are relative to this skill directory.

# Implementation Task Executor

**Type:** L3 Worker

Executes a single implementation (or refactor) task from Todo to To Review using the task description and linked guides.

## Purpose & Scope
- Handle one selected task only; never touch other tasks.
- Follow task Technical Approach/plan/AC; apply KISS/YAGNI and guide patterns.
- Update tracker/kanban for this task: Todo -> In Progress -> To Review.
- Run typecheck/lint; update docs/tests/config per task instructions.
- Not for test tasks (label "tests" goes to ln-404-test-executor).

**Hex MCP acceleration (if available):** Use narrow `inspect_path(pa
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有