openspec-ff-change

Generate OpenSpec change artifacts in dependency order from a change name.

2|2|Updated Sep 20, 2023
One-click install
npx skills add https://github.com/zabiny/klabis --skill openspec-ff-change-zabiny
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openspec-ff-change
Source: https://github.com/zabiny/klabis/tree/main/.opencode/skills/openspec-ff-change
Command: npx skills add https://github.com/zabiny/klabis --skill openspec-ff-change-zabiny

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Fast-forward through artifact creation. Use when the user wants to quickly create all artifacts needed for implementation without stepping through each one individually.

Core Features & Use Cases

  • Create the change scaffold with openspec new change
  • Determine build order and generate artifacts in dependency order
  • Track progress and ensure all apply-ready artifacts are completed

Quick Start

Ask what change you want to work on, then scaffold and generate all required artifacts with openspec.

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 scaffolding all OpenSpec change artifacts at once?

Automating OpenSpec artifact scaffolding generates all required change files in one go, determining build order by dependencies and tracking completion status so artifacts are ready for implementation without manual sequencing.

What's the best way to generate OpenSpec change files in dependency order?

Generating OpenSpec change files in dependency order is handled automatically by the scaffolding process, which determines build sequence and creates artifacts sequentially to ensure all apply-ready dependencies are satisfied before implementation begins.

Can I skip individual artifact creation steps when using OpenSpec for change management?

Yes, you can skip individual steps by fast-forwarding through artifact creation, which scaffolds the entire change set from a change name and produces all ready-for-implementation artifacts simultaneously instead of stepping through each one.

Does OpenSpec scaffolding track progress and apply-ready status for generated artifacts?

OpenSpec scaffolding tracks progress by monitoring artifact completion and ensuring all apply-ready artifacts are generated, providing end-to-end status visibility from change name creation through to implementation-ready output.

When do I need to scaffold OpenSpec artifacts rather than creating them manually?

You need OpenSpec artifact scaffolding when your development workflow requires multiple interdependent change files and you want to avoid manual sequencing, ensuring correct dependency order and complete artifact generation for implementation readiness.

Are there limitations to fast-forwarding OpenSpec artifact generation for complex changes?

Fast-forwarding OpenSpec artifact generation is designed for rapid scaffolding of standard change artifacts; if your change requires custom sequencing or non-standard file formats outside OpenSpec tooling instructions, manual artifact creation may be necessary.