openspec-ff-change

Generate apply-ready OpenSpec artifacts from a change description.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It removes the slow, step-by-step setup required to create all OpenSpec artifacts needed to start implementation, so you can move from a change idea to an apply-ready change in one go.

Core Features & Use Cases

  • Change scaffolding: Creates a new change directory using the provided change name (kebab-case) or derives one from your description.
  • Dependency-aware artifact generation: Uses OpenSpec status and artifact instructions to generate artifacts in the correct order until the apply-required set is completed.
  • Progress tracking and clarification: Asks for user input when context is unclear, and reports a final status summary with next-step guidance.

Use case: You want to implement a feature or fix but don’t want to manually run each artifact-creation step; this skill prepares everything required for implementation immediately.

Quick Start

Describe what you want to build or fix and ask the assistant to fast-forward OpenSpec artifact creation for it.

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 feature change?

Dependency-ordered generation in OpenSpec uses CLI commands to fetch artifact instructions and generate outputs in the correct sequence based on their dependencies. It ensures all apply-required artifacts are prepared correctly without manual stepping.

Can I generate all OpenSpec schema artifacts in one go instead of step-by-step?

Yes, you can generate all OpenSpec schema artifacts in one go by fast-forwarding the change scaffolding process. You provide a kebab-case name or description, and the workflow derives prerequisites and generates outputs from templates until the apply-required set is complete.

What is the best way to scaffold an OpenSpec change directory and prepare it for implementation?

The best way to scaffold an OpenSpec change directory is to use a fast-forward workflow that derives the directory name from your description, resolves dependencies, and generates all required template artifacts. This yields an apply-ready change set prepared immediately for implementation.

Do I need to manually run OpenSpec CLI commands to fetch artifact instructions?

No, you do not need to manually run OpenSpec CLI commands to fetch artifact instructions. The fast-forward workflow orchestrates the CLI automatically to derive apply prerequisites, fetch instructions, generate outputs, and stop when all required artifacts report done.

Why does my OpenSpec artifact generation pause or ask for user input during the setup process?

OpenSpec artifact generation pauses to ask for user input when the provided context is unclear or insufficient to proceed. This clarification step ensures the generated schema artifacts accurately reflect the change description before resuming the dependency-ordered generation.