Token导航 LogoToken导航TokenDH.com
研究检索只读github未标认证来源可访问许可证需确认审计通过

evanflow-executing-plansevanflow 执行计划

Agent Skill

evanflow-executing-plans 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

198

周安装

8

GitHub Stars

337

下载量

62
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:evanflow-executing-plans(evanflow 执行计划)
来源仓库:https://github.com/evanklem/evanflow
仓库路径:skills/evanflow-executing-plans
安装命令:
npx skills add https://github.com/evanklem/evanflow --skill evanflow-executing-plans
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/evanklem/evanflow --skill evanflow-executing-plans

简介

evanflow-executing-plans 执行计划文件中的任务,支持顺序执行和并行化选项。

  • 适用于已分解为独立单元的项目实施场景,提供垂直切片开发和行为契约保障。
  • 使用时需先检查并行可行性,再选择 sequential 或 coder-overseer 模式执行。
  • 安装前请确认仓库权限和维护状态,禁止跨模块修改,确保每个单元通过其公共接口交互。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

EvanFlow: Executing Plans

Vocabulary

See evanflow meta-skill. Key terms: vertical slice, behavior through public interface.

When to Use

  • A plan file exists (docs/plans/... or wherever the user put it)
  • Ready to start implementation

The Flow

0. Parallelization Check (offer coder-overseer if applicable)

Before doing anything else, scan the plan: does it have 3+ truly independent units that share a common interface contract?

If YES — offer evanflow-coder-overseer to the user before starting sequential execution:

"This plan has [N] independent units. We can execute sequentially or via evanflow-coder-overseer (parallel coders + per-coder overseers + integration overseer + executable cohesion contract via named integration tests). Parallel is faster and adds independent QA. Which path?"

If the user picks coder-overseer, hand off there and stop this skill. If the user picks sequential — or if the plan doesn't qualify (tightly sequential dependencies, fewer than 3 units, no shared contract) — proceed to step 1.

1. Load and Critically Review

  • Read the plan in full
  • Identify ambiguities, gaps, or assumptions you'd make differently
  • If anything is unclear or wrong, raise it with the user before starting
  • Set up TaskCreate items mirroring the plan's tasks

2. Execute Task-by-Task

For each task:

  1. Mark the task in_progress
  2. Follow the plan's bite-sized steps exactly
  3. For code steps, default to TDD via evanflow-tdd (skip only when plan flags an exception)
  4. Run the inline verifications the plan specifies
  5. Run the project-wide quality checks before claiming done. The exact commands are project-specific — find them in CLAUDE.md or the project's README. Typically:

- typecheck (e.g., tsc --noEmit, pnpm typecheck, cargo check, go vet./...) - lint (e.g., eslint., pnpm lint, cargo clippy, ruff check.) - test for affected workspaces (e.g., pnpm test, pytest, cargo test, go test./...)

  1. Mark the task completed

3. Handle Blockers

Stop immediately when:

  • Missing dependency or environment problem
  • Plan instruction is ambiguous or contradicts the code
  • Verification fails repeatedly
  • Discover the plan's assumption was wrong

Don't force through. Surface the blocker and ask. If the plan needs revision, return to evanflow-writing-plans.

4. Iterate, Then Stop

After all tasks pass quality checks, hand off to evanflow-iterate for the self-review loop. Iterate finds issues a single pass missed (dead code, naming, scope creep, missing tests). For UI changes, iterate also views the rendered page.

When iterate converges: report what was done and STOP. Do NOT stage files (git add), do NOT commit, do NOT push, do NOT propose integration. The user decides every step from here.

A good "done" report includes: what files changed (one line each), what behaviors were added/changed, what verifications passed. Then await user direction.

Hard Rules

  • Never auto-commit, never auto-stage, never auto-finish. Period. After all tasks pass and iterate converges, report and stop. The user decides what comes next.
  • No forced sub-skill chain. Subagent-driven execution and git-worktree isolation are escape hatches for huge plans, not requirements.
  • Verify before claiming done. Run the project's quality checks and confirm output before marking a task complete or reporting success.
  • Match scope. Don't add features or refactor beyond what the plan calls for.

Hand-offs

  • All tasks complete → evanflow-iterate (self-review loop) → report and STOP
  • Plan needs revision → back to evanflow-writing-plans
  • Plan has 3+ truly independent parallel tasks with a shared contract → switch to evanflow-coder-overseer (parallel coders + per-coder overseers + integration overseer)
  • Working in a shared codebase, want isolation → consider a git-worktrees workflow if your environment provides one

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

34.14%
按下载量换算21

Claude

28.17%
按下载量换算17

Cursor

18%
按下载量换算11

Gemini CLI

9.94%
按下载量换算6

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills