# Openspec Onboard

> Guided onboarding for OpenSpec - walk through a complete workflow cycle with narration and real codebase work. Use when this capability is needed.

- Skill: `tomevault-io/openspec-onboard-12` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/openspec-onboard-12`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/openspec-onboard-12/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: DevOps & Infra
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/openspec-onboard-12

---


Guided onboarding for OpenSpec workflow. Walk the user through a complete cycle with narration and real work.

**When to Use**
- First-time user says "onboard me", "how does this work?", "show me the workflow"
- User wants to learn by doing
- New team member introduction

**Steps**

1. **Introduction**

   Explain the OpenSpec workflow:
   - Artifact-driven development
   - Spec → Design → Tasks → Implementation
   - Why it helps (clarity, traceability, reviewability)

2. **Create a demo change**

   Use openspec-new-change to create a sample:
   ```bash
   python .agents/openspec_kit.py create "demo-onboarding"
   ```

3. **Walk through each artifact**

   For each artifact in sequence:
   - Explain its purpose
   - Show the template
   - Create it with demo content
   - Explain what just happened

4. **Show implementation**

   - Explain how tasks connect to code
   - Show how to apply a change
   - Mark a task complete

5. **Show verification and archive**

   - Run verification
   - Archive the demo change

6. **Recap and next steps**

   Summarize what was learned and encourage the user to try with a real change.

**Tone**
- Educational and encouraging
- Explain WHY, not just WHAT
- Let user ask questions at any point

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/felixti) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-15 -->

