← 返回 Skills 市场
270
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install structured-dev
功能描述
结构化开发流水线:Research → Plan → Annotate → Implement。 基于 Boris Tane (Cloudflare) 的 Claude Code 工作流,确保 AI 在架构审查通过前不写一行代码。 触发词:"结构化开发", "structured dev", "走流水线", "R...
安全使用建议
This skill appears internally consistent and contains only local file operations and two small helper scripts. Before installing or invoking it: (1) understand the skill will read the entire project tree to produce .dev/research.md and plan.md; (2) it will write files into a .dev/ directory and, if you instruct it to implement, may modify project source — keep backups or use a branch; (3) there's no external network exfiltration or credential requests in the package, but be cautious when granting any agent authority to 'spawn' autonomous coding agents that can commit changes; (4) if you want extra safety, run the skill in a sandboxed clone of your repo or disable autonomous agent execution until you've reviewed plan.md and confirmed tasks manually.
功能分析
Type: OpenClaw Skill
Name: structured-dev
Version: 0.1.0
The 'structured-dev' skill implements a multi-phase development workflow (Research, Plan, Annotate, Implement) designed to improve AI code generation quality. It uses local Python scripts (init_dev.py and progress.py) to manage a .dev/ directory and track task completion via regex parsing of markdown files. The instructions and templates are strictly aligned with the stated purpose of structured software development and do not exhibit any signs of data exfiltration, malicious execution, or harmful prompt injection.
能力评估
Purpose & Capability
Name and description describe a structured development workflow. The skill only requests local file I/O (create/read .dev/* and read project files) and provides helper scripts to initialize and parse plan.md — these are coherent with the stated goal.
Instruction Scope
SKILL.md instructs the agent to deeply read project source, create and update .dev/research.md and .dev/plan.md, process in-place annotations, and (with user consent) spawn a coding agent to modify code. Reading/writing repository files is expected for this purpose, but users should note the agent will be instructed to examine the entire project tree and make edits when asked.
Install Mechanism
No install spec; skill is instruction-first and ships two small Python helper scripts. No network downloads, package installs, or archive extraction are present.
Credentials
The skill declares no environment variables, credentials, or config paths. Its runtime instructions access only repository files and .dev/ artifacts, which align with its function.
Persistence & Privilege
always:false (no forced inclusion). The skill relies on persistent files (.dev/plan.md) as shared mutable state — an intended design choice. Agent autonomous invocation is allowed by platform default; this is normal but means the agent could perform multi-step edits if the user approves.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install structured-dev - 安装完成后,直接呼叫该 Skill 的名称或使用
/structured-dev触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release
元数据
常见问题
Structured Dev 是什么?
结构化开发流水线:Research → Plan → Annotate → Implement。 基于 Boris Tane (Cloudflare) 的 Claude Code 工作流,确保 AI 在架构审查通过前不写一行代码。 触发词:"结构化开发", "structured dev", "走流水线", "R... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 270 次。
如何安装 Structured Dev?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install structured-dev」即可一键安装,无需额外配置。
Structured Dev 是免费的吗?
是的,Structured Dev 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Structured Dev 支持哪些平台?
Structured Dev 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Structured Dev?
由 shaokunli(@lskun)开发并维护,当前版本 v0.1.0。
推荐 Skills