create-harness-vibe-coding 0.8.8 → 0.8.9

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.
Files changed (80) hide show
  1. package/README-CN.md +7 -1
  2. package/README.md +21 -2
  3. package/docs/images/harness-icon.png +0 -0
  4. package/package.json +2 -1
  5. package/src/generator.js +36 -0
  6. package/src/index.js +72 -4
  7. package/templates/common/.claude/agents/architect.md +31 -31
  8. package/templates/common/.claude/agents/codebase-explorer.md +45 -0
  9. package/templates/common/.claude/agents/docs-researcher.md +41 -41
  10. package/templates/common/.claude/agents/memory-master.md +26 -8
  11. package/templates/common/.claude/agents/reviewer.md +34 -34
  12. package/templates/common/.claude/agents/task-scribe.md +70 -0
  13. package/templates/common/.claude/commands/wf-help.md +8 -4
  14. package/templates/common/.claude/commands/wf-update.md +24 -0
  15. package/templates/common/.claude/rules/ecc/common.md +15 -2
  16. package/templates/common/.claude/settings.json +13 -0
  17. package/templates/common/.claude/skills/subagent-orchestrator/SKILL.md +8 -4
  18. package/templates/common/.claude/skills/wf/SKILL.md +15 -8
  19. package/templates/common/.claude/skills/wf-auto/SKILL.md +3 -2
  20. package/templates/common/.claude/skills/wf-learn/SKILL.md +9 -2
  21. package/templates/common/.claude/skills/wf-max/SKILL.md +23 -5
  22. package/templates/common/.claude/skills/wf-update/SKILL.md +15 -2
  23. package/templates/common/.codex/hooks.json +17 -0
  24. package/templates/common/.harness-version +89 -44
  25. package/templates/common/.opencode/agents/architect.md +24 -24
  26. package/templates/common/.opencode/agents/codebase-explorer.md +45 -0
  27. package/templates/common/.opencode/agents/docs-researcher.md +34 -34
  28. package/templates/common/.opencode/agents/memory-master.md +26 -8
  29. package/templates/common/.opencode/agents/reviewer.md +27 -27
  30. package/templates/common/.opencode/agents/task-scribe.md +70 -0
  31. package/templates/common/.opencode/commands/wf-auto-spark.md +15 -0
  32. package/templates/common/.opencode/commands/wf-auto.md +15 -0
  33. package/templates/common/.opencode/commands/wf-help.md +8 -4
  34. package/templates/common/.opencode/commands/wf-learn.md +15 -0
  35. package/templates/common/.opencode/commands/wf-max.md +15 -0
  36. package/templates/common/.opencode/commands/wf-readme.md +15 -0
  37. package/templates/common/.opencode/commands/wf-remove.md +15 -0
  38. package/templates/common/.opencode/commands/wf-review.md +15 -0
  39. package/templates/common/.opencode/commands/wf-update.md +24 -0
  40. package/templates/common/.opencode/commands/wf.md +15 -0
  41. package/templates/common/.opencode/plugins/harness-wf-status.mjs +135 -0
  42. package/templates/common/AGENTS.md +2 -29
  43. package/templates/common/CLAUDE.md +35 -6
  44. package/templates/common/Harness/ACCEPTANCE_PROTOCOL.md +2 -2
  45. package/templates/common/{MEMORY.md → Harness/MEMORY.md} +16 -3
  46. package/templates/common/Harness/MEMORY_PROTOCOL.md +80 -30
  47. package/templates/common/Harness/README.md +50 -22
  48. package/templates/common/{SETUP.md → Harness/SETUP.md} +278 -276
  49. package/templates/common/Harness/TASK_ARCHIVE.md +56 -0
  50. package/templates/common/Harness/WF-AUTO-SPARK.md +5 -14
  51. package/templates/common/Harness/WF-AUTO.md +13 -76
  52. package/templates/common/Harness/WF-KERNEL.md +189 -0
  53. package/templates/common/Harness/WF-MAX.md +60 -328
  54. package/templates/common/Harness/WF-STATE.md +83 -0
  55. package/templates/common/Harness/WF.md +117 -237
  56. package/templates/common/Harness/agent-workflow.md +2 -2
  57. package/templates/common/Harness/context-loading.md +3 -3
  58. package/templates/common/Harness/dispatch.md +43 -35
  59. package/templates/common/Harness/scripts/archive-tasks.mjs +239 -0
  60. package/templates/common/{scripts → Harness/scripts}/scan-clean.mjs +28 -1
  61. package/templates/common/{scripts → Harness/scripts}/validate-harness.mjs +909 -699
  62. package/templates/common/Harness/scripts/wf-auto-update-prompt.mjs +258 -0
  63. package/templates/common/{scripts → Harness/scripts}/wf-update-check.mjs +40 -7
  64. package/templates/common/Harness/subagents.md +28 -27
  65. package/templates/common/Harness/tasks/_template/PLAN.md +5 -0
  66. package/templates/common/Harness/tasks/_template/STATE.json +23 -0
  67. package/templates/common/README.md +1 -1
  68. package/templates/common/memory/agent-lessons-patterns.md +9 -8
  69. package/templates/common/memory/routes.md +43 -0
  70. package/templates/common/memory/startup-hints.md +32 -0
  71. package/templates/common/memory/tool-usage-reflections.md +9 -8
  72. package/templates/common/memory/user-corrections-preferences.md +11 -9
  73. package/templates/optional/catalog.json +8 -0
  74. package/templates/optional/skills/browser-e2e/.claude/skills/browser-e2e/SKILL.md +42 -42
  75. package/templates/optional/skills/browser-e2e/.opencode/commands/wf-browser.md +15 -0
  76. package/templates/optional/skills/github-pr-review/.claude/skills/github-pr-review/SKILL.md +40 -40
  77. package/templates/optional/skills/python-backend/.claude/skills/python-backend/SKILL.md +40 -40
  78. package/templates/optional/skills/ts-react-frontend/.claude/skills/ts-react-frontend/SKILL.md +43 -43
  79. package/templates/optional/skills/ui-ux-review/.claude/skills/ui-ux-review/SKILL.md +40 -40
  80. /package/templates/common/{scripts → Harness/scripts}/wf-remove.mjs +0 -0
@@ -3,19 +3,21 @@
3
3
  Purpose: record repeated user corrections, durable preferences, and common-sense course corrections.
4
4
 
5
5
  Write here when:
6
- - The user says "remember", "never", "next time", "always", or "I prefer".
6
+ - The user says "remember", "never", "next time", "always", "I prefer", "记住", "下次", "不要再" etc.
7
+ - Explicit, safe, scoped user preferences can be written immediately without `/wf-learn`.
7
8
  - The user corrects the same assumption/pattern 2+ times.
8
9
  - A correction changes how future work should be scoped, explained, verified, or handed off.
9
10
 
10
- Entry format, newest first:
11
+ Entry format (compact, default no date):
11
12
 
12
13
  ```markdown
13
- ## YYYY-MM-DD - Short Preference Name
14
-
15
- - Correction/preference: the durable instruction.
16
- - Trigger: what prompted the correction.
17
- - Apply when: future contexts where this should guide behavior.
18
- - Avoid: contexts where this should not be over-applied.
14
+ - When <scenario>: <rule>. Avoid <over-application>. Signals: <signals>.
19
15
  ```
20
16
 
21
- Do not record ordinary chat. If the preference is ambiguous, ask before writing it. Never store secrets.
17
+ Only use date/timestamp headings when:
18
+ - Entry supersedes prior conflicting guidance
19
+ - Time-sensitive context (version, deprecation)
20
+ - Conflict resolution needed
21
+
22
+ Do not record ordinary chat, task logs, process summaries, one-time emotions, or transient preferences. If the preference is ambiguous, ask before writing it. Never store secrets.
23
+ - Entry supersedes prior conflicting guidance: add date stamp.
@@ -73,6 +73,14 @@
73
73
  "url": "https://github.com/colbymchenry/codegraph",
74
74
  "tags": ["code graph", "architecture", "analysis"]
75
75
  },
76
+ {
77
+ "id": "grill-me",
78
+ "title": "Grill Me",
79
+ "description": "External Matt Pocock skill for relentlessly interviewing a plan or design before implementation.",
80
+ "installMode": "recommend-only",
81
+ "url": "https://github.com/mattpocock/skills/tree/main/skills/productivity/grill-me",
82
+ "tags": ["planning", "design", "interview", "skills"]
83
+ },
76
84
  {
77
85
  "id": "oh-my-openagent",
78
86
  "title": "oh-my-openagent",
@@ -1,42 +1,42 @@
1
- ---
2
- name: browser-e2e
3
- description: Mandatory real-browser smoke and end-to-end verification using Playwright, Chrome DevTools/CDP, or documented manual browser evidence.
4
- ---
5
-
6
- # Browser E2E
7
-
8
- ## When To Use
9
-
10
- Use this skill when a change affects browser-visible behavior, navigation, forms, routing, layout, or client-side integration. Web/UI acceptance requires loading the app in a real browser before claiming the UI is done.
11
-
12
- ## Docs To Load
13
-
14
- - `Harness/workflows/browser-e2e.md`
15
- - `Harness/PROGRESS.md` and current task `tasks/<id>/PLAN.md`
16
- - Existing project test, build, and run instructions.
17
-
18
- ## Required Inputs
19
-
20
- - Target URL or command to start the app.
21
- - User flows or pages to verify.
22
- - Expected behavior and supported viewport/browser scope.
23
- - Selector contract: stable accessible labels/roles and `data-testid` hooks for critical inputs, buttons, filters, rows, empty/error/loading states, and other targetable UI states.
24
-
25
- ## Allowed Writes
26
-
27
- - Browser test files in the project's existing test locations.
28
- - Evidence artifacts such as screenshots, traces, or reports in existing artifact folders.
29
- - Notes in current task plan when the active task asks for plan tracking.
30
-
31
- ## Output Format
32
-
33
- Return changed files, commands run, browser evidence paths, verified flows, failures, and follow-up risks.
34
- Include the selectors used for CDP/Playwright/manual verification.
35
-
36
- ## PROGRESS.md & Task PLAN.md Updates
37
-
38
- Update `Harness/tasks/<task-id>/PLAN.md` only when executing a tracked plan item or recording evidence requested by the current task.
39
-
40
- ## dispatch.md Usage
41
-
42
- Use `Harness/dispatch.md` only when splitting independent browser checks across workers is explicitly useful.
1
+ ---
2
+ name: browser-e2e
3
+ description: Mandatory real-browser smoke and end-to-end verification using Playwright, Chrome DevTools/CDP, or documented manual browser evidence.
4
+ ---
5
+
6
+ # Browser E2E
7
+
8
+ ## When To Use
9
+
10
+ Use this skill when a change affects browser-visible behavior, navigation, forms, routing, layout, or client-side integration. Web/UI acceptance requires loading the app in a real browser before claiming the UI is done.
11
+
12
+ ## Docs To Load
13
+
14
+ - `Harness/workflows/browser-e2e.md`
15
+ - `Harness/PROGRESS.md` and current task `tasks/<id>/PLAN.md`
16
+ - Existing project test, build, and run instructions.
17
+
18
+ ## Required Inputs
19
+
20
+ - Target URL or command to start the app.
21
+ - User flows or pages to verify.
22
+ - Expected behavior and supported viewport/browser scope.
23
+ - Selector contract: stable accessible labels/roles and `data-testid` hooks for critical inputs, buttons, filters, rows, empty/error/loading states, and other targetable UI states.
24
+
25
+ ## Allowed Writes
26
+
27
+ - Browser test files in the project's existing test locations.
28
+ - Evidence artifacts such as screenshots, traces, or reports in existing artifact folders.
29
+ - Notes in current task plan when the active task asks for plan tracking.
30
+
31
+ ## Output Format
32
+
33
+ Return changed files, commands run, browser evidence paths, verified flows, failures, and follow-up risks.
34
+ Include the selectors used for CDP/Playwright/manual verification.
35
+
36
+ ## PROGRESS.md & Task PLAN.md Updates
37
+
38
+ Update `Harness/tasks/<task-id>/PLAN.md` only when executing a tracked plan item or recording evidence requested by the current task.
39
+
40
+ ## dispatch.md Usage
41
+
42
+ Use `Harness/dispatch.md` only when splitting independent browser checks across workers is explicitly useful.
@@ -0,0 +1,15 @@
1
+ ---
2
+ description: Run AI-driven browser automation and E2E testing via the wf-browser skill
3
+ ---
4
+
5
+ # /wf-browser
6
+
7
+ This is a **workflow command**, not a direct command. Do not execute it as a
8
+ static help or script command.
9
+
10
+ 1. Load `CLAUDE.md`, `Harness/MEMORY.md` (index only per Memory Preflight), then `Harness/README.md`.
11
+ 2. Execute per the skill adapter `.claude/skills/wf-browser/SKILL.md` (mirror: `.agents/skills/wf-browser/SKILL.md`).
12
+ 3. Do not duplicate the workflow here. The skill adapter and `Harness/workflows/browser-e2e.md` are authoritative.
13
+
14
+ If this runtime cannot invoke the skill directly, read
15
+ `.claude/skills/wf-browser/SKILL.md` and follow it in place.
@@ -1,40 +1,40 @@
1
- ---
2
- name: github-pr-review
3
- description: GitHub pull request review workflow using available GitHub CLI, local git diff, checks, and CI evidence.
4
- ---
5
-
6
- # GitHub PR Review
7
-
8
- ## When To Use
9
-
10
- Use this skill when reviewing a GitHub pull request, responding to PR feedback, checking CI status, or summarizing review findings.
11
-
12
- ## Docs To Load
13
-
14
- - `Harness/workflows/github-pr-review.md`
15
- - `Harness/PROGRESS.md` and current task `tasks/<id>/PLAN.md`
16
- - Repository contribution, test, and review guidelines.
17
-
18
- ## Required Inputs
19
-
20
- - PR number, branch, or comparison range.
21
- - Review goal: bug hunt, approval readiness, CI diagnosis, or feedback response.
22
- - Expected test and check requirements.
23
-
24
- ## Allowed Writes
25
-
26
- - Local files needed to address approved review feedback.
27
- - Review notes or evidence in existing docs only when requested.
28
- - Current task `tasks/<id>/PLAN.md` when tracking review work.
29
-
30
- ## Output Format
31
-
32
- Return findings first by severity with file and line references, then open questions, tests/checks run, and change summary if edits were made.
33
-
34
- ## PROGRESS.md & Task PLAN.md Updates
35
-
36
- Update `Harness/tasks/<task-id>/PLAN.md` only when the PR review is part of a tracked implementation plan.
37
-
38
- ## dispatch.md Usage
39
-
40
- Use `Harness/dispatch.md` when independent review areas can be assigned separately, such as backend, frontend, and CI.
1
+ ---
2
+ name: github-pr-review
3
+ description: GitHub pull request review workflow using available GitHub CLI, local git diff, checks, and CI evidence.
4
+ ---
5
+
6
+ # GitHub PR Review
7
+
8
+ ## When To Use
9
+
10
+ Use this skill when reviewing a GitHub pull request, responding to PR feedback, checking CI status, or summarizing review findings.
11
+
12
+ ## Docs To Load
13
+
14
+ - `Harness/workflows/github-pr-review.md`
15
+ - `Harness/PROGRESS.md` and current task `tasks/<id>/PLAN.md`
16
+ - Repository contribution, test, and review guidelines.
17
+
18
+ ## Required Inputs
19
+
20
+ - PR number, branch, or comparison range.
21
+ - Review goal: bug hunt, approval readiness, CI diagnosis, or feedback response.
22
+ - Expected test and check requirements.
23
+
24
+ ## Allowed Writes
25
+
26
+ - Local files needed to address approved review feedback.
27
+ - Review notes or evidence in existing docs only when requested.
28
+ - Current task `tasks/<id>/PLAN.md` when tracking review work.
29
+
30
+ ## Output Format
31
+
32
+ Return findings first by severity with file and line references, then open questions, tests/checks run, and change summary if edits were made.
33
+
34
+ ## PROGRESS.md & Task PLAN.md Updates
35
+
36
+ Update `Harness/tasks/<task-id>/PLAN.md` only when the PR review is part of a tracked implementation plan.
37
+
38
+ ## dispatch.md Usage
39
+
40
+ Use `Harness/dispatch.md` when independent review areas can be assigned separately, such as backend, frontend, and CI.
@@ -1,40 +1,40 @@
1
- ---
2
- name: python-backend
3
- description: Python backend workflow for API changes, service logic, FastAPI-style routes, and unittest or pytest verification.
4
- ---
5
-
6
- # Python Backend
7
-
8
- ## When To Use
9
-
10
- Use this skill when changing Python API routes, service logic, persistence boundaries, background jobs, or backend tests.
11
-
12
- ## Docs To Load
13
-
14
- - `Harness/workflows/python-backend.md`
15
- - `Harness/PROGRESS.md` and current task `tasks/<id>/PLAN.md`
16
- - Project backend README, API docs, dependency files, and test configuration.
17
-
18
- ## Required Inputs
19
-
20
- - Target behavior, endpoint, service, or bug.
21
- - Existing test command and runtime setup.
22
- - Database, environment variable, or fixture constraints.
23
-
24
- ## Allowed Writes
25
-
26
- - Python source, tests, fixtures, and backend docs in the task scope.
27
- - Local evidence artifacts such as test output snippets.
28
- - Current task `tasks/<id>/PLAN.md` when the task requires plan tracking.
29
-
30
- ## Output Format
31
-
32
- Return files changed, API or behavior summary, tests run, important logs, migration/config notes, and remaining risks.
33
-
34
- ## PROGRESS.md & Task PLAN.md Updates
35
-
36
- Update `Harness/tasks/<task-id>/PLAN.md` only when executing a tracked plan item or recording required validation evidence.
37
-
38
- ## dispatch.md Usage
39
-
40
- Use `Harness/dispatch.md` for separable backend work such as API implementation, database changes, and test coverage.
1
+ ---
2
+ name: python-backend
3
+ description: Python backend workflow for API changes, service logic, FastAPI-style routes, and unittest or pytest verification.
4
+ ---
5
+
6
+ # Python Backend
7
+
8
+ ## When To Use
9
+
10
+ Use this skill when changing Python API routes, service logic, persistence boundaries, background jobs, or backend tests.
11
+
12
+ ## Docs To Load
13
+
14
+ - `Harness/workflows/python-backend.md`
15
+ - `Harness/PROGRESS.md` and current task `tasks/<id>/PLAN.md`
16
+ - Project backend README, API docs, dependency files, and test configuration.
17
+
18
+ ## Required Inputs
19
+
20
+ - Target behavior, endpoint, service, or bug.
21
+ - Existing test command and runtime setup.
22
+ - Database, environment variable, or fixture constraints.
23
+
24
+ ## Allowed Writes
25
+
26
+ - Python source, tests, fixtures, and backend docs in the task scope.
27
+ - Local evidence artifacts such as test output snippets.
28
+ - Current task `tasks/<id>/PLAN.md` when the task requires plan tracking.
29
+
30
+ ## Output Format
31
+
32
+ Return files changed, API or behavior summary, tests run, important logs, migration/config notes, and remaining risks.
33
+
34
+ ## PROGRESS.md & Task PLAN.md Updates
35
+
36
+ Update `Harness/tasks/<task-id>/PLAN.md` only when executing a tracked plan item or recording required validation evidence.
37
+
38
+ ## dispatch.md Usage
39
+
40
+ Use `Harness/dispatch.md` for separable backend work such as API implementation, database changes, and test coverage.
@@ -1,43 +1,43 @@
1
- ---
2
- name: ts-react-frontend
3
- description: TypeScript React frontend workflow for components, state, routing, typecheck, tests, builds, and browser smoke evidence.
4
- ---
5
-
6
- # TypeScript React Frontend
7
-
8
- ## When To Use
9
-
10
- Use this skill when changing React components, hooks, routes, client state, styling, build configuration, or frontend tests.
11
- For user-visible changes, typecheck, build, and unit tests are not enough; include real-browser smoke or screenshot evidence before claiming acceptance.
12
-
13
- ## Docs To Load
14
-
15
- - `Harness/workflows/ts-react-frontend.md`
16
- - `Harness/PROGRESS.md` and current task `tasks/<id>/PLAN.md`
17
- - Existing frontend README, package scripts, design system, and test setup.
18
-
19
- ## Required Inputs
20
-
21
- - Screen, component, or flow being changed.
22
- - Expected behavior and acceptance criteria.
23
- - Existing package manager and verification commands.
24
- - Selector contract: stable accessible labels/roles and `data-testid` hooks for critical inputs, buttons, filters, rows, empty/error/loading states, and other targetable UI states.
25
-
26
- ## Allowed Writes
27
-
28
- - Frontend source, styles, tests, and focused docs in task scope.
29
- - Generated evidence such as screenshots or test reports in existing artifact paths.
30
- - Current task `tasks/<id>/PLAN.md` when tracking a plan item.
31
-
32
- ## Output Format
33
-
34
- Return changed files, UI behavior summary, commands run, browser or test evidence, and unresolved risks.
35
- Include selectors added or verified for CDP/Playwright/manual checks.
36
-
37
- ## PROGRESS.md & Task PLAN.md Updates
38
-
39
- Update `Harness/tasks/<task-id>/PLAN.md` only when executing a tracked task or recording required validation evidence.
40
-
41
- ## dispatch.md Usage
42
-
43
- Use `Harness/dispatch.md` when independent frontend tasks can run in parallel, such as components, tests, and browser checks.
1
+ ---
2
+ name: ts-react-frontend
3
+ description: TypeScript React frontend workflow for components, state, routing, typecheck, tests, builds, and browser smoke evidence.
4
+ ---
5
+
6
+ # TypeScript React Frontend
7
+
8
+ ## When To Use
9
+
10
+ Use this skill when changing React components, hooks, routes, client state, styling, build configuration, or frontend tests.
11
+ For user-visible changes, typecheck, build, and unit tests are not enough; include real-browser smoke or screenshot evidence before claiming acceptance.
12
+
13
+ ## Docs To Load
14
+
15
+ - `Harness/workflows/ts-react-frontend.md`
16
+ - `Harness/PROGRESS.md` and current task `tasks/<id>/PLAN.md`
17
+ - Existing frontend README, package scripts, design system, and test setup.
18
+
19
+ ## Required Inputs
20
+
21
+ - Screen, component, or flow being changed.
22
+ - Expected behavior and acceptance criteria.
23
+ - Existing package manager and verification commands.
24
+ - Selector contract: stable accessible labels/roles and `data-testid` hooks for critical inputs, buttons, filters, rows, empty/error/loading states, and other targetable UI states.
25
+
26
+ ## Allowed Writes
27
+
28
+ - Frontend source, styles, tests, and focused docs in task scope.
29
+ - Generated evidence such as screenshots or test reports in existing artifact paths.
30
+ - Current task `tasks/<id>/PLAN.md` when tracking a plan item.
31
+
32
+ ## Output Format
33
+
34
+ Return changed files, UI behavior summary, commands run, browser or test evidence, and unresolved risks.
35
+ Include selectors added or verified for CDP/Playwright/manual checks.
36
+
37
+ ## PROGRESS.md & Task PLAN.md Updates
38
+
39
+ Update `Harness/tasks/<task-id>/PLAN.md` only when executing a tracked task or recording required validation evidence.
40
+
41
+ ## dispatch.md Usage
42
+
43
+ Use `Harness/dispatch.md` when independent frontend tasks can run in parallel, such as components, tests, and browser checks.
@@ -1,40 +1,40 @@
1
- ---
2
- name: ui-ux-review
3
- description: Screenshot-driven UI and UX review for responsive behavior, accessibility, visual polish, and task clarity.
4
- ---
5
-
6
- # UI/UX Review
7
-
8
- ## When To Use
9
-
10
- Use this skill when reviewing or changing user-facing screens, layouts, visual hierarchy, interaction states, accessibility, or responsive behavior.
11
-
12
- ## Docs To Load
13
-
14
- - `Harness/workflows/ui-ux-review.md`
15
- - `Harness/PROGRESS.md` and current task `tasks/<id>/PLAN.md`
16
- - Existing design system, component, or style documentation.
17
-
18
- ## Required Inputs
19
-
20
- - Screens, routes, or components under review.
21
- - Target users and primary tasks.
22
- - Breakpoints, themes, and accessibility expectations.
23
-
24
- ## Allowed Writes
25
-
26
- - UI code and style files already in scope for the task.
27
- - Screenshot or audit artifacts in existing evidence folders.
28
- - Current task `tasks/<id>/PLAN.md` when the review is part of a tracked plan.
29
-
30
- ## Output Format
31
-
32
- Return prioritized findings with file or screen references, evidence, recommended fixes, commands run, and residual risks.
33
-
34
- ## PROGRESS.md & Task PLAN.md Updates
35
-
36
- Update current task `tasks/<id>/PLAN.md` only for tracked review tasks or when recording required evidence.
37
-
38
- ## dispatch.md Usage
39
-
40
- Use `Harness/dispatch.md` only for independent review streams such as separate routes or breakpoints.
1
+ ---
2
+ name: ui-ux-review
3
+ description: Screenshot-driven UI and UX review for responsive behavior, accessibility, visual polish, and task clarity.
4
+ ---
5
+
6
+ # UI/UX Review
7
+
8
+ ## When To Use
9
+
10
+ Use this skill when reviewing or changing user-facing screens, layouts, visual hierarchy, interaction states, accessibility, or responsive behavior.
11
+
12
+ ## Docs To Load
13
+
14
+ - `Harness/workflows/ui-ux-review.md`
15
+ - `Harness/PROGRESS.md` and current task `tasks/<id>/PLAN.md`
16
+ - Existing design system, component, or style documentation.
17
+
18
+ ## Required Inputs
19
+
20
+ - Screens, routes, or components under review.
21
+ - Target users and primary tasks.
22
+ - Breakpoints, themes, and accessibility expectations.
23
+
24
+ ## Allowed Writes
25
+
26
+ - UI code and style files already in scope for the task.
27
+ - Screenshot or audit artifacts in existing evidence folders.
28
+ - Current task `tasks/<id>/PLAN.md` when the review is part of a tracked plan.
29
+
30
+ ## Output Format
31
+
32
+ Return prioritized findings with file or screen references, evidence, recommended fixes, commands run, and residual risks.
33
+
34
+ ## PROGRESS.md & Task PLAN.md Updates
35
+
36
+ Update current task `tasks/<id>/PLAN.md` only for tracked review tasks or when recording required evidence.
37
+
38
+ ## dispatch.md Usage
39
+
40
+ Use `Harness/dispatch.md` only for independent review streams such as separate routes or breakpoints.