autoplan

仓库创建 2026年6月29日最近提交 21 天前SkillHot 收录 20 天前
▸ 精选理由

汇集多方评审并用原则自动决策,能显著减少人工复审负担。

▸ 风险提示

会执行或调用本地更新检查脚本并写入用户目录文件。

这个 Skill 做什么

自动化审查流水线,顺序运行多项评审并在最终审批点提出边界决策。

把整套评审流水线一次性跑完:顺序执行 CEO、设计、工程和 DX 的审查,并根据六条决策原则做自动决定,最后把口味性或边界争议抛到审批门口。适合想跳过多轮问答、一次性把计划做全量复核并快速拿结论的场景。好处是省掉重复沟通,把判断性问题集中到最终决策点。

▸ 展开 SKILL.md 英文原文

Auto-review pipeline — reads the full CEO, design, eng, and DX review skills from disk and runs them sequentially with auto-decisions using 6 decision principles. Surfaces taste decisions (close approaches, borderline scope, codex disagreements) at a final approval gate. One command, fully reviewed plan out. Use when asked to "auto review", "autoplan", "run all reviews", "review this plan automatically", or "make the decisions for me". Proactively suggest when the user has a plan file and wants to run the full review gauntlet without answering 15-30 intermediate questions. (gstack) Voice triggers (speech-to-text aliases): "auto plan", "automatic review".

自动化集成自动审查审批流水线决策原则通用
1
Stars
0
Forks
40
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/MaximoCorrea1/ultra-powers/main/flows/ultra-powers/skills/autoplan/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/MaximoCorrea1/ultra-powers/main/flows/ultra-powers/skills/autoplan/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
<!-- AUTO-GENERATED from SKILL.md.tmpl — do not edit directly -->
<!-- Regenerate: bun run gen:skill-docs -->

## Preamble (run first)

```bash
_UPD=$(~/.claude/skills/gstack/bin/gstack-update-check 2>/dev/null || .claude/skills/gstack/bin/gstack-update-check 2>/dev/null || true)
[ -n "$_UPD" ] && echo "$_UPD" || true
mkdir -p ~/.gstack/sessions
touch ~/.gstack/sessions/"$PPID"
_SESSIONS=$(find ~/.gstack/sessions -mmin -120 -type f 2>/dev/null | wc -l | tr -d ' ')
find ~/.gstack/sessions -mmin +120 -type f -exec rm {} + 2>/dev/null || true
_PROACTIVE=$(~/.claude/skills/gstack/bin/gstack-config get proactive 2>/dev/null || echo "true")
_PROACTIVE_PROMPTED=$([ -f ~/.gstack/.proactive-prompted 
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有