openspec-new-change

Scaffold OpenSpec changes and fetch the first artifact template.

17|6|Updated Apr 30, 2026
One-click install
npx skills add https://github.com/gmf520/openspec-agents --skill openspec-new-change-gmf520
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openspec-new-change
Source: https://github.com/gmf520/openspec-agents/tree/main/.cursor/skills/openspec-new-change
Command: npx skills add https://github.com/gmf520/openspec-agents --skill openspec-new-change-gmf520

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires openspec.

What problem does it solve?

This Skill helps you start a new OpenSpec change without guessing the correct artifact sequence, so you can move from an idea to the first actionable template safely and consistently.

Core Features & Use Cases

  • Change scaffolding: Creates a new change directory using the OpenSpec CLI and optionally selects a specific workflow schema.
  • Artifact-driven onboarding: Checks artifact status and retrieves the exact instructions template for the first ready artifact.
  • Safety guardrails: Validates that you provide a clear change name/intent, avoids creating artifacts prematurely, and stops after presenting the first artifact template.

Quick Start

Describe what you want to build or fix (and provide a kebab-case change name if you have one), and the Skill will create the change scaffold plan and show the template for the first artifact to draft.

Frequently Asked Questions about openspec-new-change

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

FAQPage Schema
How do I scaffold a new OpenSpec change directory for a feature request?

To scaffold an OpenSpec change, provide a clear change intent and a kebab-case name. The CLI creates the directory structure, selects the appropriate workflow schema, and fetches the first artifact template.

How does OpenSpec artifact status inspection work when starting a change?

OpenSpec artifact status inspection checks readiness for each step in the workflow schema. The CLI retrieves the status and fetches the exact instructions template only for the first ready artifact to draft.

Do I need a kebab-case change name to create an OpenSpec workflow scaffold?

A kebab-case change name is recommended for creating an OpenSpec workflow scaffold, but you can initially provide a general description of what you want to build or fix for the tool to validate.

Can I generate multiple OpenSpec artifacts beyond the first template automatically?

No, you cannot generate multiple artifacts automatically. Safety guardrails enforce no artifact creation beyond the template, stopping after presenting the first ready artifact to prevent premature generation.

What is the best way to manage OpenSpec schema selection for code modifications?

The best way to manage schema selection for modifications is using the OpenSpec CLI during scaffolding. It optionally selects a specific workflow schema to ensure structured, step-by-step artifact creation.

Why does OpenSpec stop after showing the first artifact template?

OpenSpec stops after showing the first artifact template to enforce safety guardrails. This prevents premature artifact creation and ensures you follow the correct, validated sequence for your change.