OP

openspec-ff-change

A tool to quickly scaffold and create necessary project deliverables based on defined specs.

Install

mkdir -p .claude/skills/openspec-ff-change && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/1097" && unzip -o skill.zip -d .claude/skills/openspec-ff-change && rm skill.zip

Installs to .claude/skills/openspec-ff-change

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

快速创建实现所需的所有产出物。当用户想要快速创建实现所需的所有产出物,而不是逐个创建时使用。
46 charsno explicit “when” trigger
Beginner

Key capabilities

  • Scaffold a new change directory
  • Get artifact build order
  • Create artifacts based on instructions
  • Track artifact progress
  • Display final status of created artifacts

How it works

The skill uses the openspec CLI to scaffold a change directory, determine the build order of required artifacts, and then iteratively creates each artifact by following specific instructions and templates.

Inputs & outputs

You give it
Change name (kebab-case) or description of what to build
You get back
Scaffolded change directory with created artifacts and status summary

When to use openspec-ff-change

  • Scaffold a new implementation change
  • Create project artifacts based on specs
  • Track progress of development tasks
  • Generate boilerplate documentation

About this skill

快速完成产出物创建 - 一次性生成开始实现所需的一切。

输入:用户的请求应包含变更名称(kebab-case)或对他们想要构建内容的描述。

步骤

  1. 如果没有提供明确的输入,询问他们想要构建什么

    使用 AskUserQuestion tool(开放式,无预设选项)询问:

    "您想要处理什么变更?请描述您想要构建或修复的内容。"

    根据他们的描述,推导出一个 kebab-case 名称(例如:"add user authentication" → add-user-auth)。

    重要提示:在不了解用户想要构建什么的情况下,请勿继续。

  2. 创建变更目录

    openspec-cn new change "<name>"
    

    这将在 openspec/changes/<name>/ 创建一个脚手架变更。

  3. 获取产出物构建顺序

    openspec-cn status --change "<name>" --json
    

    解析 JSON 以获取:

    • applyRequires: 实现前所需的产出物 ID 数组(例如:["tasks"]
    • artifacts: 所有产出物及其状态和依赖项的列表
  4. 按顺序创建产出物直到准备好应用

    使用 TodoWrite tool 跟踪产出物的进度。

    按依赖顺序循环遍历产出物(没有待处理依赖项的产出物优先):

    a. 对于每个 ready(依赖项已满足)的产出物

    • 获取指令:
      openspec-cn instructions <artifact-id> --change "<name>" --json
      
    • 指令 JSON 包括:
      • context:项目背景(对你的约束 - 不要包含在输出中)
      • rules:产出物特定规则(对你的约束 - 不要包含在输出中)
      • template:用于输出文件的结构
      • instruction:此产出物类型的模式特定指导
      • outputPath:写入产出物的位置
      • dependencies:已完成的产出物,用于读取上下文
    • 读取任何已完成的依赖文件以获取上下文
    • 使用 template 作为结构创建产出物文件
    • 应用 contextrules 作为约束 - 但不要将它们复制到文件中
    • 显示简短进度:"✓ 已创建 <artifact-id>"

    b. 继续直到所有 applyRequires 产出物完成

    • 创建每个产出物后,重新运行 openspec-cn status --change "<name>" --json
    • 检查 applyRequires 中的每个产出物 ID 在 artifacts 数组中是否具有 status: "done"
    • 当所有 applyRequires 产出物完成时停止

    c. 如果产出物需要用户输入(上下文不清楚):

    • 使用 AskUserQuestion tool 进行澄清
    • 然后继续创建
  5. 显示最终状态

    openspec-cn status --change "<name>"
    

输出

完成所有产出物后,总结:

  • 变更名称和位置
  • 已创建产出物的列表及简要描述
  • 准备就绪:"所有产出物已创建!准备好实现。"
  • 提示:"运行 /opsx:apply 或要求我实现以开始处理任务。"

产出物创建指南

  • 遵循每个产出物类型的 openspec-cn instructions 中的 instruction 字段
  • 模式定义了每个产出物应包含的内容 - 遵循它
  • 在创建新产出物之前阅读依赖产出物以获取上下文
  • 使用 template 作为输出文件的结构 - 填充其各个部分
  • 重要提示contextrules 是对你的约束,而不是文件内容
    • 不要将 <context><rules><project_context> 块复制到产出物中
    • 这些引导你编写内容,但不应出现在输出中

护栏

  • 创建实现所需的所有产出物(由 Schema 的 apply.requires 定义)
  • 在创建新产出物之前始终阅读依赖产出物
  • 如果上下文极其不清楚,询问用户 - 但倾向于做出合理的决定以保持势头
  • 如果同名变更已存在,建议继续处理该变更
  • 在继续下一个之前,验证写入后每个产出物文件是否存在

Prerequisites

openspec CLI

Limitations

  • Requires a clear user request for what to build
  • Cannot proceed without knowing what the user wants to build

How it compares

This skill automates the creation of all required project artifacts at once, rather than creating them individually.

Compared to similar skills

openspec-ff-change side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
openspec-ff-change (this skill)36moReviewBeginner
linear102moNo flagsBeginner
zapier-workflows118moReviewBeginner
attio-skill-generator77moReviewIntermediate

Try saying

Example prompts that trigger this skill in your AI assistant.

You might also like

linear

lobehub

Linear issue management guide. Use when working with Linear issues, creating issues, updating status, or adding comments. Triggers on Linear issue references (LOBE-xxx), issue tracking, or project management tasks. Requires Linear MCP tools to be available.

10117

zapier-workflows

davila7

Manage and trigger pre-built Zapier workflows and MCP tool orchestration. Use when user mentions workflows, Zaps, automations, daily digest, research, search, lead tracking, expenses, or asks to "run" any process. Also handles Perplexity-based research and Google Sheets data tracking.

11101

attio-skill-generator

kesslerio

Generate use-case-specific Attio workflow skills from templates. Use when creating new skills for lead qualification, deal management, customer onboarding, or custom Attio workflows.

7100

automation-brainstorm

MacroMan5

Interactive workflow design advisor for Power Automate, n8n, Make, Zapier and other platforms. Guides users through planning automation workflows with smart questions about triggers, actions, data flow, and error handling. Uses research sub-agent to find best practices and generates detailed implementation plan. Triggers when user mentions "create workflow", "build flow", "design automation", "need ideas for", or describes workflow requirements without having a complete design.

778

daily-briefing

anthropics

Start your day with a prioritized sales briefing. Works standalone when you tell me your meetings and priorities, supercharged when you connect your calendar, CRM, and email. Trigger with "morning briefing", "daily brief", "what's on my plate today", "prep my day", or "start my day".

761

jira

davila7

Use when the user mentions Jira issues (e.g., "PROJ-123"), asks about tickets, wants to create/view/update issues, check sprint status, or manage their Jira workflow. Triggers on keywords like "jira", "issue", "ticket", "sprint", "backlog", or issue key patterns.

1152

Search skills

Search the agent skills registry