openspec-ff-change

Generate OpenSpec change artifacts with dependency sequencing and templates.

114|47|Updated Apr 13, 2026
One-click install
npx skills add https://github.com/huangjia2019/sdd-in-action --skill openspec-ff-change-huangjia2019
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: openspec-ff-change
Source: https://github.com/huangjia2019/sdd-in-action/tree/main/week2/code/.opencode/skills/openspec-ff-change
Command: npx skills add https://github.com/huangjia2019/sdd-in-action --skill openspec-ff-change-huangjia2019

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates scaffolding of OpenSpec changes by generating all required artifacts to start implementation, reducing setup time and manual overhead.

Core Features & Use Cases

  • Artifact scaffolding: Creates a complete change scaffold with recommended artifact structure.
  • Dependency sequencing: Determines build order and ensures apply-ready artifacts before implementation.
  • Use Case: When starting work on a new feature, generate all required artifacts in one go and then begin implementation.

Quick Start

Run openspec new change "<name>" to scaffold artifacts and start the implementation workflow.

Frequently Asked Questions about openspec-ff-change

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

FAQPage Schema
How do I scaffold OpenSpec change artifacts automatically?▼

To scaffold OpenSpec change artifacts automatically, use a CLI command to generate all required files and templates in one go, reducing manual setup overhead before implementation.

What is dependency sequencing in change scaffolding?▼

Dependency sequencing in change scaffolding determines the correct build order for artifacts, ensuring all apply-ready dependencies are resolved and sequenced before code implementation begins.

Can I generate ready-to-edit templates for a new feature workflow?▼

Yes, you can generate ready-to-edit templates for a new feature workflow by running a single CLI command that creates a complete change scaffold with the recommended artifact structure.

Does OpenSpec scaffolding resolve dependencies before generating artifacts?▼

OpenSpec scaffolding resolves dependencies by honoring dependency context and sequencing rules, ensuring generated artifacts are apply-ready and correctly ordered for the implementation workflow.

What is the best way to fast-forward OpenSpec changes in one go?▼

The best way to fast-forward OpenSpec changes in one go is using an automated CLI tool that handles artifact generation, dependency sequencing, and template-driven file creation simultaneously.

Are there limitations to automating artifact generation for OpenSpec changes?▼

Limitations of automating artifact generation include strict adherence to OpenSpec rules, meaning any custom artifact structures outside the template-driven dependency context may not be supported by the scaffolding process.