AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

00 Onboard

skill-ai-driven-dev-framework-00-onboard · by ai-driven-dev

Guide the user through the AIDD framework on the current project. Explain the flow in plain language and suggest the next logical step, adapted to what is already set up and which AIDD plugins are installed. Use when the user asks where to start, what to do next, how AIDD works, or to be onboarded. Not for listing every installed surface (the explore skill does that) or running a skill the user a…

No reviews yet
0 installs
22 views
0.0% view→install

Install

$ agentstack add skill-ai-driven-dev-framework-00-onboard

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-ai-driven-dev-framework-00-onboard)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of 00 Onboard? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Onboard

A plain-language guide to the AIDD framework for the current project. It reads the project lightly, explains where the project sits in the AIDD flow, and suggests the next logical step using only the plugins that are installed. It loops until the user stops.

Actions

| # | Action | Role | Input | | --- | -------------- | ---------------------------------------------------------------- | ----------------- | | 01 | read-project | Lightly and silently read the project and the installed skills | project root | | 02 | orient | Explain where the project sits and suggest the next step, in plain language | the read from 01 | | 03 | act | Run the suggestion, explain it, teach the flow, switch step, or stop | the user's choice |

Run 01 → 02 → 03, then loop back to 01 after each step until the user stops. Run each action's ## Test before the next.

Transversal rules

  • Teach, do not assume. The user may be new to AIDD. Explain a term the first time it appears (the memory bank is the project memory the AI loads each session), never assume framework literacy.
  • Suggest, never force. Show where the project seems to stand and the next logical step, and always let the user choose another.
  • Plain language only. No internal state names, no raw phase labels, no signal dump reaches the user. The user reads guidance, not a state machine.
  • Adapt to what is installed. Suggest by function and resolve it to a skill that is actually installed. If none is installed, name the missing capability by function, never invent a skill.
  • Silent read. 01-read-project prints nothing. The first visible output is the plain briefing from 02-orient.
  • Re-read after each step. The project changes, so read again before suggesting again.
  • Wait for an explicit reply between prompts. Never auto-advance.

References

  • references/journey.md: the AIDD flow stages, what each unblocks, and how a step resolves to an installed skill.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.