openspec-ff-change

Automate OpenSpec change scaffolding with openspec CLI commands.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill rapidly scaffolds a new OpenSpec change by generating all necessary artifacts and templates in a single step, reducing manual setup time.

Core Features & Use Cases

  • Automated scaffolding: creates a full change scaffolding, including artifact templates, statuses, and dependency-aware sequencing.
  • OpenSpec CLI orchestration: uses openspec commands to bootstrap, check progress, and generate artifacts in dependency order.
  • Use case: starting a large feature with many artifacts, you want a reproducible, Ready-to-Implement change skeleton to accelerate delivery.

Quick Start

Run the bootstrap flow to initialize a new change and watch artifacts be created automatically.

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 artifact scaffolding?

Automating OpenSpec change artifact scaffolding is done by running the bootstrap flow, which uses CLI commands to generate a complete artifact scaffold, statuses, and dependency-aware sequencing in a single step.

What is the best way to generate OpenSpec artifact templates in dependency order?

Generating OpenSpec artifact templates in dependency order is handled by orchestrating openspec CLI commands to fetch artifact instructions and write templates sequentially based on their dependency relationships.

Does the openspec CLI support automated change status tracking?

Yes, the openspec CLI supports automated change status tracking by inspecting progress during the bootstrap flow to ensure all artifact templates are generated and sequenced correctly.

Can I bootstrap a full OpenSpec change skeleton for a large feature?

Bootstrapping a full OpenSpec change skeleton for a large feature is the primary use case, providing a reproducible, Ready-to-Implement structure that accelerates delivery by reducing manual setup time.

Why use an automated scaffolding workflow instead of manual OpenSpec artifact creation?

Using an automated scaffolding workflow eliminates manual setup time and ensures dependency-aware sequencing, creating a complete change skeleton with artifact templates and statuses in one step.