You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/ai/requirements/feature-setup-wizard.md
+8-3Lines changed: 8 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
---
2
-
3
-
## phase: requirements
2
+
phase: requirements
4
3
title: Requirements & Problem Understanding
5
4
description: Clarify the problem space, gather requirements, and define success criteria
5
+
---
6
6
7
7
# Requirements & Problem Understanding
8
8
@@ -14,6 +14,11 @@ description: Clarify the problem space, gather requirements, and define success
14
14
- Users must understand tool-specific layouts (Codex, Claude Code, Antigravity, etc.) before they can become productive.
15
15
- Setup of global assets is fragmented across commands, docs, and manual copy steps (`commands`, `skills`, instruction files like `AGENTS.md` or `CLAUDE.md`).
16
16
- The current flow does not proactively recommend a practical baseline for engineers who use multiple AI coding agents.
17
+
- Who is affected:
18
+
- New users onboarding AI DevKit for the first time.
19
+
- Engineers using multiple coding agents across different tools.
20
+
- Teams that need repeatable onboarding and shared setup conventions.
21
+
- Power users who need idempotent and scriptable setup flows.
17
22
18
23
## Goals & Objectives
19
24
@@ -60,7 +65,7 @@ description: Clarify the problem space, gather requirements, and define success
60
65
61
66
- Measurable outcomes
62
67
- First-time wizard completion under 5 minutes for a common 2-tool setup.
63
-
- 90%+ of users can complete setup without reading external docs.
68
+
- 90%+ of sampled users can complete setup without external docs, measured via onboarding study or opt-in post-setup prompt feedback.
64
69
- Re-run setup changes only drifted files (idempotent behavior).
65
70
- Acceptance criteria
66
71
-`npx ai-devkit setup` launches wizard by default.
0 commit comments