← 返回 Skills 市场
Implementation Planner
作者
Mauricio Z.
· GitHub ↗
· v1.0.0
· MIT-0
71
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install axodus-implementation-planner
功能描述
Turn a feature idea into a concrete technical implementation plan.
使用说明 (SKILL.md)
SKILL: implementation-planner
Purpose
Convert a feature idea into a concrete technical execution plan (architecture, modules, interfaces, validations, and rollout).
When to Use
- The request requires design decisions before code.
- Multiple components must be coordinated (frontend/backend/infra/contracts).
- The user asked for an “implementation plan†or “architectureâ€.
Inputs
feature_description(required, string): what to build and why.constraints(optional, string[]): non-negotiables (security, budget, tooling, timeline).environment(optional, object): runtime (OS, container), deploy targets, CI.existing_system(optional, string): relevant current architecture and boundaries.
Steps
- Define success criteria (what “done†means) and explicit non-goals.
- Identify actors and interfaces (users, services, contracts, external APIs).
- Choose an architecture that minimizes risk and change surface.
- Define modules and ownership boundaries (what lives where).
- Specify data flow (inputs, outputs, persistence, logs/audit trail).
- Specify validation path:
- unit tests
- integration tests
- security checks (as applicable)
- Define rollout:
- feature flags / guarded modes
- backwards compatibility
- migration steps (if any)
- List open questions and assumptions; ask for clarification when risk is material.
Validation
- Plan satisfies all stated constraints.
- Every module has an interface and responsibility.
- Testing/validation is included (not “laterâ€).
- Rollout avoids accidental production impact.
Output
Structured plan (example schema):
overview: "\x3C1 paragraph>"
modules:
- name: "\x3Cmodule>"
responsibility: "\x3Cwhat it owns>"
interfaces: ["\x3Capi/events/files>"]
data_flow:
inputs: ["..."]
outputs: ["..."]
validation:
unit: ["..."]
integration: ["..."]
rollout:
guardrails: ["..."]
open_questions: ["..."]
Safety Rules
- Do not select tools that violate constraints.
- Do not propose deployments that can impact production without explicit gating.
- Prefer simplest architecture that meets requirements.
Example
Feature: “Add webhook ingestion with idempotency and audit logs.†Output (excerpt):
modules:
- name: "webhook-controller"
responsibility: "request validation + signature checks"
- name: "event-store"
responsibility: "persist raw payload + processing status"
validation:
integration: ["replay same event id results in no duplicate side effects"]
安全使用建议
This skill appears coherent and low-risk: it only contains authoring instructions for producing implementation plans and requests no credentials or installs. Before installing, confirm the publisher identity (registry owner ID differs from the in-file author metadata), and if you plan to allow autonomous invocation, ensure the agent's permissions and logs are acceptable. If you need stronger assurance, ask the publisher for provenance (a homepage or repo) or run the skill in a restricted/test agent first. If future versions add scripts, downloads, or environment access, re-evaluate immediately.
功能分析
Type: OpenClaw Skill
Name: axodus-implementation-planner
Version: 1.0.0
The skill bundle is a purely documentation-based tool designed to guide an AI agent in generating technical implementation plans. It contains no executable code, network requests, or instructions to access sensitive data. The logic defined in SKILL.md and implementation-planner.md focuses on architectural planning, validation steps, and safety guardrails for software design.
能力评估
Purpose & Capability
Name/description (produce implementation plans) align with the SKILL.md steps and outputs. There are no unexpected binaries, env vars, or config paths requested that would be unrelated to producing design plans.
Instruction Scope
The SKILL.md outlines deterministic, scoped steps (success criteria, modules, data flow, validation, rollout) and example outputs. It does not instruct the agent to read local files, access environment variables, call external endpoints, or exfiltrate data.
Install Mechanism
No install spec and no code files — instruction-only skill. This minimizes disk write/execution risk and is appropriate for a planning/authoring skill.
Credentials
The skill declares no required environment variables, credentials, or config paths. That is proportional for a non-executing, authoring-focused skill.
Persistence & Privilege
always is false (not force-included) and autonomous invocation is the platform default; the skill does not request elevated persistence or to modify other skills' configuration.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install axodus-implementation-planner - 安装完成后,直接呼叫该 Skill 的名称或使用
/axodus-implementation-planner触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of implementation-planner skill.
- Transforms feature ideas into detailed technical implementation plans.
- Supports capturing constraints, environments, and existing architecture.
- Guides users through defining architecture, modules, validation, and rollout strategy.
- Promotes safe, clear, and practical implementation planning for complex features.
元数据
常见问题
Implementation Planner 是什么?
Turn a feature idea into a concrete technical implementation plan. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 71 次。
如何安装 Implementation Planner?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install axodus-implementation-planner」即可一键安装,无需额外配置。
Implementation Planner 是免费的吗?
是的,Implementation Planner 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Implementation Planner 支持哪些平台?
Implementation Planner 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Implementation Planner?
由 Mauricio Z.(@mzfshark)开发并维护,当前版本 v1.0.0。
推荐 Skills