openspec-onboard

Guide users through a complete OpenSpec workflow cycle from task selection to archiving.

Updated Jan 23, 2026
One-click install
npx skills add https://github.com/hossam7amdy/easy-auth --skill openspec-onboard-hossam7amdy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openspec-onboard
Source: https://github.com/hossam7amdy/easy-auth/tree/main/.agent/skills/openspec-onboard
Command: npx skills add https://github.com/hossam7amdy/easy-auth --skill openspec-onboard-hossam7amdy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill guides developers through a full OpenSpec workflow cycle inside their codebase to accelerate onboarding and reduce ramp-up time.

Core Features & Use Cases

  • Guided Phase Flow: Explore, new change, proposal, specs, design, tasks, apply, and archive phases in a cohesive, hands-on sequence.
  • Hands-on Codebase Tasks: Perform real work in your repository under guided prompts, reinforcing practical learning.
  • Artifact Lifecycle: Automatically creates and manages OpenSpec artifacts such as proposal, specs, design, and tasks for each change.
  • Educational Narration: Provides explained steps and rationale as you work through the workflow to build confidence.

Quick Start

Install the OpenSpec CLI and initialize your project if needed. Then start with /opsx:explore to think through a sample task, or /opsx:new onboard-journey to create a new change and begin the guided workflow.

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 workflow by doing hands-on tasks in my codebase?

You can learn the OpenSpec workflow by running guided commands that walk you through exploration, new change creation, specs, design, tasks, and apply phases directly inside your repository to build practical familiarity.

What is the OpenSpec change management lifecycle for a new codebase task?

The OpenSpec change management lifecycle covers exploration, proposal, specs, design, tasks, apply, and archive phases, automatically creating and managing artifacts for each change to ensure structured development.

Do I need the OpenSpec CLI installed to start a guided onboarding workflow?

Yes, the OpenSpec CLI must be installed and your repository initialized to execute status checks, create changes, and archive completed work throughout the guided workflow phases.

How do I start a new change and create OpenSpec artifacts like proposals and specs?

Start a new change by running the new change command, which initiates the guided workflow to automatically create and manage OpenSpec artifacts including proposals, specs, design documents, and tasks.

Can I explore a sample task in my repository before committing to a full OpenSpec workflow?

Yes, you can use the explore command to think through a sample task in your repository, allowing you to understand the workflow mechanics before committing to a full change cycle.