Stats
Actions
Tags
From agent-kaizen
聚合 agent_kaizen 两处收件箱的所有提案,裁决哪些是真问题、需要且能优化,并落位到合适的家。用于 review proposals、聚合审查、/review-proposals 时。
How this skill is triggered — by the user, by Claude, or both
Slash command
/agent-kaizen:reviewing-proposalsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
定时或手动跑。一次处理所有提案,把真正值得的落位到「会被未来运行读到的家」。
定时或手动跑。一次处理所有提案,把真正值得的落位到「会被未来运行读到的家」。
<repo>/.agent_kaizen/inbox/ 和全局 ${AGENT_KAIZEN_HOME:-$HOME/.agent_kaizen}/inbox/ 的全部 *.md。occurrences。occurrences / 影响从高到低。accept / reject / watch,各一句理由。accepted/(正文记 routed-to:)、rejected/(记 reason:,留档防重复)、watching/(证据不足,下轮再判)。改 frontmatter 的 status。| 提案性质 | 家 |
|---|---|
| agent 该遵守的行为规则 | 对应作用域 instructions:项目 CLAUDE.md/AGENTS.md 或全局指令 |
| 可机器校验 / 自动化的约束 | 一个 hook |
| 某类重复任务的复用流程 | 一个 runbook 文档,或新 skill |
| 一条参考事实 / 坑点速查 | 项目内被引用的 notes 文档 |
| 需改代码 / 配置才能兑现 | 派生一个独立实现任务(不在本流程就地改代码) |
开始前先 date +%F 取当天。
npx claudepluginhub liqiongyu/agent_kaizen --plugin agent-kaizenGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.