squad-skills 0.1.0

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 (95) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +184 -0
  3. package/bin/cli.mjs +13 -0
  4. package/dist/cli/cli.d.mts +1 -0
  5. package/dist/cli/cli.mjs +450 -0
  6. package/package.json +70 -0
  7. package/skills/squad-backend/SKILL.md +128 -0
  8. package/skills/squad-backend/references/backend-api-data-and-messaging.md +67 -0
  9. package/skills/squad-backend/references/backend-performance-reliability-and-observability.md +49 -0
  10. package/skills/squad-backend/references/backend-security-auth-and-privacy.md +62 -0
  11. package/skills/squad-backend/references/backend-stack-and-runtime-matrix.md +68 -0
  12. package/skills/squad-backend/references/backend-system-design-and-distributed-systems.md +61 -0
  13. package/skills/squad-backend/references/backend-testing-debugging-and-mindset.md +48 -0
  14. package/skills/squad-backend/references/backend-worked-decisions.md +63 -0
  15. package/skills/squad-backend/references/official-sources.md +56 -0
  16. package/skills/squad-backend/references/quality-bar-and-preflight.md +54 -0
  17. package/skills/squad-backend/references/runtime-capability-fallbacks.md +46 -0
  18. package/skills/squad-code-review/SKILL.md +112 -0
  19. package/skills/squad-code-review/references/code-review-worked-decisions.md +58 -0
  20. package/skills/squad-code-review/references/cross-stack-review-dimensions.md +55 -0
  21. package/skills/squad-code-review/references/language-runtime-review-signatures.md +37 -0
  22. package/skills/squad-code-review/references/official-sources.md +24 -0
  23. package/skills/squad-code-review/references/quality-bar-and-preflight.md +48 -0
  24. package/skills/squad-code-review/references/review-methodology-debugging-and-mindset.md +53 -0
  25. package/skills/squad-code-review/references/review-runtime-and-verdict.md +69 -0
  26. package/skills/squad-code-review/references/security-architecture-data-and-operations-review.md +47 -0
  27. package/skills/squad-designer/SKILL.md +134 -0
  28. package/skills/squad-designer/references/anti-slop-quality-review.md +106 -0
  29. package/skills/squad-designer/references/codebase-first-examples.md +121 -0
  30. package/skills/squad-designer/references/design-system-ux-accessibility-and-handoff.md +109 -0
  31. package/skills/squad-designer/references/official-sources.md +85 -0
  32. package/skills/squad-designer/references/platform-adaptive-layout-and-input.md +40 -0
  33. package/skills/squad-designer/references/platform-native-apple-android.md +54 -0
  34. package/skills/squad-designer/references/platform-native-cross-platform.md +59 -0
  35. package/skills/squad-designer/references/platform-web-foundations-and-motion.md +104 -0
  36. package/skills/squad-designer/references/task-specific-ui-ux-research.md +91 -0
  37. package/skills/squad-devops/SKILL.md +131 -0
  38. package/skills/squad-devops/references/devops-testing-debugging-and-mindset.md +51 -0
  39. package/skills/squad-devops/references/devops-worked-decisions.md +70 -0
  40. package/skills/squad-devops/references/official-sources.md +58 -0
  41. package/skills/squad-devops/references/platform-iac-and-delivery-matrix.md +71 -0
  42. package/skills/squad-devops/references/quality-bar-and-preflight.md +52 -0
  43. package/skills/squad-devops/references/runtime-and-safe-delivery-fallbacks.md +49 -0
  44. package/skills/squad-devops/references/security-networking-secrets-and-supply-chain.md +54 -0
  45. package/skills/squad-devops/references/self-hosted-vps-and-reverse-proxy.md +124 -0
  46. package/skills/squad-devops/references/sre-observability-resilience-and-cost.md +52 -0
  47. package/skills/squad-fix/SKILL.md +143 -0
  48. package/skills/squad-fix/references/bug-routing-and-ownership.md +57 -0
  49. package/skills/squad-fix/references/diagnosis-root-cause-and-fix-loop.md +69 -0
  50. package/skills/squad-fix/references/official-sources.md +57 -0
  51. package/skills/squad-fix/references/quality-bar-and-preflight.md +47 -0
  52. package/skills/squad-fix/references/runtime-capability-fallbacks.md +65 -0
  53. package/skills/squad-fix/references/verification-qa-review-and-reporting.md +61 -0
  54. package/skills/squad-fix/references/worked-bugfix-examples.md +65 -0
  55. package/skills/squad-frontend/SKILL.md +134 -0
  56. package/skills/squad-frontend/references/designer-gate-and-design-intake.md +71 -0
  57. package/skills/squad-frontend/references/frontend-architecture-state-data-and-forms.md +68 -0
  58. package/skills/squad-frontend/references/frontend-security-accessibility-and-performance.md +55 -0
  59. package/skills/squad-frontend/references/frontend-stack-and-motion-selection.md +99 -0
  60. package/skills/squad-frontend/references/frontend-testing-debugging-and-mindset.md +51 -0
  61. package/skills/squad-frontend/references/frontend-worked-decisions.md +71 -0
  62. package/skills/squad-frontend/references/official-sources.md +52 -0
  63. package/skills/squad-frontend/references/quality-bar-and-preflight.md +49 -0
  64. package/skills/squad-frontend/references/runtime-capability-fallbacks.md +49 -0
  65. package/skills/squad-mobile/SKILL.md +120 -0
  66. package/skills/squad-mobile/references/design-platform-and-lifecycle-gates.md +50 -0
  67. package/skills/squad-mobile/references/mobile-debugging-and-mindset.md +40 -0
  68. package/skills/squad-mobile/references/mobile-security-performance-testing-and-release.md +61 -0
  69. package/skills/squad-mobile/references/mobile-stack-architecture-and-data.md +65 -0
  70. package/skills/squad-mobile/references/mobile-worked-decisions.md +53 -0
  71. package/skills/squad-mobile/references/official-sources.md +45 -0
  72. package/skills/squad-mobile/references/quality-bar-and-preflight.md +50 -0
  73. package/skills/squad-mobile/references/runtime-capability-fallbacks.md +42 -0
  74. package/skills/squad-product/SKILL.md +132 -0
  75. package/skills/squad-product/references/framing-and-acceptance-criteria.md +60 -0
  76. package/skills/squad-product/references/official-sources.md +42 -0
  77. package/skills/squad-product/references/plan-document-contract.md +53 -0
  78. package/skills/squad-product/references/product-worked-decisions.md +66 -0
  79. package/skills/squad-product/references/quality-bar-and-preflight.md +54 -0
  80. package/skills/squad-product/references/requirements-and-unknowns.md +68 -0
  81. package/skills/squad-product/references/scope-phasing-and-sequencing.md +55 -0
  82. package/skills/squad-qa/SKILL.md +112 -0
  83. package/skills/squad-qa/references/official-sources.md +42 -0
  84. package/skills/squad-qa/references/qa-debugging-and-mindset.md +45 -0
  85. package/skills/squad-qa/references/qa-worked-decisions.md +63 -0
  86. package/skills/squad-qa/references/quality-bar-and-preflight.md +48 -0
  87. package/skills/squad-qa/references/security-accessibility-performance-and-release.md +49 -0
  88. package/skills/squad-qa/references/test-architecture-data-flakiness-and-ci.md +66 -0
  89. package/skills/squad-qa/references/test-strategy-runtime-and-verdict.md +81 -0
  90. package/skills/squad-qa/references/testing-domains-and-tooling-matrix.md +57 -0
  91. package/skills/squads-team/SKILL.md +121 -0
  92. package/skills/squads-team/references/coordination-contract.md +115 -0
  93. package/skills/squads-team/references/coordination-worked-decisions.md +60 -0
  94. package/skills/squads-team/references/delivery-pipeline-and-roster.md +119 -0
  95. package/skills/squads-team/references/domain-coverage-contracts.md +82 -0
@@ -0,0 +1,82 @@
1
+ # Domain coverage contracts
2
+
3
+ Use only when a named `squad-*` role skill is missing or when auditing role completeness. This provides
4
+ minimum deep coverage; the role still inspects the repository and current primary documentation.
5
+
6
+ ## Framing
7
+
8
+ `squad-product` owns framing. Read this when that skill is absent and the request arrives as an idea or an
9
+ outcome rather than acceptance criteria, or when the repository is empty. Produce before spawning any role:
10
+ the outcome in the user's own terms, the constraints that bind it, explicit non-goals, and acceptance
11
+ criteria a run can actually check. A criterion nothing can check is not one — replace it or record it as
12
+ unverified.
13
+
14
+ Resolve what the user already decided — stack, hosting, deadline, compliance, budget — before proposing
15
+ anything. Ask only about a fork that changes the work; state an assumption for the rest and let the user
16
+ correct it.
17
+
18
+ An empty repository has nothing to scout, so the stack stops being a fact to discover and becomes a framing
19
+ output. Name target platforms, the runtime and framework per platform, and the deployment target, then hand
20
+ each to the role that owns it; the build roles carry the greenfield foundations for their own layer. Record
21
+ it as a decision with its reason, so a later role reads a choice rather than an inherited default. A
22
+ decision another role implements records what would reopen it, not only what was chosen.
23
+
24
+ ## Designer
25
+
26
+ Must cover user/job/context, IA/flow and recovery, accepted Figma/repository design authority, task-specific
27
+ visual and real-product UX research, design system tokens/components, all data/interaction states,
28
+ responsive/adaptive/i18n, WCAG/platform accessibility, motion/reduced motion, and anti-slop critique.
29
+ The designer hands over presentational component code, not a written spec; state, data fetching, API
30
+ integration, routing, forms submission, and platform lifecycle stay with the build role.
31
+
32
+ ## Frontend
33
+
34
+ Must cover the repository framework/rendering model (React/Next/TanStack, Vue/Nuxt, SvelteKit, Angular,
35
+ Solid/Astro/other), component/module boundaries, routing, local/URL/form/server/global state ownership,
36
+ API cache/cancellation/retry/optimistic behavior, auth/permissions, loading/error/offline/real-time states,
37
+ semantic accessibility/i18n, browser security/privacy, performance/bundle/hydration/memory, CSS/Motion/GSAP
38
+ ownership, tests/browser/debugging and frontend mindset. Consumes Backend contracts; no server ownership.
39
+
40
+ ## Backend
41
+
42
+ Must cover repository runtime/framework (Node/TS, Python, Go, Rust, JVM, .NET, PHP/Ruby/other), API/RPC/
43
+ events/webhooks, domain/system design, modular monolith/microservices/distributed failure, SQL/document/cache/
44
+ search/messaging, contracts/versioning/idempotency, transactions/concurrency/migrations/backup/restore,
45
+ authN/authZ/multi-tenancy/privacy/OWASP, capacity/performance/reliability/observability, testing/debugging and
46
+ systems mindset. Publishes shared contracts; no UI/deploy pipeline ownership.
47
+
48
+ ## Mobile
49
+
50
+ Must cover existing RN/Expo, Flutter, SwiftUI/UIKit, Kotlin/Compose/Views, KMP/Compose Multiplatform,
51
+ .NET MAUI/Capacitor/other stack; architecture/state/navigation; accepted design/platform conventions;
52
+ networking, offline/sync/conflict, lifecycle/process death, storage/security/privacy, deep link/push/
53
+ permissions/biometric/IAP, accessibility/localization, launch/jank/memory/battery/app size, unit/widget/
54
+ integration/E2E/device tests, release/store/OTA and platform debugging. Consumes Backend contracts.
55
+
56
+ ## DevOps
57
+
58
+ Must cover current cloud/on-prem topology, identity/account/environment/region, containers/Kubernetes/
59
+ serverless/VM/batch, IaC/state/drift, CI/CD/GitOps/artifacts, IAM/secrets/network/tenancy/supply chain,
60
+ observability/SLO/incident, rollout/rollback, backup/restore/DR, capacity/cost, infra testing/debugging and
61
+ operability mindset. No external mutation beyond explicit scope; distinguish static/plan/staging/live proof.
62
+
63
+ ## QA
64
+
65
+ Must map acceptance/risk to static, unit/property, component, integration, contract, E2E/exploratory,
66
+ database/migration, browser/mobile, security, accessibility, visual, performance/load/resilience and release
67
+ evidence as applicable. Own deterministic fixtures/data/CI/flakiness/coverage quality, minimal repro,
68
+ environment/artifact record and PASS/FAIL/NEEDS_ENVIRONMENT. Reads implementation; never edits it.
69
+
70
+ ## Code Review
71
+
72
+ Must run spec compliance before production-quality review; trace blast radius through callers/contracts/
73
+ data/auth/events/config/deploy/tests; apply cross-stack correctness/security/privacy/compatibility/
74
+ concurrency/performance/operations/maintainability/test lenses; verify findings empirically; rank severity
75
+ with file:line, trigger, impact, evidence and remediation; issue APPROVE/CHANGES REQUESTED/NEEDS_EVIDENCE.
76
+ Advisory only.
77
+
78
+ ## Universal evidence gate
79
+
80
+ Every role states source/repository versions, environment, commands/checks, evidence level, residual risk
81
+ and unverified areas. Do not substitute generic expertise for current official docs or live verification.
82
+ Do not auto-install tooling. Preserve user decisions, existing architecture and role boundaries.