openspec-ff-change

Automate OpenSpec change artifact creation with dependency resolution.

26|1|Updated May 2, 2022
One-click install
npx skills add https://github.com/anssip/passlane --skill openspec-ff-change-anssip
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openspec-ff-change
Source: https://github.com/anssip/passlane/tree/main/.pi/skills/openspec-ff-change
Command: npx skills add https://github.com/anssip/passlane --skill openspec-ff-change-anssip

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Fast-forward OpenSpec artifact creation by generating all necessary artifacts in a single step to accelerate implementation planning.

Core Features & Use Cases

  • Automates scaffold creation for OpenSpec changes
  • Determines artifact build order and dependencies
  • Provides ready-to-edit artifacts for rapid start Use Case: A developer wants to create a new OpenSpec change named "add-user-auth" and obtain all required artifact files in one go.

Quick Start

Provide a clear change name or description to scaffold an OpenSpec change.

Frequently Asked Questions about openspec-ff-change

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

FAQPage Schema
How do I scaffold OpenSpec change artifacts automatically?

To scaffold OpenSpec change artifacts automatically, provide a clear change name or description. The tool derives a kebab-case name and writes all required files under openspec/changes/<name>/ in a single step, resolving dependencies for rapid implementation planning.

Do I need the OpenSpec CLI installed to generate change artifacts?

Yes, generating OpenSpec change artifacts requires the OpenSpec CLI to be installed and configured. The automation reads your input through the CLI to determine artifact build order and resolve dependencies consistently.

What is the best way to bootstrap a new OpenSpec change for development workflows?

The best way to bootstrap a new OpenSpec change is using this automation to fast-forward artifact creation. It determines build order and provides ready-to-edit artifacts, accelerating your development workflow setup.

Can I resolve dependencies automatically when creating OpenSpec changes?

Yes, you can resolve dependencies automatically when creating OpenSpec changes. This automation determines the artifact build order and resolves dependencies automatically, ensuring all generated files are consistent.

How does artifact generation work for OpenSpec change management?

OpenSpec change management artifact generation works by reading your descriptive input, converting it to a kebab-case change name, and writing the required artifact files directly to your openspec/changes directory.