@eltonssouza/development-utility-kit 0.15.0 → 0.15.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/.claude/agents/ux-designer.md +1 -1
- package/.claude/skills/project-manager/SKILL.md +6 -5
- package/README.md +3 -3
- package/README.npm.md +3 -3
- package/README.repo.md +3 -3
- package/bin/cli.js +3 -3
- package/dashboard/public/content/docs/skills-reference.en.md +1 -1
- package/dashboard/public/content/manual/frontend.en.md +9 -7
- package/dashboard/public/content/manual/fullstack.en.md +9 -6
- package/package.json +1 -1
|
@@ -52,7 +52,7 @@ Never invent a custom component when the declared library has a matching primiti
|
|
|
52
52
|
|
|
53
53
|
`impeccable` is the harness's frontend design-quality gate — an external plugin by Paul Bakaus (credited in `README.md §Acknowledgements`), not bundled. It is **gated through `project-manager` §6.6 (ADR-048)**: whenever frontend/ux work is in scope, `project-manager` **offers** impeccable to the user (mandatory offer, the user chooses). On "Sim" the flow is, in order:
|
|
54
54
|
|
|
55
|
-
1. **Install (if absent)** —
|
|
55
|
+
1. **Install (if absent)** — prefer the Claude Code plugin (git-based, cross-platform): `/plugin marketplace add pbakaus/impeccable` then `/plugin install impeccable`. The `npx skills add pbakaus/impeccable` route needs `unzip` (breaks on Windows).
|
|
56
56
|
2. **Teach** — Claude Code: `/impeccable teach` (analyzes the project's stack, tokens, patterns).
|
|
57
57
|
3. **Act** — Claude Code: the fitting verb — `/impeccable shape` (from scratch), `polish`, `audit`, `critique`, `harden`, `clarify`, `colorize`, `animate`, …
|
|
58
58
|
|
|
@@ -258,14 +258,15 @@ Options: **Sim** / **Não**.
|
|
|
258
258
|
- **Não** → deliver the normal `frontend-developer` / `ux-designer` output. Done.
|
|
259
259
|
- **Sim** → run the three ordered gates below (Steps 2→4), then **resume orchestration** (Step 5).
|
|
260
260
|
|
|
261
|
-
### Step 2 — Install gate (
|
|
262
|
-
Check whether impeccable is present
|
|
261
|
+
### Step 2 — Install gate (only if absent)
|
|
262
|
+
Check whether impeccable is present (the `/impeccable` skill is available, or `.claude/skills/impeccable/` exists). If **absent**, install it. Prefer the **Claude Code plugin marketplace** method — it is git-based and cross-platform (the `npx impeccable skills install` / `npx skills add` routes depend on `unzip`, which is absent on Windows and breaks the install):
|
|
263
263
|
|
|
264
|
-
```
|
|
265
|
-
|
|
264
|
+
```
|
|
265
|
+
/plugin marketplace add pbakaus/impeccable
|
|
266
|
+
/plugin install impeccable
|
|
266
267
|
```
|
|
267
268
|
|
|
268
|
-
|
|
269
|
+
Fallback (only where `unzip` is on PATH, e.g. macOS/Linux or Git-Bash on Windows): `npx skills add pbakaus/impeccable` (per-project, lands in `.claude/skills/`). **Skip** this step entirely if impeccable is already installed.
|
|
269
270
|
|
|
270
271
|
### Step 3 — Teach gate (Claude Code, in-session)
|
|
271
272
|
impeccable must learn the project before it acts. Invoke its project-analysis command:
|
package/README.md
CHANGED
|
@@ -28,10 +28,10 @@ npx @eltonssouza/development-utility-kit install
|
|
|
28
28
|
|
|
29
29
|
Stands on the best community skills & plugins — recommended, not bundled (the installer prints this too):
|
|
30
30
|
|
|
31
|
-
- **Impeccable** (frontend design gate) —
|
|
31
|
+
- **Impeccable** (frontend design gate) — `/plugin marketplace add pbakaus/impeccable` then `/plugin install impeccable` *(cross-platform; npx route needs `unzip` on Windows)*
|
|
32
32
|
- **Caveman** (token-saving output) — `npm install -g @juliusbrussee/caveman-code`
|
|
33
|
-
- **RTK** (token-killer CLI proxy) — `
|
|
34
|
-
- **Grill-me** (discovery interview) — `npx skills@latest add mattpocock/skills`
|
|
33
|
+
- **RTK** (token-killer CLI proxy) — `cargo install rtk` *(or `brew install rtk` on macOS)*
|
|
34
|
+
- **Grill-me** (discovery interview) — `npx skills@latest add mattpocock/skills` *(needs `unzip` on Windows)*
|
|
35
35
|
|
|
36
36
|
## What you get
|
|
37
37
|
|
package/README.npm.md
CHANGED
|
@@ -28,10 +28,10 @@ npx @eltonssouza/development-utility-kit install
|
|
|
28
28
|
|
|
29
29
|
Stands on the best community skills & plugins — recommended, not bundled (the installer prints this too):
|
|
30
30
|
|
|
31
|
-
- **Impeccable** (frontend design gate) —
|
|
31
|
+
- **Impeccable** (frontend design gate) — `/plugin marketplace add pbakaus/impeccable` then `/plugin install impeccable` *(cross-platform; npx route needs `unzip` on Windows)*
|
|
32
32
|
- **Caveman** (token-saving output) — `npm install -g @juliusbrussee/caveman-code`
|
|
33
|
-
- **RTK** (token-killer CLI proxy) — `
|
|
34
|
-
- **Grill-me** (discovery interview) — `npx skills@latest add mattpocock/skills`
|
|
33
|
+
- **RTK** (token-killer CLI proxy) — `cargo install rtk` *(or `brew install rtk` on macOS)*
|
|
34
|
+
- **Grill-me** (discovery interview) — `npx skills@latest add mattpocock/skills` *(needs `unzip` on Windows)*
|
|
35
35
|
|
|
36
36
|
## What you get
|
|
37
37
|
|
package/README.repo.md
CHANGED
|
@@ -33,10 +33,10 @@ development-utility-kit stands on the best community skills & plugins. They are
|
|
|
33
33
|
|
|
34
34
|
| Companion | What it adds | Install |
|
|
35
35
|
|---|---|---|
|
|
36
|
-
| **Impeccable** | frontend design gate (polish / audit / critique) — wired into `project-manager` §6.6 | `npx impeccable skills install` |
|
|
36
|
+
| **Impeccable** | frontend design gate (polish / audit / critique) — wired into `project-manager` §6.6 | `/plugin marketplace add pbakaus/impeccable` then `/plugin install impeccable` *(git-based, cross-platform; the `npx impeccable skills install` route needs `unzip` and breaks on Windows)* |
|
|
37
37
|
| **Caveman** | token-saving telegraphic output (~75% fewer tokens) | `npm install -g @juliusbrussee/caveman-code` |
|
|
38
|
-
| **RTK** | Rust Token Killer CLI proxy (60–90% savings) — powers the dashboard widget | `
|
|
39
|
-
| **Grill-me** | relentless discovery interview (opens the delivery pipeline) | `npx skills@latest add mattpocock/skills` |
|
|
38
|
+
| **RTK** | Rust Token Killer CLI proxy (60–90% savings) — powers the dashboard widget | `cargo install rtk` *(cross-platform; or `brew install rtk` on macOS)* |
|
|
39
|
+
| **Grill-me** | relentless discovery interview (opens the delivery pipeline) | `npx skills@latest add mattpocock/skills` *(needs `unzip` on PATH on Windows)* |
|
|
40
40
|
|
|
41
41
|
---
|
|
42
42
|
|
package/bin/cli.js
CHANGED
|
@@ -491,10 +491,10 @@ function adoptProject(opts) {
|
|
|
491
491
|
* each is installed separately by the user (per ADR-010 / Acknowledgements).
|
|
492
492
|
*/
|
|
493
493
|
const COMPANIONS = [
|
|
494
|
-
{ name: 'Impeccable', what: 'frontend design gate (polish / audit / critique)', cmd: '
|
|
494
|
+
{ name: 'Impeccable', what: 'frontend design gate (polish / audit / critique)', cmd: '/plugin marketplace add pbakaus/impeccable', note: 'in Claude Code, then /plugin install impeccable — git-based, cross-platform' },
|
|
495
495
|
{ name: 'Caveman', what: 'token-saving telegraphic output (~75% fewer tokens)', cmd: 'npm install -g @juliusbrussee/caveman-code' },
|
|
496
|
-
{ name: 'RTK', what: 'Rust Token Killer CLI proxy (60-90% savings)', cmd: '
|
|
497
|
-
{ name: 'Grill-me', what: 'relentless discovery interview', cmd: 'npx skills@latest add mattpocock/skills' },
|
|
496
|
+
{ name: 'RTK', what: 'Rust Token Killer CLI proxy (60-90% savings)', cmd: 'cargo install rtk', note: 'cross-platform; or brew install rtk on macOS' },
|
|
497
|
+
{ name: 'Grill-me', what: 'relentless discovery interview', cmd: 'npx skills@latest add mattpocock/skills', note: 'needs unzip on PATH on Windows' },
|
|
498
498
|
];
|
|
499
499
|
|
|
500
500
|
/**
|
|
@@ -47,7 +47,7 @@ This document covers the 18 official skills of the harness, grouped by purpose.
|
|
|
47
47
|
|
|
48
48
|
Reference: **ADR-033** — orchestrate mode fills the fast-lane gap acknowledged in ADR-008 §Consequences ("8 etapas para feature pequena é cerimônia").
|
|
49
49
|
|
|
50
|
-
**Frontend design gate (§6.6, ADR-048)**: whenever the dispatch touches the `frontend`/`ux` domain, `project-manager` **must offer the external `impeccable` design gate** (mandatory offer; the user chooses). On "Sim" it runs, in order: install if absent (
|
|
50
|
+
**Frontend design gate (§6.6, ADR-048)**: whenever the dispatch touches the `frontend`/`ux` domain, `project-manager` **must offer the external `impeccable` design gate** (mandatory offer; the user chooses). On "Sim" it runs, in order: install if absent (prefer `/plugin marketplace add pbakaus/impeccable` + `/plugin install impeccable` — git-based, cross-platform; the `npx` route needs `unzip` and breaks on Windows) → `/impeccable teach` (analyze project) → `/impeccable <verb>` (polish/audit/…) → then resumes orchestration. Impeccable is a tool, not the authority; `project-manager` never auto-runs it and never abdicates control. Extends ADR-010's gate-keeper WARN check.
|
|
51
51
|
|
|
52
52
|
**Delegated agent(s)**: variable, per internal routing table. ROUTE dispatches 1; ORCHESTRATE dispatches 2–5 in parallel.
|
|
53
53
|
|
|
@@ -322,9 +322,10 @@ The harness exposes skills that trigger by **keyword** in Claude Code/Cowork con
|
|
|
322
322
|
```
|
|
323
323
|
front detectada → PM pergunta "usar impeccable?"
|
|
324
324
|
└─ Sim:
|
|
325
|
-
1. [
|
|
326
|
-
|
|
327
|
-
|
|
325
|
+
1. [claude code] /plugin marketplace add pbakaus/impeccable (só se ausente)
|
|
326
|
+
/plugin install impeccable
|
|
327
|
+
2. [claude code] /impeccable teach (analisa o projeto)
|
|
328
|
+
3. [claude code] /impeccable <verbo> (polish / audit / …)
|
|
328
329
|
→ project-manager retoma a orquestração
|
|
329
330
|
```
|
|
330
331
|
|
|
@@ -335,13 +336,14 @@ The offer is mandatory, the use is yours — same gating philosophy as `grill-me
|
|
|
335
336
|
- Author: Paul Bakaus
|
|
336
337
|
- Repo: `github.com/pbakaus/impeccable`
|
|
337
338
|
|
|
338
|
-
### Installation (gate 1 —
|
|
339
|
+
### Installation (gate 1 — Claude Code, cross-platform)
|
|
339
340
|
|
|
340
|
-
```
|
|
341
|
-
|
|
341
|
+
```
|
|
342
|
+
/plugin marketplace add pbakaus/impeccable
|
|
343
|
+
/plugin install impeccable
|
|
342
344
|
```
|
|
343
345
|
|
|
344
|
-
|
|
346
|
+
Git-based — no `unzip` needed, so it works on Windows. The `/impeccable *` commands then become available in chat. (The `npx skills add pbakaus/impeccable` / `npx impeccable skills install` routes depend on `unzip` and fail on stock Windows.) `project-manager` runs this automatically when you accept the offer and impeccable is not yet present.
|
|
345
347
|
|
|
346
348
|
### Available commands (gates 2 & 3 — Claude Code)
|
|
347
349
|
|
|
@@ -353,11 +353,14 @@ fullstack project.
|
|
|
353
353
|
> installs if absent, runs `/impeccable teach` (analyzes the project), then the
|
|
354
354
|
> action verb — and resumes control. See the [frontend manual](frontend) §5.
|
|
355
355
|
|
|
356
|
-
**Install** (gate 1 —
|
|
356
|
+
**Install** (gate 1 — in Claude Code, cross-platform):
|
|
357
357
|
|
|
358
|
-
```bash
|
|
359
|
-
npx skills add pbakaus/impeccable
|
|
360
358
|
```
|
|
359
|
+
/plugin marketplace add pbakaus/impeccable
|
|
360
|
+
/plugin install impeccable
|
|
361
|
+
```
|
|
362
|
+
|
|
363
|
+
Git-based, no `unzip` — works on Windows. (The `npx` install routes need `unzip` and fail on stock Windows.)
|
|
361
364
|
|
|
362
365
|
**Available commands**:
|
|
363
366
|
|
|
@@ -1424,9 +1427,9 @@ Details: [hooks-reference](../docs/hooks-reference).
|
|
|
1424
1427
|
- **Senior+ gate**: set of thresholds (coverage, mutation, a11y,
|
|
1425
1428
|
Lighthouse, pyramid ratio) that blocks merge.
|
|
1426
1429
|
- **Vault**: `docs/brain/` in Obsidian format (wiki links + tags + MOC).
|
|
1427
|
-
- **Impeccable**: external
|
|
1428
|
-
`/impeccable polish|audit|
|
|
1429
|
-
visual polish.
|
|
1430
|
+
- **Impeccable**: external plugin (`/plugin marketplace add pbakaus/impeccable`
|
|
1431
|
+
then `/plugin install impeccable`) with `/impeccable teach|shape|polish|audit|
|
|
1432
|
+
critique|harden` commands for visual polish.
|
|
1430
1433
|
- **openapi-typescript**: TS type generator from OpenAPI 3.x.
|
|
1431
1434
|
- **Goal-ready**: explicit, measurable, tied to the objective.
|
|
1432
1435
|
|