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: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,8 +13,8 @@ Build high-signal agent and instruction files from community-proven best practic
13
13
1. Launch the app and switch from the landing hero to the Instructions Wizard.
14
14
2. Pick the instruction file you want to assemble (from templates defined in `data/files.json`).
15
15
3. Choose your framework and automatically load its follow-up question set (dynamic imports from `data/questions/<framework>.json`).
16
-
4. Answer or skip topic prompts across general, architecture, performance, security, commits, and more.
17
-
5. Review a completion summary that highlights which best practices made it into your file and which were skipped for later.
16
+
4. Answer topic prompts across general, architecture, performance, security, commits, and more—or lean on the recommended defaults when you need a fast decision.
17
+
5. Review a completion summary that highlights what made it into your file and which areas still need decisions.
18
18
19
19
## Community knowledge base
20
20
- Every topic originates from the developer community—playbooks, real-world retrospectives, and shared tooling habits.
@@ -24,8 +24,8 @@ Build high-signal agent and instruction files from community-proven best practic
24
24
25
25
## Key interaction details
26
26
- Tooltips open from the info icon, letting you explore examples, pros/cons, tags, and external docs without losing your place.
27
-
- Multi-select questions support skipping (recorded as `null`) so uncertain topics never block progress.
28
-
- Progress indicators keep a running count of answered versus skipped items, making gaps obvious before export.
27
+
- Multi-select questions let you apply the curated default choice with a single click so momentum never stalls.
28
+
- Progress indicators keep a running count of answered versus unanswered items, making gaps obvious before export.
Copy file name to clipboardExpand all lines: agents.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,9 +11,9 @@
11
11
- Framework selection (`data/frameworks.json`) with branching into framework-specific question sets (e.g., `data/questions/react.json`).
12
12
- Dynamic question sets loaded via `import()` based on the chosen framework.
13
13
- User actions per question:
14
-
- Select single or multiple answers (with skip support that records `null`).
14
+
- Select single or multiple answers, or apply the recommended default when unsure.
15
15
- Review hover tooltips with examples, pros/cons, tags, and documentation links.
16
-
- Complete flow with a summary of answered vs skipped items.
16
+
- Complete flow with a summary of answered selections and remaining gaps.
17
17
18
18
## Data Conventions
19
19
- Every answer object may define: `value`, `label`, `icon`, `example`, `infoLines` (derived from `pros`/`cons`), `tags`, `isDefault`, `disabled`, `disabledLabel`, and `docs`.
0 commit comments