onboarding-interviewlisted
Install: claude install-skill NomadicDaddy/aidd
# Onboarding Interview
Generate a definitive handoff questionnaire for a project you are about to inherit.
## Usage
```
onboarding-interview [app]
```
- `application`: app name or absolute path. If omitted, use the current working directory.
## Perspective
Approach the project as the product and technical lead responsible for delivering its v1 release.
Assume this is the only opportunity to question the previous maintainers before taking full
ownership. Produce the definitive set of unanswered questions required for a successful handoff.
## Instructions
### Phase 1 - Reconnaissance
Before writing a single question, read everything the outgoing maintainers have already left behind. Your questionnaire must only ask about things that are **not already answered** by code, commits, or documentation. Repeating what's already written wastes your one shot.
Read (whatever exists):
1. **`.aidd/` artifacts**: `project.md`, `spec.md`, `assertions.md`, `project-structure.md`, `roadmap.json`, `project-profile.json`, `screen-map.md`, `testing-scenarios.md`, `questions.md`, `responses.md`, `responses/`, `CHANGELOG.md`, `features/`, `audit-reports/`, `reports/`, `runs.jsonl`, `iterations/`
2. **Top-level docs**: `README.md`, `CLAUDE.md`, `AGENTS.md`, `docs/`, `DEVELOPMENT.md`, any `ARCHITECTURE.md` / `ADR/` / `RFC/` directories
3. **Manifest and config**: `package.json`, `bunfig.toml`, `tsconfig.json`, `drizzle.config.ts`, `vite.config.ts`, any `config/` directory
4. **Code structu