← Back to Skills Marketplace
KSE CLI 开发工作流
by
bigbangbang
· GitHub ↗
· v1.0.1
· MIT-0
174
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install kse-dev
Description
基于 kiro-spec-engine (kse) 的 CLI 开发工作流。使用 spec 驱动开发,通过 kse 命令创建规格文档、管理项目结构、自动化开发流程。当用户需要:(1) 用 kse CLI 进行 spec-driven 开发,(2) 创建和管理项目 specs,(3) 使用 enhance 提升文档...
README (SKILL.md)
KSE CLI 开发工作流
概述
KSE (Kiro Spec Engine) 是一个 npm 包,提供 CLI 工具支持规格驱动开发。
安装:
npm install -g kiro-spec-engine
命令: kse
快速开始
1. 初始化新项目
cd \x3Cyour-project-folder>
kse init
2. 创建 Spec
kse spec create \x3Cspec-name>
3. 编写规格文档
在 .kiro/specs/\x3Cspec-name>/ 下创建:
requirements.md- 需求定义和验收标准design.md- 技术设计tasks.md- 任务清单
4. 增强文档质量
kse enhance requirements \x3Cfile-path>
kse enhance design \x3Cfile-path>
5. 检查系统
kse doctor
常用命令
| 命令 | 说明 |
|---|---|
kse init |
初始化 Kiro 项目结构 |
kse spec create \x3Cname> |
创建新 spec |
kse enhance \x3Cstage> \x3Cfile> |
增强文档 |
kse doctor |
检查系统环境 |
kse status |
查看项目状态 |
开发流程
- 创建项目文件夹 → 创建独立的项目目录
- 初始化 →
cd \x3Cproject> && kse init - 创建 Spec →
kse spec create \x3Cfeature-name> - 编写需求 → 编辑
requirements.md - 实现代码 → 按需求实现
- 验证 → 运行代码确认符合验收标准
注意事项
- 项目放在独立子文件夹中,避免互相污染
- 不使用 GUI,纯 CLI 开发
- 遵循 spec-driven 开发流程
Usage Guidance
This skill is instruction-only and simply tells you to install and use the kiro-spec-engine (kse) npm CLI. Before installing or running the CLI: (1) verify the npm package (check its npmjs.org page, repository URL, and maintainer), (2) inspect package.json and any postinstall scripts or binaries if possible, (3) prefer installing locally or testing in an isolated environment/container rather than as a global install, and (4) pin a specific version and review recent changes. Because the skill itself contains no code, the runtime risk comes from the external npm package it directs you to install — review that package before use.
Capability Analysis
Type: OpenClaw Skill
Name: kse-dev
Version: 1.0.1
The skill bundle provides documentation and instructions for using the 'kiro-spec-engine' (kse) CLI tool for spec-driven development. The instructions in SKILL.md cover standard development workflows such as project initialization, document creation, and environment checks (kse doctor) without any evidence of malicious intent, data exfiltration, or prompt injection.
Capability Assessment
Purpose & Capability
Name/description: a CLI workflow for Kiro Spec Engine (kse). Declared requirements: none. The SKILL.md instructs installing and using the kse npm CLI — this aligns with the stated purpose and does not request unrelated capabilities.
Instruction Scope
Instructions only tell the agent/user to install the npm package and run kse commands (init, spec create, enhance, doctor, status) and to edit files under .kiro/specs/. There are no instructions to read unrelated system files, access secrets, or transmit data to unexpected endpoints.
Install Mechanism
The skill has no install spec and contains only SKILL.md. The README directs the user to run `npm install -g kiro-spec-engine` (installing third‑party code). This is expected for a CLI workflow but means the actual behavior depends on that external npm package; users should verify the package provenance and contents before global installation.
Credentials
The skill requests no environment variables, credentials, or config paths. That is proportional to an instruction-only CLI workflow. There are no hidden env accesses in the provided instructions.
Persistence & Privilege
Skill is not always-enabled and does not request persistent system-wide configuration or modify other skills. It is user-invocable and can be autonomously invoked by the agent (platform default) — no extra privilege requested.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install kse-dev - After installation, invoke the skill by name or use
/kse-dev - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
去除个人信息
v1.0.0
初始版本
Metadata
Frequently Asked Questions
What is KSE CLI 开发工作流?
基于 kiro-spec-engine (kse) 的 CLI 开发工作流。使用 spec 驱动开发,通过 kse 命令创建规格文档、管理项目结构、自动化开发流程。当用户需要:(1) 用 kse CLI 进行 spec-driven 开发,(2) 创建和管理项目 specs,(3) 使用 enhance 提升文档... It is an AI Agent Skill for Claude Code / OpenClaw, with 174 downloads so far.
How do I install KSE CLI 开发工作流?
Run "/install kse-dev" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is KSE CLI 开发工作流 free?
Yes, KSE CLI 开发工作流 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does KSE CLI 开发工作流 support?
KSE CLI 开发工作流 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created KSE CLI 开发工作流?
It is built and maintained by bigbangbang (@sougannkyou); the current version is v1.0.1.
More Skills