spec-to-backlog

仓库创建 2026年6月21日最近提交 20 天前SkillHot 收录 20 天前
▸ 精选理由

能把设计/需求快速分解为可追踪的实施任务,便于项目推进。

▸ 风险提示

会创建多个票证,需先用户确认并具备相应权限。

这个 Skill 做什么

将 Confluence 规格页面转为结构化的 Jira 待办(Epic 与子票)。

把 Confluence 上的规格或设计页面拆成结构化的 Jira backlog,自动生成 Epic 并建立关联的子任务,借助 atl CLI 完成创建和链接。当你想把 RFC、需求文档或设计稿变成可执行工单、生成 backlog 或创建带子票的 epic 时用。流程会先给出拆分建议让你确认,且会先创建 Epic 并获取其 key 再挂子票,避免无序建票。

▸ 展开 SKILL.md 英文原文

Convert a Confluence specification page into a structured Jira backlog — an Epic plus linked implementation tickets — with the atl CLI. USE WHEN the user asks to break a spec, requirements page, RFC, or design doc into tickets, generate a backlog from a Confluence page, or create an epic with child tasks.

自动化集成需求拆分Epic生成Jira通用
0
Stars
0
Forks
30
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/isukharev/atl/main/skills/spec-to-backlog/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/isukharev/atl/main/skills/spec-to-backlog/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
<!-- Generated from skills-src/spec-to-backlog/SKILL.md — edit the source and run 'make gen-plugins'. -->

# Spec → backlog with `atl`

Read the spec → propose a breakdown → **get approval** → create the Epic
**first**, then children linked to it. `link-epic` needs the Epic to already
exist, so create it first and capture its key. Never create anything before
the user approves the breakdown. Command details live in the `jira` and `confluence`
skills.

**Preflight:** `atl` must be installed and configured. If `command -v atl` fails
or a command exits `7` ("not configured"), run `/atl:setup` and stop.

## Workflow

### 1. Fetch the spec

```sh
atl conf page get --id <id> --format view
```

Lon
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有