From aidd-context
Detects project state and opens a hub of actions: understand the project, set up/refresh memory bank, or continue the AIDD development journey. Adapts its menu based on installed AIDD plugins.
How this skill is triggered — by the user, by Claude, or both
Slash command
/aidd-context:00-onboardopusThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
State-aware onboarding hub for the current project. Silently inspects the project, the AIDD setup, and the installed AIDD plugins, then opens a briefing and a menu: understand the project, set up or refresh the memory bank, or continue the AIDD development journey. Loops until the user stops.
State-aware onboarding hub for the current project. Silently inspects the project, the AIDD setup, and the installed AIDD plugins, then opens a briefing and a menu: understand the project, set up or refresh the memory bank, or continue the AIDD development journey. Loops until the user stops.
| # | Action | Role | Input |
|---|---|---|---|
| 01 | detect-state | Silently probe the project, the AIDD setup, and the installed AIDD surface | project root |
| 02 | recommend-next | Render the briefing and the hub menu, route the pick to one concrete action | internal state from 01 |
| 03 | execute-or-handoff | Carry out the choice: briefing, run, explain, handoff, swap, or stop | choice from 02 |
01 -> 02 -> 03 -> back to 01 after each action, until the user picks Stop. Run each action's ## Test before moving to the next.
01-detect-state prints nothing - no state: snapshot, no signal dump, no Analysis: label ever reaches the user. The first visible output is the briefing header.sdlc_phase is a hint, never a verdict. Onboard shows where the project seems to stand but always lets the user pick the SDLC leg. It never assumes a phase is finished or unfinished.01-detect-state after an action runs or is handed off. The project state changes; re-detect before re-rendering.@assets/state-matrix.md - the hub menu, the SDLC sub-menu, the AIDD journey backbone, and the category resolution rulesnpx claudepluginhub ai-driven-dev/frameworkBootstraps the AIDD context layer for a project: initializes AI context files with memory block, scaffolds documentation structure, and generates memory bank files.
Analyzes project state to suggest next actions based on pipeline status, artifacts, and context. Helps developers decide what to do next.
Auto-analyzes project state including tasks, source code, git conflicts, and agents to recommend 1-2 optimal skills. Use on 'what's next?' questions or /workflow trigger.