openspec-continue-change

Generate the next artifact in a multi-artifact OpenSpec change workflow.

4|1|Updated Jan 16, 2026
One-click install
npx skills add https://github.com/jankneumann/agentic-coding-tools --skill openspec-continue-change-jankneumann
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openspec-continue-change
Source: https://github.com/jankneumann/agentic-coding-tools/tree/main/.agents/skills/openspec-continue-change
Command: npx skills add https://github.com/jankneumann/agentic-coding-tools --skill openspec-continue-change-jankneumann

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Continuation of an OpenSpec change by creating the next artifact in the workflow, ensuring progress is made without skipping steps.

Core Features & Use Cases

  • Continues multi-artifact OpenSpec changes by generating the next required artifact.
  • Reads dependency artifacts to ensure context and proper sequencing before creation.
  • Applies schema-guided instructions to write the artifact to its designated location.

Quick Start

Invoke the openspec-continue-change skill to generate and commit the next artifact for your OpenSpec change.

Frequently Asked Questions about openspec-continue-change

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I continue an OpenSpec change and generate the next artifact in a workflow?

To continue an OpenSpec change, invoke the automation skill to identify the next pending artifact, read dependencies from completed steps, and generate the new artifact according to schema instructions, ensuring correct sequencing and safe ordered creation.

What is artifact dependency awareness in multi-artifact change management?

Artifact dependency awareness in change management is the mechanism of reading completed artifacts to extract context before generating the next required file, ensuring proper sequencing and preventing steps from being skipped in the workflow.

How do I enforce correct sequencing when creating multiple workflow artifacts?

You enforce correct sequencing by using a continuation skill that identifies pending artifacts, applies schema-guided instructions, and enforces guardrails to ensure safe, ordered artifact creation without skipping steps in the workflow.

Can I skip steps in an OpenSpec change workflow if dependencies are already met?

No, the continuation process enforces guardrails and correct sequencing to prevent skipping steps. It identifies the next pending artifact and reads dependencies from completed artifacts to ensure safe, ordered artifact creation.

Does the openspec-continue-change skill require prior artifacts to be completed?

Yes, the openspec-continue-change skill requires prior artifacts to be completed. It reads dependencies from completed artifacts to ensure proper context and sequencing before generating the next required artifact in the workflow.