openspec-ff-change

Automate OpenSpec artifact creation and scaffold changes in dependency order.

Updated Jan 10, 2026
One-click install
npx skills add https://github.com/rick2047/WrestleGM --skill openspec-ff-change-rick2047
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openspec-ff-change
Source: https://github.com/rick2047/WrestleGM/tree/main/.opencode/skills/openspec-ff-change
Command: npx skills add https://github.com/rick2047/WrestleGM --skill openspec-ff-change-rick2047

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This tool automates end-to-end OpenSpec artifact creation, enabling teams to bootstrap a change by generating all required artifacts without stepping through each one manually.

Core Features & Use Cases

  • One-click scaffolding: create a complete OpenSpec change scaffold, including all needed artifacts.
  • Deterministic artifact generation: artifacts are produced in dependency order based on current change status.
  • Use Case: quickly start implementation for a new OpenSpec change by generating the change directory and artifacts from a high-level description.

Quick Start

Provide a change name in kebab-case or a description of what you want to build, and I will scaffold an OpenSpec change and generate all required artifacts in order.

Frequently Asked Questions about openspec-ff-change

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

FAQPage Schema
How do I automate OpenSpec artifact creation for a new change?

You can automate OpenSpec artifact creation by providing a kebab-case change name or high-level description, which triggers the scaffolding of a complete change directory and generates all required artifacts in deterministic dependency order.

What is OpenSpec change scaffolding and when do I need it?

OpenSpec change scaffolding is the process of bootstrapping a new change directory with all necessary artifacts. You need it when you want to quickly start implementation and skip manual artifact steps in software development workflows.

How do I bootstrap an OpenSpec change from a high-level description?

To bootstrap an OpenSpec change from a high-level description, provide the text to the tool. It reads OpenSpec CLI guidance to determine the required artifact set, ensuring deterministic generation in correct dependency order.

Does the OpenSpec CLI support deterministic artifact generation?

Yes, the OpenSpec CLI supports deterministic artifact generation by reading current change status and artifact instructions to produce required files in a consistent, reproducible dependency order.

What are the limitations of automating OpenSpec artifact generation?

The limitation of automating OpenSpec artifact generation is that it relies on reading existing OpenSpec CLI guidance and artifact instructions, meaning it cannot produce correct artifacts if the base OpenSpec workflow is not properly configured.