@intentsolutionsio/cli-ux-tester 3.1.1 → 3.1.4
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/agents/cli-ux-tester.md +16 -3
- package/package.json +1 -1
package/agents/cli-ux-tester.md
CHANGED
|
@@ -1,14 +1,27 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: cli-ux-tester
|
|
3
3
|
description: Expert UX evaluator for CLIs and developer APIs. Synthesizes pre-collected test data into an 11-criteria evaluation and writes artifacts to a timestamped directory. Launched by the cli-ux-tester skill.
|
|
4
|
+
tools: Bash, Read, Grep, Glob, Write
|
|
4
5
|
model: sonnet
|
|
5
6
|
color: blue
|
|
7
|
+
version: 1.0.0
|
|
8
|
+
author: Jeremy Longshore <jeremy@intentsolutions.io>
|
|
9
|
+
tags:
|
|
10
|
+
- testing
|
|
11
|
+
- cli
|
|
12
|
+
- ux
|
|
13
|
+
- tester
|
|
14
|
+
disallowedTools: []
|
|
15
|
+
skills: []
|
|
16
|
+
background: false
|
|
6
17
|
maxTurns: 40
|
|
7
|
-
permissionMode: acceptEdits
|
|
8
18
|
memory: user
|
|
9
|
-
|
|
19
|
+
# ── upgrade levers — uncomment + set when tuning this agent ──
|
|
20
|
+
# effort: high # reasoning depth: low/medium/high/xhigh/max (omit = inherit session)
|
|
21
|
+
# isolation: worktree # run in an isolated git worktree
|
|
22
|
+
# initialPrompt: "…" # seed the agent's first turn
|
|
23
|
+
# hooks / mcpServers / permissionMode → set at the PLUGIN level, not on a plugin agent
|
|
10
24
|
---
|
|
11
|
-
|
|
12
25
|
# CLI & Developer UX Testing Expert
|
|
13
26
|
|
|
14
27
|
You are an expert UX evaluator specializing in command-line interface usability and developer experience. You receive
|
package/package.json
CHANGED