← 返回 Skills 市场
mok888

SPF Write Plan

作者 mok888 · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
270
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install spf-write-plan
功能描述
Use when you have a spec or requirements for a multi-step task, before touching code
安全使用建议
This skill is an instruction-only planner and appears internally consistent. Before installing/using it: (1) Run it in a throwaway branch or dedicated worktree since it will create files (docs/plans/ and a hidden .superpower-with-files/ directory) and append timestamps to memory files. (2) Review any generated plan files before handing them to an executor. (3) The skill references and requires other sub-skills (e.g., superpowers:executing-plans, superpowers:subagent-driven-development) — don't grant those execution-capable sub-skills or automated executors unless you trust them, because those are the components that would actually run code. (4) Note the doc contains contradictory guidance about dedicated worktrees vs operating in any project root — prefer a dedicated worktree to reduce accidental changes. Overall the skill does not request secrets or external installs, but exercise normal caution around allowing downstream execution sub-skills.
功能分析
Type: OpenClaw Skill Name: spf-write-plan Version: 1.0.0 The spf-write-plan skill bundle is a well-structured tool designed to help an AI agent generate detailed software implementation plans following Test-Driven Development (TDD) principles. It includes templates for various tech stacks (Python, Rust, React) and defines a clear workflow for task granularity, documentation, and handoff to execution skills. The instructions explicitly forbid code execution during the planning phase and focus on organizing project structure and logic, with no indicators of malicious intent, data exfiltration, or unauthorized access.
能力评估
Purpose & Capability
The name/description (write implementation plans) matches the SKILL.md and templates. The skill does not request unrelated binaries, credentials, or installs. All required actions (detect test runner, produce files, reference templates) are consistent with authoring implementation plans.
Instruction Scope
The instructions require reading repository files (Cargo.toml, pyproject.toml, package.json) to auto-detect test runners and mandate creating/saving plan files under docs/plans/ and a hidden .superpower-with-files/guides directory. Reading repo metadata and writing plan files is within scope, but the skill also mandates appending timestamps to memory files and has conflicting guidance about whether to run in a dedicated worktree vs any project root — review and constrain its workspace before use to avoid accidental changes to important branches.
Install Mechanism
Instruction-only skill with no install spec, no downloads, and no runtime code. This minimizes installation risk.
Credentials
The skill requests no environment variables, credentials, or config paths. The only file/system interactions are repository files and newly created plan/guide files, which are reasonable for a planning tool.
Persistence & Privilege
The skill will create and modify files inside the project (docs/plans/, .superpower-with-files/) and requires appending timestamps to memory files. It does not set always:true or modify other skills or global agent settings, but it will persist artifacts in the repository—use a dedicated worktree/branch if you want to avoid polluting main branches.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install spf-write-plan
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /spf-write-plan 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release - TDD planning with templates
元数据
Slug spf-write-plan
版本 1.0.0
许可证
累计安装 1
当前安装数 1
历史版本数 1
常见问题

SPF Write Plan 是什么?

Use when you have a spec or requirements for a multi-step task, before touching code. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 270 次。

如何安装 SPF Write Plan?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install spf-write-plan」即可一键安装,无需额外配置。

SPF Write Plan 是免费的吗?

是的,SPF Write Plan 完全免费(开源免费),可自由下载、安装和使用。

SPF Write Plan 支持哪些平台?

SPF Write Plan 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 SPF Write Plan?

由 mok888(@mok888)开发并维护,当前版本 v1.0.0。

💬 留言讨论