opsx-continue

Creates the next OpenSpec artifact for a change based on workflow status.

1|Updated Jul 16, 2026
One-click install
npx skills add https://github.com/ConductionNL/buildiq --skill opsx-continue-conductionnl
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: opsx-continue
Source: https://github.com/ConductionNL/buildiq/tree/main/.claude/skills/opsx-continue
Command: npx skills add https://github.com/ConductionNL/buildiq --skill opsx-continue-conductionnl

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? When working through an OpenSpec change workflow, it is hard to know which artifact (proposal, specs, design, tasks) comes next and how to generate it correctly. This Skill inspects the change status and creates exactly one ready artifact per invocation. ## Core Features & Use Cases - Status-driven artifact creation: Runs openspec status to determine which artifact is ready, then fetches its instructions and writes the file to the correct output path. - Change selection: Lists recent changes via openspec list --json and prompts the user to pick one when no change name is given. - Context loading: Silently loads context briefs, ADRs, and architecture docs so generated artifacts respect project constraints. - Use Case: After finishing a proposal for a new feature, run the Skill to generate the capability specs, then the design document with seed data, then the task breakdown — one artifact at a time. ## Quick Start Ask the assistant to continue working on your change by running /opsx-continue with an optional change name such as add-webhook-support.

Frequently Asked Questions about opsx-continue

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

FAQPage Schema
How do I continue an OpenSpec change workflow?▼

Run /opsx-continue with an optional change name. The Skill checks openspec status, picks the first artifact marked ready, fetches its instructions, and writes the file to the specified output path.

What artifacts does the spec-driven schema create?▼

The spec-driven schema creates proposal.md, one spec per capability under specs/, design.md with a seed data section, and tasks.md. Each artifact depends on the previous ones being complete.

What happens if I don't specify a change name?▼

The Skill runs openspec list --json and prompts you to select from the most recently modified changes, marking the newest as recommended. It never auto-selects a change without your confirmation.

Can I create multiple artifacts in one run?▼

No, the Skill creates exactly one artifact per invocation and then stops. To generate all remaining artifacts at once, use the /opsx-ff command instead.

What happens when all artifacts are complete?▼

The Skill congratulates you, shows the final status with the schema used, and recommends running /opsx-apply to start implementing the tasks, optionally creating GitHub Issues first with /opsx-plan-to-issues.