@ryuenn3123/agentic-senior-core 2.0.5 → 2.0.8
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/.agent-context/blueprints/mobile-app.md +91 -21
- package/.agent-context/profiles/platform.md +13 -13
- package/.agent-context/profiles/regulated.md +13 -13
- package/.agent-context/profiles/startup.md +13 -13
- package/.agent-context/prompts/review-code.md +3 -3
- package/.agent-context/review-checklists/frontend-skill-parity.md +28 -28
- package/.agent-context/review-checklists/frontend-usability.md +33 -33
- package/.agent-context/review-checklists/pr-checklist.md +11 -6
- package/.agent-context/review-checklists/release-operations.md +29 -29
- package/.agent-context/rules/api-docs.md +34 -0
- package/.agent-context/skills/README.md +62 -62
- package/.agent-context/skills/backend/README.md +67 -67
- package/.agent-context/skills/backend/architecture.md +360 -360
- package/.agent-context/skills/backend/compatibility-manifest.json +8 -8
- package/.agent-context/skills/backend/data-access.md +230 -230
- package/.agent-context/skills/backend/errors.md +137 -137
- package/.agent-context/skills/backend/validation.md +116 -116
- package/.agent-context/skills/backend.md +28 -28
- package/.agent-context/skills/cli/README.md +55 -49
- package/.agent-context/skills/cli/compatibility-manifest.json +8 -8
- package/.agent-context/skills/cli/init.md +37 -37
- package/.agent-context/skills/cli/output.md +35 -35
- package/.agent-context/skills/cli/safety-telemetry.md +39 -0
- package/.agent-context/skills/cli/upgrade.md +37 -37
- package/.agent-context/skills/cli.md +31 -28
- package/.agent-context/skills/distribution/.evidence/compatibility-manifest.json +9 -0
- package/.agent-context/skills/distribution/.evidence/sbom-excerpt.json +6 -0
- package/.agent-context/skills/distribution/.evidence/test-report.json +8 -0
- package/.agent-context/skills/distribution/CHANGELOG.md +7 -0
- package/.agent-context/skills/distribution/README.md +27 -19
- package/.agent-context/skills/distribution/compatibility-manifest.json +8 -8
- package/.agent-context/skills/distribution/compatibility.md +31 -31
- package/.agent-context/skills/distribution/package.json +5 -0
- package/.agent-context/skills/distribution/provenance-attestation.md +47 -0
- package/.agent-context/skills/distribution/publish.md +36 -36
- package/.agent-context/skills/distribution/rollback.md +31 -31
- package/.agent-context/skills/distribution/tests/.gitkeep +1 -0
- package/.agent-context/skills/distribution.md +31 -28
- package/.agent-context/skills/frontend/.evidence/compatibility-manifest.json +9 -0
- package/.agent-context/skills/frontend/.evidence/sbom-excerpt.json +6 -0
- package/.agent-context/skills/frontend/.evidence/test-report.json +8 -0
- package/.agent-context/skills/frontend/CHANGELOG.md +7 -0
- package/.agent-context/skills/frontend/README.md +49 -36
- package/.agent-context/skills/frontend/accessibility.md +107 -107
- package/.agent-context/skills/frontend/compatibility-manifest.json +8 -8
- package/.agent-context/skills/frontend/conversion-clarity.md +51 -0
- package/.agent-context/skills/frontend/motion.md +66 -66
- package/.agent-context/skills/frontend/package.json +5 -0
- package/.agent-context/skills/frontend/performance.md +62 -62
- package/.agent-context/skills/frontend/responsive-delivery.md +41 -0
- package/.agent-context/skills/frontend/tests/.gitkeep +1 -0
- package/.agent-context/skills/frontend/ui-architecture.md +128 -128
- package/.agent-context/skills/frontend.md +35 -29
- package/.agent-context/skills/fullstack/.evidence/compatibility-manifest.json +9 -0
- package/.agent-context/skills/fullstack/.evidence/sbom-excerpt.json +6 -0
- package/.agent-context/skills/fullstack/.evidence/test-report.json +8 -0
- package/.agent-context/skills/fullstack/CHANGELOG.md +7 -0
- package/.agent-context/skills/fullstack/README.md +27 -19
- package/.agent-context/skills/fullstack/compatibility-manifest.json +8 -8
- package/.agent-context/skills/fullstack/contracts.md +52 -52
- package/.agent-context/skills/fullstack/end-to-end.md +41 -41
- package/.agent-context/skills/fullstack/feature-slicing.md +64 -64
- package/.agent-context/skills/fullstack/package.json +5 -0
- package/.agent-context/skills/fullstack/release-coordination.md +51 -0
- package/.agent-context/skills/fullstack/tests/.gitkeep +1 -0
- package/.agent-context/skills/fullstack.md +29 -26
- package/.agent-context/skills/index.json +107 -107
- package/.agent-context/skills/review-quality/.evidence/compatibility-manifest.json +9 -0
- package/.agent-context/skills/review-quality/.evidence/sbom-excerpt.json +6 -0
- package/.agent-context/skills/review-quality/.evidence/test-report.json +8 -0
- package/.agent-context/skills/review-quality/CHANGELOG.md +7 -0
- package/.agent-context/skills/review-quality/README.md +27 -19
- package/.agent-context/skills/review-quality/benchmark.md +29 -29
- package/.agent-context/skills/review-quality/compatibility-manifest.json +8 -8
- package/.agent-context/skills/review-quality/package.json +5 -0
- package/.agent-context/skills/review-quality/planning.md +37 -37
- package/.agent-context/skills/review-quality/release-decision.md +49 -0
- package/.agent-context/skills/review-quality/security.md +33 -33
- package/.agent-context/skills/review-quality/tests/.gitkeep +1 -0
- package/.agent-context/skills/review-quality.md +33 -27
- package/.agent-context/stacks/flutter.md +16 -16
- package/.agent-context/stacks/react-native.md +16 -16
- package/.agent-context/state/architecture-map.md +25 -25
- package/.agent-context/state/benchmark-analysis.json +431 -431
- package/.agent-context/state/benchmark-thresholds.json +10 -10
- package/.agent-context/state/benchmark-watchlist.json +19 -19
- package/.agent-context/state/dependency-map.md +32 -32
- package/.agent-context/state/quality-trend-report.json +16 -6
- package/.agent-context/state/skill-platform.json +38 -38
- package/.agent-context/state/weekly-governance-report.json +126 -0
- package/.agent-override.md +36 -36
- package/.cursorrules +1 -1
- package/.gemini/instructions.md +20 -20
- package/.github/ISSUE_TEMPLATE/v1.7-frontend-work-item.yml +54 -54
- package/.github/copilot-instructions.md +21 -21
- package/.github/workflows/benchmark-detection.yml +38 -38
- package/.github/workflows/benchmark-intelligence.yml +50 -50
- package/.github/workflows/frontend-usability-gate.yml +36 -36
- package/.github/workflows/governance-weekly-report.yml +43 -0
- package/.github/workflows/release-gate.yml +32 -32
- package/.github/workflows/sbom-compliance.yml +32 -32
- package/.windsurfrules +1 -1
- package/AGENTS.md +27 -27
- package/README.md +389 -368
- package/lib/cli/commands/init.mjs +13 -1
- package/lib/cli/commands/optimize.mjs +171 -171
- package/lib/cli/commands/upgrade.mjs +9 -1
- package/lib/cli/compatibility.mjs +124 -124
- package/lib/cli/constants.mjs +37 -2
- package/lib/cli/token-optimization.mjs +275 -275
- package/lib/cli/utils.mjs +24 -3
- package/mcp.json +92 -92
- package/package.json +2 -1
- package/scripts/benchmark-gate.mjs +121 -121
- package/scripts/benchmark-intelligence.mjs +140 -140
- package/scripts/detection-benchmark.mjs +138 -138
- package/scripts/frontend-usability-audit.mjs +87 -87
- package/scripts/generate-sbom.mjs +61 -61
- package/scripts/governance-weekly-report.mjs +293 -0
- package/scripts/init-project.ps1 +104 -104
- package/scripts/llm-judge.mjs +664 -664
- package/scripts/quality-trend-report.mjs +288 -288
- package/scripts/release-gate.mjs +261 -259
- package/scripts/skill-tier-policy.mjs +75 -75
- package/scripts/token-optimization-benchmark.mjs +252 -252
- package/scripts/validate.mjs +942 -865
|
@@ -1,21 +1,91 @@
|
|
|
1
|
-
# Mobile App Blueprint
|
|
2
|
-
|
|
3
|
-
This blueprint defines
|
|
4
|
-
|
|
5
|
-
##
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
-
|
|
21
|
-
|
|
1
|
+
# Mobile App Blueprint
|
|
2
|
+
|
|
3
|
+
This blueprint defines a production starter for mobile products that need strict separation between UI flow, device integration, offline behavior, and backend contracts.
|
|
4
|
+
|
|
5
|
+
## Reference Architecture
|
|
6
|
+
|
|
7
|
+
Use a three-layer mobile module boundary:
|
|
8
|
+
|
|
9
|
+
- Transport layer: navigation routes, deep links, push notification handlers, platform lifecycle hooks.
|
|
10
|
+
- Service layer: screen orchestration, input validation, business workflows, permission policy decisions.
|
|
11
|
+
- Repository layer: API clients, local persistence, cache synchronization, device adapter wrappers.
|
|
12
|
+
|
|
13
|
+
## Suggested Structure
|
|
14
|
+
|
|
15
|
+
```text
|
|
16
|
+
mobile/
|
|
17
|
+
app/
|
|
18
|
+
navigation/
|
|
19
|
+
screens/
|
|
20
|
+
feature-flags/
|
|
21
|
+
features/
|
|
22
|
+
checkout/
|
|
23
|
+
ui/
|
|
24
|
+
service/
|
|
25
|
+
repository/
|
|
26
|
+
contracts/
|
|
27
|
+
tests/
|
|
28
|
+
index.ts
|
|
29
|
+
account/
|
|
30
|
+
ui/
|
|
31
|
+
service/
|
|
32
|
+
repository/
|
|
33
|
+
contracts/
|
|
34
|
+
tests/
|
|
35
|
+
index.ts
|
|
36
|
+
shared/
|
|
37
|
+
design-tokens/
|
|
38
|
+
telemetry/
|
|
39
|
+
error-boundaries/
|
|
40
|
+
accessibility/
|
|
41
|
+
```
|
|
42
|
+
|
|
43
|
+
## State and Data Rules
|
|
44
|
+
|
|
45
|
+
- Keep transient UI state local to the screen component.
|
|
46
|
+
- Keep feature workflow state in service-level orchestrators.
|
|
47
|
+
- Keep remote and local synchronization logic in repository adapters.
|
|
48
|
+
- Enforce idempotent retry semantics for background sync and push-triggered refresh.
|
|
49
|
+
|
|
50
|
+
## Device and Platform Boundaries
|
|
51
|
+
|
|
52
|
+
- Wrap native modules behind explicit interfaces.
|
|
53
|
+
- Keep iOS/Android-specific behavior in adapter files, not in feature UI components.
|
|
54
|
+
- Centralize permission checks for camera, location, notifications, and storage.
|
|
55
|
+
- Define fallback behavior for denied permissions before QA sign-off.
|
|
56
|
+
|
|
57
|
+
## Offline and Failure Handling
|
|
58
|
+
|
|
59
|
+
- Define offline-first behavior per feature (read-only, queued writes, or blocked operations).
|
|
60
|
+
- Persist pending mutations with retry metadata.
|
|
61
|
+
- Show explicit user-facing recovery actions for network and permission failures.
|
|
62
|
+
- Log mobile crash context with feature name, operation, and user impact summary.
|
|
63
|
+
|
|
64
|
+
## Testing Baseline
|
|
65
|
+
|
|
66
|
+
- Unit tests: service decisions, validation, and adapter boundary behavior.
|
|
67
|
+
- Integration tests: repository sync logic with mocked device/network behavior.
|
|
68
|
+
- End-to-end tests: critical journeys (login, primary conversion flow, error recovery path).
|
|
69
|
+
- Accessibility checks: screen reader labels, focus order, and reduced-motion behavior.
|
|
70
|
+
|
|
71
|
+
## Release Governance
|
|
72
|
+
|
|
73
|
+
Before shipping each mobile release candidate:
|
|
74
|
+
|
|
75
|
+
- Verify signing and packaging pipeline integrity.
|
|
76
|
+
- Verify crash-free session and startup stability thresholds.
|
|
77
|
+
- Verify telemetry/analytics payload schema compatibility.
|
|
78
|
+
- Verify rollback strategy for binary release and remote config toggles.
|
|
79
|
+
|
|
80
|
+
## Recommended Stack Pairings
|
|
81
|
+
|
|
82
|
+
- React Native for teams that want JavaScript or TypeScript alignment and shared web hiring pool.
|
|
83
|
+
- Flutter for teams that want consistent rendering across platforms and widget-driven architecture.
|
|
84
|
+
|
|
85
|
+
## Blueprint Checklist
|
|
86
|
+
|
|
87
|
+
- [ ] Feature boundaries are modular and explicit.
|
|
88
|
+
- [ ] Device adapters are isolated from UI rendering code.
|
|
89
|
+
- [ ] Offline and permission failure behavior is documented.
|
|
90
|
+
- [ ] Critical mobile journeys are covered by automated tests.
|
|
91
|
+
- [ ] Release package and telemetry gates are enforced before ship.
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
# Team Profile Pack: Platform
|
|
2
|
-
|
|
3
|
-
slug: platform
|
|
4
|
-
displayName: Platform Team
|
|
5
|
-
description: Reliability-oriented defaults for shared platform modules across teams.
|
|
6
|
-
defaultProfile: balanced
|
|
7
|
-
defaultStack: go.md
|
|
8
|
-
defaultBlueprint: go-service.md
|
|
9
|
-
ciGuardrails: true
|
|
10
|
-
lockCi: false
|
|
11
|
-
blockingSeverities: critical, high
|
|
12
|
-
owner: platform-foundation
|
|
13
|
-
lastUpdated: 2026-03-19
|
|
1
|
+
# Team Profile Pack: Platform
|
|
2
|
+
|
|
3
|
+
slug: platform
|
|
4
|
+
displayName: Platform Team
|
|
5
|
+
description: Reliability-oriented defaults for shared platform modules across teams.
|
|
6
|
+
defaultProfile: balanced
|
|
7
|
+
defaultStack: go.md
|
|
8
|
+
defaultBlueprint: go-service.md
|
|
9
|
+
ciGuardrails: true
|
|
10
|
+
lockCi: false
|
|
11
|
+
blockingSeverities: critical, high
|
|
12
|
+
owner: platform-foundation
|
|
13
|
+
lastUpdated: 2026-03-19
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
# Team Profile Pack: Regulated
|
|
2
|
-
|
|
3
|
-
slug: regulated
|
|
4
|
-
displayName: Regulated Team
|
|
5
|
-
description: Compliance-first defaults with strict policy and locked CI guardrails.
|
|
6
|
-
defaultProfile: strict
|
|
7
|
-
defaultStack: typescript.md
|
|
8
|
-
defaultBlueprint: api-nextjs.md
|
|
9
|
-
ciGuardrails: true
|
|
10
|
-
lockCi: true
|
|
11
|
-
blockingSeverities: critical, high, medium
|
|
12
|
-
owner: governance-office
|
|
13
|
-
lastUpdated: 2026-03-19
|
|
1
|
+
# Team Profile Pack: Regulated
|
|
2
|
+
|
|
3
|
+
slug: regulated
|
|
4
|
+
displayName: Regulated Team
|
|
5
|
+
description: Compliance-first defaults with strict policy and locked CI guardrails.
|
|
6
|
+
defaultProfile: strict
|
|
7
|
+
defaultStack: typescript.md
|
|
8
|
+
defaultBlueprint: api-nextjs.md
|
|
9
|
+
ciGuardrails: true
|
|
10
|
+
lockCi: true
|
|
11
|
+
blockingSeverities: critical, high, medium
|
|
12
|
+
owner: governance-office
|
|
13
|
+
lastUpdated: 2026-03-19
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
# Team Profile Pack: Startup
|
|
2
|
-
|
|
3
|
-
slug: startup
|
|
4
|
-
displayName: Startup Team
|
|
5
|
-
description: Fast iteration with balanced guardrails and quick onboarding defaults.
|
|
6
|
-
defaultProfile: balanced
|
|
7
|
-
defaultStack: typescript.md
|
|
8
|
-
defaultBlueprint: api-nextjs.md
|
|
9
|
-
ciGuardrails: true
|
|
10
|
-
lockCi: false
|
|
11
|
-
blockingSeverities: critical, high
|
|
12
|
-
owner: product-engineering
|
|
13
|
-
lastUpdated: 2026-03-19
|
|
1
|
+
# Team Profile Pack: Startup
|
|
2
|
+
|
|
3
|
+
slug: startup
|
|
4
|
+
displayName: Startup Team
|
|
5
|
+
description: Fast iteration with balanced guardrails and quick onboarding defaults.
|
|
6
|
+
defaultProfile: balanced
|
|
7
|
+
defaultStack: typescript.md
|
|
8
|
+
defaultBlueprint: api-nextjs.md
|
|
9
|
+
ciGuardrails: true
|
|
10
|
+
lockCi: false
|
|
11
|
+
blockingSeverities: critical, high
|
|
12
|
+
owner: product-engineering
|
|
13
|
+
lastUpdated: 2026-03-19
|
|
@@ -22,11 +22,11 @@ For EVERY violation found:
|
|
|
22
22
|
|
|
23
23
|
Output format:
|
|
24
24
|
## PR REVIEW RESULTS
|
|
25
|
-
|
|
26
|
-
|
|
25
|
+
PASS [Item]
|
|
26
|
+
FAIL [Item] (with Reasoning Chain)
|
|
27
27
|
|
|
28
28
|
## SECURITY AUDIT RESULTS
|
|
29
|
-
|
|
29
|
+
CRITICAL/HIGH/MEDIUM/LOW [Finding] — severity + fix
|
|
30
30
|
|
|
31
31
|
VERDICT: PASS / FAIL
|
|
32
32
|
```
|
|
@@ -1,28 +1,28 @@
|
|
|
1
|
-
# Frontend Skill Parity Checklist
|
|
2
|
-
|
|
3
|
-
Use this checklist to enforce mandatory frontend parity aligned with benchmark-driven standards from `MiniMax-AI/skills` `frontend-dev` profile.
|
|
4
|
-
|
|
5
|
-
## Architecture and Composition
|
|
6
|
-
- [ ] Frontend structure follows feature-driven organization.
|
|
7
|
-
- [ ] Smart and dumb component separation is explicit and documented.
|
|
8
|
-
- [ ] Server state and client state boundaries are documented and enforced.
|
|
9
|
-
|
|
10
|
-
## Interaction and Motion
|
|
11
|
-
- [ ] Primary user journey includes intentional animation without motion overload.
|
|
12
|
-
- [ ] Reduced-motion fallback behavior is implemented and documented.
|
|
13
|
-
- [ ] Transition timing and easing are consistent across key screens.
|
|
14
|
-
|
|
15
|
-
## Accessibility and Responsiveness
|
|
16
|
-
- [ ] Keyboard navigation works on all critical flows.
|
|
17
|
-
- [ ] Contrast, typography scale, and focus visibility pass baseline checks.
|
|
18
|
-
- [ ] Layout behavior is validated across mobile and desktop breakpoints.
|
|
19
|
-
|
|
20
|
-
## UX Narrative and Conversion Clarity
|
|
21
|
-
- [ ] Page hierarchy communicates value proposition within first viewport.
|
|
22
|
-
- [ ] Primary calls to action are explicit and consistently placed.
|
|
23
|
-
- [ ] Error and empty states contain actionable guidance.
|
|
24
|
-
|
|
25
|
-
## Release Evidence
|
|
26
|
-
- [ ] Frontend parity checklist artifact is attached to release evidence.
|
|
27
|
-
- [ ] Frontend usability audit report is attached to release evidence.
|
|
28
|
-
- [ ] Any parity waiver includes owner, expiry, and risk statement.
|
|
1
|
+
# Frontend Skill Parity Checklist
|
|
2
|
+
|
|
3
|
+
Use this checklist to enforce mandatory frontend parity aligned with benchmark-driven standards from `MiniMax-AI/skills` `frontend-dev` profile.
|
|
4
|
+
|
|
5
|
+
## Architecture and Composition
|
|
6
|
+
- [ ] Frontend structure follows feature-driven organization.
|
|
7
|
+
- [ ] Smart and dumb component separation is explicit and documented.
|
|
8
|
+
- [ ] Server state and client state boundaries are documented and enforced.
|
|
9
|
+
|
|
10
|
+
## Interaction and Motion
|
|
11
|
+
- [ ] Primary user journey includes intentional animation without motion overload.
|
|
12
|
+
- [ ] Reduced-motion fallback behavior is implemented and documented.
|
|
13
|
+
- [ ] Transition timing and easing are consistent across key screens.
|
|
14
|
+
|
|
15
|
+
## Accessibility and Responsiveness
|
|
16
|
+
- [ ] Keyboard navigation works on all critical flows.
|
|
17
|
+
- [ ] Contrast, typography scale, and focus visibility pass baseline checks.
|
|
18
|
+
- [ ] Layout behavior is validated across mobile and desktop breakpoints.
|
|
19
|
+
|
|
20
|
+
## UX Narrative and Conversion Clarity
|
|
21
|
+
- [ ] Page hierarchy communicates value proposition within first viewport.
|
|
22
|
+
- [ ] Primary calls to action are explicit and consistently placed.
|
|
23
|
+
- [ ] Error and empty states contain actionable guidance.
|
|
24
|
+
|
|
25
|
+
## Release Evidence
|
|
26
|
+
- [ ] Frontend parity checklist artifact is attached to release evidence.
|
|
27
|
+
- [ ] Frontend usability audit report is attached to release evidence.
|
|
28
|
+
- [ ] Any parity waiver includes owner, expiry, and risk statement.
|
|
@@ -1,33 +1,33 @@
|
|
|
1
|
-
# Frontend Usability Checklist — V1.7 Gate
|
|
2
|
-
|
|
3
|
-
Run this checklist before claiming frontend work is production-ready.
|
|
4
|
-
|
|
5
|
-
## 1. Visual System
|
|
6
|
-
- [ ] Typography scale is consistent and tokenized.
|
|
7
|
-
- [ ] Color usage follows design tokens and avoids ad-hoc values.
|
|
8
|
-
- [ ] Spacing and layout rhythm is coherent across pages.
|
|
9
|
-
|
|
10
|
-
## 2. Responsiveness
|
|
11
|
-
- [ ] Core pages are usable at mobile, tablet, and desktop breakpoints.
|
|
12
|
-
- [ ] Navigation remains accessible and understandable on small screens.
|
|
13
|
-
- [ ] No content overlap, clipped text, or horizontal scroll regressions.
|
|
14
|
-
|
|
15
|
-
## 3. Accessibility
|
|
16
|
-
- [ ] Keyboard-only navigation covers all critical user paths.
|
|
17
|
-
- [ ] Primary text and actionable controls meet WCAG AA contrast.
|
|
18
|
-
- [ ] Reduced-motion mode is respected for non-essential animations.
|
|
19
|
-
|
|
20
|
-
## 4. Interaction Quality
|
|
21
|
-
- [ ] Motion is meaningful, not decorative noise.
|
|
22
|
-
- [ ] Loading, empty, and error states are explicitly designed.
|
|
23
|
-
- [ ] CTA hierarchy is clear and supports user intent.
|
|
24
|
-
|
|
25
|
-
## 5. Performance and Stability
|
|
26
|
-
- [ ] Lighthouse mobile performance target is met on core pages.
|
|
27
|
-
- [ ] No severe layout shift during load and transition.
|
|
28
|
-
- [ ] Visual regression checks cover protected pages.
|
|
29
|
-
|
|
30
|
-
## 6. Documentation and Release Evidence
|
|
31
|
-
- [ ] Frontend architecture decision is documented.
|
|
32
|
-
- [ ] Visual baseline update process is documented.
|
|
33
|
-
- [ ] Release note includes usability and responsiveness evidence.
|
|
1
|
+
# Frontend Usability Checklist — V1.7 Gate
|
|
2
|
+
|
|
3
|
+
Run this checklist before claiming frontend work is production-ready.
|
|
4
|
+
|
|
5
|
+
## 1. Visual System
|
|
6
|
+
- [ ] Typography scale is consistent and tokenized.
|
|
7
|
+
- [ ] Color usage follows design tokens and avoids ad-hoc values.
|
|
8
|
+
- [ ] Spacing and layout rhythm is coherent across pages.
|
|
9
|
+
|
|
10
|
+
## 2. Responsiveness
|
|
11
|
+
- [ ] Core pages are usable at mobile, tablet, and desktop breakpoints.
|
|
12
|
+
- [ ] Navigation remains accessible and understandable on small screens.
|
|
13
|
+
- [ ] No content overlap, clipped text, or horizontal scroll regressions.
|
|
14
|
+
|
|
15
|
+
## 3. Accessibility
|
|
16
|
+
- [ ] Keyboard-only navigation covers all critical user paths.
|
|
17
|
+
- [ ] Primary text and actionable controls meet WCAG AA contrast.
|
|
18
|
+
- [ ] Reduced-motion mode is respected for non-essential animations.
|
|
19
|
+
|
|
20
|
+
## 4. Interaction Quality
|
|
21
|
+
- [ ] Motion is meaningful, not decorative noise.
|
|
22
|
+
- [ ] Loading, empty, and error states are explicitly designed.
|
|
23
|
+
- [ ] CTA hierarchy is clear and supports user intent.
|
|
24
|
+
|
|
25
|
+
## 5. Performance and Stability
|
|
26
|
+
- [ ] Lighthouse mobile performance target is met on core pages.
|
|
27
|
+
- [ ] No severe layout shift during load and transition.
|
|
28
|
+
- [ ] Visual regression checks cover protected pages.
|
|
29
|
+
|
|
30
|
+
## 6. Documentation and Release Evidence
|
|
31
|
+
- [ ] Frontend architecture decision is documented.
|
|
32
|
+
- [ ] Visual baseline update process is documented.
|
|
33
|
+
- [ ] Release note includes usability and responsiveness evidence.
|
|
@@ -13,13 +13,13 @@ Output format:
|
|
|
13
13
|
## PR REVIEW RESULTS
|
|
14
14
|
━━━━━━━━━━━━━━━━━━━
|
|
15
15
|
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
16
|
+
PASS [Item]
|
|
17
|
+
FAIL [Item]
|
|
18
|
+
Rule: [rule file + section]
|
|
19
|
+
Problem: [specific issue found]
|
|
20
|
+
Fix: [what to change]
|
|
21
21
|
|
|
22
|
-
VERDICT: PASS
|
|
22
|
+
VERDICT: PASS / FAIL (X/Y items passed)
|
|
23
23
|
```
|
|
24
24
|
|
|
25
25
|
---
|
|
@@ -95,3 +95,8 @@ VERDICT: PASS ✅ / FAIL ❌ (X/Y items passed)
|
|
|
95
95
|
- [ ] Complex business logic has comments explaining WHY
|
|
96
96
|
- [ ] Public functions/methods have JSDoc/docstrings
|
|
97
97
|
- [ ] README updated if new setup steps required
|
|
98
|
+
- [ ] No emoji in formal documentation or review summaries
|
|
99
|
+
- [ ] Documentation uses plain English and avoids AI cliches
|
|
100
|
+
- [ ] Performance/quality claims include source and timestamp
|
|
101
|
+
- [ ] Acronyms are expanded on first use
|
|
102
|
+
- [ ] Facts and assumptions are explicitly separated
|
|
@@ -1,29 +1,29 @@
|
|
|
1
|
-
# Release Operations Checklist (V1.8)
|
|
2
|
-
|
|
3
|
-
Use this checklist before promoting any release tag or package publish operation.
|
|
4
|
-
|
|
5
|
-
## 1) Versioning and Changelog Integrity
|
|
6
|
-
- `package.json` version is valid semantic version (`x.y.z`).
|
|
7
|
-
- `CHANGELOG.md` has a matching release header for the package version.
|
|
8
|
-
- `docs/roadmap.md` reflects release status and scope for the current milestone.
|
|
9
|
-
|
|
10
|
-
## 2) Quality Gates and Test Evidence
|
|
11
|
-
- `npm run validate` passes with zero failures.
|
|
12
|
-
- `npm run test` passes on the full suite.
|
|
13
|
-
- Frontend governance gate (`npm run audit:frontend-usability`) passes.
|
|
14
|
-
- Release governance gate (`npm run gate:release`) passes.
|
|
15
|
-
|
|
16
|
-
## 3) Supply Chain and Compliance Evidence
|
|
17
|
-
- SBOM is generated with `npm run sbom:generate`.
|
|
18
|
-
- CI uploads SBOM artifact for retention and audit traceability.
|
|
19
|
-
- CI uploads release-gate report artifact for each run.
|
|
20
|
-
|
|
21
|
-
## 4) Security and Override Governance
|
|
22
|
-
- `.agent-override.md` entries have valid `Owner` and `Expiry` metadata.
|
|
23
|
-
- No expired overrides remain active.
|
|
24
|
-
- Any temporary exception has explicit rollback owner and date.
|
|
25
|
-
|
|
26
|
-
## 5) Publish Readiness
|
|
27
|
-
- Release notes summarize scope, risks, and rollback steps.
|
|
28
|
-
- Required GitHub workflows are green on target commit.
|
|
29
|
-
- Tag and publish command are executed only after all checks pass.
|
|
1
|
+
# Release Operations Checklist (V1.8)
|
|
2
|
+
|
|
3
|
+
Use this checklist before promoting any release tag or package publish operation.
|
|
4
|
+
|
|
5
|
+
## 1) Versioning and Changelog Integrity
|
|
6
|
+
- `package.json` version is valid semantic version (`x.y.z`).
|
|
7
|
+
- `CHANGELOG.md` has a matching release header for the package version.
|
|
8
|
+
- `docs/roadmap.md` reflects release status and scope for the current milestone.
|
|
9
|
+
|
|
10
|
+
## 2) Quality Gates and Test Evidence
|
|
11
|
+
- `npm run validate` passes with zero failures.
|
|
12
|
+
- `npm run test` passes on the full suite.
|
|
13
|
+
- Frontend governance gate (`npm run audit:frontend-usability`) passes.
|
|
14
|
+
- Release governance gate (`npm run gate:release`) passes.
|
|
15
|
+
|
|
16
|
+
## 3) Supply Chain and Compliance Evidence
|
|
17
|
+
- SBOM is generated with `npm run sbom:generate`.
|
|
18
|
+
- CI uploads SBOM artifact for retention and audit traceability.
|
|
19
|
+
- CI uploads release-gate report artifact for each run.
|
|
20
|
+
|
|
21
|
+
## 4) Security and Override Governance
|
|
22
|
+
- `.agent-override.md` entries have valid `Owner` and `Expiry` metadata.
|
|
23
|
+
- No expired overrides remain active.
|
|
24
|
+
- Any temporary exception has explicit rollback owner and date.
|
|
25
|
+
|
|
26
|
+
## 5) Publish Readiness
|
|
27
|
+
- Release notes summarize scope, risks, and rollback steps.
|
|
28
|
+
- Required GitHub workflows are green on target commit.
|
|
29
|
+
- Tag and publish command are executed only after all checks pass.
|
|
@@ -25,6 +25,40 @@ REQUIRED: Documentation MUST be updated in the SAME commit as the endpoint chang
|
|
|
25
25
|
|
|
26
26
|
---
|
|
27
27
|
|
|
28
|
+
## Human Writing Standard (Mandatory)
|
|
29
|
+
|
|
30
|
+
This standard applies to API docs, README updates, release notes, and technical explanations.
|
|
31
|
+
|
|
32
|
+
### Style Baseline
|
|
33
|
+
1. Write for native English speakers.
|
|
34
|
+
2. Target an 8th-grade reading level.
|
|
35
|
+
3. Use clear, direct, plain language.
|
|
36
|
+
4. Keep sentence rhythm natural with short and medium sentences.
|
|
37
|
+
5. Sound confident, practical, and conversational.
|
|
38
|
+
|
|
39
|
+
### Required Behavior
|
|
40
|
+
1. Explain decisions the way a competent coworker would explain them out loud.
|
|
41
|
+
2. Cut unnecessary words and remove filler.
|
|
42
|
+
3. Use concrete verbs and everyday phrasing.
|
|
43
|
+
4. Rewrite and reorder content when flow is weak.
|
|
44
|
+
|
|
45
|
+
### Hard Bans
|
|
46
|
+
1. No emoji in formal artifacts.
|
|
47
|
+
2. No AI cliches: delve, leverage, robust, utilize, seamless.
|
|
48
|
+
3. No inflated, academic, or performative language.
|
|
49
|
+
4. No padding, hedging, or redundant phrasing.
|
|
50
|
+
|
|
51
|
+
### Critical Controls
|
|
52
|
+
1. Any claim about quality, performance, or reliability must include a measurable source and timestamp.
|
|
53
|
+
2. Expand acronyms on first use, then use terms consistently.
|
|
54
|
+
3. Separate facts from assumptions explicitly.
|
|
55
|
+
4. End major explanations with a clear next action.
|
|
56
|
+
|
|
57
|
+
### Final Check
|
|
58
|
+
Read the text out loud before shipping. If it sounds robotic, rewrite it.
|
|
59
|
+
|
|
60
|
+
---
|
|
61
|
+
|
|
28
62
|
## Documentation Format: OpenAPI 3.1 (Non-Negotiable)
|
|
29
63
|
|
|
30
64
|
All APIs produce an OpenAPI 3.1 specification. Not 3.0, not proprietary formats, not "we'll add Swagger later."
|
|
@@ -1,63 +1,63 @@
|
|
|
1
|
-
# Skill Platform
|
|
2
|
-
|
|
3
|
-
The skill platform is the internal skill system for Agentic-Senior-Core.
|
|
4
|
-
|
|
5
|
-
## Design Goals
|
|
6
|
-
- Unify skill content from benchmark repositories into one governed platform.
|
|
7
|
-
- Make `advance` the default operating tier.
|
|
8
|
-
- Keep `standard` only as a compatibility fallback.
|
|
9
|
-
- Require evidence, validation, and release gates for every skill pack.
|
|
10
|
-
|
|
11
|
-
## Tier Model
|
|
12
|
-
|
|
13
|
-
### standard
|
|
14
|
-
- Compatibility mode only.
|
|
15
|
-
- Minimal guidance.
|
|
16
|
-
- No default status for new work.
|
|
17
|
-
|
|
18
|
-
### advance
|
|
19
|
-
- Default operating tier.
|
|
20
|
-
- Efficient, opinionated, and production-aware.
|
|
21
|
-
- Used for normal feature delivery.
|
|
22
|
-
|
|
23
|
-
### expert
|
|
24
|
-
- For complex architecture, integration, and critical refactors.
|
|
25
|
-
- Requires stronger evidence and review depth.
|
|
26
|
-
|
|
27
|
-
### above
|
|
28
|
-
- For release-critical, cross-domain, or enterprise governance work.
|
|
29
|
-
- Requires full evidence bundle and explicit owner signoff.
|
|
30
|
-
|
|
31
|
-
## Domain Packs
|
|
32
|
-
- [Frontend](frontend/README.md)
|
|
33
|
-
- [Backend](backend/README.md)
|
|
34
|
-
- [Fullstack](fullstack/README.md)
|
|
35
|
-
- [CLI](cli/README.md)
|
|
36
|
-
- [Distribution](distribution/README.md)
|
|
37
|
-
- [Review Quality](review-quality/README.md)
|
|
38
|
-
|
|
39
|
-
## Folder Structure
|
|
40
|
-
```text
|
|
41
|
-
.agent-context/skills/
|
|
42
|
-
├── README.md
|
|
43
|
-
├── index.json
|
|
44
|
-
├── frontend/
|
|
45
|
-
├── backend/
|
|
46
|
-
├── fullstack/
|
|
47
|
-
├── cli/
|
|
48
|
-
├── distribution/
|
|
49
|
-
└── review-quality/
|
|
50
|
-
```
|
|
51
|
-
|
|
52
|
-
Each domain folder has its own README plus topic-level docs so the platform can scale like a curated skills library.
|
|
53
|
-
|
|
54
|
-
## Benchmark Sources
|
|
55
|
-
- sickn33/antigravity-awesome-skills
|
|
56
|
-
- github/awesome-copilot
|
|
57
|
-
- MiniMax-AI/skills
|
|
58
|
-
|
|
59
|
-
## Platform Rules
|
|
60
|
-
- Every skill pack must define purpose, inputs, outputs, validation, evidence, and fallback.
|
|
61
|
-
- Every skill pack must state the default tier it targets.
|
|
62
|
-
- Every release must include a skill parity check for the configured tiers.
|
|
1
|
+
# Skill Platform
|
|
2
|
+
|
|
3
|
+
The skill platform is the internal skill system for Agentic-Senior-Core.
|
|
4
|
+
|
|
5
|
+
## Design Goals
|
|
6
|
+
- Unify skill content from benchmark repositories into one governed platform.
|
|
7
|
+
- Make `advance` the default operating tier.
|
|
8
|
+
- Keep `standard` only as a compatibility fallback.
|
|
9
|
+
- Require evidence, validation, and release gates for every skill pack.
|
|
10
|
+
|
|
11
|
+
## Tier Model
|
|
12
|
+
|
|
13
|
+
### standard
|
|
14
|
+
- Compatibility mode only.
|
|
15
|
+
- Minimal guidance.
|
|
16
|
+
- No default status for new work.
|
|
17
|
+
|
|
18
|
+
### advance
|
|
19
|
+
- Default operating tier.
|
|
20
|
+
- Efficient, opinionated, and production-aware.
|
|
21
|
+
- Used for normal feature delivery.
|
|
22
|
+
|
|
23
|
+
### expert
|
|
24
|
+
- For complex architecture, integration, and critical refactors.
|
|
25
|
+
- Requires stronger evidence and review depth.
|
|
26
|
+
|
|
27
|
+
### above
|
|
28
|
+
- For release-critical, cross-domain, or enterprise governance work.
|
|
29
|
+
- Requires full evidence bundle and explicit owner signoff.
|
|
30
|
+
|
|
31
|
+
## Domain Packs
|
|
32
|
+
- [Frontend](frontend/README.md)
|
|
33
|
+
- [Backend](backend/README.md)
|
|
34
|
+
- [Fullstack](fullstack/README.md)
|
|
35
|
+
- [CLI](cli/README.md)
|
|
36
|
+
- [Distribution](distribution/README.md)
|
|
37
|
+
- [Review Quality](review-quality/README.md)
|
|
38
|
+
|
|
39
|
+
## Folder Structure
|
|
40
|
+
```text
|
|
41
|
+
.agent-context/skills/
|
|
42
|
+
├── README.md
|
|
43
|
+
├── index.json
|
|
44
|
+
├── frontend/
|
|
45
|
+
├── backend/
|
|
46
|
+
├── fullstack/
|
|
47
|
+
├── cli/
|
|
48
|
+
├── distribution/
|
|
49
|
+
└── review-quality/
|
|
50
|
+
```
|
|
51
|
+
|
|
52
|
+
Each domain folder has its own README plus topic-level docs so the platform can scale like a curated skills library.
|
|
53
|
+
|
|
54
|
+
## Benchmark Sources
|
|
55
|
+
- sickn33/antigravity-awesome-skills
|
|
56
|
+
- github/awesome-copilot
|
|
57
|
+
- MiniMax-AI/skills
|
|
58
|
+
|
|
59
|
+
## Platform Rules
|
|
60
|
+
- Every skill pack must define purpose, inputs, outputs, validation, evidence, and fallback.
|
|
61
|
+
- Every skill pack must state the default tier it targets.
|
|
62
|
+
- Every release must include a skill parity check for the configured tiers.
|
|
63
63
|
- Every deviation from the default tier must be justified in the evidence bundle.
|