AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Ce:resume

skill-jerrylalala-compound-engineering-ce-resume · by Jerrylalala

回归项目入口:读取最近 git log、IDEAS.md 和 active plan,输出三段摘要

No reviews yet
0 installs
0 views
view→install

Install

$ agentstack add skill-jerrylalala-compound-engineering-ce-resume

✓ 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-jerrylalala-compound-engineering-ce-resume)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2mo 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 Ce:resume? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

回归项目入口

Note: The current year is 2026.

ce:resume 是间歇性开发者回到项目的起点。运行后你会在 30 秒内知道:

  • 上次做了什么
  • 有什么在等待
  • 建议下一步是什么

然后直接跳入你选择的路径。

Interaction Method

使用平台的阻塞问答工具(Claude Code 中为 AskUserQuestion)。


Execution Flow

Phase 1: 数据收集(并行读取三个来源)

同时执行以下三个读取操作:

来源 A:git log
git log --oneline -10
  • 提取最近 10 条提交
  • 识别最后一个「功能性」commit(跳过纯 chore/docs/ci 类型)
  • 若命令失败(非 git 仓库)→ 来源 A = 不可用,在摘要中注明「无法读取 git 历史」
来源 B:IDEAS.md

读取项目根目录 IDEAS.md

  • 统计未完成条目数量(- [ ] 出现次数)
  • 提取前 3 条未完成条目的标题(**[标题]** 部分)
  • 若文件不存在 → 来源 B = 不可用,在摘要中注明「IDEAS.md 不存在,建议运行 /ce:ideas 创建」
来源 C:Active Plans

扫描 docs/plans/*.md(若目录不存在则跳过):

  • 读取每个文件的 frontmatter(--- 之间的 YAML)
  • 筛选 status: active 的文件
  • date 字段降序排序,取最新 1-3 个
  • 提取每个文件的 title(frontmatter 中)和 date
  • 若目录不存在或无 active plan → 来源 C = 不可用,在摘要中注明「尚无进行中的计划」

Phase 2: 三段摘要输出

基于收集的数据,输出固定格式的三段摘要:

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
📋 项目状态摘要
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

## 上次做了什么

[来源 A 可用时:] 最近的功能性提交:[commit subject]
[附上最近 3-5 条 oneline log,让用户快速定向]

[来源 A 不可用时:] 无法读取 git 历史。

---

## 有什么在等待

[来源 B 可用时:]
💡 IDEAS.md:[N] 个未执行想法
   • [条目 1 标题]
   • [条目 2 标题]
   • [条目 3 标题]
   [若 N > 3,加:] ...等 [N-3] 个更多

[来源 B 不可用时:] IDEAS.md 不存在。

[来源 C 可用时:]
📐 进行中的计划:
   • [plan title 1] ([date])
   • [plan title 2] ([date])

[来源 C 不可用时:] 尚无进行中的计划。

---

## 建议下一步

[推断逻辑:]
- 若有 active plan → 「建议继续 [最新 plan title],离完成最近」
- 若无 active plan 但 IDEAS.md 有内容 → 「建议从 IDEAS.md 选一个方向,运行 /ce:ideas」
- 若两者都空 → 「项目看起来是全新状态,建议运行 /ce:ideate 或 /ce:ideas 从头探索」

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

Phase 3: Handoff

使用 AskUserQuestion 询问用户选择:

> 「好的,你想从哪里开始?」

动态选项(根据数据可用性调整):

  • 选项 1(仅当有 active plan 时显示):继续上次任务

→ Invoke skill compound-engineering:ce-work with args: [最新 active plan 路径]

  • 选项 2(仅当 IDEAS.md 有内容时显示):从 IDEAS.md 选一个方向

→ Invoke skill compound-engineering:ce-ideas with args: (无参数)

  • 选项 3:全新开始(从头探索新方向)

→ Invoke skill compound-engineering:ce-ideate with args: (无参数)

  • 选项 4:暂时不操作,我自己来

Based on selection:

  • 选 1 → 立即运行 ce-work 并传入对应 plan 文件路径
  • 选 2 → 立即运行 ce-ideas(无参数,进入停车场选择路径)
  • 选 3 → 立即运行 ce-ideate(无参数,open-ended ideation)
  • 选 4 → 结束,不执行任何操作

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.