openspec-ff-change

Automates OpenSpec artifact generation from planning through dependency resolution and creation workflows.

Updated Mar 4, 2026
One-click install
npx skills add https://github.com/kunish/muon --skill openspec-ff-change-kunish
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openspec-ff-change
Source: https://github.com/kunish/muon/tree/main/.github/skills/openspec-ff-change
Command: npx skills add https://github.com/kunish/muon --skill openspec-ff-change-kunish

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the setup of OpenSpec change workflows by auto-generating and wiring artifacts for a new change, reducing manual orchestration.

Core Features & Use Cases

  • End-to-end change scaffolding: Create a new change, determine required artifacts, and generate them in dependency order.
  • Dependency-driven automation: Reads artifact statuses and ensures all prerequisites are completed before proceeding.
  • Operational guidance: Provides a repeatable, auditable process for turning high-level requests into concrete implementation artifacts.

Quick Start

Run the fast-forward change workflow to scaffold all artifacts for your OpenSpec change 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 automate artifact creation for OpenSpec changes?

Yes, dependency resolution is enforced during artifact creation by reading prerequisite statuses and verifying all required artifacts are completed before proceeding. This ensures the automated scaffolding generates items in the correct dependency order without skipping incomplete prerequisites.

What is the best way to scaffold a new change workflow end-to-end?

The best way to scaffold a change workflow end-to-end is to run a fast-forward automation process that determines required artifacts, resolves dependencies, and generates them sequentially. This approach provides a repeatable, auditable process for turning high-level requests into concrete implementation artifacts.

Do I need to manually track status checks when generating change artifacts?

No, you do not need to manually track status checks when generating change artifacts because the automation reads artifact statuses directly and ensures all prerequisites are completed before proceeding. This dependency-driven validation is built into the scaffolding workflow automatically.

Can I use context-guided templating for OpenSpec artifact generation?

Yes, you can use context-guided templating for OpenSpec artifact generation because the workflow applies context-guided artifact templating to satisfy structural constraints. This ensures each generated artifact matches the required format and context for its specific stage in the change workflow.

Why does my OpenSpec change workflow require artifacts in a specific order?

Your OpenSpec change workflow requires artifacts in a specific order to satisfy constraints for artifact order and dependency resolution. The automation parses dependencies and ensures all prerequisites are completed before generating downstream artifacts, preventing broken references and incomplete scaffolding.