openspec-new-change

Create a new change directory in the OpenSpec framework.

41|7|Updated Jun 15, 2022
One-click install
npx skills add https://github.com/AuroraWebSoftware/AAuth --skill openspec-new-change-aurorawebsoftware
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openspec-new-change
Source: https://github.com/AuroraWebSoftware/AAuth/tree/main/.opencode/skills/openspec-new-change
Command: npx skills add https://github.com/AuroraWebSoftware/AAuth --skill openspec-new-change-aurorawebsoftware

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the process of initiating new development or modification tasks within the OpenSpec framework, ensuring a structured and artifact-driven approach.

Core Features & Use Cases

  • Initiates New Changes: Creates a new, scaffolded change directory based on user input.
  • Workflow Schema Selection: Supports default or user-specified workflow schemas for structured development.
  • Artifact Guidance: Provides initial instructions for the first artifact in the development workflow.
  • Use Case: A developer needs to add a new authentication feature. They use this Skill to create the initial project structure and get guidance on the first steps for defining the feature's proposal.

Quick Start

Start a new change for adding user authentication by running openspec new change "add-user-auth".

Frequently Asked Questions about openspec-new-change

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

FAQPage Schema
How do I start a new change in the OpenSpec workflow?

To start a new change in the OpenSpec workflow, run the command openspec new change followed by your change name to scaffold a new directory and receive initial artifact guidance.

What is an artifact-driven development workflow?

An artifact-driven development workflow structures development tasks around generating specific artifacts, ensuring changes are tracked through a step-by-step schema rather than ad hoc modifications.

Do I need the OpenSpec CLI to create a new change scaffold?

Yes, you need the OpenSpec CLI installed to execute the command that creates a scaffolded change directory and initiates the artifact-driven workflow for new features or fixes.

Can I use a custom workflow schema when scaffolding a new feature?

Yes, you can use a custom workflow schema when scaffolding a new feature, allowing you to override the default schema and apply your own structured development steps.

How do I scaffold a new directory for a bug fix or modification?

You scaffold a new directory for a bug fix or modification by running the openspec new change command, which sets up the initial structure and provides guidance for the first artifact.

What is the best way to structure a new development task in OpenSpec?

The best way to structure a new development task in OpenSpec is using its artifact-driven scaffolding, which creates a dedicated change directory and guides you through the workflow schema step by step.