openspec-ff-change

Generate all OpenSpec implementation artifacts for a change in dependency order.

Updated Feb 6, 2024
One-click install
npx skills add https://github.com/081595/mynode --skill openspec-ff-change-081595
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openspec-ff-change
Source: https://github.com/081595/mynode/tree/main/myproject/.github/skills/openspec-ff-change
Command: npx skills add https://github.com/081595/mynode --skill openspec-ff-change-081595

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Quickly generates all artifacts required to move a change from scaffold to apply-ready without stepping through each artifact manually, removing repetitive CLI orchestration and dependency tracking overhead.

Core Features & Use Cases

  • End-to-end artifact generation: Creates change scaffolds and produces artifacts in dependency order until apply-required items are complete.
  • Automated dependency handling: Parses openspec status and instructions JSON to determine readiness and required artifacts.
  • Interactive clarification: Prompts the user when input is unclear to avoid incorrect artifact creation.
  • Use Case: Accelerate onboarding of a new feature by generating tasks, specs, and implementation scaffolding in one run.

Quick Start

Run the skill by providing a change name or a description, for example: create a change named add-user-auth to generate all required artifacts.

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 all OpenSpec change artifacts in a single run?

To generate all OpenSpec change artifacts in one run, provide a change name or description to the skill. It scaffolds the change and creates required artifacts in dependency order until apply-ready items are complete.

What is the best way to automate OpenSpec CLI artifact scaffolding?

Automating OpenSpec CLI artifact scaffolding is best handled by parsing openspec status and instructions JSON to determine readiness. This removes repetitive CLI orchestration overhead by producing tasks, specs, and implementation scaffolding automatically.

Do I need the OpenSpec CLI to create apply-ready change artifacts?

Yes, creating apply-ready change artifacts requires the OpenSpec CLI. The workflow depends on parsing JSON output from openspec status and openspec instructions, alongside file read/write access to the openspec/changes/<name> directory.

Can I use this automated change-management workflow for new feature onboarding?

Yes, you can use this automated change-management workflow for new feature onboarding. It accelerates the process by generating tasks, specs, and implementation scaffolding in a single run without manual step-through.

Why does artifact generation prompt me for clarification during OpenSpec workflows?

Artifact generation prompts for clarification during OpenSpec workflows to avoid incorrect artifact creation. When input is unclear, the skill interactively requests more information to ensure accurate dependency parsing and scaffolding.

How does dependency handling work when generating OpenSpec artifacts?

Dependency handling for OpenSpec artifacts works by parsing openspec status and instructions JSON. This determines artifact readiness and generates subsequent items in the correct dependency order until all apply-required artifacts are produced.