Skip to content

Commit d2ce7ad

Browse files
committed
Fix typo
1 parent 2a37f0a commit d2ce7ad

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

docs/ai/requirements/feature-setup-wizard.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
3-
## phase: requirements
2+
phase: requirements
43
title: Requirements & Problem Understanding
54
description: Clarify the problem space, gather requirements, and define success criteria
5+
---
66

77
# Requirements & Problem Understanding
88

@@ -14,6 +14,11 @@ description: Clarify the problem space, gather requirements, and define success
1414
- Users must understand tool-specific layouts (Codex, Claude Code, Antigravity, etc.) before they can become productive.
1515
- Setup of global assets is fragmented across commands, docs, and manual copy steps (`commands`, `skills`, instruction files like `AGENTS.md` or `CLAUDE.md`).
1616
- 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.
1722

1823
## Goals & Objectives
1924

@@ -60,7 +65,7 @@ description: Clarify the problem space, gather requirements, and define success
6065

6166
- Measurable outcomes
6267
- 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.
6469
- Re-run setup changes only drifted files (idempotent behavior).
6570
- Acceptance criteria
6671
- `npx ai-devkit setup` launches wizard by default.

0 commit comments

Comments
 (0)