AgentStack
SKILL verified MIT Self-run

Eo Backlog

skill-simpleeve-eo-skills-eo-backlog · by SimpleEve

往项目 backlog.md 追加待办、灵感或未接入的未来规划。通过 .eo-project.json 定位项目。触发:加入 backlog / 记一条待办 / 以后再说 / /eo-backlog。

No reviews yet
0 installs
0 views
view→install

Install

$ agentstack add skill-simpleeve-eo-skills-eo-backlog

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README — it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-simpleeve-eo-skills-eo-backlog)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
26d ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming — see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps — measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Eo Backlog? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

eo-backlog

功能

/backlog.md 追加一条条目,分类落到对应小节。

只做"追加"。决策记录走 eo-project-update,经验教训走 eo-project-lesson,本 skill 不越界。

配置与目录约定见 [eo-project-init/references/config.md](../eo-project-init/references/config.md)。

前置

必须能找到 .eo-project.json(cwd 或父目录)。找不到时报错退出,提示运行 /eo-project-init

backlog.mdeo-project-init 初始化时必建,理论上一定存在。若丢失则按 [eo-project-init/SKILL.md](../eo-project-init/SKILL.md) 的模板重建一份空骨架再写入。

输入

  • 待办:"D6 先跳过,回头处理"、"TODO: 补测试"、"记一条待办"
  • 灵感:"以后可以考虑 X"、"有个想法"、"先记一笔"
  • 未接入:"这个要等 research skill"、"暂时塞这里"

路径解析

.eo-project.json 读取 project_root,操作 /backlog.md。不硬编码。

执行步骤

1. 分类

| 类型 | 信号词 | 落到小节 | |------|--------|---------| | 待办 | "TODO"、"待办"、"回头"、"先跳过"、"workaround" | ## 待办 | | 灵感 | "以后"、"想法"、"先记一笔"、"idea"、"考虑" | ## 灵感 & 以后再说 | | 未接入 | "等 skill"、"未接入"、"placeholder"、"暂时" | ## 未接入(等 skill 支持再接入) |

判断不了就按"待办"兜底,并在输出摘要里明示分类,让用户能一句话纠正。

2. 提炼条目

从用户输入提炼一行条目,格式:

- [ ] {简述} — {YYYY-MM-DD}
  • 简述保持单行、动宾结构("补 X 的单测"、"调研 Y 方案")
  • 原始上下文信息量大时,允许在简述后加 ({一句补充}),但整条不超过两行
  • 日期用今天(从环境的 Today's date 读取)

灵感和未接入类别不用 checkbox,用无序列表 -

3. 追加写入

/backlog.md,在对应小节末尾追加条目。小节若不存在(用户手改过模板),补齐小节标题再写入。

更新 frontmatter 的 updated: YYYY-MM-DD

4. 输出摘要

向用户展示:

  • 追加到哪个小节
  • 条目原文
  • backlog.md 当前每小节的条目数

输出

  • /backlog.md 追加一条,frontmatter updated 刷新

约束

  • 只追加,不修改已有条目。要改/划掉/删除,让用户自己动手或用编辑器。
  • 不建 decisions/ / lessons/(那是 eo-project-update / eo-project-lesson 的职责)
  • 所有路径通过 .eo-project.json 解析,不硬编码
  • project_root 不可达 → 报错提示检查配置
  • 分类拿不准时默认"待办"+ 明示分类,让用户纠正,不要反复追问

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.