Token导航 LogoToken导航TokenDH.com
前端设计需要联网github未标认证来源可访问许可证需确认审计通过

agile-epic敏捷史诗

Agent Skill

agile-epic 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

282

周安装

12

GitHub Stars

公开资料未说明

下载量

99
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:agile-epic(敏捷史诗)
来源仓库:https://github.com/djalmajr/essential-skills
仓库路径:skills/agile-epic
安装命令:
npx skills add https://github.com/djalmajr/essential-skills --skill agile-epic
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/djalmajr/essential-skills --skill agile-epic

简介

agile-epic 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中围绕仓库状态或代码变更进行整理。

  • 它将大型倡议分解为结构化史诗,包含用户故事、路线图与验收标准,支持多语言输出与模板本地化。
  • 通过 npx skills add 命令从指定 GitHub 仓库安装,需结合原始 README 核验具体用法和模板翻译。
  • 使用前应确认权限范围、维护状态,并评估是否触发文件读写或协作工具集成操作。
  • agile-epic 属于前端设计类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Epic

Use this skill to transform an intake, roadmap, or large initiative into a structured epic with decomposed stories, a roadmap, and acceptance criteria.

Initial context received via slash: $ARGUMENTS

If $ARGUMENTS is filled (e.g., intake path, description, initiative name), use as starting point. If empty, ask which initiative will be structured.

Language

Write the artifact in the user's language. Apply correct grammar and any required diacritics or script-specific characters. If the user's language is unclear, ask before generating output. Templates are in English — translate headers and content to match.

Objective

  • Decompose large initiatives into proportional, executable stories
  • Structure a story backlog with dependencies and order
  • Define an epic roadmap (phases, unblocks, intermediate validations)
  • Ensure each story can be planned and executed separately
  • Produce artifacts that guide execution without replacing individual task plans

When to use

  • After an /agile-intake or /agile-roadmap identified a large initiative
  • When the initiative requires multiple coordinated stories
  • When there are dependencies between deliveries that need sequencing
  • When a roadmap is needed to guide the delivery order
  • For medium-to-large work that needs richer structure than a simple /agile-story

When NOT to use

  • The work is small and localized — use /agile-story directly
  • The problem hasn't been captured yet — use /agile-intake first
  • You need strategic direction — use /agile-roadmap first
  • You need to validate existing artifacts — use /agile-refinement

Process

1. Analyze context

Read the intake, roadmap, or provided material. Identify:

  • Macro problem and objective
  • Which areas are impacted
  • Constraints and premises
  • Estimated scope and complexity

2. Decompose into stories

Break by vertical value slice, not by technical layer:

  • Each story must deliver something observable
  • Prefer independent stories when possible
  • Identify dependencies between stories (what unblocks what)

For each story, define:

  • Name and objective (1 line)
  • Estimated scope (small, medium, or large)
  • Dependencies (which stories it depends on)
  • Summarized acceptance criteria

3. Structure the epic overview

Fill in the required sections:

  • Context: problem, AS-IS, TO-BE, out of scope
  • Story backlog: list with objective, size, and dependency of each
  • Roadmap: phases/sprints, what unblocks what, intermediate validations
  • Risks: what could go wrong and how to mitigate
  • Epic acceptance criteria: how to know the initiative is complete

4. Define roadmap

  • Group stories by phase/sprint
  • Show what can run in parallel
  • Highlight the critical path
  • Include intermediate validations (milestones)

5. Consider collaborative work

When the team has 2+ developers:

  • Identify parallel tracks or lanes so devs can work simultaneously
  • Define interface contracts between tracks (types, schemas, APIs) to minimize blocking
  • Assign stories to tracks when possible
  • Use Mermaid gantt diagrams to visualize parallel work across tracks

6. Generate files

The epic produces multiple files:

planning/<initiative>/epics/NN-<epic-name>/
├── 00-overview.md         (the epic overview: context, backlog, roadmap, risks)
├── 01-story-name.md       (first story: context + tasks inline)
├── 02-story-name.md       (second story: context + tasks inline)
└── ...
  • 00-overview.md contains the epic-level context, story backlog summary, roadmap, risks, and acceptance criteria.
  • Each NN-story-name.md contains the story context, acceptance criteria, files, tasks, and verification — all in one file.
NN is a zero-padded sequential number. Each epic gets its own folder under epics/.

Where to save

  • Epic folder: planning/<initiative>/epics/NN-<epic-name>/
  • If the initiative doesn't have a folder in planning/, ask the user for the name

Cross-reference

Always include at the top of 00-overview.md:

**Origin:** `planning/<initiative>/intake.md`

Each story file includes:

**Origin:** `planning/<initiative>/epics/NN-<epic-name>/00-overview.md`

Chaining

At the end of the epic, offer:

  • "Do you want me to create the execution plan for Story 1 with /agile-story?"
  • "Do you want me to validate the artifacts with /agile-refinement?"

Ask the user which story they want to detail first.

Reference template

Use ~/.agents/templates/epic.md as base for the overview artifact.

Rules

  • The epic now handles decomposition directly — there is no separate refinement step for decomposing. Use /agile-refinement only for validation/lint.
  • Break by behavior/delivery (vertical slices), not by technical layer.
  • Each story in the backlog must have a clear objective and be executable separately.
  • The roadmap must show dependencies, not just chronological order.
  • Epic acceptance criteria must be verifiable.
  • Update story statuses as the epic progresses.
  • Each story file must contain enough context to be planned and executed independently.

Required sections for 00-overview.md

  1. Context (problem, AS-IS, TO-BE, out of scope)
  2. Story backlog (list with objective, size, dependency, status)
  3. Roadmap (phases, parallelism, critical path)
  4. Epic acceptance criteria
  5. Risks

Required sections for NN-story-name.md

  1. Context (problem, objective, value, constraints)
  2. Files (exact paths, action, reason)
  3. Detail (AS-IS, TO-BE, scope, acceptance criteria, dependencies)
  4. Tasks (verifiable checklist in vertical phases)
  5. Verification (commands, validations, evidence)

Relationship with the flow

flowchart LR
    A["/agile-intake"] --> B["/agile-roadmap"]
    B --> C["/agile-epic"]
    C --> D["/agile-story"]
    D --> E[execution]
    E --> F["/agile-status"]
    F --> G["/agile-retro"]

This skill acts after intake/roadmap and before task-level execution. For validating artifacts, use /agile-refinement. For execution plans, use /agile-story.

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

33.87%
按下载量换算34

Claude

30.21%
按下载量换算30

Cursor

18.55%
按下载量换算18

Gemini CLI

9.01%
按下载量换算9

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills