openspec-onboard

Guide users through the OpenSpec change lifecycle with an EXPLAIN/DO/SHOW/PAUSE protocol.

9|16|Updated Oct 16, 2018
One-click install
npx skills add https://github.com/ondata/albopopTwoDotZero --skill openspec-onboard-ondata
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openspec-onboard
Source: https://github.com/ondata/albopopTwoDotZero/tree/main/.gemini/skills/openspec-onboard
Command: npx skills add https://github.com/ondata/albopopTwoDotZero --skill openspec-onboard-ondata

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

OpenSpec onboarding currently lacks a guided, hands-on path to teach users the full change lifecycle. This Skill provides a structured, narrative-driven walkthrough that leads users through the complete OpenSpec workflow from preflight to archive.

Core Features & Use Cases

  • Guided phases: Preflight, Welcome, Task Selection, Explore Demo, Create Change, Proposal, Specs, Design, Tasks, Apply, Archive.
  • Hands-on learning: Users perform real OpenSpec actions in a sample or their codebase while the guide explains each step.
  • Safe learning loop: Clear pauses for user acknowledgement and graceful exit if needed.

Quick Start

Open the onboarding flow by triggering the guided OpenSpec session to begin the end-to-end change lifecycle.

Frequently Asked Questions about openspec-onboard

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

FAQPage Schema
How do I learn the OpenSpec change lifecycle from start to finish?

You can learn the OpenSpec change lifecycle through a guided onboarding workflow that walks you through preflight, task selection, change creation, proposals, specs, design, tasks, apply, and archive phases with hands-on tasks.

What is the best way to teach my team OpenSpec change management workflows?

The best way to teach OpenSpec change management is using a structured onboarding guide that enforces an EXPLAIN/DO/SHOW/PAUSE protocol, allowing users to perform real OpenSpec actions in a sample codebase while learning each step safely.

Can I use a guided OpenSpec onboarding tutorial in my own codebase?

Yes, OpenSpec onboarding tutorials can be run in your own codebase. The guided workflow lets you perform real OpenSpec actions and stores all learning artifacts under the openspec/changes directory during the walkthrough.

Do I need the OpenSpec CLI installed to run an onboarding workflow?

Yes, the OpenSpec CLI is required for the onboarding workflow. The guided process relies on the OpenSpec CLI to create changes, manage proposals, and archive completed tasks throughout the structured lifecycle walkthrough.

How does the EXPLAIN/DO/SHOW/PAUSE protocol work during OpenSpec onboarding?

The EXPLAIN/DO/SHOW/PAUSE protocol structures the onboarding by explaining each step, having you do the action, showing the result, and pausing for your acknowledgement before proceeding to the next phase or allowing a graceful exit.

What are the limitations of running an OpenSpec guided onboarding session?

A limitation of OpenSpec guided onboarding is that it requires manual user interaction at each pause phase, meaning it cannot be fully automated, and it depends entirely on the OpenSpec CLI for creating and archiving changes.