@ryuenn3123/agentic-senior-core 2.0.5 → 2.0.7

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 (121) hide show
  1. package/.agent-context/blueprints/mobile-app.md +91 -21
  2. package/.agent-context/profiles/platform.md +13 -13
  3. package/.agent-context/profiles/regulated.md +13 -13
  4. package/.agent-context/profiles/startup.md +13 -13
  5. package/.agent-context/review-checklists/frontend-skill-parity.md +28 -28
  6. package/.agent-context/review-checklists/frontend-usability.md +33 -33
  7. package/.agent-context/review-checklists/release-operations.md +29 -29
  8. package/.agent-context/skills/README.md +62 -62
  9. package/.agent-context/skills/backend/README.md +67 -67
  10. package/.agent-context/skills/backend/architecture.md +360 -360
  11. package/.agent-context/skills/backend/compatibility-manifest.json +8 -8
  12. package/.agent-context/skills/backend/data-access.md +230 -230
  13. package/.agent-context/skills/backend/errors.md +137 -137
  14. package/.agent-context/skills/backend/validation.md +116 -116
  15. package/.agent-context/skills/backend.md +28 -28
  16. package/.agent-context/skills/cli/README.md +55 -49
  17. package/.agent-context/skills/cli/compatibility-manifest.json +8 -8
  18. package/.agent-context/skills/cli/init.md +37 -37
  19. package/.agent-context/skills/cli/output.md +35 -35
  20. package/.agent-context/skills/cli/safety-telemetry.md +39 -0
  21. package/.agent-context/skills/cli/upgrade.md +37 -37
  22. package/.agent-context/skills/cli.md +31 -28
  23. package/.agent-context/skills/distribution/.evidence/compatibility-manifest.json +9 -0
  24. package/.agent-context/skills/distribution/.evidence/sbom-excerpt.json +6 -0
  25. package/.agent-context/skills/distribution/.evidence/test-report.json +8 -0
  26. package/.agent-context/skills/distribution/CHANGELOG.md +7 -0
  27. package/.agent-context/skills/distribution/README.md +27 -19
  28. package/.agent-context/skills/distribution/compatibility-manifest.json +8 -8
  29. package/.agent-context/skills/distribution/compatibility.md +31 -31
  30. package/.agent-context/skills/distribution/package.json +5 -0
  31. package/.agent-context/skills/distribution/provenance-attestation.md +47 -0
  32. package/.agent-context/skills/distribution/publish.md +36 -36
  33. package/.agent-context/skills/distribution/rollback.md +31 -31
  34. package/.agent-context/skills/distribution/tests/.gitkeep +1 -0
  35. package/.agent-context/skills/distribution.md +31 -28
  36. package/.agent-context/skills/frontend/.evidence/compatibility-manifest.json +9 -0
  37. package/.agent-context/skills/frontend/.evidence/sbom-excerpt.json +6 -0
  38. package/.agent-context/skills/frontend/.evidence/test-report.json +8 -0
  39. package/.agent-context/skills/frontend/CHANGELOG.md +7 -0
  40. package/.agent-context/skills/frontend/README.md +49 -36
  41. package/.agent-context/skills/frontend/accessibility.md +107 -107
  42. package/.agent-context/skills/frontend/compatibility-manifest.json +8 -8
  43. package/.agent-context/skills/frontend/conversion-clarity.md +51 -0
  44. package/.agent-context/skills/frontend/motion.md +66 -66
  45. package/.agent-context/skills/frontend/package.json +5 -0
  46. package/.agent-context/skills/frontend/performance.md +62 -62
  47. package/.agent-context/skills/frontend/responsive-delivery.md +41 -0
  48. package/.agent-context/skills/frontend/tests/.gitkeep +1 -0
  49. package/.agent-context/skills/frontend/ui-architecture.md +128 -128
  50. package/.agent-context/skills/frontend.md +35 -29
  51. package/.agent-context/skills/fullstack/.evidence/compatibility-manifest.json +9 -0
  52. package/.agent-context/skills/fullstack/.evidence/sbom-excerpt.json +6 -0
  53. package/.agent-context/skills/fullstack/.evidence/test-report.json +8 -0
  54. package/.agent-context/skills/fullstack/CHANGELOG.md +7 -0
  55. package/.agent-context/skills/fullstack/README.md +27 -19
  56. package/.agent-context/skills/fullstack/compatibility-manifest.json +8 -8
  57. package/.agent-context/skills/fullstack/contracts.md +52 -52
  58. package/.agent-context/skills/fullstack/end-to-end.md +41 -41
  59. package/.agent-context/skills/fullstack/feature-slicing.md +64 -64
  60. package/.agent-context/skills/fullstack/package.json +5 -0
  61. package/.agent-context/skills/fullstack/release-coordination.md +51 -0
  62. package/.agent-context/skills/fullstack/tests/.gitkeep +1 -0
  63. package/.agent-context/skills/fullstack.md +29 -26
  64. package/.agent-context/skills/index.json +107 -107
  65. package/.agent-context/skills/review-quality/.evidence/compatibility-manifest.json +9 -0
  66. package/.agent-context/skills/review-quality/.evidence/sbom-excerpt.json +6 -0
  67. package/.agent-context/skills/review-quality/.evidence/test-report.json +8 -0
  68. package/.agent-context/skills/review-quality/CHANGELOG.md +7 -0
  69. package/.agent-context/skills/review-quality/README.md +27 -19
  70. package/.agent-context/skills/review-quality/benchmark.md +29 -29
  71. package/.agent-context/skills/review-quality/compatibility-manifest.json +8 -8
  72. package/.agent-context/skills/review-quality/package.json +5 -0
  73. package/.agent-context/skills/review-quality/planning.md +37 -37
  74. package/.agent-context/skills/review-quality/release-decision.md +49 -0
  75. package/.agent-context/skills/review-quality/security.md +33 -33
  76. package/.agent-context/skills/review-quality/tests/.gitkeep +1 -0
  77. package/.agent-context/skills/review-quality.md +30 -27
  78. package/.agent-context/stacks/flutter.md +16 -16
  79. package/.agent-context/stacks/react-native.md +16 -16
  80. package/.agent-context/state/architecture-map.md +25 -25
  81. package/.agent-context/state/benchmark-analysis.json +431 -431
  82. package/.agent-context/state/benchmark-thresholds.json +10 -10
  83. package/.agent-context/state/benchmark-watchlist.json +19 -19
  84. package/.agent-context/state/dependency-map.md +32 -32
  85. package/.agent-context/state/quality-trend-report.json +16 -6
  86. package/.agent-context/state/skill-platform.json +38 -38
  87. package/.agent-context/state/weekly-governance-report.json +126 -0
  88. package/.agent-override.md +36 -36
  89. package/.cursorrules +1 -1
  90. package/.gemini/instructions.md +20 -20
  91. package/.github/ISSUE_TEMPLATE/v1.7-frontend-work-item.yml +54 -54
  92. package/.github/copilot-instructions.md +20 -20
  93. package/.github/workflows/benchmark-detection.yml +38 -38
  94. package/.github/workflows/benchmark-intelligence.yml +50 -50
  95. package/.github/workflows/frontend-usability-gate.yml +36 -36
  96. package/.github/workflows/governance-weekly-report.yml +43 -0
  97. package/.github/workflows/release-gate.yml +32 -32
  98. package/.github/workflows/sbom-compliance.yml +32 -32
  99. package/.windsurfrules +1 -1
  100. package/AGENTS.md +27 -27
  101. package/README.md +383 -368
  102. package/lib/cli/commands/optimize.mjs +171 -171
  103. package/lib/cli/compatibility.mjs +124 -124
  104. package/lib/cli/constants.mjs +35 -0
  105. package/lib/cli/token-optimization.mjs +275 -275
  106. package/lib/cli/utils.mjs +4 -1
  107. package/mcp.json +92 -92
  108. package/package.json +2 -1
  109. package/scripts/benchmark-gate.mjs +121 -121
  110. package/scripts/benchmark-intelligence.mjs +140 -140
  111. package/scripts/detection-benchmark.mjs +138 -138
  112. package/scripts/frontend-usability-audit.mjs +87 -87
  113. package/scripts/generate-sbom.mjs +61 -61
  114. package/scripts/governance-weekly-report.mjs +293 -0
  115. package/scripts/init-project.ps1 +104 -104
  116. package/scripts/llm-judge.mjs +664 -664
  117. package/scripts/quality-trend-report.mjs +288 -288
  118. package/scripts/release-gate.mjs +261 -259
  119. package/scripts/skill-tier-policy.mjs +75 -75
  120. package/scripts/token-optimization-benchmark.mjs +252 -252
  121. package/scripts/validate.mjs +874 -865
@@ -1,19 +1,27 @@
1
- # Fullstack Engineering Skills
2
-
3
- Default tier: `advance`
4
-
5
- This domain connects frontend and backend implementation into a single feature-delivery workflow. The guidance combines architecture patterns from awesome-copilot, operational checklists from MiniMax, and practical delivery patterns from antigravity.
6
-
7
- ## Topics
8
- - [Feature Slicing](feature-slicing.md) - Organize UI, service, repository, and tests around one business capability
9
- - [Contracts](contracts.md) - Keep API schemas, DTOs, and frontend types synchronized
10
- - [End-to-End](end-to-end.md) - Release readiness by verified user journeys and operational gates
11
-
12
- ## Operating Model
13
- - Use `advance` for normal feature development.
14
- - Escalate to `expert` when a feature crosses multiple bounded contexts or service boundaries.
15
-
16
- ## Above-Line Additions
17
- - Contract drift detection in CI before merge.
18
- - Backward-compatibility checks for API changes.
19
- - Release evidence bundle for end-to-end readiness.
1
+ # Fullstack Engineering Skills
2
+
3
+ Default tier: `advance`
4
+
5
+ This domain connects frontend and backend implementation into a single feature-delivery workflow. The guidance combines architecture patterns from awesome-copilot, operational checklists from MiniMax, and practical delivery patterns from antigravity.
6
+
7
+ ## Topics
8
+ - [Feature Slicing](feature-slicing.md) - Organize UI, service, repository, and tests around one business capability
9
+ - [Contracts](contracts.md) - Keep API schemas, DTOs, and frontend types synchronized
10
+ - [End-to-End](end-to-end.md) - Release readiness by verified user journeys and operational gates
11
+ - [Release Coordination](release-coordination.md) - Multi-service rollout ordering, rollback thresholds, and evidence handoff
12
+
13
+ ## Operating Model
14
+ - Use `advance` for normal feature development.
15
+ - Escalate to `expert` when a feature crosses multiple bounded contexts or service boundaries.
16
+
17
+ ## Above-Line Additions
18
+ - Contract drift detection in CI before merge.
19
+ - Backward-compatibility checks for API changes.
20
+ - Release evidence bundle for end-to-end readiness.
21
+
22
+ ## Usage Example
23
+
24
+ ```bash
25
+ agentic-senior-core init --preset fullstack-product
26
+ node ./scripts/quality-trend-report.mjs
27
+ ```
@@ -1,8 +1,8 @@
1
- {
2
- "schemaVersion": "compatibility-manifest-v1",
3
- "artifactType": "skill-domain",
4
- "domain": "fullstack",
5
- "ides": ["cursor", "windsurf", "copilot", "gemini", "claude", "codex", "cline"],
6
- "nodeMin": "18",
7
- "platforms": ["windows", "linux", "macos"]
8
- }
1
+ {
2
+ "schemaVersion": "compatibility-manifest-v1",
3
+ "artifactType": "skill-domain",
4
+ "domain": "fullstack",
5
+ "ides": ["cursor", "windsurf", "copilot", "gemini", "claude", "codex", "cline"],
6
+ "nodeMin": "18",
7
+ "platforms": ["windows", "linux", "macos"]
8
+ }
@@ -1,53 +1,53 @@
1
- # Contracts
2
-
3
- Tier: EXPERT
4
-
5
- Contracts keep frontend expectations and backend behavior aligned through explicit schemas. A contract is not documentation only; it is an executable guardrail.
6
-
7
- ## Contract Sources
8
-
9
- - API specification: OpenAPI 3.1 for HTTP boundaries.
10
- - Runtime validation: Zod/Pydantic at service edges.
11
- - Type generation: frontend types generated from server contract.
12
-
13
- ## Required Pipeline
14
-
15
- 1. Define or update schema in contract source.
16
- 2. Regenerate consumer types.
17
- 3. Run contract tests against provider and consumer.
18
- 4. Fail CI if drift is detected.
19
-
20
- ## Drift Prevention
21
-
22
- Common drift scenarios:
23
- - Backend renames field but frontend still expects old key.
24
- - Enum expands or changes values without consumer handling.
25
- - Response shape changes silently in minor release.
26
-
27
- Control strategy:
28
- - Pin contract artifact version.
29
- - Require schema diff check in pull request.
30
- - Block merge on unreviewed breaking changes.
31
-
32
- ## Breaking Change Policy
33
-
34
- - Additive changes: allowed in minor version if backward-compatible.
35
- - Behavioral changes: require release note and migration note.
36
- - Breaking schema changes: major version bump with compatibility plan.
37
-
38
- ## Example Workflow
39
-
40
- ```text
41
- contracts/openapi.yaml updated
42
- -> generate frontend types
43
- -> run provider contract tests
44
- -> run consumer compatibility tests
45
- -> publish artifact only if all checks pass
46
- ```
47
-
48
- ## Review Checklist
49
-
50
- - [ ] Contract source is versioned and reviewed.
51
- - [ ] Provider and consumer tests both pass.
52
- - [ ] Breaking changes are tagged and documented.
1
+ # Contracts
2
+
3
+ Tier: EXPERT
4
+
5
+ Contracts keep frontend expectations and backend behavior aligned through explicit schemas. A contract is not documentation only; it is an executable guardrail.
6
+
7
+ ## Contract Sources
8
+
9
+ - API specification: OpenAPI 3.1 for HTTP boundaries.
10
+ - Runtime validation: Zod/Pydantic at service edges.
11
+ - Type generation: frontend types generated from server contract.
12
+
13
+ ## Required Pipeline
14
+
15
+ 1. Define or update schema in contract source.
16
+ 2. Regenerate consumer types.
17
+ 3. Run contract tests against provider and consumer.
18
+ 4. Fail CI if drift is detected.
19
+
20
+ ## Drift Prevention
21
+
22
+ Common drift scenarios:
23
+ - Backend renames field but frontend still expects old key.
24
+ - Enum expands or changes values without consumer handling.
25
+ - Response shape changes silently in minor release.
26
+
27
+ Control strategy:
28
+ - Pin contract artifact version.
29
+ - Require schema diff check in pull request.
30
+ - Block merge on unreviewed breaking changes.
31
+
32
+ ## Breaking Change Policy
33
+
34
+ - Additive changes: allowed in minor version if backward-compatible.
35
+ - Behavioral changes: require release note and migration note.
36
+ - Breaking schema changes: major version bump with compatibility plan.
37
+
38
+ ## Example Workflow
39
+
40
+ ```text
41
+ contracts/openapi.yaml updated
42
+ -> generate frontend types
43
+ -> run provider contract tests
44
+ -> run consumer compatibility tests
45
+ -> publish artifact only if all checks pass
46
+ ```
47
+
48
+ ## Review Checklist
49
+
50
+ - [ ] Contract source is versioned and reviewed.
51
+ - [ ] Provider and consumer tests both pass.
52
+ - [ ] Breaking changes are tagged and documented.
53
53
  - [ ] Migration path is included before release.
@@ -1,42 +1,42 @@
1
- # End-to-End
2
-
3
- Tier: ADVANCE
4
-
5
- End-to-end validation is the final quality gate that confirms critical user behavior across UI, API, persistence, and integrations.
6
-
7
- ## Critical Paths First
8
-
9
- Always cover:
10
- - Authentication and session lifecycle.
11
- - Primary revenue path (example: checkout, payment, order completion).
12
- - Error recovery paths (timeouts, retries, invalid input).
13
- - Role-based authorization boundaries.
14
-
15
- ## Test Strategy
16
-
17
- - Unit tests: fast local confidence.
18
- - Integration tests: service and repository behavior.
19
- - End-to-end tests: user-visible workflows in realistic environment.
20
-
21
- End-to-end tests should be selective and high signal. Avoid using them to test every internal branch.
22
-
23
- ## Release Evidence Bundle
24
-
25
- For each release candidate, publish:
26
- - End-to-end test report for critical journeys.
27
- - Contract validation report.
28
- - Benchmark delta report for performance-sensitive flows.
29
- - Known risk summary and mitigation owner.
30
-
31
- ## Failure Policy
32
-
33
- - Block release on failed critical journey tests.
34
- - Block release when test environment is inconsistent with target runtime.
35
- - Allow non-critical failures only with explicit risk acceptance and owner.
36
-
37
- ## Review Checklist
38
-
39
- - [ ] Critical user journeys are covered.
40
- - [ ] End-to-end tests run in CI on release candidate.
41
- - [ ] Reports are archived as release artifacts.
1
+ # End-to-End
2
+
3
+ Tier: ADVANCE
4
+
5
+ End-to-end validation is the final quality gate that confirms critical user behavior across UI, API, persistence, and integrations.
6
+
7
+ ## Critical Paths First
8
+
9
+ Always cover:
10
+ - Authentication and session lifecycle.
11
+ - Primary revenue path (example: checkout, payment, order completion).
12
+ - Error recovery paths (timeouts, retries, invalid input).
13
+ - Role-based authorization boundaries.
14
+
15
+ ## Test Strategy
16
+
17
+ - Unit tests: fast local confidence.
18
+ - Integration tests: service and repository behavior.
19
+ - End-to-end tests: user-visible workflows in realistic environment.
20
+
21
+ End-to-end tests should be selective and high signal. Avoid using them to test every internal branch.
22
+
23
+ ## Release Evidence Bundle
24
+
25
+ For each release candidate, publish:
26
+ - End-to-end test report for critical journeys.
27
+ - Contract validation report.
28
+ - Benchmark delta report for performance-sensitive flows.
29
+ - Known risk summary and mitigation owner.
30
+
31
+ ## Failure Policy
32
+
33
+ - Block release on failed critical journey tests.
34
+ - Block release when test environment is inconsistent with target runtime.
35
+ - Allow non-critical failures only with explicit risk acceptance and owner.
36
+
37
+ ## Review Checklist
38
+
39
+ - [ ] Critical user journeys are covered.
40
+ - [ ] End-to-end tests run in CI on release candidate.
41
+ - [ ] Reports are archived as release artifacts.
42
42
  - [ ] Failures are triaged with owner and deadline.
@@ -1,65 +1,65 @@
1
- # Feature Slicing
2
-
3
- Tier: ADVANCE
4
-
5
- Feature slicing organizes implementation around business capabilities instead of technical file types. A single feature owns its UI, service orchestration, persistence adapters, and tests.
6
-
7
- ## Why It Matters
8
-
9
- - Improves ownership: one team can ship and maintain a feature end to end.
10
- - Reduces coupling: changes stay local to one capability.
11
- - Speeds delivery: less coordination across unrelated folders.
12
-
13
- ## Recommended Layout
14
-
15
- ```text
16
- src/
17
- features/
18
- checkout/
19
- ui/
20
- service/
21
- repository/
22
- contracts/
23
- tests/
24
- index.ts
25
- orders/
26
- ui/
27
- service/
28
- repository/
29
- contracts/
30
- tests/
31
- index.ts
32
- ```
33
-
34
- ## Module Boundary Rules
35
-
36
- - Expose only through `index.ts` as the feature public API.
37
- - Do not import private files across feature folders.
38
- - Keep shared utilities in a neutral shared module; avoid feature-to-feature deep imports.
39
-
40
- ## Anti-Patterns
41
-
42
- Bad:
43
- - `src/components`, `src/services`, `src/repositories` global buckets for all features.
44
- - Shared folder becoming a dumping ground for feature-specific code.
45
- - One feature mutating another feature's database entities directly.
46
-
47
- Good:
48
- - Feature package exposes explicit use-cases and UI entrypoints.
49
- - Cross-feature communication uses contracts and events.
50
- - Shared module limited to stateless primitives and infrastructure adapters.
51
-
52
- ## Integration Workflow
53
-
54
- 1. Define capability and boundary (example: checkout).
55
- 2. Define public API for the feature module.
56
- 3. Implement UI and service logic inside the feature.
57
- 4. Add repository and contract definitions.
58
- 5. Add unit/integration/end-to-end tests within the feature.
59
-
60
- ## Review Checklist
61
-
62
- - [ ] Feature can be understood without reading unrelated modules.
63
- - [ ] No deep import across feature boundaries.
64
- - [ ] Public API is explicit and stable.
1
+ # Feature Slicing
2
+
3
+ Tier: ADVANCE
4
+
5
+ Feature slicing organizes implementation around business capabilities instead of technical file types. A single feature owns its UI, service orchestration, persistence adapters, and tests.
6
+
7
+ ## Why It Matters
8
+
9
+ - Improves ownership: one team can ship and maintain a feature end to end.
10
+ - Reduces coupling: changes stay local to one capability.
11
+ - Speeds delivery: less coordination across unrelated folders.
12
+
13
+ ## Recommended Layout
14
+
15
+ ```text
16
+ src/
17
+ features/
18
+ checkout/
19
+ ui/
20
+ service/
21
+ repository/
22
+ contracts/
23
+ tests/
24
+ index.ts
25
+ orders/
26
+ ui/
27
+ service/
28
+ repository/
29
+ contracts/
30
+ tests/
31
+ index.ts
32
+ ```
33
+
34
+ ## Module Boundary Rules
35
+
36
+ - Expose only through `index.ts` as the feature public API.
37
+ - Do not import private files across feature folders.
38
+ - Keep shared utilities in a neutral shared module; avoid feature-to-feature deep imports.
39
+
40
+ ## Anti-Patterns
41
+
42
+ Bad:
43
+ - `src/components`, `src/services`, `src/repositories` global buckets for all features.
44
+ - Shared folder becoming a dumping ground for feature-specific code.
45
+ - One feature mutating another feature's database entities directly.
46
+
47
+ Good:
48
+ - Feature package exposes explicit use-cases and UI entrypoints.
49
+ - Cross-feature communication uses contracts and events.
50
+ - Shared module limited to stateless primitives and infrastructure adapters.
51
+
52
+ ## Integration Workflow
53
+
54
+ 1. Define capability and boundary (example: checkout).
55
+ 2. Define public API for the feature module.
56
+ 3. Implement UI and service logic inside the feature.
57
+ 4. Add repository and contract definitions.
58
+ 5. Add unit/integration/end-to-end tests within the feature.
59
+
60
+ ## Review Checklist
61
+
62
+ - [ ] Feature can be understood without reading unrelated modules.
63
+ - [ ] No deep import across feature boundaries.
64
+ - [ ] Public API is explicit and stable.
65
65
  - [ ] Tests live with the feature and cover core behavior.
@@ -0,0 +1,5 @@
1
+ {
2
+ "name": "@agentic-skills/fullstack",
3
+ "version": "1.0.0",
4
+ "author": "agentic"
5
+ }
@@ -0,0 +1,51 @@
1
+ # Release Coordination
2
+
3
+ Tier: EXPERT
4
+
5
+ Release coordination in fullstack systems aligns UI rollout, API compatibility, data migration timing, and rollback readiness across teams.
6
+
7
+ ## Coordination Matrix
8
+
9
+ Define a shared release matrix before merge:
10
+
11
+ - Frontend deployment window and feature-flag activation point.
12
+ - Backend deployment order and compatibility grace period.
13
+ - Data migration execution and rollback scope.
14
+ - Observability checks required for release acceptance.
15
+
16
+ ## Rollout Sequencing
17
+
18
+ Use an order that preserves backward compatibility:
19
+
20
+ 1. Deploy backend changes in compatibility mode.
21
+ 2. Verify contract and benchmark gates.
22
+ 3. Deploy frontend consuming new contract.
23
+ 4. Enable feature flags progressively.
24
+ 5. Remove compatibility shim in a later release.
25
+
26
+ ## Blocker Handling
27
+
28
+ Track blocker categories with explicit owners:
29
+
30
+ - Contract mismatch blockers.
31
+ - Performance regression blockers.
32
+ - Accessibility or conversion regression blockers.
33
+ - Migration and rollback uncertainty blockers.
34
+
35
+ A release can proceed only when blocker list is empty or risk acceptance is approved and documented.
36
+
37
+ ## Evidence Handoff
38
+
39
+ Release evidence bundle should include:
40
+
41
+ - End-to-end report for critical journeys.
42
+ - Contract validation and diff summary.
43
+ - Benchmark and quality-trend snapshot.
44
+ - Rollback drill or recovery playbook reference.
45
+
46
+ ## Review Checklist
47
+
48
+ - [ ] Rollout sequence keeps consumer/provider compatibility.
49
+ - [ ] Blockers have owner and due date before release review.
50
+ - [ ] Feature flags are mapped to rollback strategy.
51
+ - [ ] Evidence bundle is attached to release decision.
@@ -0,0 +1 @@
1
+ # Fullstack skill test fixtures placeholder
@@ -1,27 +1,30 @@
1
- # Fullstack Skill Pack
2
-
3
- Default tier: `advance`
4
-
5
- ## Purpose
6
- Coordinate frontend and backend delivery as a single product system.
7
-
8
- ## In Scope
9
- - Feature slicing across UI and API boundaries
10
- - Shared validation contracts
11
- - End-to-end flows and release readiness
12
- - Performance, accessibility, and observability together
13
-
14
- ## Must-Have Checks
15
- - Single feature directory with clear public API
16
- - Frontend and backend contracts aligned
17
- - End-to-end test coverage for critical paths
18
- - Release notes explain UX and API impact together
19
-
20
- ## Evidence
21
- - Feature parity checklist
22
- - End-to-end test report
23
- - Contract validation output
24
- - Release artifact bundle
25
-
26
- ## Fallback
1
+ # Fullstack Skill Pack
2
+
3
+ Default tier: `advance`
4
+
5
+ ## Purpose
6
+ Coordinate frontend and backend delivery as a single product system.
7
+
8
+ ## In Scope
9
+ - Feature slicing across UI and API boundaries
10
+ - Shared validation contracts
11
+ - End-to-end flows and release readiness
12
+ - Performance, accessibility, and observability together
13
+ - Release coordination and rollback preparation across services
14
+
15
+ ## Must-Have Checks
16
+ - Single feature directory with clear public API
17
+ - Frontend and backend contracts aligned
18
+ - End-to-end test coverage for critical paths
19
+ - Release notes explain UX and API impact together
20
+ - Cross-service rollout order and rollback trigger criteria are documented
21
+
22
+ ## Evidence
23
+ - Feature parity checklist
24
+ - End-to-end test report
25
+ - Contract validation output
26
+ - Release artifact bundle
27
+ - Rollout/rollback decision log for multi-service features
28
+
29
+ ## Fallback
27
30
  - Split delivery only when the feature boundary is explicit and the evidence bundle is still complete.