Getting started guide for new agentic-workstation users. Walks through setup validation, the skill/agent hierarchy, and the three most useful commands per role (developer, PM, tech lead). Use when someone is new to the workstation or asks "where do I start?"
Installation
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Getting started guide for new agentic-workstation users. Walks through setup validation, the skill/agent hierarchy, and the three most useful commands per role (developer, PM, tech lead). Use when someone is new to the workstation or asks "where do I start?"
Welcome to agentic-workstation. This skill guides new users through initial setup and daily usage.
When to use
User asks "where do I start?" or "how does this work?"
First-time setup after chezmoi apply
Troubleshooting a broken installation
Onboarding a teammate
Step 1 — Validate setup
dots-doctor
Expected: result: COMPLIANT. If any check fails, dots-doctor shows the fix command.
For persistent issues:
dots-update-check # check for available updates
dots-skills list # verify skills are installed
dots-skills sync# re-sync symlinks to AI tools
Step 2 — Understand the hierarchy
User message
↓
Orchestrator (dots-workstation-assistant)
↓ routes to
Workflow skill (WHAT — decides scope and gates)
e.g. dots-workstation-workflow-generic-project
↓ delegates to
Tool skill (HOW — executes CLI commands)
e.g. clickup-cli, github-cli-workflow
Skills are invoked via the skill tool (e.g. /dots-workstation-planning).
Agents are invoked via @mention (e.g. @dots-workstation-planner). Never use the skill tool for agents.
Step 3 — First commands by role
Developer
# Start any task
/dots-workstation-workflow-generic-project
# After code changes — review before PR
@dots-workstation-code-reviewer
# CI failing
/gh-fix-ci
Product Manager / Tech Lead
# Plan a feature
@dots-workstation-planner
# Create a ClickUp task
/clickup-cli # then: clickup task create --current --name "..."# Project health check
/dots-workstation-project-assessment
Anyone
# Check workstation health
dots-doctor
# Find which skill to use# → ask the orchestrator: "what skill should I use for X?"# Load client/project context
./bin/workspace-context load packs/<client>.yaml # if in ai-workspace
Key concepts in 60 seconds
Concept
What it means
Pack
Context bundle for a client/project (repos, constraints, commands)
Skill
Reusable AI prompt for a specific task (WHAT or HOW)
Agent
Specialized AI persona with restricted tool access (invoked via @mention)
Loop
Recurring autonomous process with state, tiers, and cost budgets