Token导航 LogoToken导航TokenDH.com
研究检索操作浏览器clawhub未标认证来源可访问clear审计提醒

spf-exec-planspf 执行计划

Agent Skill

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

总安装

8,023

周安装

331

GitHub Stars

公开资料未说明

下载量

2,622
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install spf-exec-plan

简介

spf-exec-plan 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。

  • 适用于研究检索类任务,可结合来源仓库、安装命令和原始 README 继续核验具体用法。
  • 通过 openclaw skills install spf-exec-plan 命令安装。
  • 安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。
  • 适用宿主包括 OpenClaw,接入前应确认版本、权限和运行环境要求。

SKILL.md

name
spf-exec-plan
description
Use when you have a written implementation plan to execute in a separate session with review checkpoints

Executing Plans

Overview

Load plan, review critically, execute tasks in batches, report for review between batches.

Core principle: Batch execution with checkpoints for architect review.

Announce at start: "I'm using the executing-plans skill to implement this plan."

The Process

Step 1: Load and Review Plan

  1. Read plan file
  2. Review critically - identify any questions or concerns about the plan
  3. If concerns: Raise them with your human partner before starting
  4. If no concerns: Create TodoWrite and proceed

Step 2: Execute Batch

Default: First 3 tasks

For each task:

  1. Mark as in_progress
  2. Follow each step exactly (plan has bite-sized steps)
  3. Run verifications as specified
  4. Mark as completed

Step 3: Report

When batch complete:

  • Show what was implemented
  • Show verification output
  • Say: "Ready for feedback."

Step 4: Continue

Based on feedback:

  • Apply changes if needed
  • Execute next batch
  • Repeat until complete

Step 5: Complete Development

After all tasks complete and verified:

  • Announce: "I'm using the finishing-a-development-branch skill to complete this work."
  • REQUIRED SUB-SKILL: Use superpowers:finishing-a-development-branch
  • Follow that skill to verify tests, present options, execute choice

When to Stop and Ask for Help

STOP executing immediately when:

  • Hit a blocker mid-batch (missing dependency, test fails, instruction unclear)
  • Plan has critical gaps preventing starting
  • You don't understand an instruction
  • Verification fails repeatedly

Ask for clarification rather than guessing.

When to Revisit Earlier Steps

Return to Review (Step 1) when:

  • Partner updates the plan based on your feedback
  • Fundamental approach needs rethinking

Don't force through blockers - stop and ask.

Remember

  • Review plan critically first
  • Follow plan steps exactly
  • Don't skip verifications
  • Reference skills when plan says to
  • Between batches: just report and wait
  • Stop when blocked, don't guess
  • Never start implementation on main/master branch without explicit user consent

Integration

Required workflow skills:

  • superpowers:using-git-worktrees - REQUIRED: Set up isolated workspace before starting
  • superpowers:writing-plans - Creates the plan this skill executes
  • superpowers:finishing-a-development-branch - Complete development after all tasks

Superplanner Memory Integration (Unified Extension)

CRITICAL THEMATIC RULE: You are working inside the superpower-with-files unified framework.

Workflow Standardization

  1. Skill Announcement: Every time you start using this skill, you MUST first announce:

🚀 **SUPERPOWER ACTIVE:** spf-exec-plan

  1. Context Independence: Work in any project root as requested by the user. No dedicated worktree required.

STRICT EXECUTION ONLY

  1. Execution Only: Your sole responsibility is to carry out the steps defined in the active_tdd_plan.md.
  2. No Plan Modification: You MUST NOT modify the plan itself.
  3. Optional Steps: You MAY skip any step marked as (optional) if the state is clear.

PARALLEL EXECUTION PROTOCOL

  1. Parallel Spawning: If Task A and Task B are marked as Parallel with each other:

- You MUST attempt to spawn a sub-agent (if the platform provides a subagent or browser_subagent tool) to handle one of the tasks. - If no sub-agent tool is available, you MUST execute them sequentially but acknowledge the parallel potential in progress.md. - Before spawning, ensure common dependencies (Tasks they both depend on) are 100% complete.

Pre-Flight Context Checklist

Before you execute any code, you MUST load your context.

  1. Read Core Files: Read task_plan.md, findings.md, and active_tdd_plan.md.
  2. Guide-Aware Loading: Before starting Task N, check if .superpower-with-files/guides/task-N.md exists. If it does, YOU MUST READ IT. It contains the detailed "how-to" for the task.
  3. Sync Progress: Check progress.md to resume correctly.

Execution Checkpoint Rule

When you finish a batch of 3 tasks, *before* you pause to say "Ready for feedback", you MUST:

  1. Context Hygiene:

- Summarize the batch into a single concise paragraph in progress.md. - Clear any temporary discovery findings from findings.md that are no longer relevant. - For your next prompt, keep only the relevant task_plan.md phase and the next 3 tasks from active_tdd_plan.md in your immediate thought block.

  1. Session Handoff:

- If you are stopping or pausing for more than a few minutes, CREATE or UPDATE: .superpower-with-files/handoff.md - Include: Latest timestamp, Completed tasks, Current task status, Any blockers, and "Next Action" details.

  1. Implicit Stop: Stop and prompt the user:

> "Batch complete. Progress saved and context compacted. Session handoff updated at handoff.md. Ready to continue?"

Automated Timestamping

  • Every time you modify a memory file (task_plan.md, active_tdd_plan.md, findings.md, progress.md), you MUST append a horizontal rule and a timestamp at the very bottom:

--- *Last Updated: YYYY-MM-DD HH:MM UTC*

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

补充不同宿主或平台的使用分布数据

能力 5

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

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

平台分布

OpenClaw

83.23%
按下载量换算2,182

安全审计

VirusTotal

通过

ClawScan

可疑

Static analysis

通过

权限和风险

操作浏览器

该 Skill 可能涉及浏览器控制能力,使用时可能读取或操作网页内容,需要在受控环境中确认权限边界。

安装前确认

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

来源信息

继续浏览同类 Skills