← 返回 Skills 市场
soponcd

Spec Developer

作者 soponcd · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
131
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install spec-developer
功能描述
自动化 Spec 驱动开发流程 (spec-draft, spec-plan, spec-execute)
安全使用建议
This skill is broadly coherent with its stated purpose but it can modify your repository and run local test scripts. Before installing: (1) verify the referenced template (.agent/skills/spec-developer/templates/feature-spec.md) actually exists or that the SKILL.md will be updated to provide it; (2) review ./tools/run_native_tests.sh to ensure it is safe and won't leak secrets or perform unexpected network calls; (3) prefer a dry-run or require manual review/PRs rather than direct commits—ensure the skill opens changes as draft commits/PRs instead of pushing directly; (4) limit autonomous invocation or require explicit confirmation before spec-execute runs; (5) backup the repo or run the skill in an isolated clone first. These steps will reduce the chance of unintended or destructive changes.
功能分析
Type: OpenClaw Skill Name: spec-developer Version: 1.0.0 The skill bundle defines a structured workflow for spec-driven development (drafting, planning, and executing tasks). The instructions in SKILL.md guide the agent to manage local files within the project directory (e.g., specs/, .agent/templates/) and execute local tests via a standard script (./tools/run_native_tests.sh). There are no indicators of data exfiltration, malicious persistence, or unauthorized network activity.
能力评估
Purpose & Capability
Name/description match the instructions: drafting specs, planning tasks, and executing tasks (modifying code, running tests) are coherent with a spec-developer skill. The resources it needs (repository files, test script) are appropriate for that purpose.
Instruction Scope
Runtime instructions tell the agent to read/write project files (specs/, specs/tasks.md, .agent/skills/... template, CLAUDE.md), modify/implement code, create session tasks, and run ./tools/run_native_tests.sh. Those actions are powerful (code changes, executing test scripts) and the SKILL.md provides no guardrails (dry-run mode, PRs, scoping to specific paths). The template path referenced (.agent/skills/spec-developer/templates/feature-spec.md) is required but the skill has no install step to ensure that template exists.
Install Mechanism
Instruction-only skill with no install spec; nothing will be written to disk by an installer. This is the lowest-risk install mechanism.
Credentials
The skill declares no environment variables or credentials. The instructions also do not request external API keys. However, executing local test scripts can implicitly rely on environment or local secrets (not declared), so you should confirm the test script's behavior.
Persistence & Privilege
always:false (normal) and autonomous invocation allowed (default). Because the skill can modify code and run tests, allowing it to run autonomously increases risk; consider restricting autonomous invocation or requiring explicit user confirmation before any repository modifications.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install spec-developer
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /spec-developer 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of "spec-developer" skill. - Automates Spec-driven development with commands: /spec (help), /spec-draft (draft specs), /spec-plan (plan tasks), and /spec-execute (execute implementation). - Helps generate, plan, and execute engineering features by managing spec files, tasks, and implementation workflow. - Designed for streamlined engineering workflow in the spec-driven model.
元数据
Slug spec-developer
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Spec Developer 是什么?

自动化 Spec 驱动开发流程 (spec-draft, spec-plan, spec-execute). 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 131 次。

如何安装 Spec Developer?

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

Spec Developer 是免费的吗?

是的,Spec Developer 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Spec Developer 支持哪些平台?

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

谁开发了 Spec Developer?

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

💬 留言讨论