ln-400-story-executor

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

适合需要自动化推进故事实施与统一工作流的团队,强调任务顺序与分支生命周期。

▸ 风险提示

会修改分支与任务状态,执行前请确保备份与权限

这个 Skill 做什么

按优先级执行 Story 下的任务,管理工作树与任务检查点并推进到 To Review。

按优先级执行 Story 下的任务,管理工作树、任务检查点并把完成的 Story 推到 To Review。在 Story 已经有实现任务并准备落地时启用。它是一个运行时协调器,负责任务顺序、工作树生命周期和最终状态迁移,减少人工切换与冲突。

▸ 展开 SKILL.md 英文原文

Executes Story tasks in priority order (To Review, To Rework, Todo). Use when Story has planned tasks ready for implementation.

开发编程故事编排任务优先级工作树管理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-400-story-executor/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/levnikolaevich/claude-code-skills/master/plugins/agile-workflow/skills/ln-400-story-executor/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
> **Paths:** File paths (`references/`, `../ln-*`) are relative to this skill directory.

**Type:** L2 Coordinator
**Category:** 4XX Execution

# Story Execution Orchestrator

Runtime-backed coordinator for Story execution. Owns task ordering, worktree lifecycle, task/group checkpoints, and the final Story transition to `To Review`.

## Inputs

| Input | Required | Source | Description |
|-------|----------|--------|-------------|
| `storyId` | Yes | args, git branch, kanban, user | Story to process |
| `--rework-focus` | No | ln-1000 | Comma-separated blocking categories from prior quality gate FAIL |

**Resolution:** Story Resolution Chain.  
**Status filter:** Todo, In Progress, To Rework
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有