openspec-ff-change

Generate and sequence OpenSpec artifacts from JSON status outputs.

6|Updated May 25, 2026
One-click install
npx skills add https://github.com/zhentingWu-wzt/wgenty-code --skill openspec-ff-change-zhentingwu-wzt
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openspec-ff-change
Source: https://github.com/zhentingWu-wzt/wgenty-code/tree/main/.wgenty-code/skills/openspec-ff-change
Command: npx skills add https://github.com/zhentingWu-wzt/wgenty-code --skill openspec-ff-change-zhentingwu-wzt

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill eliminates the manual, step-by-step overhead of creating individual artifacts for a new change, allowing developers to scaffold an entire implementation plan in one automated pass.

Core Features & Use Cases

  • Automated Scaffolding: Automatically creates the change directory and all required artifacts based on the OpenSpec schema.
  • Dependency Management: Intelligently sequences artifact creation by resolving dependencies and checking status before proceeding.
  • Use Case: When starting a new feature, use this skill to instantly generate all necessary documentation, task lists, and configuration files required to reach the implementation-ready state.

Quick Start

Use the openspec-ff-change skill to scaffold all necessary artifacts for a new change named user-authentication-module.

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 scaffolding for OpenSpec artifacts?

Automate OpenSpec artifact scaffolding by using this skill to parse JSON status outputs, resolve dependency order, and iteratively generate required files based on schema templates.

Do I need the openspec CLI installed to generate change directories?

Yes, the openspec CLI must be installed and accessible within your project environment to manage change directories and the artifact lifecycle during automated scaffolding.

What is the best way to transition project planning into implementation-ready files?

Transition project planning into implementation-ready files by automatically creating required documentation, task lists, and configuration files in a single pass based on the OpenSpec schema.

How does dependency management work when generating OpenSpec artifacts?

Dependency management for OpenSpec artifacts works by parsing JSON status outputs to determine dependency order, intelligently sequencing the creation of files before proceeding to the next step.

Can I scaffold a new feature implementation plan without manual file creation?

Yes, you can scaffold an entire implementation plan without manual file creation by running a single command to instantly generate all necessary OpenSpec documentation and configuration files.