Openspec Continue Change

🌐Community
by pbh-btn · vlatest · Repository

This skill continues a spec change operation if it fails midway, ensuring consistency and preventing disruptions in your workflow.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add openspec-continue-change npx -- -y @trustedskills/openspec-continue-change
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "openspec-continue-change": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/openspec-continue-change"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

The openspec-continue-change skill allows an AI agent to continue a process described in an Open Specification (OpenSpec) and then modify that process. It can take existing OpenSpecs, execute them step-by-step, and introduce changes or additions as instructed. This enables iterative refinement of complex procedures directly within the AI agent's workflow.

When to use it

  • Refining automated workflows: You have an existing OpenSpec for a task (e.g., data processing) but need to adjust certain steps based on new requirements or feedback.
  • Debugging and improving processes: An OpenSpec is producing unexpected results, and you want the agent to execute it while making targeted modifications to identify and fix issues.
  • Experimenting with process variations: You want to explore different approaches within an existing OpenSpec without completely rewriting it from scratch.
  • Teaching AI agents new skills incrementally: Build upon existing knowledge by having the agent continue a known process and then add a new, related capability.

Key capabilities

  • Open Specification execution
  • Process continuation
  • Modification of Open Specifications
  • Step-by-step procedural refinement

Example prompts

  • "Continue this OpenSpec for generating marketing copy, but change the tone to be more formal."
  • "Execute this OpenSpec for data cleaning and add a step to remove duplicate entries."
  • “Run this OpenSpec for creating a presentation. After slide 3, insert a new slide with a summary of key findings.”

Tips & gotchas

The skill requires familiarity with Open Specification syntax and structure. Providing clear and specific instructions on the desired changes is crucial for successful modification.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
pbh-btn
Installs
19

🌐 Community

Passed automated security scans.