openspec-continue-change — for Claude Code openspec-continue-change, SmallAliceWeb, community, for Claude Code, ide skills, openspec list --json, schema, lastModified, schemaName, artifacts

v1.0

关于此技能

适用场景: Ideal for AI agents that need continue working on a change by creating the next artifact. 本地化技能摘要: Continue working on a change by creating the next artifact. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

功能特性

Continue working on a change by creating the next artifact.
If no change name provided, prompt for selection
Present the top 3-4 most recently modified changes as options, showing:
Schema (from schema field if present, otherwise "spec-driven")
Status (e.g., "0/5 tasks", "complete", "no tasks")

# 核心主题

ruan-cat ruan-cat
[0]
[0]
更新于: 2/27/2026

Killer-Skills Review

Decision support comes first. Repository text comes second.

Reference-Only Page Review Score: 10/11

This page remains useful for teams, but Killer-Skills treats it as reference material instead of a primary organic landing page.

Original recommendation layer Concrete use-case guidance Explicit limitations and caution Quality floor passed for review
Review Score
10/11
Quality Score
60
Canonical Locale
en
Detected Body Locale
en

适用场景: Ideal for AI agents that need continue working on a change by creating the next artifact. 本地化技能摘要: Continue working on a change by creating the next artifact. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

核心价值

推荐说明: openspec-continue-change helps agents continue working on a change by creating the next artifact. Continue working on a change by creating the next artifact. This AI agent skill supports Claude Code, Cursor, and

适用 Agent 类型

适用场景: Ideal for AI agents that need continue working on a change by creating the next artifact.

赋予的主要能力 · openspec-continue-change

适用任务: Applying Continue working on a change by creating the next artifact
适用任务: Applying If no change name provided, prompt for selection
适用任务: Applying Present the top 3-4 most recently modified changes as options, showing:

! 使用限制与门槛

  • 限制说明: IMPORTANT : Do NOT guess or auto-select a change. Always let the user choose.
  • 限制说明: context: Project background (constraints for you - do NOT include in output)
  • 限制说明: rules: Artifact-specific rules (constraints for you - do NOT include in output)

Why this page is reference-only

  • - Current locale does not satisfy the locale-governance contract.

Source Boundary

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

评审后的下一步

先决定动作,再继续看上游仓库材料

Killer-Skills 的主价值不应该停在“帮你打开仓库说明”,而是先帮你判断这项技能是否值得安装、是否应该回到可信集合复核,以及是否已经进入工作流落地阶段。

实验室 Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

常见问题与安装步骤

以下问题与步骤与页面结构化数据保持一致,便于搜索引擎理解页面内容。

? FAQ

openspec-continue-change 是什么?

适用场景: Ideal for AI agents that need continue working on a change by creating the next artifact. 本地化技能摘要: Continue working on a change by creating the next artifact. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

如何安装 openspec-continue-change?

运行命令:npx killer-skills add ruan-cat/SmallAliceWeb/openspec-continue-change。支持 Cursor、Windsurf、VS Code、Claude Code 等 19+ IDE/Agent。

openspec-continue-change 适用于哪些场景?

典型场景包括:适用任务: Applying Continue working on a change by creating the next artifact、适用任务: Applying If no change name provided, prompt for selection、适用任务: Applying Present the top 3-4 most recently modified changes as options, showing:。

openspec-continue-change 支持哪些 IDE 或 Agent?

该技能兼容 Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer。可使用 Killer-Skills CLI 一条命令通用安装。

openspec-continue-change 有哪些限制?

限制说明: IMPORTANT : Do NOT guess or auto-select a change. Always let the user choose.;限制说明: context: Project background (constraints for you - do NOT include in output);限制说明: rules: Artifact-specific rules (constraints for you - do NOT include in output)。

安装步骤

  1. 1. 打开终端

    在你的项目目录中打开终端或命令行。

  2. 2. 执行安装命令

    运行:npx killer-skills add ruan-cat/SmallAliceWeb/openspec-continue-change。CLI 会自动识别 IDE 或 AI Agent 并完成配置。

  3. 3. 开始使用技能

    openspec-continue-change 已启用,可立即在当前项目中调用。

! 参考页模式

此页面仍可作为安装与查阅参考,但 Killer-Skills 不再把它视为主要可索引落地页。请优先阅读上方评审结论,再决定是否继续查看上游仓库说明。

Upstream Repository Material

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

Upstream Source

openspec-continue-change

Continue working on a change by creating the next artifact. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows. Continue working on a

SKILL.md
Readonly
Upstream Repository Material
The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.
Supporting Evidence

Continue working on a change by creating the next artifact.

Input: Optionally specify a change name. If omitted, check if it can be inferred from conversation context. If vague or ambiguous you MUST prompt for available changes.

Steps

  1. If no change name provided, prompt for selection

    Run openspec list --json to get available changes sorted by most recently modified. Then use the AskUserQuestion tool to let the user select which change to work on.

    Present the top 3-4 most recently modified changes as options, showing:

    • Change name
    • Schema (from schema field if present, otherwise "spec-driven")
    • Status (e.g., "0/5 tasks", "complete", "no tasks")
    • How recently it was modified (from lastModified field)

    Mark the most recently modified change as "(Recommended)" since it's likely what the user wants to continue.

    IMPORTANT: Do NOT guess or auto-select a change. Always let the user choose.

  2. Check current status

    bash
    1openspec status --change "<name>" --json

    Parse the JSON to understand current state. The response includes:

    • schemaName: The workflow schema being used (e.g., "spec-driven")
    • artifacts: Array of artifacts with their status ("done", "ready", "blocked")
    • isComplete: Boolean indicating if all artifacts are complete
  3. Act based on status:


    If all artifacts are complete (isComplete: true):

    • Congratulate the user
    • Show final status including the schema used
    • Suggest: "All artifacts created! You can now implement this change or archive it."
    • STOP

    If artifacts are ready to create (status shows artifacts with status: "ready"):

    • Pick the FIRST artifact with status: "ready" from the status output
    • Get its instructions:
      bash
      1openspec instructions <artifact-id> --change "<name>" --json
    • Parse the JSON. The key fields are:
      • context: Project background (constraints for you - do NOT include in output)
      • rules: Artifact-specific rules (constraints for you - do NOT include in output)
      • template: The structure to use for your output file
      • instruction: Schema-specific guidance
      • outputPath: Where to write the artifact
      • dependencies: Completed artifacts to read for context
    • Create the artifact file:
      • Read any completed dependency files for context
      • Use template as the structure - fill in its sections
      • Apply context and rules as constraints when writing - but do NOT copy them into the file
      • Write to the output path specified in instructions
    • Show what was created and what's now unlocked
    • STOP after creating ONE artifact

    If no artifacts are ready (all blocked):

    • This shouldn't happen with a valid schema
    • Show status and suggest checking for issues
  4. After creating an artifact, show progress

    bash
    1openspec status --change "<name>"

Output

After each invocation, show:

  • Which artifact was created
  • Schema workflow being used
  • Current progress (N/M complete)
  • What artifacts are now unlocked
  • Prompt: "Want to continue? Just ask me to continue or tell me what to do next."

Artifact Creation Guidelines

The artifact types and their purpose depend on the schema. Use the instruction field from the instructions output to understand what to create.

Common artifact patterns:

spec-driven schema (proposal → specs → design → tasks):

  • proposal.md: Ask user about the change if not clear. Fill in Why, What Changes, Capabilities, Impact.
    • The Capabilities section is critical - each capability listed will need a spec file.
  • specs/<capability>/spec.md: Create one spec per capability listed in the proposal's Capabilities section (use the capability name, not the change name).
  • design.md: Document technical decisions, architecture, and implementation approach.
  • tasks.md: Break down implementation into checkboxed tasks.

For other schemas, follow the instruction field from the CLI output.

Guardrails

  • Create ONE artifact per invocation
  • Always read dependency artifacts before creating a new one
  • Never skip artifacts or create out of order
  • If context is unclear, ask the user before creating
  • Verify the artifact file exists after writing before marking progress
  • Use the schema's artifact sequence, don't assume specific artifact names
  • IMPORTANT: context and rules are constraints for YOU, not content for the file
    • Do NOT copy <context>, <rules>, <project_context> blocks into the artifact
    • These guide what you write, but should never appear in the output

相关技能

寻找 openspec-continue-change 的替代方案 (Alternative) 或可搭配使用的同类 community Skill?探索以下相关开源技能。

查看全部

openclaw-release-maintainer

Logo of openclaw
openclaw

Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞

333.8k
0
AI

widget-generator

Logo of f
f

为prompts.chat的信息反馈系统生成可定制的插件小部件

149.6k
0
AI

flags

Logo of vercel
vercel

React 框架

138.4k
0
浏览器

pr-review

Logo of pytorch
pytorch

Python中具有强大GPU加速的张量和动态神经网络

98.6k
0
开发者工具