clavix 4.6.0 → 4.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cli/commands/execute.js +29 -9
- package/dist/cli/commands/verify.d.ts +28 -0
- package/dist/cli/commands/verify.js +347 -0
- package/dist/core/basic-checklist-generator.d.ts +35 -0
- package/dist/core/basic-checklist-generator.js +344 -0
- package/dist/core/checklist-parser.d.ts +48 -0
- package/dist/core/checklist-parser.js +238 -0
- package/dist/core/prompt-manager.d.ts +7 -0
- package/dist/core/prompt-manager.js +47 -22
- package/dist/core/verification-hooks.d.ts +67 -0
- package/dist/core/verification-hooks.js +309 -0
- package/dist/core/verification-manager.d.ts +106 -0
- package/dist/core/verification-manager.js +422 -0
- package/dist/templates/agents/agents.md +14 -7
- package/dist/templates/agents/copilot-instructions.md +14 -7
- package/dist/templates/agents/octo.md +14 -8
- package/dist/templates/agents/warp.md +15 -10
- package/dist/templates/slash-commands/_canonical/archive.md +6 -5
- package/dist/templates/slash-commands/_canonical/deep.md +72 -11
- package/dist/templates/slash-commands/_canonical/execute.md +128 -6
- package/dist/templates/slash-commands/_canonical/fast.md +70 -13
- package/dist/templates/slash-commands/_canonical/verify.md +292 -0
- package/dist/templates/slash-commands/_components/agent-protocols/verification-methods.md +184 -0
- package/dist/types/verification.d.ts +204 -0
- package/dist/types/verification.js +8 -0
- package/package.json +1 -1
- package/dist/templates/slash-commands/_canonical/prompts.md +0 -97
|
@@ -3,13 +3,38 @@ name: "Clavix: Deep"
|
|
|
3
3
|
description: Comprehensive analysis with alternatives, edge cases, and validation
|
|
4
4
|
---
|
|
5
5
|
|
|
6
|
+
# ⛔ STOP: OPTIMIZATION MODE - NOT IMPLEMENTATION
|
|
7
|
+
|
|
8
|
+
**THIS IS A PROMPT ANALYSIS WORKFLOW. YOU MUST NOT IMPLEMENT ANYTHING.**
|
|
9
|
+
|
|
10
|
+
## YOU MUST NOT:
|
|
11
|
+
- ❌ Write any application code
|
|
12
|
+
- ❌ Create any new files (except prompt save files)
|
|
13
|
+
- ❌ Modify any existing project code
|
|
14
|
+
- ❌ Start implementing the prompt's requirements
|
|
15
|
+
- ❌ Generate components, functions, or features
|
|
16
|
+
|
|
17
|
+
## YOU MUST:
|
|
18
|
+
1. ✅ Analyze the user's prompt comprehensively
|
|
19
|
+
2. ✅ Apply all intelligence patterns
|
|
20
|
+
3. ✅ Show the optimized prompt + alternatives + edge cases
|
|
21
|
+
4. ✅ Save the prompt (CLI command or manual)
|
|
22
|
+
5. ✅ **STOP and wait** for user to run `/clavix:execute`
|
|
23
|
+
|
|
24
|
+
## IF USER WANTS TO IMPLEMENT:
|
|
25
|
+
Tell them: **"Run `/clavix:execute --latest` to implement this prompt."**
|
|
26
|
+
|
|
27
|
+
**DO NOT IMPLEMENT YOURSELF. YOUR JOB ENDS AFTER SHOWING THE ANALYSIS.**
|
|
28
|
+
|
|
29
|
+
---
|
|
30
|
+
|
|
6
31
|
# Clavix Deep Mode - Clavix Intelligence™
|
|
7
32
|
|
|
8
33
|
You are helping the user perform comprehensive deep analysis using Clavix Intelligence™ with full exploration features (alternatives, edge cases, validation checklists).
|
|
9
34
|
|
|
10
35
|
---
|
|
11
36
|
|
|
12
|
-
## CLAVIX MODE:
|
|
37
|
+
## CLAVIX MODE: Prompt Analysis Only
|
|
13
38
|
|
|
14
39
|
**You are in Clavix deep analysis mode. You help perform comprehensive prompt analysis, NOT implement features.**
|
|
15
40
|
|
|
@@ -19,11 +44,14 @@ You are helping the user perform comprehensive deep analysis using Clavix Intell
|
|
|
19
44
|
- ✓ Generate alternative approaches
|
|
20
45
|
- ✓ Identify edge cases and validation checklists
|
|
21
46
|
- ✓ Provide comprehensive quality assessments
|
|
47
|
+
- ✓ Save the optimized prompt
|
|
48
|
+
- ✓ **STOP** after analysis
|
|
22
49
|
|
|
23
50
|
**DO NOT IMPLEMENT. DO NOT IMPLEMENT. DO NOT IMPLEMENT.**
|
|
24
51
|
- ✗ DO NOT write application code for the feature
|
|
25
52
|
- ✗ DO NOT implement what the prompt/PRD describes
|
|
26
53
|
- ✗ DO NOT generate actual components/functions
|
|
54
|
+
- ✗ DO NOT continue after showing the analysis
|
|
27
55
|
|
|
28
56
|
**You are analyzing prompts, not building what they describe.**
|
|
29
57
|
|
|
@@ -455,19 +483,50 @@ Confirm:
|
|
|
455
483
|
|
|
456
484
|
After saving completes successfully:
|
|
457
485
|
|
|
458
|
-
|
|
486
|
+
---
|
|
487
|
+
|
|
488
|
+
## ⛔ STOP HERE - Agent Verification Required
|
|
489
|
+
|
|
490
|
+
**Your workflow ends here. Before responding to the user:**
|
|
491
|
+
|
|
492
|
+
### CLI Verification (Run This Command)
|
|
459
493
|
```bash
|
|
494
|
+
clavix prompts list
|
|
495
|
+
```
|
|
496
|
+
|
|
497
|
+
**Verify**: Your prompt appears in the list with status "pending" or "NEW".
|
|
498
|
+
|
|
499
|
+
**If verification fails**:
|
|
500
|
+
- Check if file was saved to `.clavix/outputs/prompts/deep/`
|
|
501
|
+
- Retry the save operation
|
|
502
|
+
- Check file permissions
|
|
503
|
+
|
|
504
|
+
### Required Response Ending
|
|
505
|
+
|
|
506
|
+
**Your response MUST end with:**
|
|
507
|
+
```
|
|
508
|
+
✅ Deep analysis complete. Prompt optimized and saved.
|
|
509
|
+
|
|
510
|
+
To implement this prompt, run:
|
|
460
511
|
/clavix:execute --latest
|
|
461
512
|
```
|
|
462
513
|
|
|
463
|
-
**
|
|
514
|
+
**DO NOT continue to implementation. DO NOT write any code. STOP HERE.**
|
|
515
|
+
|
|
516
|
+
---
|
|
517
|
+
|
|
518
|
+
### Prompt Management (CLI Commands)
|
|
519
|
+
|
|
520
|
+
**List all saved prompts:**
|
|
464
521
|
```bash
|
|
465
|
-
|
|
522
|
+
clavix prompts list
|
|
466
523
|
```
|
|
467
524
|
|
|
468
|
-
**Cleanup
|
|
525
|
+
**Cleanup after execution:**
|
|
469
526
|
```bash
|
|
470
|
-
clavix prompts clear --
|
|
527
|
+
clavix prompts clear --executed # Remove executed prompts
|
|
528
|
+
clavix prompts clear --stale # Remove >30 day old prompts
|
|
529
|
+
clavix prompts clear --deep # Remove all deep prompts
|
|
471
530
|
```
|
|
472
531
|
|
|
473
532
|
## Workflow Navigation
|
|
@@ -475,19 +534,21 @@ clavix prompts clear --deep
|
|
|
475
534
|
**You are here:** Deep Mode (Comprehensive Prompt Intelligence)
|
|
476
535
|
|
|
477
536
|
**Common workflows:**
|
|
478
|
-
- **Quick execute**: `/clavix:deep` → `/clavix:execute` → Implement
|
|
479
|
-
- **Review first**: `/clavix:deep` → `/clavix:prompts` → `/clavix:execute`
|
|
537
|
+
- **Quick execute**: `/clavix:deep` → `/clavix:execute --latest` → Implement
|
|
480
538
|
- **Thorough analysis**: `/clavix:deep` → Use optimized prompt + alternatives + validation
|
|
481
539
|
- **Escalate to strategic**: `/clavix:deep` → (detects strategic scope) → `/clavix:prd` → Plan → Implement → Archive
|
|
482
540
|
- **From fast mode**: `/clavix:fast` → (suggests) `/clavix:deep` → Full analysis with alternatives & validation
|
|
483
541
|
|
|
484
542
|
**Related commands:**
|
|
485
|
-
- `/clavix:execute` - Execute saved prompt
|
|
486
|
-
- `/clavix:prompts` - Manage saved prompts
|
|
543
|
+
- `/clavix:execute` - Execute saved prompt (IMPLEMENTATION starts here)
|
|
487
544
|
- `/clavix:fast` - Quick improvements (basic optimization only)
|
|
488
|
-
- `/clavix:prd` - Strategic PRD generation
|
|
545
|
+
- `/clavix:prd` - Strategic PRD generation for architecture/business decisions
|
|
489
546
|
- `/clavix:start` - Conversational mode for exploring unclear requirements
|
|
490
547
|
|
|
548
|
+
**CLI commands (run directly when needed):**
|
|
549
|
+
- `clavix prompts list` - View saved prompts
|
|
550
|
+
- `clavix prompts clear --executed` - Clean up executed prompts
|
|
551
|
+
|
|
491
552
|
## Tips
|
|
492
553
|
|
|
493
554
|
- **Intent-aware optimization**: Clavix automatically detects what you're trying to achieve
|
|
@@ -74,26 +74,148 @@ clavix execute --id <prompt-id>
|
|
|
74
74
|
1. Run `clavix execute --latest`
|
|
75
75
|
2. Read displayed prompt content
|
|
76
76
|
3. Implement requirements
|
|
77
|
-
4.
|
|
77
|
+
4. **REQUIRED: Run verification**: `clavix verify --latest`
|
|
78
|
+
5. After verification passes, cleanup: `clavix prompts clear --executed`
|
|
78
79
|
|
|
79
|
-
|
|
80
|
+
---
|
|
81
|
+
|
|
82
|
+
## ⚠️ REQUIRED: Post-Implementation Verification
|
|
83
|
+
|
|
84
|
+
**Verification is a REQUIRED step after implementation.**
|
|
85
|
+
|
|
86
|
+
After implementing the prompt requirements, you MUST verify your implementation against the checklist:
|
|
87
|
+
|
|
88
|
+
```bash
|
|
89
|
+
clavix verify --latest
|
|
90
|
+
```
|
|
91
|
+
|
|
92
|
+
### What Verification Does
|
|
93
|
+
|
|
94
|
+
1. **Loads the checklist** from your executed prompt (validation items, edge cases, risks)
|
|
95
|
+
2. **Runs automated hooks** (test, build, lint) for items that can be verified programmatically
|
|
96
|
+
3. **Guides manual verification** for items requiring human judgment
|
|
97
|
+
4. **Generates a verification report** with pass/fail status for each item
|
|
98
|
+
|
|
99
|
+
### Verification Report
|
|
100
|
+
|
|
101
|
+
The verification report shows:
|
|
102
|
+
- ✅ **Passed items** - Implementation covers the requirement
|
|
103
|
+
- ❌ **Failed items** - Implementation does NOT cover (with reason why)
|
|
104
|
+
- ⏭️ **Skipped items** - To be verified later
|
|
105
|
+
- ➖ **N/A items** - Does not apply to this implementation
|
|
106
|
+
|
|
107
|
+
### Fast Mode Prompts
|
|
108
|
+
|
|
109
|
+
Fast mode prompts don't have comprehensive checklists. When verifying a fast mode prompt:
|
|
110
|
+
- A **basic checklist is generated** based on detected intent
|
|
111
|
+
- Covers essential items (compiles, requirements met, no errors)
|
|
112
|
+
- For comprehensive checklists, use `/clavix:deep` instead
|
|
113
|
+
|
|
114
|
+
### Verification Commands
|
|
115
|
+
|
|
116
|
+
```bash
|
|
117
|
+
# Verify latest executed prompt
|
|
118
|
+
clavix verify --latest
|
|
119
|
+
|
|
120
|
+
# Verify specific prompt
|
|
121
|
+
clavix verify --id <prompt-id>
|
|
122
|
+
|
|
123
|
+
# Show verification status
|
|
124
|
+
clavix verify --status
|
|
125
|
+
|
|
126
|
+
# Re-run failed items only
|
|
127
|
+
clavix verify --retry-failed
|
|
128
|
+
|
|
129
|
+
# Export verification report
|
|
130
|
+
clavix verify --export markdown
|
|
131
|
+
clavix verify --export json
|
|
132
|
+
```
|
|
133
|
+
|
|
134
|
+
### After Verification
|
|
135
|
+
|
|
136
|
+
**If all items pass:**
|
|
137
|
+
```bash
|
|
138
|
+
# Cleanup executed prompts
|
|
139
|
+
clavix prompts clear --executed
|
|
140
|
+
|
|
141
|
+
# Or archive the project
|
|
142
|
+
/clavix:archive
|
|
143
|
+
```
|
|
144
|
+
|
|
145
|
+
**If items fail:**
|
|
146
|
+
1. Review failed items and reasons
|
|
147
|
+
2. Fix implementation issues
|
|
148
|
+
3. Re-run verification: `clavix verify --retry-failed --id <prompt-id>`
|
|
149
|
+
|
|
150
|
+
---
|
|
80
151
|
|
|
81
|
-
|
|
152
|
+
## Prompt Management (CLI Commands)
|
|
153
|
+
|
|
154
|
+
Prompts saved from `/clavix:fast` and `/clavix:deep` are stored in:
|
|
155
|
+
- Fast prompts: `.clavix/outputs/prompts/fast/`
|
|
156
|
+
- Deep prompts: `.clavix/outputs/prompts/deep/`
|
|
157
|
+
|
|
158
|
+
### List All Saved Prompts
|
|
82
159
|
```bash
|
|
83
160
|
clavix prompts list
|
|
84
161
|
```
|
|
85
162
|
|
|
86
|
-
|
|
163
|
+
Shows:
|
|
164
|
+
- All saved prompts with age
|
|
165
|
+
- Execution status (✓ executed / ○ pending)
|
|
166
|
+
- Age warnings (OLD >7d, STALE >30d)
|
|
167
|
+
- Storage statistics
|
|
168
|
+
|
|
169
|
+
### Cleanup Workflows
|
|
170
|
+
|
|
171
|
+
**After executing prompts (recommended):**
|
|
87
172
|
```bash
|
|
88
173
|
clavix prompts clear --executed
|
|
89
174
|
```
|
|
90
175
|
|
|
91
|
-
**
|
|
176
|
+
**Remove stale prompts (>30 days):**
|
|
177
|
+
```bash
|
|
178
|
+
clavix prompts clear --stale
|
|
179
|
+
```
|
|
180
|
+
|
|
181
|
+
**Remove specific type:**
|
|
92
182
|
```bash
|
|
93
183
|
clavix prompts clear --fast
|
|
94
184
|
clavix prompts clear --deep
|
|
95
185
|
```
|
|
96
186
|
|
|
187
|
+
**Interactive cleanup:**
|
|
188
|
+
```bash
|
|
189
|
+
clavix prompts clear
|
|
190
|
+
```
|
|
191
|
+
|
|
192
|
+
**Remove all (with safety checks):**
|
|
193
|
+
```bash
|
|
194
|
+
clavix prompts clear --all
|
|
195
|
+
```
|
|
196
|
+
|
|
197
|
+
### Prompt Lifecycle
|
|
198
|
+
|
|
199
|
+
```
|
|
200
|
+
CREATE → /clavix:fast or /clavix:deep
|
|
201
|
+
EXECUTE → /clavix:execute (you are here)
|
|
202
|
+
CLEANUP → clavix prompts clear --executed
|
|
203
|
+
```
|
|
204
|
+
|
|
205
|
+
### Best Practices
|
|
206
|
+
|
|
207
|
+
**Regular cleanup schedule:**
|
|
208
|
+
1. After executing prompts: Clear executed
|
|
209
|
+
2. Weekly: Review and clear stale
|
|
210
|
+
3. Before archiving PRD: Clear related prompts
|
|
211
|
+
|
|
212
|
+
**Storage hygiene:**
|
|
213
|
+
- Keep <20 active prompts for performance
|
|
214
|
+
- Clear executed prompts regularly
|
|
215
|
+
- Review prompts >7 days old
|
|
216
|
+
|
|
217
|
+
---
|
|
218
|
+
|
|
97
219
|
## Error Recovery
|
|
98
220
|
|
|
99
221
|
**No prompts found:**
|
|
@@ -109,7 +231,7 @@ clavix prompts clear --executed
|
|
|
109
231
|
|
|
110
232
|
---
|
|
111
233
|
|
|
112
|
-
## Agent Transparency (v4.
|
|
234
|
+
## Agent Transparency (v4.7)
|
|
113
235
|
|
|
114
236
|
### File Format Reference
|
|
115
237
|
{{INCLUDE:agent-protocols/file-formats.md}}
|
|
@@ -3,13 +3,38 @@ name: "Clavix: Fast"
|
|
|
3
3
|
description: Quick prompt improvements with smart quality assessment and triage
|
|
4
4
|
---
|
|
5
5
|
|
|
6
|
+
# ⛔ STOP: OPTIMIZATION MODE - NOT IMPLEMENTATION
|
|
7
|
+
|
|
8
|
+
**THIS IS A PROMPT OPTIMIZATION WORKFLOW. YOU MUST NOT IMPLEMENT ANYTHING.**
|
|
9
|
+
|
|
10
|
+
## YOU MUST NOT:
|
|
11
|
+
- ❌ Write any application code
|
|
12
|
+
- ❌ Create any new files (except prompt save files)
|
|
13
|
+
- ❌ Modify any existing project code
|
|
14
|
+
- ❌ Start implementing the prompt's requirements
|
|
15
|
+
- ❌ Generate components, functions, or features
|
|
16
|
+
|
|
17
|
+
## YOU MUST:
|
|
18
|
+
1. ✅ Analyze the user's prompt
|
|
19
|
+
2. ✅ Apply intelligence patterns
|
|
20
|
+
3. ✅ Show the optimized prompt
|
|
21
|
+
4. ✅ Save the prompt (CLI command or manual)
|
|
22
|
+
5. ✅ **STOP and wait** for user to run `/clavix:execute`
|
|
23
|
+
|
|
24
|
+
## IF USER WANTS TO IMPLEMENT:
|
|
25
|
+
Tell them: **"Run `/clavix:execute --latest` to implement this prompt."**
|
|
26
|
+
|
|
27
|
+
**DO NOT IMPLEMENT YOURSELF. YOUR JOB ENDS AFTER SHOWING THE OPTIMIZED PROMPT.**
|
|
28
|
+
|
|
29
|
+
---
|
|
30
|
+
|
|
6
31
|
# Clavix Fast Mode - Clavix Intelligence™
|
|
7
32
|
|
|
8
33
|
You are helping the user improve their prompt using Clavix's fast mode, which applies Clavix Intelligence™ with smart quality assessment and triage.
|
|
9
34
|
|
|
10
35
|
---
|
|
11
36
|
|
|
12
|
-
## CLAVIX MODE:
|
|
37
|
+
## CLAVIX MODE: Prompt Optimization Only
|
|
13
38
|
|
|
14
39
|
**You are in Clavix prompt optimization mode. You help analyze and optimize PROMPTS, NOT implement features.**
|
|
15
40
|
|
|
@@ -18,11 +43,14 @@ You are helping the user improve their prompt using Clavix's fast mode, which ap
|
|
|
18
43
|
- ✓ Apply optimization patterns
|
|
19
44
|
- ✓ Generate improved versions
|
|
20
45
|
- ✓ Provide quality assessments
|
|
46
|
+
- ✓ Save the optimized prompt
|
|
47
|
+
- ✓ **STOP** after optimization
|
|
21
48
|
|
|
22
49
|
**DO NOT IMPLEMENT. DO NOT IMPLEMENT. DO NOT IMPLEMENT.**
|
|
23
50
|
- ✗ DO NOT write application code for the feature
|
|
24
51
|
- ✗ DO NOT implement what the prompt/PRD describes
|
|
25
52
|
- ✗ DO NOT generate actual components/functions
|
|
53
|
+
- ✗ DO NOT continue after showing the optimized prompt
|
|
26
54
|
|
|
27
55
|
**You are optimizing prompts, not building what they describe.**
|
|
28
56
|
|
|
@@ -347,23 +375,50 @@ Confirm:
|
|
|
347
375
|
- Index file updated with new entry
|
|
348
376
|
- Display success message: `✓ Prompt saved: <prompt-id>.md`
|
|
349
377
|
|
|
350
|
-
|
|
378
|
+
---
|
|
351
379
|
|
|
352
|
-
|
|
380
|
+
## ⛔ STOP HERE - Agent Verification Required
|
|
353
381
|
|
|
354
|
-
**
|
|
382
|
+
**Your workflow ends here. Before responding to the user:**
|
|
383
|
+
|
|
384
|
+
### CLI Verification (Run This Command)
|
|
355
385
|
```bash
|
|
386
|
+
clavix prompts list
|
|
387
|
+
```
|
|
388
|
+
|
|
389
|
+
**Verify**: Your prompt appears in the list with status "pending" or "NEW".
|
|
390
|
+
|
|
391
|
+
**If verification fails**:
|
|
392
|
+
- Check if file was saved to `.clavix/outputs/prompts/fast/`
|
|
393
|
+
- Retry the save operation
|
|
394
|
+
- Check file permissions
|
|
395
|
+
|
|
396
|
+
### Required Response Ending
|
|
397
|
+
|
|
398
|
+
**Your response MUST end with:**
|
|
399
|
+
```
|
|
400
|
+
✅ Prompt optimized and saved.
|
|
401
|
+
|
|
402
|
+
To implement this prompt, run:
|
|
356
403
|
/clavix:execute --latest
|
|
357
404
|
```
|
|
358
405
|
|
|
359
|
-
**
|
|
406
|
+
**DO NOT continue to implementation. DO NOT write any code. STOP HERE.**
|
|
407
|
+
|
|
408
|
+
---
|
|
409
|
+
|
|
410
|
+
### Prompt Management (CLI Commands)
|
|
411
|
+
|
|
412
|
+
**List all saved prompts:**
|
|
360
413
|
```bash
|
|
361
|
-
|
|
414
|
+
clavix prompts list
|
|
362
415
|
```
|
|
363
416
|
|
|
364
|
-
**Cleanup
|
|
417
|
+
**Cleanup after execution:**
|
|
365
418
|
```bash
|
|
366
|
-
clavix prompts clear --
|
|
419
|
+
clavix prompts clear --executed # Remove executed prompts
|
|
420
|
+
clavix prompts clear --stale # Remove >30 day old prompts
|
|
421
|
+
clavix prompts clear --fast # Remove all fast prompts
|
|
367
422
|
```
|
|
368
423
|
|
|
369
424
|
## Workflow Navigation
|
|
@@ -371,18 +426,20 @@ clavix prompts clear --fast
|
|
|
371
426
|
**You are here:** Fast Mode (Quick Prompt Intelligence)
|
|
372
427
|
|
|
373
428
|
**Common workflows:**
|
|
374
|
-
- **Quick cleanup**: `/clavix:fast` → `/clavix:execute` → Implement
|
|
375
|
-
- **Review first**: `/clavix:fast` → `/clavix:prompts` → `/clavix:execute`
|
|
429
|
+
- **Quick cleanup**: `/clavix:fast` → `/clavix:execute --latest` → Implement
|
|
376
430
|
- **Need more depth**: `/clavix:fast` → (suggests) `/clavix:deep` → Comprehensive analysis
|
|
377
431
|
- **Strategic planning**: `/clavix:fast` → (suggests) `/clavix:prd` → Plan → Implement → Archive
|
|
378
432
|
|
|
379
433
|
**Related commands:**
|
|
380
|
-
- `/clavix:execute` - Execute saved prompt
|
|
381
|
-
- `/clavix:prompts` - Manage saved prompts
|
|
434
|
+
- `/clavix:execute` - Execute saved prompt (IMPLEMENTATION starts here)
|
|
382
435
|
- `/clavix:deep` - Comprehensive analysis with alternatives, edge cases, validation
|
|
383
|
-
- `/clavix:prd` - Generate PRD for strategic planning
|
|
436
|
+
- `/clavix:prd` - Generate PRD for strategic planning
|
|
384
437
|
- `/clavix:start` - Conversational exploration before prompting
|
|
385
438
|
|
|
439
|
+
**CLI commands (run directly when needed):**
|
|
440
|
+
- `clavix prompts list` - View saved prompts
|
|
441
|
+
- `clavix prompts clear --executed` - Clean up executed prompts
|
|
442
|
+
|
|
386
443
|
## Tips
|
|
387
444
|
|
|
388
445
|
- **Intent-aware optimization**: Clavix automatically detects what you're trying to achieve
|