openspec-onboard

Guide new users through a complete OpenSpec workflow cycle with narration and hands-on tasks.

1|Updated Jan 25, 2026
One-click install
npx skills add https://github.com/mufengbufeng/EF --skill openspec-onboard-mufengbufeng
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openspec-onboard
Source: https://github.com/mufengbufeng/EF/tree/main/UnityProject/.claude/skills/openspec-onboard
Command: npx skills add https://github.com/mufengbufeng/EF --skill openspec-onboard-mufengbufeng

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Guides new users through a complete OpenSpec workflow with narration and hands-on work in a real codebase, reducing onboarding friction and accelerating practical learning.

Core Features & Use Cases

  • Narrated walkthrough of a full OpenSpec cycle from idea to archive
  • Hands-on tasks integrated into an actual repository to demonstrate end-to-end workflow
  • Reproducible change scaffolding (proposal, specs, design, tasks, archive) for future lessons or tasks

Quick Start

Follow the guided onboarding to complete a full OpenSpec workflow in your codebase.

Frequently Asked Questions about openspec-onboard

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

FAQPage Schema
How do I onboard to OpenSpec workflow in a real codebase?

The OpenSpec workflow automates guided onboarding by walking you through a complete cycle with narration and real codebase work. It demonstrates starting a change, drafting a proposal, specs, design, tasks, and archiving within a sample repository.

What is the OpenSpec change scaffolding process?

The OpenSpec change scaffolding process requires verifying the presence of SKILL.md metadata, then scaffolding openspec/changes/<name> with proposal.md, design.md, specs/, and tasks.md. This creates reproducible structures for future lessons or tasks.

How do I use the OpenSpec CLI to archive a change?

You use the OpenSpec CLI to implement an archive workflow after completing the proposal, specs, design, and tasks phases. This concludes the narrated onboarding cycle by finalizing the change within your codebase.

Do I need prior experience to learn OpenSpec with this guided workflow?

No prior experience is needed to learn OpenSpec with this guided workflow, as it specifically targets developers and teams new to the framework. It reduces onboarding friction by walking through a complete, reproducible cycle with hands-on tasks.

What files are required for an OpenSpec proposal and design workflow?

An OpenSpec proposal and design workflow requires scaffolding openspec/changes/<name> with proposal.md, design.md, specs/, and tasks.md. You also need a SKILL.md file containing the name and description metadata for verification.