Turn vague project ideas into locked specifications — AI coding agent skill for Qwen, Claude, OpenCode, Aider, Cursor
# Project Onboarding > **Turn vague project ideas into locked specifications through structured AI-assisted dialogue.** > > **Tech-agnostic by design** — works with any framework or stack. [](https://www.npmjs.com/package/project-onboarding-skill) [](https://opensource.org/licenses/MIT) [](https://qwenlm.github.io/qwen-code/) [](https://docs.anthropic.com/en/docs/claude-code/overview) [](https://opencode.ai) A **technology-neutral** skill for AI coding agents that transforms a rough idea into production-ready engineering documents — **before any code is written**. Asks the right questions. Never invents requirements. Never assumes your stack. Produces a traceable, locked specification that works with **any framework** — JavaScript, Python, Go, Rust, or anything else. **The skill asks — you decide.** --- ## Quick Install ### Option 1: npx (Recommended — all platforms) ```bash npx project-onboarding-skill ``` Interactive installer — choose which AI agents to install for. ### Option 2: curl (Unix / macOS / Linux) ```bash curl -fsSL https://raw.githubusercontent.com/raindragon14/project-onboarding/v3.0.3/install.sh | bash ``` ### Option 3: PowerShell (Windows) ```powershell iwr -useb https://raw.githubusercontent.com/raindragon14/project-onboarding/v3.0.3/install.ps1 | iex ``` ### Option 4: Manual Copy [`SKILL.md`](SKILL.md) and [`references/`](references/) to your agent's skill directory: | Agent | Global Path | Project Path | |-------|-------------|--------------| | **Qwen Code** | `~/.qwen/skills/project-onboarding/` | `.qwen/skills/project-onboarding/` | | **Claude Code
Agent that generates comprehensive documentation, API references, architecture diagrams, and developer onboarding guides from existing code.
Agent configuration for systematic bug investigation that traces issues from error logs through the codebase to root cause with suggested fixes.
Agent for integrating third-party APIs including SDK setup, type generation, error handling, retry logic, and rate limit management.
Cursor's built-in autonomous coding agent that can make multi-file edits, run terminal commands, search the codebase, and iteratively build features with minimal human intervention.
Cloud-based autonomous coding agent that runs in the background on remote sandboxed environments, handling complex multi-step tasks while you continue working.
Cursor's multi-file editing agent within Composer mode that can create, edit, and delete files across your entire project in a single conversation.