From aidd-context
Guides users through the AIDD framework, explaining where the project stands and suggesting the next logical step using installed plugins.
How this skill is triggered — by the user, by Claude, or both
Slash command
/aidd-context:00-onboardThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
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.
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.
| # | 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.
01-read-project prints nothing. The first visible output is the plain briefing from 02-orient.references/journey.md: the AIDD flow stages, what each unblocks, and how a step resolves to an installed skill.npx claudepluginhub ai-driven-dev/framework --plugin aidd-contextSurveys a project's tooling, context, and codebase to map installed capabilities, skills, and AI configuration. Invoke to discover what is available or find a matching skill or rule.
Initializes Agent Driven Development (ADD) via PRD interview, project scaffolding, user profile detection, and adoption of existing methodologies like CLAUDE.md or CI/CD setups.
Scaffolds greenfield project architecture and AI agent harness via interview-driven decisions. Outputs markdown spec with code structure exemplar, tests, guardrails, CLAUDE.md setup, and unified plan. Invoke via /scaffold for new projects.