openspec-ff-change

Scaffold OpenSpec change structures and generate artifacts in dependency order.

57|17|Updated May 5, 2025
One-click install
npx skills add https://github.com/jerome-benoit/freqai-strategies --skill openspec-ff-change-jerome-benoit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openspec-ff-change
Source: https://github.com/jerome-benoit/freqai-strategies/tree/main/.opencode/skills/openspec-ff-change
Command: npx skills add https://github.com/jerome-benoit/freqai-strategies --skill openspec-ff-change-jerome-benoit

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Reduces manual overhead in setting up OpenSpec changes by automatically scaffolding changes, wiring artifacts, and tracking progress across dependencies.

Core Features & Use Cases

  • Automated change scaffolding: Creates a ready-to-use OpenSpec change structure with the required artifacts in dependency order.
  • Dependency-aware execution: Ensures artifacts are generated in the correct sequence, respecting applyRequires.
  • Progress reporting: Monitors and reports status, enabling quick pivots if a change path stalls.

Quick Start

Describe the desired OpenSpec change to automatically scaffold and generate all required artifacts.

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 change scaffolding for a new feature?

OpenSpec change scaffolding is automated by specifying a desired change name, which triggers the automatic creation of the required change structure and artifact generation to accelerate implementation.

How does dependency-aware execution sequence artifacts during change scaffolding?

Dependency-aware execution sequences artifacts by enforcing applyRequires constraints, ensuring that required files are generated in the correct dependency order during OpenSpec change management.

What is the best way to track progress when generating OpenSpec artifacts?

Tracking progress during OpenSpec artifact generation is handled by automated progress reporting, which monitors status across dependencies and enables quick pivots if a change path stalls.

Can I use this to generate artifact files from OpenSpec templates?

Generating artifact files is supported by reading dependency outputs and using provided instructions and template guidance to produce the files while enforcing constraints on context and rules.

Does OpenSpec change scaffolding require manual intervention for complex changes?

Manual intervention is minimized because the scaffolding reads dependency outputs and automatically wires artifacts, though users must specify the desired change name to initiate the ready-to-use structure.