openspec-onboard

Guide users through the OpenSpec change lifecycle with in-repo tasks.

Updated Feb 4, 2026
One-click install
npx skills add https://github.com/memorysaver/agentpit-gg --skill openspec-onboard
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openspec-onboard
Source: https://github.com/memorysaver/agentpit-gg/tree/main/.opencode/skills/openspec-onboard
Command: npx skills add https://github.com/memorysaver/agentpit-gg --skill openspec-onboard

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

OpenSpec onboarding provides a clear, repeatable path to learn and adopt the OpenSpec change lifecycle directly in your codebase, reducing setup fatigue and confusion.

Core Features & Use Cases

  • Guided onboarding: Step-by-step walkthrough from idea to archive, including proposal, specs, design, tasks, and verification.
  • Hands-on practice in-repo: Users perform real tasks in their project to reinforce learning.
  • Scalable pattern: Can be reused for any project using OpenSpec to standardize how changes are documented and tracked.

Quick Start

Run the onboarding sequence in your repository using the OpenSpec CLI:

  • openspec status
  • openspec new onboarding
  • follow prompts to generate artifacts (proposal, specs, design, tasks)

Frequently Asked Questions about openspec-onboard

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

FAQPage Schema
How do I onboard my team to OpenSpec workflows?

OpenSpec onboarding guides you through a complete change lifecycle—from proposal through specs, design, and tasks to archive—using hands-on, in-repository tutorials. Run `openspec new onboarding` in your codebase to start the structured walkthrough with real artifact generation.

What is the OpenSpec change lifecycle and why use it for change management?

The OpenSpec change lifecycle provides a repeatable, documented path for proposals, specifications, design decisions, and task tracking. It standardizes how teams capture and manage changes, reducing confusion and setup friction across projects.

Do I need the OpenSpec CLI installed to use this onboarding?

Yes, the OpenSpec CLI must be installed. You'll use commands like `openspec status` and `openspec new onboarding` to initialize the guided workflow and generate artifacts directly in your repository.

Can I reuse the onboarding workflow across multiple projects?

Yes, the onboarding pattern is scalable and designed to be reused. Any project adopting OpenSpec can follow the same hands-on tutorial to standardize documentation and change tracking across your organization.

What artifacts does the onboarding process generate?

The onboarding workflow generates proposal, specs, design, and task artifacts as you complete each phase of the change lifecycle. These artifacts are created in-repo and tracked through the complete OpenSpec workflow.