openspec-ff-change

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the rapid creation of all artifacts required for an OpenSpec change, eliminating manual scaffolding and setup.

Core Features & Use Cases

  • Automated change scaffolding: Generates the change directory and required artifacts in dependency order.
  • CLI-driven workflow: Orchestrates artifact creation using the openspec CLI and status queries.
  • Use Case: A developer has a feature request; use this Skill to generate all necessary files and templates in openspec/changes/<name> so implementation can begin immediately.

Quick Start

Run the OpenSpec fast-forward to establish a new change: openspec new change "<name>" openspec status --change "<name>" --json

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 generation?▼

Automate OpenSpec change artifact generation by running `openspec new change "<name>"` to scaffold the change directory with all required artifacts in dependency order, then use `openspec status --change "<name>" --json` to verify completion. This eliminates manual file creation and setup work.

What artifacts does OpenSpec change management create automatically?▼

OpenSpec change management automatically generates all required artifact files under openspec/changes/<name> based on dependency analysis and instruction schemas. The Skill orchestrates creation in dependency order so implementation can begin immediately after scaffolding completes.

Can I use OpenSpec CLI to speed up code generation for configuration changes?▼

Yes. The OpenSpec CLI-driven workflow automates rapid scaffolding of change artifacts by reading dependency artifacts and applying instruction schemas. This speeds feature requests from idea to ready-to-implement artifacts without manual template work.

How does OpenSpec handle artifact dependencies when creating changes?▼

OpenSpec reads dependency artifacts and generates templates in dependency order, ensuring all required files are created in the correct sequence. Query status with `--json` to track completion and verify that all artifacts respect declared dependencies.

What's the workflow for staging and applying OpenSpec changes across a repository?▼

Stage changes via `openspec new change "<name>"`, verify readiness with `openspec status --change "<name>" --json`, then implementation proceeds in dependency order. This Skill automates the scaffolding phase so staged changes apply consistently across the repository.

Do I need prior setup before running OpenSpec change automation?▼

You need the openspec CLI available and an openspec/changes directory structure in your repository. The Skill automates artifact creation within that environment; no manual scaffolding or template editing is required before you run `openspec new change`.