openspec-ff-change

Generate OpenSpec change artifacts in dependency order using the openspec CLI.

54|3|Updated Apr 13, 2026
One-click install
npx skills add https://github.com/mrclrchtr/SuPi --skill openspec-ff-change-mrclrchtr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openspec-ff-change
Source: https://github.com/mrclrchtr/SuPi/tree/main/.claude/skills/openspec-ff-change
Command: npx skills add https://github.com/mrclrchtr/SuPi --skill openspec-ff-change-mrclrchtr

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the repetitive, error-prone process of creating every OpenSpec artifact required to move a change from idea to implementation readiness, enforcing dependency ordering and reducing manual CLI choreography.

Core Features & Use Cases

  • End-to-end artifact generation: Scaffolds a change and iteratively creates all required artifacts until implementation prerequisites are complete.
  • Dependency-aware execution: Queries openspec status and instructions, reads completed dependencies for context, and follows templates and schema rules when writing files.
  • Interactive clarifications and progress tracking: Asks clarifying questions when input is unclear and records progress using a TodoWrite-style tracker; useful for rapidly bootstrapping changes or rehydrating stalled change scaffolds.

Quick Start

Ask the skill the change name or describe what you want to build and it will scaffold the change and generate all apply-required artifacts until they are ready for implementation.

Frequently Asked Questions about openspec-ff-change

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

FAQPage Schema
How do I automatically scaffold all required OpenSpec change artifacts for implementation?

To scaffold OpenSpec change artifacts, provide a change name or description and the automation iteratively creates and validates all apply-required files in dependency order until implementation prerequisites are complete.

What is the OpenSpec change workflow process for moving an idea to implementation readiness?

The OpenSpec change workflow process queries openspec status and instructions, reads completed dependencies for context, and follows templates and schema rules to iteratively generate every required artifact.

Do I need the openspec CLI installed to generate change artifacts through automation?

Yes, you need the openspec CLI available and the ability to run openspec status and openspec instructions to parse JSON output for dependency-aware artifact generation and validation.

How does dependency-aware execution work when creating OpenSpec artifacts?

Dependency-aware execution queries openspec status and instructions, reads completed dependency artifacts for context, and follows schema rules and templates to write files in the correct dependency order.

What happens if my change description is unclear during OpenSpec artifact generation?

When input is unclear during artifact generation, the automation asks interactive clarifying questions and records progress using a TodoWrite-style tracker to ensure all required artifacts are correctly created.

Can I rehydrate stalled OpenSpec change scaffolds without recreating existing artifacts?

Yes, you can rehydrate stalled OpenSpec change scaffolds by providing the change name, and the automation will check artifact status and resume iterative creation of any remaining apply-required artifacts.