openspec-ff-change
Installation
SKILL.md
Fast-forward an OpenSpec change
Generate every artifact the schema requires before implementation can start, without pausing between them, then hand off to implementation.
Steps
- Ensure the project schema is installed. Check whether
openspec/config.yamlandopenspec/schemas/rhdh-spec-driven/already exist. Only if either is missing, invoke/rhdh-spec-driven-schemaand run its project-install step. Then confirm withopenspec schemas --json. - Get the change name or description. Derive a kebab-case name from a
description if no name was given (e.g. "add user authentication" ->
add-user-auth); do not proceed without knowing what to build. - Create the change directory (skip if it already exists — see
Guardrails):
openspec new change "<name>"(default schema fromopenspec/config.yaml, or pass--schema rhdh-spec-driven). - Get the build order: