opsx-new

Creates a new OpenSpec change scaffold using the experimental artifact-driven workflow.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Starting a new spec-driven change requires scaffolding directories, loading architectural context, and understanding which artifacts to create first. This Skill automates that bootstrap process so changes begin with the correct structure and constraints. ## Core Features & Use Cases - Change Scaffolding: Runs openspec new change to create a kebab-case change directory with the selected workflow schema. - Architectural Context Loading: Silently reads ADRs, context briefs, and architecture docs to validate the change against existing decisions. - Artifact Status & Guidance: Shows artifact readiness via openspec status and outputs the template for the first ready artifact. - Use Case: A developer wants to add webhook support; the Skill derives the name add-webhook-support, scaffolds the change, loads relevant ADRs, and presents the proposal template with options to fast-forward, step through, or explore first. ## Quick Start Ask the assistant to start a new OPSX change for the feature you want to build, for example by saying start a new change called add-webhook-support.

Frequently Asked Questions about opsx-new

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

FAQPage Schema
How do I start a new OpenSpec change with the OPSX workflow?▼

Invoke the skill with a kebab-case change name or a description of what you want to build. It runs openspec new change to scaffold the directory, then shows artifact status and the first artifact template.

What naming format does an OpenSpec change require?▼

Change names must be kebab-case, such as add-user-auth. If you provide a natural-language description, the skill derives a kebab-case name from it before scaffolding.

Can I use a different workflow schema for a change?▼

Yes, pass a schema name when the skill asks or mention it explicitly, and it adds --schema to the openspec new change command. Otherwise the default schema is used.

What happens if a change with the same name already exists?▼

The skill does not overwrite existing changes. It suggests using the opsx-continue workflow instead to resume work on the existing change directory.

Does opsx-new generate the proposal and specs artifacts?▼

No, it only scaffolds the change and displays the first artifact template. Artifact generation happens through opsx-ff for all at once or opsx-continue for step-by-step creation.