00 Onboard

Guide a project's journey through AIDD, from first setup to shipping a feature. Use when the user says onboard me, where do I start, or what to do next. Not for listing every installed surface.

ai-driven-dev 443914f 18 files · 17.7 KB Updated

File contents

Onboard

flowchart LR
  scan --> assess --> present --> run --> scan

Actions

Run the actions in that order, looping. Read an action's file in actions/ before running it.

# Action Does
01 scan read the project
02 assess decide the next step
03 present show the screen
04 run act on the reply

Transversal rules

  • Guide, do not lecture or dump.
  • Name real commands only, never invented ones.
  • Never run a GUIDED step unattended.
  • Never test a plugin version against a registry.
  • Never trust a stale status.
  • Wait for an explicit reply before running anything.

ai-driven-dev/aidd-framework/tree/main/plugins/aidd-context/skills/00-onboard commit 443914f1c8

Frequently asked questions

npx skillmds@latest add ai-driven-dev/00-onboard