From draft
Interactive codebase walkthrough for new engineers. Walks through architecture, tech stack, and guardrails with challenges and traceability.
How this skill is triggered — by the user, by Claude, or both
Slash command
/draft:tourThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Provide an interactive codebase walk-through based on existing architecture and guardrail constraints.
Provide an interactive codebase walk-through based on existing architecture and guardrail constraints.
architecture.md into the chat window.draft/architecture.md, draft/tech-stack.md, and draft/guardrails.md.draft/tech-stack.md.architecture.md / guardrails.md.draft/.state/facts.json showing how module constraints have evolved./draft:new-track → spec.md (requirements + classification + approvers) + plan.md (phases/tasks)/draft:decompose → hld.md (always, with graph-derived diagrams) + lld.md (when --lld or High-complexity module)/draft:implement → TDD loop reading lld.md/hld.md for stub generation/draft:upload → blocks git upload for high/mission-critical tracks until HLD §Approvals signed/draft:deploy-checklist → blocks deploy until HLD §Checklist + LLD §Alerting Thresholds populateddraft/tracks/ if any exist; otherwise sketch a hypothetical low-criticality flow./draft:new-track so they understand the artifact loop end-to-end.npx claudepluginhub drafthq/draft --plugin draftCreate CodeTour `.tour` files — persona-targeted step-by-step walkthroughs with real file anchors and line ranges. Use for onboarding, architecture, PR, RCA, and explain-how-this-works requests.
Guides new developers through structured codebase onboarding across five stages: big picture, core domain, interfaces, patterns, and hardening. Tracks progress with challenges and mastery checks.
Generates step-by-step onboarding guides for new developers covering environment setup, project structure, architecture, conventions, tests, and first contributions. Activates on setup or new joiner requests.