openspec-ff-change

Generate OpenSpec implementation artifacts from Jira tickets or change descriptions.

273|270|Updated Jun 30, 2025
One-click install
npx skills add https://github.com/LIDR-academy/AI4Devs-LTI-extended --skill openspec-ff-change-lidr-academy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openspec-ff-change
Source: https://github.com/LIDR-academy/AI4Devs-LTI-extended/tree/main/.cursor/skills/openspec-ff-change
Command: npx skills add https://github.com/LIDR-academy/AI4Devs-LTI-extended --skill openspec-ff-change-lidr-academy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill reduces the manual overhead of building the full OpenSpec change by auto-generating all required artifacts and ensuring correct dependency sequencing.

Core Features & Use Cases

  • Derives a kebab-case change name from Jira tickets or user input and scaffolds a complete change.
  • Builds dependent artifacts in the correct order, honoring applyRequires and mandatory steps.
  • Integrates with Jira MCP to fetch ticket content and create implementation-ready artifacts with minimal user input.

Quick Start

Provide a Jira ticket ID, a change name in kebab-case, or a description of the change to begin the fast-forward process.

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 from a Jira ticket automatically?

To generate OpenSpec artifacts from a Jira ticket automatically, provide the ticket ID or change description to initiate the fast-forward process. The tool fetches ticket content via Jira MCP and scaffolds the complete set of implementation-ready files, avoiding manual step-by-step creation.

What is the correct build order for OpenSpec change artifacts?

The correct build order for OpenSpec change artifacts is determined by enforcing mandatory steps and honoring applyRequires dependencies. The automation orchestrates this sequence internally, building dependent artifacts in the correct order to ensure valid change scaffolding.

Can I scaffold a complete OpenSpec change using only a brief description?

Yes, you can scaffold a complete OpenSpec change using a brief description. The tool derives a kebab-case change name from your input and orchestrates the artifact build order, producing ready-to-implement files without requiring a full Jira ticket.

Does the OpenSpec fast-forward process require manual step-by-step creation?

No, the OpenSpec fast-forward process does not require manual step-by-step creation. It automates the generation of all required artifacts, deriving the change name and enforcing dependency sequencing to produce implementation-ready files with minimal user input.

Do I need a Jira MCP integration to automate OpenSpec artifact creation?

You need a Jira MCP integration only if you want to fetch ticket content directly. The tool can also initiate the fast-forward process using a user-provided kebab-case change name or a direct description of the change instead of a Jira ticket.