openspec-ff-change

Scaffold OpenSpec change artifacts from dependency graphs using templates.

2|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/yandiaan/penginfo-handal-hackathon --skill openspec-ff-change-yandiaan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openspec-ff-change
Source: https://github.com/yandiaan/penginfo-handal-hackathon/tree/main/.qoder/skills/openspec-ff-change
Command: npx skills add https://github.com/yandiaan/penginfo-handal-hackathon --skill openspec-ff-change-yandiaan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables rapid OpenSpec artifact scaffolding by generating all necessary artifacts for a change in one go, eliminating manual, step-by-step setup.

Core Features & Use Cases

  • AskUserQuestion to clarify the desired change and derive a kebab-case name.
  • openspec new change to scaffold the change under openspec/changes/<name>/.
  • openspec status to obtain dependency and artifact status, then determine build order.
  • Create artifacts in dependency order using openspec instructions and the provided template, reading completed dependencies for context.
  • Progress updates and final readiness, enabling immediate implementation once all artifacts are created.

Quick Start

Describe the change you want to implement, and I will scaffold all required artifacts 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 generate OpenSpec artifacts for a new change automatically?

To generate OpenSpec artifacts for a new change, describe the desired change and the tool scaffolds all required artifacts under openspec/changes/<name>/ automatically. It determines dependency order and applies templates sequentially to eliminate manual setup.

What is the best way to scaffold OpenSpec changes in dependency order?

The best way to scaffold OpenSpec changes in dependency order is using an automated generation tool. It checks dependency status, reads completed artifacts for context, and creates subsequent templates sequentially ensuring proper build sequencing.

Do I need to manually name OpenSpec artifacts when creating a new change?

No, you do not need to manually name OpenSpec artifacts. The tool prompts you to clarify the desired change and automatically derives a compliant kebab-case name, ensuring frontmatter compliance and correct directory placement.

Does OpenSpec scaffolding handle dependencies when building artifacts?

Yes, OpenSpec scaffolding handles dependencies when building artifacts. It runs status checks to obtain dependency graphs, determines correct build order, and prompts the user when needed to ensure prerequisite artifacts are read for context.

Can I use template-based artifact creation for OpenSpec development workflows?

Yes, you can use template-based artifact creation for OpenSpec development workflows. The tool applies template-driven outputs sequentially based on the dependency graph, ensuring generated files meet frontmatter compliance and readiness standards.