plan-exec
仓库创建 2026年4月30日最近提交 21 天前SkillHot 收录 20 天前
▸ 精选理由
把计划文件化存库,便于跨会话保留上下文、复审与交付控制。
这个 Skill 做什么
在仓库内写入可保存的执行计划(docs/exec-plans)以支持大范围改动前的审查与交接。
在仓库里先写一份可保存的执行计划再动手,文件会落到 docs/exec-plans/,包括日期和 slug,待用户批准后按计划执行。适用于跨子系统、大范围改动、修改 API/DB 合约、涉及认证/安全或需多人交接的工作;对单文件小修可直接改不必写计划。特色是文件化、可审计,能挺过上下文压缩与移交,模仿 Claude Code 的 plan-file 工作流。
▸ 展开 SKILL.md 英文原文
Use this skill when the user asks for an implementation plan, a "plan first", or starts work that crosses subsystems, changes API/DB contracts, touches auth/security/reliability, or will span multiple turns. Mirrors Claude Code's plan-file behavior by writing a repo-local plan to docs/exec-plans/active/{yyyy-mm-dd}-{slug}.md, getting user approval, then executing against it. Skip for trivial fixes, single-file copy edits, and obvious bug fixes - just do those directly.
0
Stars
0
Forks
16
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/Eotel/skills/main/plan-exec/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/Eotel/skills/main/plan-exec/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# plan-exec — write a plan before large work Some repos have Claude Code plan mode available, but Codex sessions need an explicit file-backed workflow. This skill uses the current repo's `docs/exec-plans/` system so a plan can survive context compaction, handoff, and later review. When invoked, write a plan file in the target repo, get user approval, then execute against that plan. Reference reading: - Repo policy, when present: `docs/PLANS.md` - Plan template, when present: `docs/exec-plans/plan-template.md` - Background pattern: [OpenAI cookbook — Codex exec plans](https://developers.openai.com/cookbook/articles/codex_exec_plans) ## When to use this skill Trigger when any of the foll
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有