← 返回 Skills 市场
sougannkyou

KSE CLI 开发工作流

作者 bigbangbang · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ 安全检测通过
174
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install kse-dev
功能描述
基于 kiro-spec-engine (kse) 的 CLI 开发工作流。使用 spec 驱动开发,通过 kse 命令创建规格文档、管理项目结构、自动化开发流程。当用户需要:(1) 用 kse CLI 进行 spec-driven 开发,(2) 创建和管理项目 specs,(3) 使用 enhance 提升文档...
使用说明 (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 查看项目状态

开发流程

  1. 创建项目文件夹 → 创建独立的项目目录
  2. 初始化cd \x3Cproject> && kse init
  3. 创建 Speckse spec create \x3Cfeature-name>
  4. 编写需求 → 编辑 requirements.md
  5. 实现代码 → 按需求实现
  6. 验证 → 运行代码确认符合验收标准

注意事项

  • 项目放在独立子文件夹中,避免互相污染
  • 不使用 GUI,纯 CLI 开发
  • 遵循 spec-driven 开发流程
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install kse-dev
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /kse-dev 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
去除个人信息
v1.0.0
初始版本
元数据
Slug kse-dev
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

KSE CLI 开发工作流 是什么?

基于 kiro-spec-engine (kse) 的 CLI 开发工作流。使用 spec 驱动开发,通过 kse 命令创建规格文档、管理项目结构、自动化开发流程。当用户需要:(1) 用 kse CLI 进行 spec-driven 开发,(2) 创建和管理项目 specs,(3) 使用 enhance 提升文档... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 174 次。

如何安装 KSE CLI 开发工作流?

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

KSE CLI 开发工作流 是免费的吗?

是的,KSE CLI 开发工作流 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

KSE CLI 开发工作流 支持哪些平台?

KSE CLI 开发工作流 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 KSE CLI 开发工作流?

由 bigbangbang(@sougannkyou)开发并维护,当前版本 v1.0.1。

💬 留言讨论