onboard

Guide new Claude Code projects through automated onboarding and planning.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/voronerd/claude-orchestration-template --skill onboard-voronerd
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: onboard
Source: https://github.com/voronerd/claude-orchestration-template/tree/main/template_root/.claude/skills/onboard
Command: npx skills add https://github.com/voronerd/claude-orchestration-template --skill onboard-voronerd

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Interactive onboarding guides new Claude Code projects through environment checks, infrastructure configuration, and planning to accelerate setup.

Core Features & Use Cases

  • Environment Check: validates current setup status and readiness.
  • Infrastructure Configuration: guides enabling Ollama, Gemini/OpenAI options, and verification steps.
  • Project Interview & Planning: conducts a structured interview to generate a PLAN.md and initial tasks.
  • Plan & Backlog Generation: creates PLAN.md and tasks/master.md with a phased approach.

Quick Start

Run /onboard to start the interactive onboarding flow.

Frequently Asked Questions about onboard

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

FAQPage Schema
How do I set up a new Claude Code project with API keys and planning artifacts?

To set up a new Claude Code project, run the interactive onboarding wizard to configure API keys, validate the environment, and generate planning artifacts like PLAN.md and tasks/master.md.

What is the best way to generate a project backlog and plan for a new development team?

Generating a project backlog and plan is best handled through a structured project interview that produces a PLAN.md file and a phased tasks/master.md backlog for the team.

Do I need any special dependencies to configure Claude Code infrastructure and multi-model review?

No special dependencies are needed to configure Claude Code infrastructure beyond a running environment; the onboarding wizard guides optional multi-model setup for Ollama, Gemini, or OpenAI.

How does the structured project interview work for creating initial development tasks?

The structured project interview works by asking targeted questions about your project, then automatically generating a PLAN.md and a phased tasks/master.md backlog to guide development.

Can I use the onboarding wizard to verify my environment readiness before starting development?

Yes, you can use the onboarding wizard to verify environment readiness; it performs an environment check to validate your current setup status and infrastructure configuration.

What files are generated when configuring a new project through the setup wizard?

Configuring a new project through the setup wizard generates a PLAN.md file, a tasks/master.md backlog, and updates your existing configuration files to complete the onboarding process.