openspec-ff-change

Generates complete OpenSpec change scaffolds and required artifacts.

Updated Mar 4, 2026
One-click install
npx skills add https://github.com/kuchida1981/discord-service-gateway --skill openspec-ff-change-kuchida1981
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openspec-ff-change
Source: https://github.com/kuchida1981/discord-service-gateway/tree/main/.gemini/skills/openspec-ff-change
Command: npx skills add https://github.com/kuchida1981/discord-service-gateway --skill openspec-ff-change-kuchida1981

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill removes the slow, manual work of creating OpenSpec changes and their supporting artifacts one by one, so you can go from a request to an implementation-ready change set quickly.

Core Features & Use Cases

  • Fast-forwards through change creation, status checks, and artifact generation in dependency order.
  • Handles common implementation-planning workflows, including turning a description into a change name and building every required artifact.
  • Use it when you want a complete OpenSpec package for a new feature, fix, or refactor without iterating through each document manually.

Quick Start

Describe the change you want to build, and the skill will create the OpenSpec change and all required artifacts in one pass.

Frequently Asked Questions about openspec-ff-change

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

FAQPage Schema
How do I generate OpenSpec change artifacts in dependency order?

OpenSpec change artifacts are generated in dependency order by automating CLI creation, status checks, and file scaffolding into a single workflow. This ensures all required implementation documents are built sequentially without manual iteration.

What is the best way to automate OpenSpec implementation planning workflows?

Automating OpenSpec implementation planning involves passing a change description to generate a complete change name and apply-ready package. This fast-forwards through artifact creation, removing slow manual document setups for new features.

Do I need the openspec CLI to create change scaffolds?

Yes, the openspec CLI is required to create change scaffolds. The automation workflow relies on the CLI to inspect change status and generate the required implementation artifacts in the correct dependency sequence.

How does change scaffolding handle missing context during artifact generation?

Change scaffolding handles missing context by prompting for user clarification during artifact generation. This ensures the created OpenSpec outputs have the necessary details to proceed accurately with feature delivery or refactoring.

Can I create a complete OpenSpec package for a refactor in one pass?

Yes, you can create a complete OpenSpec package for a refactor in one pass. The workflow moves from a request directly to apply-ready outputs, skipping the need to manually iterate through each supporting document.

When should I use automated OpenSpec change generation instead of manual creation?

Automated OpenSpec change generation should be used when you want a complete artifact package for a new feature, fix, or refactor without iterating through each document manually, significantly speeding up implementation readiness.