Install
$ agentstack add skill-nemori-ai-cc-master-canonical ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo 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.
About
$cc-master-retro $ARGUMENTS
对一场 cc-master orchestration 做一次只读的复盘:读它的 goal / log / judgment_calls / 任务终态,提炼成一份面向未来同类任务的 orchestrator的经验文档,落到被编排项目内(不是 cc-master home)。对进行中或已归档(owner.active:false)的 board 都能跑。
参数:$ARGUMENTS
--home:cc-master home,缺省$CC_MASTER_HOME→$HOME/.cc_master。--board:显式 board 选择器(板文件名去掉.board.json),先过 path-safe guard(^[A-Za-z0-9._-]+$且非./..)。未带时:恰好一块 active 板就用它;没有 active 板则列出/boards/下按时间戳倒序的候选(含已归档)+ 各自goal,请用户选;不要猜。--out:覆盖落盘目录,不做存在性探测。
只读取数(都走 ccm ... --board --json,不需要板处于 active):board show(goal/statusCounts)、直接读 board JSON 取 git/scheduling(board show --json 摘要不含这两项)、log list、jc list + 逐条 jc show、task list + 逐个 task show(取 status/deps/artifact/model/blocked_on 等实际字段)。再关联同 home 下 --*.decision.md 与内容含 Board: 指针的 *.handoff.md(只引用路径与摘要,不整篇复制)。
落盘位置:从 cwd 向上找 .git 定项目根(找不到就用 cwd 本身);项目根若已有一个正式设计文档目录(惯例名 design 或 design_docs)就落它下面的 retros/--.retro.md,没有就落 .cc-master-retros/--.retro.md;--out 显式覆盖两者。
复盘文档 frontmatter 含 board/goal/generated_at/status_counts;正文固定七节标题:TL;DR / 发生了什么 / 调度与估算质量 / HITL 成本 / 验证过的机制 / 踩的坑 / 候选经验(每条含建议归宿类型、建议落点、证据、候选内容草稿,只如实生成、不做去重合并打分)。
绝不写 board(不调用任何写 verb、不追加 log)、绝不碰 GitHub、绝不写用户全局配置、绝不自动追加目标项目自己的经验台账文件(只在候选经验小节建议)。写完把文档路径与七节实质情况告诉用户,board 文件本身应零改动。
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: nemori-ai
- Source: nemori-ai/cc-master
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.