openspec-ff-change

Generate OpenSpec artifacts from a high-level change description.

1|Updated May 22, 2022
One-click install
npx skills add https://github.com/jeffbalagosa/pick-or-shuffle --skill openspec-ff-change-jeffbalagosa
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openspec-ff-change
Source: https://github.com/jeffbalagosa/pick-or-shuffle/tree/main/.gemini/skills/openspec-ff-change
Command: npx skills add https://github.com/jeffbalagosa/pick-or-shuffle --skill openspec-ff-change-jeffbalagosa

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Fast-forward through artifact creation - generate everything needed to start implementation in one go.

Core Features & Use Cases

  • Create a scalable change scaffold with all necessary artifacts
  • Resolve artifact dependencies in order and ensure ready-to-edit outputs
  • Use-case: teams using OpenSpec CLI to bootstrap a change from a high-level description to implementation-ready files

Quick Start

Describe the change you want to work on, and I will generate all required artifacts in one go.

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 artifacts from a high-level description?

To generate OpenSpec artifacts, provide a high-level change description. The tool derives a kebab-case name, scaffolds the change, sequences artifact creation by dependencies, and emits ready-to-edit implementation files.

What is OpenSpec change scaffolding and when do I need it?

OpenSpec change scaffolding is the automated creation of all necessary implementation files. You need it when bootstrapping a new change to ensure deterministic artifact generation and proper dependency sequencing from the start.

Can I bootstrap multiple OpenSpec artifacts in one go?

Yes, you can bootstrap multiple OpenSpec artifacts in one go. By supplying a single high-level change description, the automation sequences artifact creation based on dependencies and emits all required files simultaneously.

Does the OpenSpec CLI resolve artifact dependencies automatically?

Yes, the OpenSpec CLI resolves artifact dependencies automatically. During scaffolding, it sequences artifact creation based on their dependencies to ensure all outputs are correctly structured and ready for editing.

What is the best way to prepare implementation scaffolds for software development?

The best way to prepare implementation scaffolds is using OpenSpec CLI automation. It fast-forwards artifact creation by deriving a kebab-case name from your description and generating all required files in a deterministic structure.