openspec-continue-change

Generates the next OpenSpec artifact from the first ready item.

25|4|Updated Nov 13, 2025
One-click install
npx skills add https://github.com/rozx/Tsukuyomi --skill openspec-continue-change-rozx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openspec-continue-change
Source: https://github.com/rozx/Tsukuyomi/tree/main/.opencode/skills/openspec-continue-change
Command: npx skills add https://github.com/rozx/Tsukuyomi --skill openspec-continue-change-rozx

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Continue working on an OpenSpec change by creating the next artifact.

Core Features & Use Cases

  • Check status of a change and determine readiness using the OpenSpec CLI.
  • List available changes and select the target for continuation, guided by the CLI output.
  • Generate the next artifact from the first ready item, reusing templates and respecting dependencies.

Quick Start

Ask me to continue the current change, and I will progress by creating the next artifact from the first ready item.

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?

To continue an OpenSpec change, the Skill checks the change status via the OpenSpec CLI, identifies the first ready item, extracts the artifact template, applies the context, and writes the next artifact to the specified path.

How does the OpenSpec CLI determine which artifact is ready to be created next?

The OpenSpec CLI determines readiness by checking the current change status. The Skill uses this CLI output to list available changes, select the target, and generate the next artifact from the first item marked as ready.

Can I automate my workflow to advance an OpenSpec change through standard artifacts?

Yes, you can automate the workflow progression. The Skill automates advancing an OpenSpec change by querying the status, retrieving instructions, and generating the next standard artifact without leaking sensitive data.

Do I need to manually extract artifact templates when using OpenSpec?

No, manual extraction is not needed. The Skill automatically extracts the artifact template for the next ready item, reuses existing templates, respects dependencies, and writes the completed artifact to your specified path.

What happens to sensitive data when applying context to an OpenSpec artifact?

When applying context to an OpenSpec artifact, the Skill satisfies strict constraints to prevent leaking sensitive data. It safely applies the necessary context to the template before writing the artifact to the specified path.