openspec-apply-change — for Claude Code openspec-apply-change, powershellScripts, community, for Claude Code, ide skills, openspec list --json, opsx:apply <other>, Parse the JSON to understand, state: "blocked", state: "all_done"

v1.0

关于此技能

适用场景: Ideal for AI agents that need implement tasks from an openspec change. 本地化技能摘要: Implement tasks from an OpenSpec change. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

功能特性

Implement tasks from an OpenSpec change.
If a name is provided, use it. Otherwise:
Infer from conversation context if the user mentioned a change
Auto-select if only one active change exists
If ambiguous, run openspec list --json to get available changes and use the AskUserQuestion tool

# 核心主题

mudssky mudssky
[1]
[0]
更新于: 3/28/2026

Killer-Skills Review

Decision support comes first. Repository text comes second.

Reference-Only Page Review Score: 10/11

This page remains useful for operators, 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 implement tasks from an openspec change. 本地化技能摘要: Implement tasks from an OpenSpec change. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

核心价值

推荐说明: openspec-apply-change helps agents implement tasks from an openspec change. Implement tasks from an OpenSpec change. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

适用 Agent 类型

适用场景: Ideal for AI agents that need implement tasks from an openspec change.

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

适用任务: Applying Implement tasks from an OpenSpec change
适用任务: Applying If a name is provided, use it. Otherwise:
适用任务: Applying Infer from conversation context if the user mentioned a change

! 使用限制与门槛

  • 限制说明: Auto-select if only one active change exists
  • 限制说明: If vague or ambiguous you MUST prompt for available changes
  • 限制说明: Requires repository-specific context from the skill documentation

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-apply-change 是什么?

适用场景: Ideal for AI agents that need implement tasks from an openspec change. 本地化技能摘要: Implement tasks from an OpenSpec change. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

如何安装 openspec-apply-change?

运行命令:npx killer-skills add mudssky/powershellScripts/openspec-apply-change。支持 Cursor、Windsurf、VS Code、Claude Code 等 19+ IDE/Agent。

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

典型场景包括:适用任务: Applying Implement tasks from an OpenSpec change、适用任务: Applying If a name is provided, use it. Otherwise:、适用任务: Applying Infer from conversation context if the user mentioned a change。

openspec-apply-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-apply-change 有哪些限制?

限制说明: Auto-select if only one active change exists;限制说明: If vague or ambiguous you MUST prompt for available changes;限制说明: Requires repository-specific context from the skill documentation。

安装步骤

  1. 1. 打开终端

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

  2. 2. 执行安装命令

    运行:npx killer-skills add mudssky/powershellScripts/openspec-apply-change。CLI 会自动识别 IDE 或 AI Agent 并完成配置。

  3. 3. 开始使用技能

    openspec-apply-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-apply-change

Implement tasks from an OpenSpec change. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows. Implement tasks from an OpenSpec change.

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

Implement tasks from an OpenSpec change.

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. Select the change

    If a name is provided, use it. Otherwise:

    • Infer from conversation context if the user mentioned a change
    • Auto-select if only one active change exists
    • If ambiguous, run openspec list --json to get available changes and use the AskUserQuestion tool to let the user select

    Always announce: "Using change: <name>" and how to override (e.g., /opsx:apply <other>).

  2. Check status to understand the schema

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

    Parse the JSON to understand:

    • schemaName: The workflow being used (e.g., "spec-driven")
    • Which artifact contains the tasks (typically "tasks" for spec-driven, check status for others)
  3. Get apply instructions

    bash
    1openspec instructions apply --change "<name>" --json

    This returns:

    • Context file paths (varies by schema - could be proposal/specs/design/tasks or spec/tests/implementation/docs)
    • Progress (total, complete, remaining)
    • Task list with status
    • Dynamic instruction based on current state

    Handle states:

    • If state: "blocked" (missing artifacts): show message, suggest using openspec-continue-change
    • If state: "all_done": congratulate, suggest archive
    • Otherwise: proceed to implementation
  4. Read context files

    Read the files listed in contextFiles from the apply instructions output. The files depend on the schema being used:

    • spec-driven: proposal, specs, design, tasks
    • Other schemas: follow the contextFiles from CLI output
  5. Show current progress

    Display:

    • Schema being used
    • Progress: "N/M tasks complete"
    • Remaining tasks overview
    • Dynamic instruction from CLI
  6. Implement tasks (loop until done or blocked)

    For each pending task:

    • Show which task is being worked on
    • Make the code changes required
    • Keep changes minimal and focused
    • Mark task complete in the tasks file: - [ ]- [x]
    • Continue to next task

    Pause if:

    • Task is unclear → ask for clarification
    • Implementation reveals a design issue → suggest updating artifacts
    • Error or blocker encountered → report and wait for guidance
    • User interrupts
  7. On completion or pause, show status

    Display:

    • Tasks completed this session
    • Overall progress: "N/M tasks complete"
    • If all done: suggest archive
    • If paused: explain why and wait for guidance

Output During Implementation

text
1## Implementing: <change-name> (schema: <schema-name>) 2 3Working on task 3/7: <task description> 4[...implementation happening...] 5✓ Task complete 6 7Working on task 4/7: <task description> 8[...implementation happening...] 9✓ Task complete

Output On Completion

text
1## Implementation Complete 2 3**Change:** <change-name> 4**Schema:** <schema-name> 5**Progress:** 7/7 tasks complete ✓ 6 7### Completed This Session 8- [x] Task 1 9- [x] Task 2 10... 11 12All tasks complete! Ready to archive this change.

Output On Pause (Issue Encountered)

text
1## Implementation Paused 2 3**Change:** <change-name> 4**Schema:** <schema-name> 5**Progress:** 4/7 tasks complete 6 7### Issue Encountered 8<description of the issue> 9 10**Options:** 111. <option 1> 122. <option 2> 133. Other approach 14 15What would you like to do?

Guardrails

  • Keep going through tasks until done or blocked
  • Always read context files before starting (from the apply instructions output)
  • If task is ambiguous, pause and ask before implementing
  • If implementation reveals issues, pause and suggest artifact updates
  • Keep code changes minimal and scoped to each task
  • Update task checkbox immediately after completing each task
  • Pause on errors, blockers, or unclear requirements - don't guess
  • Use contextFiles from CLI output, don't assume specific file names

Fluid Workflow Integration

This skill supports the "actions on a change" model:

  • Can be invoked anytime: Before all artifacts are done (if tasks exist), after partial implementation, interleaved with other actions
  • Allows artifact updates: If implementation reveals design issues, suggest updating artifacts - not phase-locked, work fluidly

相关技能

寻找 openspec-apply-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
开发者工具