openspec-onboard

Guide developers through the OpenSpec workflow cycle from idea to implementation.

Updated Jan 23, 2026
One-click install
npx skills add https://github.com/lz-freedom/polybull-stock-helper --skill openspec-onboard-lz-freedom
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openspec-onboard
Source: https://github.com/lz-freedom/polybull-stock-helper/tree/main/.opencode/skills/openspec-onboard
Command: npx skills add https://github.com/lz-freedom/polybull-stock-helper --skill openspec-onboard-lz-freedom

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps new users learn and apply OpenSpec by guiding them through a complete onboarding workflow in a real codebase, reducing setup friction and confusion.

Core Features & Use Cases

  • Step-by-step onboarding: from preflight checks to archiving, with hands-on code changes.
  • Phased learning: Welcome, Task Selection, Explore Demo, Create Change, Proposal, Specs, Design, Tasks, Apply, and Archive.
  • Self-contained workspace: creates openspec/changes/<name>/ with proposal.md, design.md, specs/, and tasks.md to capture decisions and tasks.

Quick Start

Initialize OpenSpec in your project if needed, then begin the guided onboarding flow using the environment's OpenSpec commands to walk through a real change in your codebase. Follow along and adjust the artifacts as you learn.

Frequently Asked Questions about openspec-onboard

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

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

To onboard developers to an OpenSpec workflow, use a guided process that teaches tasks from preflight to archiving. It walks users through hands-on code changes, reducing setup friction and confusion by applying the workflow directly in the project environment.

What artifacts does OpenSpec create when managing codebase changes?

OpenSpec change management creates artifacts under openspec/changes/<name>/ including proposal.md, design.md, specs/, and tasks.md. These files capture decisions and guide implementation throughout the workflow phases.

Do I need the OpenSpec CLI to guide users through codebase change management?

Yes, you need the OpenSpec CLI installed to guide users through the change management workflow. The onboarding process relies on the CLI to execute environment commands and generate the required workspace artifacts.

What are the steps to guide a team through OpenSpec change creation and archiving?

The steps to guide a team through OpenSpec include Welcome, Task Selection, Explore Demo, Create Change, Proposal, Specs, Design, Tasks, Apply, and Archive. This phased learning approach ensures comprehensive coverage of the workflow cycle.

What's the best way to learn OpenSpec for a new software engineering project?

The best way to learn OpenSpec is through a step-by-step onboarding workflow within a real codebase. This hands-on approach teaches the complete cycle from idea to implementation, allowing users to adjust artifacts as they learn.

Why does OpenSpec require a self-contained workspace for change management?

OpenSpec requires a self-contained workspace to capture decisions and guide implementation effectively. By creating openspec/changes/<name>/ with structured artifacts, it ensures all proposal, design, and task details are documented and traceable.