← ClaudeAtlas

onboardlisted

Setup wizard for a freshly-installed claude-flightdeck. Walks 8 stages — topology detection, codebase scan, team interview, git-history mining, document drafting, A-rule ratification, state capture, first-feature handoff — to bring Claude Code from 'template installed' to 'fully understands this project'. Use right after `install.sh` ('how do I get started', 'set up the workflow', 'onboard the project', '/onboard'). Subcommands: /onboard refresh (re-run on existing install), /onboard scan (Stage 1 only), /onboard rules (Stages 3+5), /onboard retro (post-first-sprint reflection).
Maximumsoft-Co-LTD/claude-flightdeck · ★ 1 · AI & Automation · score 77
Install: claude install-skill Maximumsoft-Co-LTD/claude-flightdeck
# /onboard — Project Onboarding Wizard Bring Claude Code + the control plane from "template installed" to "fully understands this project". 8 stages, ~4-6 hours interactive, hybrid (auto-do mechanical work · prompt only for context the user alone has). ## Token budget (MANDATORY) - Stages 0-1 use Bash scripts (topology) + ONE parallel Explore dispatch — no full file Reads in the main session. - Stage 2 interview uses `AskUserQuestion` (≤4 per round) — never free-form prose questions. - Stage 3 mining uses 3 parallel Explore agents — output stages to `_onboard-staging/` for the drafting agent, never read back into main context. - Stage 4 drafting is delegated to `onboarding-engineer` agent — do not re-read the drafts in main context; trust its summary. - Stage 5 ratification reads only `_onboard-staging/a-rule-candidates.md` with `limit: 200`. - Stage 6 state capture uses `AskUserQuestion` + paste-friendly textboxes — no scanning of foreign tools (Jira / Linear) in-session. - **Hard cap: 50k tokens** main-session context across all 8 stages for a medium project. ## Subcommands - `/onboard` — fresh full wizard (Stages 0-7). Stage 8 (retro) runs separately after the first sprint closes. - `/onboard refresh` — re-onboard mode. Skip stages whose input hasn't changed; re-mine git history; present DELTA only. - `/onboard scan` — Stage 1 only. Regenerate `docs/setup/codebase-orientation.md`. Cheap; safe to re-run whenever the codebase shape changes substa