analyzthis_design 1.20.0 → 1.20.1
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/README.md +1 -1
- package/agents/cards/anuj.md +1 -1
- package/agents/cards/arjun.md +1 -1
- package/agents/cards/meera.md +1 -1
- package/agents/cards/noor.md +1 -1
- package/agents/cards/priya.md +1 -1
- package/agents/cards/raj.md +1 -1
- package/agents/cards/zara.md +1 -1
- package/dist/bin/cli.js +1 -1
- package/dist/lib/cache.js +1 -1
- package/dist/lib/collect.js +1 -1
- package/dist/lib/cost.js +1 -1
- package/dist/lib/deliberation.js +1 -1
- package/dist/lib/design-spec.js +1 -1
- package/dist/lib/export.js +1 -1
- package/dist/lib/feedback-submit.js +1 -1
- package/dist/lib/feedback.js +1 -1
- package/dist/lib/host-llm.js +1 -1
- package/dist/lib/install.js +1 -1
- package/dist/lib/knowledge.js +1 -1
- package/dist/lib/orchestrator/run.js +1 -1
- package/dist/lib/platforms.js +1 -1
- package/dist/lib/provider.js +1 -1
- package/dist/lib/research.js +1 -1
- package/dist/lib/retrieve.js +1 -1
- package/dist/lib/session.js +1 -1
- package/dist/lib/source-discovery.js +1 -1
- package/dist/lib/synthesis.js +1 -1
- package/dist/lib/token-gate.js +1 -1
- package/package.json +1 -1
- package/skills/anuj/SKILL.md +1 -1
- package/skills/arjun/SKILL.md +1 -1
- package/skills/design-critic/SKILL.md +2 -2
- package/skills/design-director/SKILL.md +1 -1
- package/skills/devi/SKILL.md +1 -1
- package/skills/meera/SKILL.md +1 -1
- package/skills/noor/SKILL.md +1 -1
- package/skills/persona-orchestrator/SKILL.md +2 -2
- package/skills/priya/SKILL.md +1 -1
- package/skills/ux-ideator/SKILL.md +1 -1
- package/skills/zara/SKILL.md +1 -1
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@ A set of AI design personas and a task-first evaluation framework that plugs int
|
|
|
4
4
|
|
|
5
5
|
Install once. Run structured UX critiques, multi-phase ideation, and task-grounded screen reviews — directly inside your AI chat. **No external LLM API keys required** for CLI orchestrator runs: **`/devi`** voices each persona from your host IDE (Cursor, Claude, etc.).
|
|
6
6
|
|
|
7
|
-
**npm:** [analyzthis_design](https://www.npmjs.com/package/analyzthis_design) · **Current version:** 1.20.
|
|
7
|
+
**npm:** [analyzthis_design](https://www.npmjs.com/package/analyzthis_design) · **Current version:** 1.20.1
|
|
8
8
|
|
|
9
9
|
---
|
|
10
10
|
|
package/agents/cards/anuj.md
CHANGED
|
@@ -25,4 +25,4 @@ Full Concept B text wireframe (hierarchy check, primary action, nav level, visib
|
|
|
25
25
|
|
|
26
26
|
**Review mode (rounds 0–N-1):** Critique prior output with grounded objections. Default `accepts_prior: false`. Include deliberation JSON block.
|
|
27
27
|
|
|
28
|
-
**Produce mode (final round):** Full output schema after consensus or Raj. See `skills/deliberation-protocol/SKILL.md
|
|
28
|
+
**Produce mode (final round):** Full output schema after consensus or Raj. See `deliberation-protocol` in your host skills dir (e.g. `~/.claude/skills/deliberation-protocol/SKILL.md` or `~/.claude/commands/deliberation-protocol.md`).
|
package/agents/cards/arjun.md
CHANGED
|
@@ -26,4 +26,4 @@ Full UX Critique + Visual Design Audit blocks with per-dimension reasons — see
|
|
|
26
26
|
|
|
27
27
|
**Review mode (rounds 0–N-1):** Critique prior output with grounded objections. Default `accepts_prior: false`. Include deliberation JSON block.
|
|
28
28
|
|
|
29
|
-
**Produce mode (final round):** Full output schema after consensus or Raj. See `skills/deliberation-protocol/SKILL.md
|
|
29
|
+
**Produce mode (final round):** Full output schema after consensus or Raj. See `deliberation-protocol` in your host skills dir (e.g. `~/.claude/skills/deliberation-protocol/SKILL.md` or `~/.claude/commands/deliberation-protocol.md`).
|
package/agents/cards/meera.md
CHANGED
|
@@ -24,4 +24,4 @@ Full Business Impact block (metric impact, hierarchy check, segment, GTM lever,
|
|
|
24
24
|
|
|
25
25
|
**Review mode (rounds 0–N-1):** Critique prior output with grounded objections. Default `accepts_prior: false`. Include deliberation JSON block.
|
|
26
26
|
|
|
27
|
-
**Produce mode (final round):** Full output schema after consensus or Raj. See `skills/deliberation-protocol/SKILL.md
|
|
27
|
+
**Produce mode (final round):** Full output schema after consensus or Raj. See `deliberation-protocol` in your host skills dir (e.g. `~/.claude/skills/deliberation-protocol/SKILL.md` or `~/.claude/commands/deliberation-protocol.md`).
|
package/agents/cards/noor.md
CHANGED
|
@@ -25,4 +25,4 @@ Full Concept A text wireframe (hierarchy, primary action, nav level, visible-on-
|
|
|
25
25
|
|
|
26
26
|
**Review mode (rounds 0–N-1):** Critique prior output with grounded objections. Default `accepts_prior: false`. Include deliberation JSON block.
|
|
27
27
|
|
|
28
|
-
**Produce mode (final round):** Full output schema after consensus or Raj. See `skills/deliberation-protocol/SKILL.md
|
|
28
|
+
**Produce mode (final round):** Full output schema after consensus or Raj. See `deliberation-protocol` in your host skills dir (e.g. `~/.claude/skills/deliberation-protocol/SKILL.md` or `~/.claude/commands/deliberation-protocol.md`).
|
package/agents/cards/priya.md
CHANGED
|
@@ -24,4 +24,4 @@ Full Feasibility Analysis block (score, blockers, ranked risks, effort, simpler
|
|
|
24
24
|
|
|
25
25
|
**Review mode (rounds 0–N-1):** Critique prior output with grounded objections. Default `accepts_prior: false`. Include deliberation JSON block.
|
|
26
26
|
|
|
27
|
-
**Produce mode (final round):** Full output schema after consensus or Raj. See `skills/deliberation-protocol/SKILL.md
|
|
27
|
+
**Produce mode (final round):** Full output schema after consensus or Raj. See `deliberation-protocol` in your host skills dir (e.g. `~/.claude/skills/deliberation-protocol/SKILL.md` or `~/.claude/commands/deliberation-protocol.md`).
|
package/agents/cards/raj.md
CHANGED
|
@@ -26,4 +26,4 @@ What [losing agent] gives up: [named]
|
|
|
26
26
|
|
|
27
27
|
**Review mode (rounds 0–N-1):** Critique prior output with grounded objections. Default `accepts_prior: false`. Include deliberation JSON block.
|
|
28
28
|
|
|
29
|
-
**Produce mode (final round):** Full output schema after consensus or Raj. See `skills/deliberation-protocol/SKILL.md
|
|
29
|
+
**Produce mode (final round):** Full output schema after consensus or Raj. See `deliberation-protocol` in your host skills dir (e.g. `~/.claude/skills/deliberation-protocol/SKILL.md` or `~/.claude/commands/deliberation-protocol.md`).
|
package/agents/cards/zara.md
CHANGED
|
@@ -27,4 +27,4 @@ Full Delight Pass block (surface, moment, type, specific addition, why-this-one,
|
|
|
27
27
|
|
|
28
28
|
**Review mode (rounds 0–N-1):** Critique prior output with grounded objections. Default `accepts_prior: false`. Include deliberation JSON block.
|
|
29
29
|
|
|
30
|
-
**Produce mode (final round):** Full output schema after consensus or Raj. See `skills/deliberation-protocol/SKILL.md
|
|
30
|
+
**Produce mode (final round):** Full output schema after consensus or Raj. See `deliberation-protocol` in your host skills dir (e.g. `~/.claude/skills/deliberation-protocol/SKILL.md` or `~/.claude/commands/deliberation-protocol.md`).
|