From fieldwork
Set up or refresh project context files. Run at the start of a new project or when context is missing or stale.
How this command is triggered — by the user, by Claude, or both
Slash command
/fieldwork:onboardThe summary Claude sees in its command listing — used to decide when to auto-load this command
Read and follow the skill file at `${CLAUDE_PLUGIN_ROOT}/skills/onboard/SKILL.md` exactly.Read and follow the skill file at ${CLAUDE_PLUGIN_ROOT}/skills/onboard/SKILL.md exactly.
npx claudepluginhub jklazinga/fieldwork --plugin fieldwork/onboardGenerates four audience-tailored onboarding guides—Contributor, Staff Engineer, Executive, Product Manager—in an onboarding/ folder with index hub.
/onboardGenerates a developer onboarding guide by scanning project configs, structure, and docs for prerequisites, setup, workflow, key concepts. Writes to docs/onboarding.md.
/onboardIndexes this folder and saves a persistent overview that future sessions pick up automatically. In a git repo this writes `codebase:onboard` (code-shape map). In a non-git folder this writes `project:onboard` (file-shape index built by deterministic extractors — no LLM at index time).
/onboardGenerates a comprehensive developer onboarding guide including architecture diagram, tech stack, setup instructions, key files, API routes, database schema, and common gotchas.
/onboardGuides new Swarm users through core concepts—outcomes, modes—and launches their first team via interactive step-by-step gates.
/onboardScans new codebase, checks context and files, classifies stack, maps architecture, sets up rules, and saves knowledge to .memory/ for building.