← Back to Skills Marketplace
soponcd

Spec Developer

by soponcd · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
131
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install spec-developer
Description
自动化 Spec 驱动开发流程 (spec-draft, spec-plan, spec-execute)
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install spec-developer
  3. After installation, invoke the skill by name or use /spec-developer
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug spec-developer
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Spec Developer?

自动化 Spec 驱动开发流程 (spec-draft, spec-plan, spec-execute). It is an AI Agent Skill for Claude Code / OpenClaw, with 131 downloads so far.

How do I install Spec Developer?

Run "/install spec-developer" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Spec Developer free?

Yes, Spec Developer is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Spec Developer support?

Spec Developer is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Spec Developer?

It is built and maintained by soponcd (@soponcd); the current version is v1.0.0.

💬 Comments