code-ai-installer 1.1.4 → 1.1.6

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 (79) hide show
  1. package/README.md +4 -0
  2. package/dist/banner.d.ts +4 -0
  3. package/dist/banner.js +35 -0
  4. package/dist/index.js +109 -22
  5. package/dist/sourceResolver.d.ts +2 -0
  6. package/dist/sourceResolver.js +27 -5
  7. package/dist/types.d.ts +1 -0
  8. package/locales/en/.agents/a11y_baseline/SKILL.md +41 -0
  9. package/locales/en/.agents/adr_log/SKILL.md +69 -0
  10. package/locales/en/.agents/api_contract_compliance_review/SKILL.md +18 -0
  11. package/locales/en/.agents/api_contracts/SKILL.md +42 -0
  12. package/locales/en/.agents/architecture_compliance_review/SKILL.md +17 -0
  13. package/locales/en/.agents/architecture_doc/SKILL.md +92 -0
  14. package/locales/en/.agents/board/SKILL.md +43 -0
  15. package/locales/en/.agents/cloud_infrastructure_security/SKILL.md +68 -0
  16. package/locales/en/.agents/code_review_checklist/SKILL.md +47 -0
  17. package/locales/en/.agents/current_state_analysis/SKILL.md +44 -0
  18. package/locales/en/.agents/data_model/SKILL.md +40 -0
  19. package/locales/en/.agents/dependency_supply_chain_review/SKILL.md +20 -0
  20. package/locales/en/.agents/deployment_ci_plan/SKILL.md +51 -0
  21. package/locales/en/.agents/design_intake/SKILL.md +71 -0
  22. package/locales/en/.agents/design_parity_review/SKILL.md +73 -0
  23. package/locales/en/.agents/design_systems/SKILL.md +15 -0
  24. package/locales/en/.agents/dev_reference_snippets/SKILL.md +397 -0
  25. package/locales/en/.agents/docker_kubernetes_architecture/SKILL.md +144 -0
  26. package/locales/en/.agents/es2025_beast_practices/SKILL.md +15 -0
  27. package/locales/en/.agents/gates/SKILL.md +35 -0
  28. package/locales/en/.agents/go_beast_practices/SKILL.md +23 -0
  29. package/locales/en/.agents/handoff/SKILL.md +52 -0
  30. package/locales/en/.agents/k8s_manifests_conventions/SKILL.md +175 -0
  31. package/locales/en/.agents/memory/SKILL.md +29 -0
  32. package/locales/en/.agents/mongodb_mongoose_best_practices/SKILL.md +233 -0
  33. package/locales/en/.agents/node_express_beast_practices/SKILL.md +30 -0
  34. package/locales/en/.agents/observability_logging/SKILL.md +16 -0
  35. package/locales/en/.agents/observability_plan/SKILL.md +38 -0
  36. package/locales/en/.agents/observability_review/SKILL.md +20 -0
  37. package/locales/en/.agents/performance_review_baseline/SKILL.md +17 -0
  38. package/locales/en/.agents/pm_backlog/SKILL.md +32 -0
  39. package/locales/en/.agents/pm_interview/SKILL.md +56 -0
  40. package/locales/en/.agents/pm_prd/SKILL.md +56 -0
  41. package/locales/en/.agents/qa_api_contract_tests/SKILL.md +16 -0
  42. package/locales/en/.agents/qa_e2e_playwright/SKILL.md +0 -0
  43. package/locales/en/.agents/qa_manual_run/SKILL.md +16 -0
  44. package/locales/en/.agents/qa_security_smoke_tests/SKILL.md +14 -0
  45. package/locales/en/.agents/qa_test_plan/SKILL.md +20 -0
  46. package/locales/en/.agents/qa_ui_a11y_smoke/SKILL.md +12 -0
  47. package/locales/en/.agents/react_15_3_wix_iframe/SKILL.md +20 -0
  48. package/locales/en/.agents/react_beast_practices/SKILL.md +29 -0
  49. package/locales/en/.agents/release_gate/SKILL.md +77 -0
  50. package/locales/en/.agents/release_gate_checklist_template/SKILL.md +68 -0
  51. package/locales/en/.agents/review_reference_snippets/SKILL.md +436 -0
  52. package/locales/en/.agents/security_baseline_dev/SKILL.md +16 -0
  53. package/locales/en/.agents/security_review/SKILL.md +55 -0
  54. package/locales/en/.agents/security_review_baseline/SKILL.md +25 -0
  55. package/locales/en/.agents/state_rtk_beast_practices/SKILL.md +15 -0
  56. package/locales/en/.agents/state_zustand_beast_practices/SKILL.md +11 -0
  57. package/locales/en/.agents/styling_css_stack/SKILL.md +12 -0
  58. package/locales/en/.agents/system_design_checklist/SKILL.md +48 -0
  59. package/locales/en/.agents/tanstack_beast_practices/SKILL.md +19 -0
  60. package/locales/en/.agents/tdd_workflow/SKILL.md +34 -0
  61. package/locales/en/.agents/testing_strategy_js/SKILL.md +30 -0
  62. package/locales/en/.agents/tests_quality_review/SKILL.md +18 -0
  63. package/locales/en/.agents/threat_model_baseline/SKILL.md +57 -0
  64. package/locales/en/.agents/tooling_bun_biome/SKILL.md +17 -0
  65. package/locales/en/.agents/typescript_beast_practices/SKILL.md +15 -0
  66. package/locales/en/.agents/ui_a11y_smoke_review/SKILL.md +15 -0
  67. package/locales/en/.agents/ui_inventory/SKILL.md +50 -0
  68. package/locales/en/.agents/ux_discovery/SKILL.md +48 -0
  69. package/locales/en/.agents/ux_spec/SKILL.md +56 -0
  70. package/locales/en/.agents/wix_self_hosted_embedded_script/SKILL.md +88 -0
  71. package/locales/en/AGENTS.md +120 -0
  72. package/locales/en/agents/architect.md +239 -0
  73. package/locales/en/agents/conductor.md +205 -0
  74. package/locales/en/agents/product_manager.md +119 -0
  75. package/locales/en/agents/reviewer.md +200 -0
  76. package/locales/en/agents/senior_full_stack.md +216 -0
  77. package/locales/en/agents/tester.md +186 -0
  78. package/locales/en/agents/ux_ui_designer.md +144 -0
  79. package/package.json +3 -2
@@ -0,0 +1,92 @@
1
+ ---
2
+ name: architecture_doc
3
+ description: Architectural document on PRD+UX: modules, flows, data, integrations, errors, testability, bottlenecks, growth plan and implementation plan.
4
+ ---
5
+
6
+ # Skill: Architecture Document
7
+
8
+ ## Goal
9
+ Make the architecture implementable, testable, and ready for growth.
10
+
11
+ ## Inputs
12
+ -PRD
13
+ - UX Spec (flows/screens/states)
14
+ - Stack/deployment restrictions
15
+ - (if available) Current State Analysis
16
+
17
+ ## Output (structure)
18
+
19
+ ## 1) Overview
20
+ - What are we building (1 paragraph)
21
+ - Context and limitations
22
+ - Assumptions
23
+
24
+ ## 2) System Context
25
+ - Actors
26
+ - External integrations
27
+ - System boundaries
28
+
29
+ ## 3) High-level Architecture Diagram (text)
30
+ - FE → BE → DB/Cache/External
31
+ - Basic outlines of data and responsibilities
32
+
33
+ ## 4) Modules / Components
34
+ For each component/module:
35
+ - responsibility
36
+ - public interfaces
37
+ - dependencies
38
+ - testing boundaries (unit vs integration)
39
+ - consistency rules (patterns/conventions)
40
+
41
+ ## 5) Flow Mapping (from UX Spec)
42
+ - Flow → endpoints → services → repos → entities
43
+ - Where and why loading/empty/error states occur
44
+ - Error strategy on the UI (what to show to the user)
45
+
46
+ ## 6) Integration Patterns
47
+ - Synchronous calls (HTTP)
48
+ - Asynchronous operations (events/queues) - if justified
49
+ - Idempotency for risky operations
50
+
51
+ ## 7) Error Handling Strategy
52
+ - Unified error format (machine-readable code)
53
+ - 401/403/404/409/422/5xx policy
54
+ - Secure messages (no leaks)
55
+
56
+ ## 8) Testing Strategy
57
+ - Boundaries of unit tests
58
+ - Integration tests (API/DB/integration contracts)
59
+ - A set of “must-have” scenarios for PRD/UX
60
+ - (optional) e2e / visual checks - if the design requires
61
+
62
+ ## 9) Scalability Bottlenecks (anticipation)
63
+ - potential bottlenecks (DB hot spots, N+1, stateful sessions, heavy endpoints)
64
+ - measures: indexes, caching, background tasks, CDN, sharding (if ever needed)
65
+
66
+ ## 10) Growth Plan
67
+ Describe the thresholds and what changes:
68
+ - 10K users: The current architecture is sufficient, but you need to monitor metrics and optimize database queries.
69
+ - 100K users: Implementation of Redis clustering and use of CDN for static resources
70
+ - 1M users: Transition to microservice architecture, dividing databases into reading and writing (Read/Write splitting)
71
+ - 10M users: Event-driven architecture, distributed caching, multi-region deployment
72
+
73
+ ## 11) Implementation Plan
74
+ - Epics/subsystems
75
+ - Vertical slices MVP (minimum 1–3)
76
+ - Dependencies and order
77
+
78
+ ## Quality (checklist)
79
+ - Any UX flow can be traced through modules/API/data
80
+ - Module boundaries reduce cohesion
81
+ - Testability is built in
82
+ - Observability/deployment is not forgotten
83
+
84
+ ## Red Flags
85
+ - Big Ball of Mud: Lack of clear architecture
86
+ - Golden Hammer: Use the same solution for any task
87
+ - Premature Optimization: Optimization at too early stages
88
+ - Not Invented Here: Refusal of ready-made solutions
89
+ - Analysis Paralysis: Too much planning with little implementation
90
+ - Magic: Strange, undocumented behavior
91
+ - Tight Coupling: Too much dependence of components on each other
92
+ - God Object: One class or component that does everything
@@ -0,0 +1,43 @@
1
+ ---
2
+ name: board
3
+ description: Project Board management: creating tasks with ID, statuses ☐/⏳/☑/⚠️, updates after each step, visible checklist in every message from the conductor.
4
+ ---
5
+
6
+ # Skill: Project Board (conductor's checklist)
7
+
8
+ ## Goal
9
+ Provide transparent progress control: who is doing what, what is being blocked, what’s next.
10
+
11
+ ## When to use
12
+ - Immediately after kickoff
13
+ - After every response from any agent
14
+ - When new requirements/bugs/comments appear
15
+
16
+ ## ID Rules
17
+ - Prefixes: `PM-xx`, `UX-xx`, `ARCH-xx`, `DEV-xx`, `REV-xx`, `TEST-xx`
18
+ - Numbering: 01, 02, 03…
19
+ - One task = one verifiable result (artifact/verification).
20
+
21
+ ## Statuses
22
+ - `☐` not started
23
+ - `⏳` at work
24
+ - `☑` ready (there is an artifact + check)
25
+ - `⚠️` blocked (required: reason + withdrawal owner)
26
+
27
+ ## Algorithm
28
+ 1) Create a primary Project Board: 1–3 tasks per role for the next iteration.
29
+ 2) Update statuses at every step:
30
+ - if the agent started - `⏳`
31
+ - if you submitted an artifact and it is accepted - `☑`
32
+ - if input/solution is needed - `⚠️`
33
+ 3) With `⚠️` add the line “Blocker” to the report and the specific next step.
34
+ 4) In each conductor’s message, display the Project Board as the first block.
35
+
36
+ ## Board template (copy as is)
37
+ ###Project Board
38
+ - [ ] (PM-01) ... — Owner: PM — Status: ☐/⏳/☑/⚠️
39
+ - [ ] (UX-01) ... — Owner: UX — Status: ☐/⏳/☑/⚠️
40
+ - [ ] (ARCH-01) ... — Owner: ARCH — Status: ☐/⏳/☑/⚠️
41
+ - [ ] (DEV-01) ... — Owner: DEV — Status: ☐/⏳/☑/⚠️
42
+ - [ ] (REV-01) ... — Owner: REV — Status: ☐/⏳/☑/⚠️
43
+ - [ ] (TEST-01) ... — Owner: TEST — Status: ☐/⏳/☑/⚠️
@@ -0,0 +1,68 @@
1
+ ---
2
+ name: cloud_infrastructure_security
3
+ description: Security review of cloud/infra/CI/CD: IAM, secrets manager, network, logging/monitoring, supply chain, CDN/WAF, backup/DR.
4
+ ---
5
+
6
+ #Skill: Cloud & Infrastructure Security
7
+
8
+ ## When to activate
9
+ - Deploy to AWS/Vercel/Railway/Cloudflare, etc.
10
+ - IAM policies/roles
11
+ - CI/CD pipelines
12
+ - IaC (Terraform/CloudFormation)
13
+ - Secrets management in the cloud
14
+ - CDN/WAF/edge security
15
+ - Backup/Recovery/DR
16
+
17
+ ## Cloud Security Checklist
18
+ 1) IAM & Access Control
19
+ - least privilege, no wildcard
20
+ - MFA for privileged accounts
21
+ - no root usage in prod
22
+ - regular access review
23
+
24
+ 2) Secrets Management
25
+ - platform secrets manager
26
+ - rotation for DB credentials (if applicable)
27
+ - audit of access to secrets
28
+ - prohibition of leaks in logs/errors
29
+
30
+ 3) Network Security
31
+ - DB is not public
32
+ - SSH/RDP only via VPN/bastion
33
+ - security groups/NACL least privilege
34
+ - flow logs (if available)
35
+
36
+ 4) Logging & Monitoring
37
+ - audit of admin actions
38
+ - log retention (for example 90+ days if necessary)
39
+ - alerts for anomalies/failed auth
40
+
41
+ 5) CI/CD Pipeline Security
42
+ - OIDC instead of long-lived credentials
43
+ - secret scanning
44
+ - dependency audit
45
+ - image scanning (if containers)
46
+ - branch protection / required reviews
47
+
48
+ 6) CDN/WAF (Cloudflare and analogues)
49
+ - WAF managed rules (OWASP)
50
+ - rate limiting/bot protection
51
+ - security headers
52
+ - strict TLS
53
+
54
+ 7) Backup & Disaster Recovery
55
+ - automated backups + retention
56
+ - PITR (if necessary)
57
+ - periodic recovery testing
58
+ - documented RPO/RTO
59
+
60
+ ## Pre-Deployment Checklist (short)
61
+ IAM / Secrets / Network / Logging / Monitoring / CI/CD / WAF / Encryption / Backups / Runbooks / Incident plan
62
+
63
+ ## Exit
64
+ - Findings P0/P1/P2 + specific fixes/settings
65
+ - What to add to CI and what checks are required
66
+
67
+ ## See also
68
+ - Examples and anti-examples: $review_reference_snippets
@@ -0,0 +1,47 @@
1
+ ---
2
+ name: code_review_checklist
3
+ description: Universal review checklist: code quality, readability, testability, security, contracts, DoD.
4
+ ---
5
+
6
+ # Skill: Code Review Checklist
7
+
8
+ ## Goal
9
+ Quickly evaluate PR for completeness and compliance with standards.
10
+
11
+ ## Checklist
12
+ ### Code Quality
13
+ - [ ] Clear names, small functions/modules
14
+ - [ ] No duplication without reason
15
+ - [ ] No “magic” (unobvious side effects)
16
+ - [ ] Boundaries of layers/modules are respected
17
+
18
+ ### Architecture
19
+ - [ ] Corresponds to Architecture Doc / ADR
20
+ - [ ] No Tight Coupling / God Object / Big Ball of Mud
21
+ - [ ] New solutions are recorded by ADR if necessary
22
+
23
+ ### API & Data
24
+ - [ ] Contracts are met (schemas, codes, errors)
25
+ - [ ] Validation at the border
26
+ - [ ] Data/migration model is consistent
27
+
28
+ ###Tests
29
+ - [ ] Unit + Integration tests added/updated
30
+ - [ ] Covered happy + edge + error paths
31
+ - [ ] No flakes/dependencies of tests on each other
32
+
33
+ ###Security
34
+ - [ ] AuthZ on the server
35
+ - [ ] No secrets in code/logs
36
+ - [ ] Safe errors (no stack/SQL/PII)
37
+ - [ ] Dependency hygiene
38
+
39
+ ### Observability & Ops
40
+ - [ ] request_id/trace_id correlation (if applicable)
41
+ - [ ] Logs are structured, without PII/secrets
42
+ - [ ] Startup/check instructions present
43
+
44
+ ## Exit
45
+ - PASS: ...
46
+ - MISSING: ...
47
+ - Findings P0/P1/P2
@@ -0,0 +1,44 @@
1
+ ---
2
+ name: current_state_analysis
3
+ description: Analysis of the current repository architecture: conventions, patterns, technical debt, scaling bottlenecks, security risks and consistency.
4
+ ---
5
+
6
+ #Skill: Current State Analysis
7
+
8
+ ## Goal
9
+ Understand the current system so that new solutions do not break conventions and actually reduce technical debt.
10
+
11
+ ## When to use
12
+ - The project already exists / there is a repository with code
13
+ - There are legacy or partially implemented features
14
+
15
+ ## Exit (Deliverables)
16
+ - Current Architecture Summary
17
+ - Patterns & Conventions
18
+ - Technical Debt (top 5–15)
19
+ - Scalability limitations
20
+ - Security baseline issues (if visible)
21
+ - Recommendations (quick wins + strategic)
22
+
23
+ ## Algorithm
24
+ 1) Overview of the repo structure (folders, layers, boundaries)
25
+ 2) Define key patterns (FE/BE/data) and style
26
+ 3) Find bottlenecks:
27
+ - statefulness
28
+ - N+1/slow queries
29
+ - strong connectivity
30
+ - no caching (if needed)
31
+ - lack of observability
32
+ 4) Record technical debt and risks
33
+ 5) Suggest a fix plan: quick wins vs later
34
+
35
+ ## Response format
36
+ ### Summary
37
+ ### Deliverables
38
+ ### Findings
39
+ - Patterns/Conventions
40
+ - Tech Debt
41
+ - Scalability Limits
42
+ - Security Notes
43
+ ### Recommendations
44
+ ### Next Actions (IDs: ARCH-xx)
@@ -0,0 +1,40 @@
1
+ ---
2
+ name: data_model
3
+ description: Data model and storage strategy: normalization/denormalization, indexes, transactions, cache, (optional) event sourcing/eventual consistency - with trade-offs and binding to UX flows.
4
+ ---
5
+
6
+ # Skill: Data Model
7
+
8
+ ## Goal
9
+ Support product scenarios and prepare the base for growth.
10
+
11
+ ## Exit
12
+ ## 1) Entities
13
+ For each entity:
14
+ - fields (type/required)
15
+ - restrictions (unique/not null/range)
16
+ - communications
17
+ - indexes for UX queries
18
+
19
+ ## 2) Data patterns (conscious choice)
20
+ - Default normalization
21
+ - Denormalization for read perf (if really needed)
22
+ - Cache layers (Redis) - if there are hot reads
23
+ - Eventual consistency - if there are distributed parts
24
+ - Event sourcing - only if you need a strict audit/replay
25
+
26
+ For each selected pattern: Pros/Cons/Alternatives (ADR if necessary).
27
+
28
+ ## 3) Migrations strategy
29
+ - versioning
30
+ - reversibility (if necessary)
31
+ - Seeds/fixtures
32
+
33
+ ## 4) Transaction boundaries
34
+ - where transactions are needed
35
+ - competition and integrity (constraints/locking)
36
+
37
+ ## 5) Query patterns
38
+ - typical requests for screens
39
+ - risks of N+1 / heavy joins
40
+ - optimizations: indexes, prefetch, denormalization (if necessary)
@@ -0,0 +1,20 @@
1
+ ---
2
+ name: dependency_supply_chain_review
3
+ description: Dependency review: minimization, updates, vulnerability audit, licenses, banning of unsafe packages.
4
+ ---
5
+
6
+ #Skill: Dependency & Supply Chain Review
7
+
8
+ ## Check
9
+ - New dependencies are really needed (no unnecessary ones)
10
+ - Versions are not outdated/vulnerable (according to available reports/project audit)
11
+ - Lockfile updated correctly
12
+ - No “questionable” packages for critical functions
13
+ - Licenses are acceptable (if the project requires)
14
+
15
+ ## Exit
16
+ - List of suspicious/unnecessary packages
17
+ - Recommendations: delete/replace/fix version
18
+
19
+ ## See also
20
+ - Examples and anti-examples: $review_reference_snippets
@@ -0,0 +1,51 @@
1
+ ---
2
+ name: deployment_ci_plan
3
+ description: Deployment and CI plan: environments, configs, secrets, migrations, CI checks (tests/lint/security), release and rollback strategy.
4
+ ---
5
+
6
+ # Skill: Deployment & CI Plan
7
+
8
+ ## Goal
9
+ Make a reproducible build/test/deploy process.
10
+
11
+ ## Add (Operations)
12
+ - Monitoring/alerting (minimum)
13
+ - Backup & recovery (if there is a database)
14
+ - Rollback plan (required)
15
+
16
+ ## Inputs
17
+ - Deployment restrictions (Vercel/Docker/AWS/etc)
18
+ - Stack
19
+ - Security requirements (secrets)
20
+
21
+ ## Output (structure)
22
+ ## 1) Environments
23
+ -local
24
+ - staging (if any)
25
+ - production
26
+
27
+ ## 2) Config & Secrets
28
+ - env vars list
29
+ - where we store secrets (secret storage)
30
+ - log policy (do not print secrets)
31
+
32
+ ## 3) CI pipeline (minimum)
33
+ - install
34
+ - lint/format (if available)
35
+ - unit tests
36
+ - integration tests
37
+ - (optional) dependency audit
38
+
39
+ ## 4) DB migrations (if there is a database)
40
+ - when and how migrations are applied
41
+ - rollback strategy (if needed)
42
+
43
+ ## 5) Release strategy
44
+ - versioning
45
+ - feature flags (if needed)
46
+ -rollback plan
47
+
48
+ ## DoD link
49
+ - release is not allowed without green CI
50
+ - migrations applied and tested
51
+ - smoke test passed after deployment
@@ -0,0 +1,71 @@
1
+ ---
2
+ name: design_intake
3
+ description: Find and analyze provided design materials (files/links), determine the “source of truth” for the UI and extract verifiable rules (screens, components, tokens, states).
4
+ ---
5
+
6
+ # Skill: Design Intake (collection of design sources)
7
+
8
+ ## Goal
9
+ Capture which design artifacts are the source of truth and extract testable rules from them for UX Spec and development.
10
+
11
+ ## When to use
12
+ - Design files (PDF/PNG/SVG/FIG, etc.) have been added to the repository
13
+ - The user provided a link to Figma/other layouts
14
+ - Before preparing the UX Spec or before the final UI verification
15
+
16
+ ## Inputs
17
+ - Paths to files in the repository (if any)
18
+ - Links (if available, for example Figma)
19
+ - PRD/UX Spec (if already exist)
20
+
21
+ ## Search for design artifacts (heuristics)
22
+ Check availability (if the repository is available):
23
+ - Folders: `design/`, `docs/design/`, `assets/design/`, `.figma/`, `ui/`
24
+ - Files: `*.fig`, `*.pdf`, `*.png`, `*.jpg`, `*.jpeg`, `*.svg`
25
+ - Documents: `README.md`, `docs/*` for the presence of the word “Figma” and links
26
+
27
+ ## Algorithm
28
+ 1) **Collect sources**:
29
+ - list of files/folders (paths)
30
+ - list of links (if given)
31
+ 2) **Define the “source of truth”** (Source of Truth):
32
+ - main page/file for MVP screens
33
+ - separate pages/sections for components/tokens (if any)
34
+ 3) **Extract the specification**:
35
+ - list of screens and their purpose
36
+ - screen structure (main sections)
37
+ - components and options (primary/secondary, sizes, states)
38
+ - states: loading/empty/error/success (if reflected)
39
+ - key content rules (errors, tips, button texts)
40
+ 4) **Gather a Design Reference Map**:
41
+ - Screen → where described (file/page/frame)
42
+ - Component → where described
43
+ 5) **Create a “Design Rules Summary”**:
44
+ - 5–20 rules that can be checked (without subjectivity)
45
+
46
+ ## Exit (Deliverables)
47
+ ###Design Sources
48
+ - Files:
49
+ - Links:
50
+
51
+ ###Source of Truth
52
+ - Screens:
53
+ - Components:
54
+ - Tokens/Guidelines:
55
+
56
+ ### Design Reference Map
57
+ - Screens:
58
+ - Components:
59
+
60
+ ### Design Rules Summary
61
+ - Rule 1:
62
+ - Rule 2:
63
+ ...
64
+
65
+ ## Response format
66
+ ### Summary
67
+ ### Deliverables (Design Sources + Reference Map + Rules)
68
+ ###Decisions
69
+ ###Risks/Blockers
70
+ ### Open Questions
71
+ ### Next Actions (IDs: UX-xx)
@@ -0,0 +1,73 @@
1
+ ---
2
+ name: design_parity_review
3
+ description: Compare design artifacts with the UX Spec or with the implemented UI. Issue a Design Parity Report with P0/P1/P2 priorities and specific recommendations.
4
+ ---
5
+
6
+ # Skill: Design Parity Review (design verification)
7
+
8
+ ## Goal
9
+ Check the compliance of the UX Spec and/or implemented UI with the provided design materials and record any discrepancies.
10
+
11
+ ## When to use
12
+ - After preparing the UX Spec (Design ↔ UX Spec)
13
+ - After implementing the UI (Design ↔ Implemented UI)
14
+ - Before closing the release increment (as part of the DoD if there is a design)
15
+
16
+ ## Inputs
17
+ - Design Reference Map and Rules (from `$design_intake`)
18
+ - UX Spec (if we check the spec)
19
+ - UI implementation (if we check the code):
20
+ - links/routes, how to reproduce states
21
+ - screenshots/videos/Storybook (if available)
22
+ - e2e/visual results (if available)
23
+
24
+ ## Check modes
25
+ ### Mode A: Design ↔ UX Spec (no code yet)
26
+ Check each screen:
27
+ - composition of sections and their order
28
+ - main actions/CTAs
29
+ - forms: fields, mandatory, validation, error texts
30
+ - states: loading/empty/error/success
31
+ - matching components with inventory/guides
32
+ Output: list of edits to UX Spec + questions/conflicts.
33
+
34
+ ### Mode B: Design ↔ Implemented UI (UI has already been implemented)
35
+ Check for each key screen and status:
36
+ - layout/hierarchy (what is located where, what is visible first)
37
+ - availability and options for components (buttons, inputs, tables, modals)
38
+ - texts/labels/placeholders/error messages (if the design specifies them)
39
+ - UI status (loading/empty/error/success)
40
+ - basic a11y (keyboard/focus/labels/ARIA) by `$a11y_baseline`
41
+
42
+ ## Classification of discrepancies
43
+ - **P0 (Blocker)**: breaks critical flow, is misleading, violates accessibility, leads to errors/data loss, contradicts PRD.
44
+ - **P1 (Important)**: breaks consistency, degrades UX, but does not block use.
45
+ - **P2 (Nice-to-have)**: cosmetics/polish.
46
+
47
+ ## Output: Design Parity Report (required structure)
48
+ ### ✅ Matches
49
+ - ...
50
+
51
+ ### ⚠️ Discrepancies
52
+ #### P0 (Blockers)
53
+ - [ ] <what's wrong> - Screen/Component: ... - Expected: ... - Actual: ... - Fix: ...
54
+
55
+ #### P1 (Important)
56
+ - [ ] ...
57
+
58
+ #### P2 (Nice-to-have)
59
+ - [ ] ...
60
+
61
+ ### Recommendations for correction
62
+ - DEV-xx: ...
63
+ - UX-xx: ...
64
+
65
+ ### Conflicts (if any)
66
+ - Conflict: <design vs PRD/architecture> → solution options
67
+
68
+ ## Response format
69
+ ### Summary
70
+ ### Deliverables (Design Parity Report)
71
+ ### Findings (P0/P1/P2)
72
+ ###Risks/Blockers
73
+ ### Next Actions (IDs: UX-xx / DEV-xx)
@@ -0,0 +1,15 @@
1
+ ---
2
+ name: design_systems
3
+ description: Integration of design systems: shadcn/ui, mantine, Wix Design System; compliance with UI inventory/UX spec and common components.
4
+ ---
5
+
6
+ # Skill: Design Systems Integration
7
+
8
+ ## Goal
9
+ Assemble the UI from ready-made, consistent components and do not “draw a bicycle”.
10
+
11
+ ## Rules
12
+ - Prefer shadcn/ui for new projects (if the stack is suitable)
13
+ - Mantine - if chosen by the project/there are reasons
14
+ - Wix Design System - for the Wix ecosystem (if specified)
15
+ - Components must support states from the UX Spec (loading/empty/error/disabled)