-
Notifications
You must be signed in to change notification settings - Fork 0
Hello Tutorial
iDorgham edited this page Nov 28, 2025
·
1 revision
The /hello command is your optional onboarding walkthrough. Run it once to meet the agent hierarchy, capture your profile, and stash a personal quick-reference pack before you start /tell.
- Personalized setup – Captures your name, experience level, and preferred coaching style.
-
Context sharing – Stores answers for later use by
/meeting,/write, and other commands. -
Reference kit – Generates ready-to-read docs (
QUICK_REFERENCE.md,AGENT_HIERARCHY.md, etc.). - Safe practice – Lets you test-drive commands without modifying your project.
| Scenario | Why it helps |
|---|---|
| First time using DoPlan CLI | Unlocks guided tutorial, agent overview, and personal profile files. |
| New team member onboarding | Gives an instant tour before they touch /tell. |
| Switching machines/IDEs | Rebuilds the reference pack if you wiped .do/system/. |
| Teaching sessions/demos | Use the practice flow to show commands without changing state. |
-
Warm Welcome & Profile Capture
- Asks for your name (
user_name) and experience (user_experience_level). - Responses are reused later by
/meetingand progress reports.
- Asks for your name (
-
System & Agent Overview
- Explains what DoPlan automates.
- Prints the 18-agent hierarchy (Project Orchestrator, leads, QA, Growth, Docs, etc.).
-
Support Mode Selection
- Choose Guided Mode (check-ins after each
/done) or Independent Mode (silent partner). - Saved as
development_support_mode; you can change it later via/hellore-run or manual edit.
- Choose Guided Mode (check-ins after each
-
Command Walkthrough
- Highlights the core workflow:
/tell,/improve,/write,/change,/plan,/build,/content. - Explains what each command saves and how agents collaborate.
- Highlights the core workflow:
-
Optional Test Drive
- Practice
/tell,/meeting,/write, or/contentwithout touching real files. -
/hellonarrates what would happen (IDEA saved, BRAINSTORM updates, documents generated) but discards the dry-run data.
- Practice
-
Personalized Tips
- Shares guidance aligned with your experience level (e.g., reminders for beginners, autonomy notes for advanced users).
-
Reference Pack Creation
- Writes cheat sheets and hierarchy diagrams so you can revisit the tutorial without rerunning
/hello.
- Writes cheat sheets and hierarchy diagrams so you can revisit the tutorial without rerunning
-
Next Steps Prompt
- Ends by nudging you toward
/tellto capture the real project idea.
- Ends by nudging you toward
| Artifact | Path | Description |
|---|---|---|
| User profile | .do/system/user_profile.json |
Stores user_name, user_experience_level, development_support_mode, and tutorial completion flags. |
| Quick reference |
.do/system/QUICK_REFERENCE.md & docs/references/QUICK_REFERENCE.md
|
Cheat sheet summarizing commands and shortcuts. |
| Agent hierarchy | docs/overview/AGENT_HIERARCHY.md |
Text-based tree of all 18 agents. |
| Command examples | docs/references/COMMAND_EXAMPLES.md |
Sample prompts and expected outputs for core commands. |
| Tutorial notes | docs/tutorials/TUTORIAL_NOTES.md |
Transcript of the onboarding session. |
Already have these files? Re-running
/hellooverwrites them with your latest answers, which is useful when onboarding a new teammate on the same repo.
-
Forgot your support mode? Check
.do/system/user_profile.jsonor rerun/helloto switch between guided and independent. - Need to demo commands safely? Use the test-drive prompts so no real files change.
-
Multiple users on one repo? Each person can copy
.do/system/QUICK_REFERENCE.mdinto their IDE or rerun/helloafter cloning. -
Stuck during onboarding? Delete
.do/system/user_profile.jsonand run/helloagain to restart the flow.
- Quick Start – Generate your first project.
- First Project Tutorial – Walkthrough after onboarding.
-
Meeting Command – Deep dive into the adaptive discovery session referenced during
/hello. - Commands Reference – Full list of day-to-day commands.
-
Workflow Guide – See how
/hellofeeds into the Capture & Align phase.
Last Updated: 2025
Maintained By: Documentation Team