openspec-ff-change

Generate all OpenSpec implementation artifacts for a change until apply-ready.

1|Updated Feb 22, 2026
One-click install
npx skills add https://github.com/SiddharthChillale/cloud-operations-reasoning-agent --skill openspec-ff-change-siddharthchillale
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openspec-ff-change
Source: https://github.com/SiddharthChillale/cloud-operations-reasoning-agent/tree/main/.opencode/skills/openspec-ff-change
Command: npx skills add https://github.com/SiddharthChillale/cloud-operations-reasoning-agent --skill openspec-ff-change-siddharthchillale

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Rapidly creates all OpenSpec artifacts required to move a change from scaffold to apply-ready, eliminating repetitive manual artifact generation and dependency resolution.

Core Features & Use Cases

  • Automated scaffolding: Create a change directory and generate all required artifacts in dependency order using the openspec CLI.
  • Interactive clarification: Prompt the user when input is unclear to derive a kebab-case change name and validate intent.
  • Progress tracking: Use a todo-style tracker to show completed artifacts and stop once apply-requirements are satisfied.
  • Use Case: When starting a new feature or fix, run this flow to produce task, spec, and implementation artifacts so the work can be handed off to implementers or an apply process.

Quick Start

Run the skill to generate every OpenSpec artifact for the change name or description you provide and stop when apply-required artifacts are complete.

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 all OpenSpec artifacts for a new change automatically?

To generate OpenSpec artifacts automatically, provide a change name or description to trigger automated scaffolding, which creates the change directory and outputs all required task, spec, and implementation files in dependency order. The process stops when apply-ready requirements are met.

What is the best way to scaffold a change directory using the openspec CLI?

Scaffolding a change directory with the openspec CLI is best achieved by providing a kebab-case change name, allowing the workflow to resolve dependencies and generate implementation artifacts sequentially until the apply-ready state is reached.

Do I need the openspec CLI installed to create change management artifacts?

Yes, you need the openspec CLI installed and filesystem access to the repository change directory. The workflow relies on running openspec commands to read and write artifact files required for apply-ready generation.

Can I clarify an unclear change description before generating implementation files?

Yes, when input is unclear, an interactive clarification prompt appears to derive a valid kebab-case change name and validate your intent before creating the OpenSpec implementation files.

Why does automated artifact generation stop before all files are created?

Automated artifact generation stops once apply-requirements are satisfied because the workflow uses a progress tracker to monitor completed artifacts, ensuring the change is apply-ready without creating unnecessary files.

How do I track progress when creating OpenSpec task and spec artifacts?

You track progress using a todo-style tracker that displays completed artifacts during the scaffolding workflow, ensuring visibility into dependency resolution until all apply-required OpenSpec artifacts are generated.