openspec-ff-change

Generate all OpenSpec artifacts for a specified change in sequence.

5|1|Updated Jan 31, 2026
One-click install
npx skills add https://github.com/yuboon/ai-examples --skill openspec-ff-change-yuboon
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openspec-ff-change
Source: https://github.com/yuboon/ai-examples/tree/main/002-springboot-mcp/.claude/skills/openspec-ff-change
Command: npx skills add https://github.com/yuboon/ai-examples --skill openspec-ff-change-yuboon

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the creation of all necessary artifacts for implementing a change within the OpenSpec framework, bypassing the need to create each artifact individually.

Core Features & Use Cases

  • Full Artifact Generation: Creates all required artifacts for a given change in one go.
  • Dependency Management: Intelligently handles artifact dependencies to ensure correct creation order.
  • Use Case: When starting a new feature like "add user authentication," this Skill will generate all the necessary configuration files, schemas, and documentation scaffolds automatically.

Quick Start

Use the openspec-ff-change skill to create all artifacts for a new change named 'add-user-auth'.

Frequently Asked Questions about openspec-ff-change

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automatically generate OpenSpec artifacts for a new feature?

Automatically generating OpenSpec artifacts for a new feature involves using a CLI to create all required configuration files, schemas, and documentation scaffolds in one go. This bypasses the need to create each artifact individually.

What is the best way to manage artifact dependencies when scaffolding development workflow changes?

Managing artifact dependencies when scaffolding development workflow changes is handled by intelligently determining the correct creation sequence. This ensures dependencies are met before generating subsequent artifacts for the specified change.

Do I need the OpenSpec CLI to create all implementation artifacts at once?

Yes, you need the OpenSpec CLI to create all implementation artifacts at once. The CLI is required for managing artifact generation and checking the status of dependencies throughout the automated creation process.

Can I scaffold all OpenSpec configuration files and schemas for an authentication change automatically?

You can scaffold all OpenSpec configuration files and schemas for an authentication change automatically by specifying the change name. The automation handles the full artifact generation, ensuring correct creation order.

When should I avoid automating OpenSpec artifact generation?

You should avoid automating OpenSpec artifact generation when individual artifacts require custom creation logic outside the standard OpenSpec framework. Automation is designed for standard scaffolding and dependency management, not bespoke file creation.

Why does manual creation of OpenSpec artifacts slow down the development workflow?

Manual creation of OpenSpec artifacts slows down the development workflow because it requires generating each configuration file, schema, and documentation scaffold individually. Automating this process fast-forwards creation and ensures dependency order.