openspec-ff-change

Generate OpenSpec change artifacts via the openspec CLI.

Updated Mar 14, 2026
One-click install
npx skills add https://github.com/bharathwaaj/numlox --skill openspec-ff-change-bharathwaaj
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openspec-ff-change
Source: https://github.com/bharathwaaj/numlox/tree/main/.agent/skills/openspec-ff-change
Command: npx skills add https://github.com/bharathwaaj/numlox --skill openspec-ff-change-bharathwaaj

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires openspec, and includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the process of creating all necessary artifacts for implementation in OpenSpec, eliminating the need for individual steps.

Core Features & Use Cases

  • Fast Implementation: Automatically generates all required artifacts for a change in one go.
  • User Input Handling: Asks for clarification if the user's request is unclear.
  • Artifact Creation: Sequentially creates artifacts based on dependencies and user input.
  • Status Summary: Provides a summary of the created artifacts and their readiness for implementation.
  • Use Case: Ideal for developers who want to quickly set up a new feature or fix without manual artifact creation.

Quick Start

To start, use the command: 'create artifacts for change "my-change-name"'

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 artifact creation for a new feature?

OpenSpec artifact creation is automated by running a single command that sequentially generates all required files. This handles dependencies and user input to prepare your change for implementation without manual steps.

What is the best way to generate all OpenSpec artifacts at once?

The best way to generate all OpenSpec artifacts at once is to use an automated fast-forward command. It sequentially creates artifacts based on dependencies, asks for clarification if needed, and provides a status summary of implementation readiness.

Do I need the openspec CLI to create artifacts automatically?

Yes, you need the openspec CLI installed to automate artifact creation. The fast-forward process relies on the CLI to handle dependencies, process user input, and generate the necessary files for your implementation changes.

Can I specify a custom change name when generating OpenSpec artifacts?

Yes, you can specify a custom change name by passing it in the creation command. If your request is unclear, the tool will ask for clarification before sequentially generating the required artifacts for your implementation.

How does fast-forward artifact creation handle dependencies in OpenSpec?

Fast-forward artifact creation handles dependencies by sequentially creating artifacts based on their relationships. It processes user input, resolves dependencies automatically, and outputs a status summary indicating readiness for implementation.