agents-united 0.5.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 (236) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +673 -0
  3. package/dist/cli.d.ts +5 -0
  4. package/dist/cli.js +4789 -0
  5. package/dist/cli.js.map +1 -0
  6. package/package.json +77 -0
  7. package/registry/agents/orchestrator-business.md +188 -0
  8. package/registry/agents/orchestrator-design.md +168 -0
  9. package/registry/agents/orchestrator-engineering.md +183 -0
  10. package/registry/agents/orchestrator-marketing.md +228 -0
  11. package/registry/agents/orchestrator-research.md +196 -0
  12. package/registry/agents/orchestrator-security.md +190 -0
  13. package/registry/agents/orchestrator-system-architecture.md +171 -0
  14. package/registry/agents/orchestrator-universal.md +168 -0
  15. package/registry/agents/subagent-accessibility-lead.md +47 -0
  16. package/registry/agents/subagent-ai-model-architect.md +97 -0
  17. package/registry/agents/subagent-android-architect.md +47 -0
  18. package/registry/agents/subagent-appsec-penetration-tester.md +189 -0
  19. package/registry/agents/subagent-backend-architect.md +360 -0
  20. package/registry/agents/subagent-business-panel-experts.md +126 -0
  21. package/registry/agents/subagent-cloud-infrastructure-architect.md +126 -0
  22. package/registry/agents/subagent-cloud-security-architect.md +221 -0
  23. package/registry/agents/subagent-code-reviewer.md +193 -0
  24. package/registry/agents/subagent-compliance-grc-specialist.md +147 -0
  25. package/registry/agents/subagent-cross-platform-specialist.md +47 -0
  26. package/registry/agents/subagent-data-engineer.md +46 -0
  27. package/registry/agents/subagent-database-administrator.md +141 -0
  28. package/registry/agents/subagent-deep-research.md +94 -0
  29. package/registry/agents/subagent-design-ops-lead.md +121 -0
  30. package/registry/agents/subagent-design-researcher.md +133 -0
  31. package/registry/agents/subagent-design-systems-architect.md +134 -0
  32. package/registry/agents/subagent-designer-toolkit-expert.md +363 -0
  33. package/registry/agents/subagent-devops-engineer.md +423 -0
  34. package/registry/agents/subagent-distributed-systems-architect.md +47 -0
  35. package/registry/agents/subagent-e2e-tester.md +60 -0
  36. package/registry/agents/subagent-financial-analyst.md +119 -0
  37. package/registry/agents/subagent-finops-cost-engineer.md +98 -0
  38. package/registry/agents/subagent-frontend-architect.md +368 -0
  39. package/registry/agents/subagent-interaction-designer.md +302 -0
  40. package/registry/agents/subagent-ios-architect.md +46 -0
  41. package/registry/agents/subagent-legal-contract-analyst.md +108 -0
  42. package/registry/agents/subagent-lifecycle-email-specialist.md +46 -0
  43. package/registry/agents/subagent-literature-patent-analyst.md +78 -0
  44. package/registry/agents/subagent-market-intelligence-analyst.md +110 -0
  45. package/registry/agents/subagent-marketing-campaign-specialist.md +80 -0
  46. package/registry/agents/subagent-marketing-content-strategist.md +184 -0
  47. package/registry/agents/subagent-marketing-conversion-specialist.md +79 -0
  48. package/registry/agents/subagent-marketing-creative-designer.md +93 -0
  49. package/registry/agents/subagent-marketing-growth-strategist.md +137 -0
  50. package/registry/agents/subagent-ml-platform-engineer.md +95 -0
  51. package/registry/agents/subagent-operations-strategist.md +85 -0
  52. package/registry/agents/subagent-paid-acquisition-specialist.md +47 -0
  53. package/registry/agents/subagent-plg-strategist.md +46 -0
  54. package/registry/agents/subagent-prototype-tester.md +140 -0
  55. package/registry/agents/subagent-qa-automation-lead.md +63 -0
  56. package/registry/agents/subagent-repo-index.md +180 -0
  57. package/registry/agents/subagent-security-engineer.md +134 -0
  58. package/registry/agents/subagent-seo-specialist.md +46 -0
  59. package/registry/agents/subagent-socratic-mentor.md +105 -0
  60. package/registry/agents/subagent-statistical-analyst.md +132 -0
  61. package/registry/agents/subagent-sysops-sre-lead.md +84 -0
  62. package/registry/agents/subagent-system-architect.md +122 -0
  63. package/registry/agents/subagent-ui-designer.md +149 -0
  64. package/registry/agents/subagent-ux-strategist.md +88 -0
  65. package/registry/bundles.json +1386 -0
  66. package/registry/rules/AGENTS.md +41 -0
  67. package/registry/rules/CLAUDE.md +12 -0
  68. package/registry/rules/CURSOR.md +12 -0
  69. package/registry/rules/GEMINI.md +41 -0
  70. package/registry/rules/clean-code-and-architecture.md +25 -0
  71. package/registry/rules/domain-modeling-and-adr.md +27 -0
  72. package/registry/rules/git-guardrails.md +19 -0
  73. package/registry/rules/multi-agent-coordination.md +33 -0
  74. package/registry/rules/quality-aesthetics-accessibility.md +29 -0
  75. package/registry/rules/skill-attribution.md +27 -0
  76. package/registry/rules/test-driven-development.md +41 -0
  77. package/registry/skills/ab-test-setup/SKILL.md +150 -0
  78. package/registry/skills/accessibility-audit/SKILL.md +150 -0
  79. package/registry/skills/ad-attribution-modeling/SKILL.md +206 -0
  80. package/registry/skills/ad-creative-design/SKILL.md +27 -0
  81. package/registry/skills/ai-prototype-refactoring/SKILL.md +29 -0
  82. package/registry/skills/architecture-design/SKILL.md +141 -0
  83. package/registry/skills/azure-infrastructure-bicep/SKILL.md +28 -0
  84. package/registry/skills/backend-api-design/SKILL.md +151 -0
  85. package/registry/skills/chaos-engineering/SKILL.md +41 -0
  86. package/registry/skills/churn-prevention-playbook/SKILL.md +181 -0
  87. package/registry/skills/ci-cd-pipeline-automation/SKILL.md +40 -0
  88. package/registry/skills/clickable-prototype-spec/SKILL.md +150 -0
  89. package/registry/skills/code-refactoring/SKILL.md +135 -0
  90. package/registry/skills/component-library-management/SKILL.md +150 -0
  91. package/registry/skills/component-playground-setup/SKILL.md +150 -0
  92. package/registry/skills/content-calendar-strategy/SKILL.md +150 -0
  93. package/registry/skills/conversion-funnel-optimization/SKILL.md +150 -0
  94. package/registry/skills/copywriting-frameworks/SKILL.md +150 -0
  95. package/registry/skills/database-design/SKILL.md +135 -0
  96. package/registry/skills/dependency-management/SKILL.md +142 -0
  97. package/registry/skills/design-handoff-spec/SKILL.md +150 -0
  98. package/registry/skills/design-ops-workflow/SKILL.md +150 -0
  99. package/registry/skills/design-system-governance/SKILL.md +150 -0
  100. package/registry/skills/design-system-tokens/SKILL.md +150 -0
  101. package/registry/skills/design-tokens-management/SKILL.md +150 -0
  102. package/registry/skills/design-version-control/SKILL.md +150 -0
  103. package/registry/skills/diagnosing-bugs/SKILL.md +45 -0
  104. package/registry/skills/docker-deployment/SKILL.md +144 -0
  105. package/registry/skills/domain-modeling/SKILL.md +52 -0
  106. package/registry/skills/email-drip-sequences/SKILL.md +181 -0
  107. package/registry/skills/email-marketing-automation/SKILL.md +150 -0
  108. package/registry/skills/finishing-a-development-branch/SKILL.md +132 -0
  109. package/registry/skills/frontend-component-design/SKILL.md +153 -0
  110. package/registry/skills/git-guardrails/SKILL.md +41 -0
  111. package/registry/skills/google-ads-optimization/SKILL.md +27 -0
  112. package/registry/skills/graphql-schema-design/SKILL.md +146 -0
  113. package/registry/skills/grill-me/SKILL.md +57 -0
  114. package/registry/skills/grill-with-docs/SKILL.md +84 -0
  115. package/registry/skills/growth-experiment-design/SKILL.md +150 -0
  116. package/registry/skills/handoff/SKILL.md +44 -0
  117. package/registry/skills/hf-model-evaluation/SKILL.md +84 -0
  118. package/registry/skills/interaction-pattern-library/SKILL.md +150 -0
  119. package/registry/skills/interactive-prototype-builder/SKILL.md +157 -0
  120. package/registry/skills/local-llm-inference/SKILL.md +77 -0
  121. package/registry/skills/maestro-mobile-testing/SKILL.md +40 -0
  122. package/registry/skills/marketing-creative-design/SKILL.md +186 -0
  123. package/registry/skills/mcp-setup/SKILL.md +370 -0
  124. package/registry/skills/meta-ad-creative-testing/SKILL.md +26 -0
  125. package/registry/skills/micro-interaction-design/SKILL.md +150 -0
  126. package/registry/skills/microservices-architecture/SKILL.md +141 -0
  127. package/registry/skills/mobile-android-design/SKILL.md +40 -0
  128. package/registry/skills/mobile-first-design/SKILL.md +150 -0
  129. package/registry/skills/mobile-ios-design/SKILL.md +40 -0
  130. package/registry/skills/mobile-platform-offline-validate/SKILL.md +41 -0
  131. package/registry/skills/modal-serverless-python/SKILL.md +81 -0
  132. package/registry/skills/onboarding-cro/SKILL.md +185 -0
  133. package/registry/skills/paid-acquisition-ppc/SKILL.md +171 -0
  134. package/registry/skills/performance-optimization/SKILL.md +141 -0
  135. package/registry/skills/playwright-best-practices/SKILL.md +39 -0
  136. package/registry/skills/product-launch-playbook/SKILL.md +150 -0
  137. package/registry/skills/programmatic-seo/SKILL.md +213 -0
  138. package/registry/skills/rag-vector-pipeline/SKILL.md +84 -0
  139. package/registry/skills/react-best-practices/SKILL.md +40 -0
  140. package/registry/skills/receiving-code-review/SKILL.md +130 -0
  141. package/registry/skills/replicate-model-inference/SKILL.md +76 -0
  142. package/registry/skills/requesting-code-review/SKILL.md +137 -0
  143. package/registry/skills/responsive-design-audit/SKILL.md +150 -0
  144. package/registry/skills/runpod-gpu-orchestration/SKILL.md +85 -0
  145. package/registry/skills/schema-markup-strategy/SKILL.md +194 -0
  146. package/registry/skills/security-audit/SKILL.md +139 -0
  147. package/registry/skills/seo-audit/SKILL.md +150 -0
  148. package/registry/skills/signup-flow-cro/SKILL.md +150 -0
  149. package/registry/skills/social-media-campaign/SKILL.md +150 -0
  150. package/registry/skills/state-driven-ui-animation/SKILL.md +150 -0
  151. package/registry/skills/subagent-driven-development/SKILL.md +135 -0
  152. package/registry/skills/supabase-backend-architecture/SKILL.md +28 -0
  153. package/registry/skills/systematic-debugging/SKILL.md +138 -0
  154. package/registry/skills/technical-documentation/SKILL.md +136 -0
  155. package/registry/skills/technical-seo-audit/SKILL.md +27 -0
  156. package/registry/skills/telemetry-monitoring/SKILL.md +40 -0
  157. package/registry/skills/test-driven-development/SKILL.md +135 -0
  158. package/registry/skills/to-spec/SKILL.md +48 -0
  159. package/registry/skills/to-tickets/SKILL.md +47 -0
  160. package/registry/skills/turso-distributed-sqlite/SKILL.md +27 -0
  161. package/registry/skills/ui-component-spec/SKILL.md +150 -0
  162. package/registry/skills/usability-testing-protocol/SKILL.md +150 -0
  163. package/registry/skills/user-flow-mapping/SKILL.md +150 -0
  164. package/registry/skills/user-journey-mapping/SKILL.md +150 -0
  165. package/registry/skills/vector-database-design/SKILL.md +84 -0
  166. package/registry/skills/vercel-deploy-best-practices/SKILL.md +28 -0
  167. package/registry/skills/viral-referral-loops/SKILL.md +209 -0
  168. package/registry/workflows/workflow-agency-ad-creative-sprint.md +50 -0
  169. package/registry/workflows/workflow-agency-brand-design-system.md +50 -0
  170. package/registry/workflows/workflow-agency-client-pitch-proposal.md +50 -0
  171. package/registry/workflows/workflow-agency-cro-funnel-teardown.md +50 -0
  172. package/registry/workflows/workflow-agency-full-campaign.md +58 -0
  173. package/registry/workflows/workflow-agency-seo-content-engine.md +50 -0
  174. package/registry/workflows/workflow-analyze.md +60 -0
  175. package/registry/workflows/workflow-api-contract-design.md +48 -0
  176. package/registry/workflows/workflow-app-store-release.md +48 -0
  177. package/registry/workflows/workflow-brainstorm.md +60 -0
  178. package/registry/workflows/workflow-build.md +60 -0
  179. package/registry/workflows/workflow-business-panel.md +60 -0
  180. package/registry/workflows/workflow-cleanup.md +60 -0
  181. package/registry/workflows/workflow-deploy-staging.md +49 -0
  182. package/registry/workflows/workflow-design-code.md +60 -0
  183. package/registry/workflows/workflow-design-ops--handoff.md +60 -0
  184. package/registry/workflows/workflow-design-ops--plan-sprint.md +60 -0
  185. package/registry/workflows/workflow-design-ops--setup-workflow.md +60 -0
  186. package/registry/workflows/workflow-design-orchestrate.md +60 -0
  187. package/registry/workflows/workflow-design-systems--audit-system.md +60 -0
  188. package/registry/workflows/workflow-design-systems--create-component.md +60 -0
  189. package/registry/workflows/workflow-design-systems--tokenize.md +60 -0
  190. package/registry/workflows/workflow-diagnose.md +45 -0
  191. package/registry/workflows/workflow-e2e-testing.md +49 -0
  192. package/registry/workflows/workflow-email-drip-sequence.md +65 -0
  193. package/registry/workflows/workflow-estimate.md +60 -0
  194. package/registry/workflows/workflow-explain.md +60 -0
  195. package/registry/workflows/workflow-frontend-audit.md +49 -0
  196. package/registry/workflows/workflow-git.md +60 -0
  197. package/registry/workflows/workflow-grill.md +51 -0
  198. package/registry/workflows/workflow-implement.md +61 -0
  199. package/registry/workflows/workflow-incident-triage.md +49 -0
  200. package/registry/workflows/workflow-interaction-design--design-interaction.md +60 -0
  201. package/registry/workflows/workflow-interaction-design--error-flow.md +60 -0
  202. package/registry/workflows/workflow-interaction-design--map-states.md +60 -0
  203. package/registry/workflows/workflow-marketing-audit.md +60 -0
  204. package/registry/workflows/workflow-marketing-campaign-builder.md +60 -0
  205. package/registry/workflows/workflow-marketing-content-pipeline.md +60 -0
  206. package/registry/workflows/workflow-marketing-growth-experiment.md +60 -0
  207. package/registry/workflows/workflow-marketing-launch.md +60 -0
  208. package/registry/workflows/workflow-marketing-panel.md +60 -0
  209. package/registry/workflows/workflow-ml-eval.md +51 -0
  210. package/registry/workflows/workflow-mobile-build.md +49 -0
  211. package/registry/workflows/workflow-onboarding-funnel-cro.md +65 -0
  212. package/registry/workflows/workflow-paid-acquisition-campaign.md +65 -0
  213. package/registry/workflows/workflow-paid-campaign-launch.md +47 -0
  214. package/registry/workflows/workflow-plan.md +60 -0
  215. package/registry/workflows/workflow-prototyping-testing--evaluate.md +60 -0
  216. package/registry/workflows/workflow-prototyping-testing--experiment.md +60 -0
  217. package/registry/workflows/workflow-prototyping-testing--prototype-plan.md +60 -0
  218. package/registry/workflows/workflow-prototyping-testing--test-plan.md +60 -0
  219. package/registry/workflows/workflow-rag-pipeline-deploy.md +53 -0
  220. package/registry/workflows/workflow-recommend.md +60 -0
  221. package/registry/workflows/workflow-research.md +60 -0
  222. package/registry/workflows/workflow-review.md +60 -0
  223. package/registry/workflows/workflow-seo-audit-pipeline.md +47 -0
  224. package/registry/workflows/workflow-seo-content-pipeline.md +65 -0
  225. package/registry/workflows/workflow-serverless-gpu-deploy.md +52 -0
  226. package/registry/workflows/workflow-spec-panel.md +60 -0
  227. package/registry/workflows/workflow-spec.md +44 -0
  228. package/registry/workflows/workflow-test.md +60 -0
  229. package/registry/workflows/workflow-troubleshoot.md +60 -0
  230. package/registry/workflows/workflow-ui-design--color-palette.md +60 -0
  231. package/registry/workflows/workflow-ui-design--design-screen.md +60 -0
  232. package/registry/workflows/workflow-ui-design--responsive-audit.md +60 -0
  233. package/registry/workflows/workflow-ui-design--type-system.md +60 -0
  234. package/registry/workflows/workflow-ux-strategy--benchmark.md +60 -0
  235. package/registry/workflows/workflow-ux-strategy--frame-problem.md +60 -0
  236. package/registry/workflows/workflow-ux-strategy--strategize.md +60 -0
@@ -0,0 +1,150 @@
1
+ ---
2
+ name: state-driven-ui-animation
3
+ description: Production-grade State Driven Ui Animation playbook for design
4
+ operations, UX systems, and growth strategy.
5
+ metadata:
6
+ author: agents-united
7
+ version: 2.0.0
8
+ icon: 🎬
9
+ disable-slash-command: true
10
+ ---
11
+
12
+ # State Driven Ui Animation
13
+
14
+ ## Overview & Purpose
15
+ The State Driven Ui Animation skill provides a deterministic framework for executing state driven ui animation processes in modern software products.
16
+
17
+ Following this skill ensures high usability, visual consistency, rapid iteration, and complete cross-functional team alignment.
18
+
19
+ ## Execution Triggers & Prerequisites
20
+ ### Execution Triggers
21
+ - Direct request to execute State Driven Ui Animation tasks.
22
+ - Auditing existing product assets or workflows.
23
+ - Standardizing state-driven-ui-animation procedures across team projects.
24
+ - Preparing design handoffs or growth campaign launches.
25
+
26
+ ### Prerequisites
27
+ - Project workspace configured with design system tokens or component libraries.
28
+ - Target UI design specification or growth experiment hypothesis.
29
+ - Testing and linting tools operational.
30
+ - Clean git working directory.
31
+
32
+ ## Input & Output Requirements
33
+ ### Inputs
34
+ | Parameter | Type | Required | Description |
35
+ |---|---|---|---|
36
+ | `target_scope` | String | Yes | Target UI component, page, or campaign scope |
37
+ | `config` | Object | Optional | Specific parameters and threshold configurations |
38
+ | `output_dir` | Directory Path | Optional | Destination directory for generated artifacts |
39
+ | `strict_mode` | Boolean | Optional | Enforce strict zero-warning validation |
40
+
41
+ ### Outputs
42
+ | Artifact | Path / Format | Description |
43
+ |---|---|---|
44
+ | Specification Document | `docs/state-driven-ui-animation/spec.md` | Full specification and guidelines document |
45
+ | Component / Asset Files | `src/state-driven-ui-animation/*` | Implemented design tokens, components, or campaign assets |
46
+ | Audit Report | `reports/state-driven-ui-animation/summary.json` | Health check and audit metric results |
47
+
48
+ ## Step-by-Step Execution Runbook
49
+
50
+ ### Phase 1: Pre-Execution Discovery & Workspace Analysis
51
+ 1. Inspect workspace repository to locate relevant UI components, tokens, or campaign assets.
52
+ ```bash
53
+ find src/ docs/ -maxdepth 3 -type f
54
+ ```
55
+ 2. Analyze domain requirements and classify core UI elements, interaction flows, or growth metrics.
56
+ 3. Establish baseline quality metrics and target benchmarks.
57
+ 4. Verify working tree status to ensure clean git workspace.
58
+ ```bash
59
+ git status --short
60
+ ```
61
+ 5. Formulate initial execution plan.
62
+
63
+ ### Phase 2: Input Contract Validation & Strategy Selection
64
+ 1. Validate input parameters against technical feasibility and design system guidelines.
65
+ 2. Select implementation pattern matching component or campaign architecture.
66
+ 3. Establish verification rules and accessibility / conversion thresholds.
67
+ 4. Formulate atomic step-by-step execution sequence.
68
+ 5. Create temporary working directory if needed.
69
+
70
+ ### Phase 3: Core Step-by-Step Implementation Execution
71
+ 1. Author primary specification document at `docs/state-driven-ui-animation/spec.md`.
72
+ 2. Generate code, token, or layout implementation files.
73
+ ```bash
74
+ npm run typecheck
75
+ ```
76
+ 3. Apply automated formatting and linting tools.
77
+ 4. Execute unit or visual regression tests.
78
+ ```bash
79
+ npm test
80
+ ```
81
+ 5. Refactor asset structure for optimal performance and maintainability.
82
+
83
+ ### Phase 4: Verification, Testing & Quality Gate Checking
84
+ 1. Run full project verification suite.
85
+ ```bash
86
+ npm run typecheck && npm test && npm run build
87
+ ```
88
+ 2. Verify zero lint errors, type warnings, or broken references.
89
+ 3. Execute CLI health doctor check.
90
+ ```bash
91
+ node dist/cli.js doctor
92
+ ```
93
+ 4. Assert all acceptance criteria are satisfied.
94
+
95
+ ### Phase 5: Post-Execution Cleanup & Artifact Generation
96
+ 1. Generate execution summary report at `reports/state-driven-ui-animation/summary.md`.
97
+ 2. Clean up temporary build artifacts and scratch files.
98
+ 3. Commit generated files to git repository.
99
+ ```bash
100
+ git add docs/state-driven-ui-animation/ reports/state-driven-ui-animation/
101
+ git commit -m "feat(state-driven-ui-animation): implement State Driven Ui Animation playbook artifacts"
102
+ ```
103
+ 4. Publish documentation for team review.
104
+
105
+ ## Code & Configuration Exemplars
106
+
107
+ ### Exemplar 1: State Driven Ui Animation Configuration Specification
108
+ ```yaml
109
+ version: "2.0.0"
110
+ metadata:
111
+ skill: "state-driven-ui-animation"
112
+ author: "agents-united"
113
+ rules:
114
+ strictValidation: true
115
+ reporting:
116
+ format: "json"
117
+ output: "reports/state-driven-ui-animation/summary.json"
118
+ ```
119
+
120
+ ### Exemplar 2: State Driven Ui Animation Helper Module
121
+ ```typescript
122
+ export function runStateDrivenUiAnimation(scope: string): boolean {
123
+ console.log('Running State Driven Ui Animation on:', scope);
124
+ return true;
125
+ }
126
+ ```
127
+
128
+ ## Edge Cases & Error Recovery Procedures
129
+
130
+ ### Scenario A: Validation Failure in State Driven Ui Animation
131
+ 1. **Diagnosis**: Specification or code asset fails validation rules in state-driven-ui-animation.
132
+ 2. **Recovery Protocol**:
133
+ - Step 1: Inspect error log at reports directory.
134
+ - Step 2: Correct non-compliant syntax or structure.
135
+ - Step 3: Re-run verification pipeline.
136
+
137
+ ### Scenario B: Missing Resource for State Driven Ui Animation
138
+ 1. **Diagnosis**: Target design token or configuration asset missing from workspace.
139
+ 2. **Recovery Protocol**:
140
+ - Step 1: Generate baseline resource file from standard template.
141
+ - Step 2: Update configuration references.
142
+ - Step 3: Resume runbook execution.
143
+
144
+ ## Verification & Validation Checklist
145
+ - [ ] Frontmatter conforms strictly to `author: "agents-united"` and `version: "2.0.0"`.
146
+ - [ ] All 7 mandatory sections present with explicit headers.
147
+ - [ ] Step-by-Step Execution Runbook body contains >= 50 lines.
148
+ - [ ] Code exemplars provided with valid syntax fencing.
149
+ - [ ] Zero dummy placeholder strings or unpopulated template markers present.
150
+ - [ ] Project build, test suite, and doctor check pass 100% cleanly.
@@ -0,0 +1,135 @@
1
+ ---
2
+ name: subagent-driven-development
3
+ description: Production-grade Multi-Agent Orchestration playbook for task
4
+ decomposition, parallel execution, and boundary isolation.
5
+ metadata:
6
+ author: agents-united
7
+ version: 2.0.0
8
+ icon: 🤖
9
+ disable-slash-command: true
10
+ ---
11
+
12
+ # Subagent-Driven Development & Autonomous Task Orchestration
13
+
14
+ ## Overview & Purpose
15
+ The Subagent-Driven Development & Autonomous Task Orchestration skill provides a deterministic, battle-tested framework for executing subagent-driven-development processes across the Agents United multi-agent ecosystem.
16
+
17
+ Following this skill ensures high quality, zero-regression execution, rigorous testing gates, and seamless cross-functional team alignment.
18
+
19
+ ## Execution Triggers & Prerequisites
20
+ ### Execution Triggers
21
+ - Direct request or workflow step invoking subagent-driven-development.
22
+ - Auditing, implementing, or standardizing subagent-driven-development procedures.
23
+ - Addressing technical debt, architectural reviews, or production readiness gates.
24
+ - Preparing pull requests or automated release validations.
25
+
26
+ ### Prerequisites
27
+ - Active project repository workspace with version control configured.
28
+ - Operational testing, typechecking, and build toolchains.
29
+ - Domain requirements, architectural constraints, or user stories defined.
30
+ - Clean git working tree before beginning execution.
31
+
32
+ ## Input & Output Requirements
33
+ ### Inputs
34
+ | Parameter | Type | Required | Description |
35
+ |---|---|---|---|
36
+ | `target_scope` | String | Yes | Target module, service, component, or file path |
37
+ | `config` | Object | Optional | Specific domain configurations, thresholds, and options |
38
+ | `output_dir` | Directory Path | Optional | Destination directory for generated artifacts and reports |
39
+ | `strict_mode` | Boolean | Optional | Enforce strict zero-warning validation and high test coverage |
40
+
41
+ ### Outputs
42
+ | Artifact | Path / Format | Description |
43
+ |---|---|---|
44
+ | Specification Document | `docs/subagent-driven-development/spec.md` | Full technical specification and architectural plan |
45
+ | Implementation Files | `src/subagent-driven-development/*` | Production-ready source code, tests, and configurations |
46
+ | Execution Report | `reports/subagent-driven-development/summary.json` | Verification metrics, test results, and audit summary |
47
+
48
+ ## Step-by-Step Execution Runbook
49
+
50
+ ### Phase 1: Task Decomposition & Workstream Partitioning
51
+ 1. Analyze parent project request and identify independent, parallelizable workstreams.
52
+ 2. Partition tasks by architectural layer (e.g. Database -> API -> UI) or vertical domain slices.
53
+ 3. Identify strict sequential dependencies vs concurrent execution candidates.
54
+ 4. Ensure subagent workstreams do not concurrently modify the same mutable files to prevent collisions.
55
+ 5. Formulate master orchestration graph with dependency edges.
56
+
57
+ ### Phase 2: Self-Contained Subagent Prompt Formulation
58
+ 1. Author explicit, self-contained task prompts for each subagent (zero implicit context assumption).
59
+ 2. Specify exact file paths to read, modify, or create in prompt metadata.
60
+ 3. Define required tool privileges (read-only vs acceptEdits vs full terminal access).
61
+ 4. Include explicit verification commands the subagent must execute before declaring completion.
62
+ 5. Set strict boundary constraints prohibiting out-of-scope code modifications.
63
+
64
+ ### Phase 3: Parallel Subagent Invocation & Monitoring
65
+ 1. Dispatch concurrent subagents using invoke_subagent tool calls.
66
+ 2. Monitor background execution lifecycle and handle reactive wakeups.
67
+ 3. Inspect intermediate deliverables and log outputs for error conditions.
68
+ 4. If a subagent encounters rate limits or errors, isolate failure and execute targeted retry.
69
+ 5. Collect completed subagent artifact deliverables.
70
+
71
+ ### Phase 4: Synthesis, Integration & Conflict Resolution
72
+ 1. Integrate subagent output deliverables into master branch workspace.
73
+ 2. Resolve any overlapping interface contracts or import references between workstreams.
74
+ 3. Run full cross-module integration test suite verifying end-to-end functionality.
75
+ 4. Perform code review on all generated subagent code to maintain quality standards.
76
+ 5. Verify zero regression across all integrated components.
77
+
78
+ ### Phase 5: Master Verification & Final Deliverable Reporting
79
+ 1. Execute full project verification pipeline: npm run typecheck && npm test && npm run build.
80
+ 2. Run workspace health check: node dist/cli.js doctor.
81
+ 3. Compile comprehensive orchestration walkthrough summarizing all subagent contributions.
82
+ 4. Commit all unified changes to git with structured conventional commit message.
83
+ 5. Present final deliverables to user.
84
+
85
+ ## Code & Configuration Exemplars
86
+
87
+ ### Exemplar 1: Subagent-Driven Development & Autonomous Task Orchestration Configuration & Specification
88
+ ```yaml
89
+ // Subagent dispatch configuration
90
+ export interface SubagentTask {
91
+ role: 'Backend Architect' | 'Frontend Architect' | 'Code Reviewer' | 'Security Auditor';
92
+ type: string;
93
+ prompt: string;
94
+ contextFiles: string[];
95
+ expectedDeliverables: string[];
96
+ verificationCommand: string;
97
+ }
98
+ ```
99
+
100
+ ### Exemplar 2: Subagent-Driven Development & Autonomous Task Orchestration TypeScript Type Contract
101
+ ```typescript
102
+ export interface OrchestratorPlan {
103
+ masterTaskId: string;
104
+ workstreams: Array<{
105
+ id: string;
106
+ subagentRole: string;
107
+ status: 'pending' | 'running' | 'completed' | 'failed';
108
+ dependencies: string[];
109
+ }>;
110
+ }
111
+ ```
112
+
113
+ ## Edge Cases & Error Recovery Procedures
114
+
115
+ ### Scenario A: Validation Failure in Subagent-Driven Development & Autonomous Task Orchestration
116
+ 1. **Diagnosis**: Static analysis, typechecking, or unit tests fail validation rules during execution.
117
+ 2. **Recovery Protocol**:
118
+ - Step 1: Inspect detailed error log output in test/build terminal.
119
+ - Step 2: Formulate targeted hypothesis and isolate failing line or assertion.
120
+ - Step 3: Implement surgical code fix and re-run verification suite.
121
+
122
+ ### Scenario B: Missing or Incompatible Dependency
123
+ 1. **Diagnosis**: Required toolchain binary or library dependency is missing from the environment.
124
+ 2. **Recovery Protocol**:
125
+ - Step 1: Verify `package.json` engine requirements and local environment versions.
126
+ - Step 2: Install required peer dependencies cleanly with lockfile sync.
127
+ - Step 3: Resume runbook from Phase 1.
128
+
129
+ ## Verification & Validation Checklist
130
+ - [ ] Frontmatter conforms strictly to `author: "agents-united"` and `version: "2.0.0"`.
131
+ - [ ] All 7 mandatory sections present with explicit headers.
132
+ - [ ] Step-by-Step Execution Runbook body contains >= 50 lines.
133
+ - [ ] Code exemplars provided with valid syntax fencing.
134
+ - [ ] Zero dummy placeholder strings or unpopulated template markers present.
135
+ - [ ] Project build, test suite, and doctor check pass 100% cleanly.
@@ -0,0 +1,28 @@
1
+ ---
2
+ name: supabase-backend-architecture
3
+ description: PostgreSQL database modeling, Row Level Security (RLS) policies,
4
+ Edge Functions (Deno), Auth hooks, and Realtime subscriptions on Supabase.
5
+ metadata:
6
+ author: Agents United Backend Group
7
+ version: 1.0.0
8
+ license: MIT
9
+ icon: ⚡
10
+ disable-slash-command: true
11
+ ---
12
+
13
+ # Supabase Backend Architecture Playbook
14
+
15
+ ## Overview & Purpose
16
+ `supabase-backend-architecture` establishes security, performance, and operational best practices for applications built on the Supabase BaaS platform.
17
+
18
+ ## Core Directives & Standards
19
+ 1. **Row Level Security (RLS) Mandatory** — Enable RLS on every public table (`ALTER TABLE ... ENABLE ROW LEVEL SECURITY;`) and write explicit granular policies for `SELECT`, `INSERT`, `UPDATE`, and `DELETE`.
20
+ 2. **Database Migration CLI Workflow** — Manage all schema changes through Supabase CLI migrations (`supabase migration new <name>`) and seed scripts (`supabase/seed.sql`).
21
+ 3. **Edge Functions with Deno** — Author Deno TypeScript Edge Functions for third-party webhook receivers (Stripe, GitHub), secret handling, and background processing.
22
+ 4. **Auth & Custom JWT Claims** — Utilize Postgres database triggers on `auth.users` to automatically populate public user profile records and assign custom claims/roles.
23
+ 5. **Realtime Channels & Broadcasts** — Structure Supabase Realtime channel subscriptions with specific filter clauses (`filter: 'room_id=eq.123'`) to prevent unnecessary socket broadcast traffic.
24
+
25
+ ## Verification Checklist
26
+ - [ ] Database linter confirms 0 tables with RLS disabled.
27
+ - [ ] Supabase local development stack starts cleanly with `supabase start`.
28
+ - [ ] Service role key is never exposed to browser clients.
@@ -0,0 +1,138 @@
1
+ ---
2
+ name: systematic-debugging
3
+ description: Production-grade Systematic Debugging playbook for isolating
4
+ elusive bugs, root-cause analysis, and regression prevention.
5
+ metadata:
6
+ author: agents-united
7
+ version: 2.0.0
8
+ icon: 🐞
9
+ disable-slash-command: true
10
+ ---
11
+
12
+ # Hypothesis-Driven Systematic Debugging & Root Cause Isolation
13
+
14
+ ## Overview & Purpose
15
+ The Hypothesis-Driven Systematic Debugging & Root Cause Isolation skill provides a deterministic, battle-tested framework for executing systematic-debugging processes across the Agents United multi-agent ecosystem.
16
+
17
+ Following this skill ensures high quality, zero-regression execution, rigorous testing gates, and seamless cross-functional team alignment.
18
+
19
+ ## Execution Triggers & Prerequisites
20
+ ### Execution Triggers
21
+ - Direct request or workflow step invoking systematic-debugging.
22
+ - Auditing, implementing, or standardizing systematic-debugging procedures.
23
+ - Addressing technical debt, architectural reviews, or production readiness gates.
24
+ - Preparing pull requests or automated release validations.
25
+
26
+ ### Prerequisites
27
+ - Active project repository workspace with version control configured.
28
+ - Operational testing, typechecking, and build toolchains.
29
+ - Domain requirements, architectural constraints, or user stories defined.
30
+ - Clean git working tree before beginning execution.
31
+
32
+ ## Input & Output Requirements
33
+ ### Inputs
34
+ | Parameter | Type | Required | Description |
35
+ |---|---|---|---|
36
+ | `target_scope` | String | Yes | Target module, service, component, or file path |
37
+ | `config` | Object | Optional | Specific domain configurations, thresholds, and options |
38
+ | `output_dir` | Directory Path | Optional | Destination directory for generated artifacts and reports |
39
+ | `strict_mode` | Boolean | Optional | Enforce strict zero-warning validation and high test coverage |
40
+
41
+ ### Outputs
42
+ | Artifact | Path / Format | Description |
43
+ |---|---|---|
44
+ | Specification Document | `docs/systematic-debugging/spec.md` | Full technical specification and architectural plan |
45
+ | Implementation Files | `src/systematic-debugging/*` | Production-ready source code, tests, and configurations |
46
+ | Execution Report | `reports/systematic-debugging/summary.json` | Verification metrics, test results, and audit summary |
47
+
48
+ ## Step-by-Step Execution Runbook
49
+
50
+ ### Phase 1: Symptom Collection & Defect Reproduction
51
+ 1. Capture exact error messages, stack traces, HTTP status codes, and user environment details.
52
+ 2. Identify affected software versions, recent commits, and environment variables.
53
+ 3. Formulate deterministic reproduction steps in local development environment.
54
+ 4. Author a minimal failing test case that reliably reproduces the bug 100% of the time.
55
+ 5. Verify test failure matches reported production symptom exactly.
56
+
57
+ ### Phase 2: Hypothesis Generation & Ranking
58
+ 1. Formulate 3 to 5 distinct candidate hypotheses for root cause based on system architecture.
59
+ 2. Rank hypotheses by probability based on error signatures and recent code changes.
60
+ 3. Identify fault domains: network transport, data serialization, database state, race conditions.
61
+ 4. Design quick, non-destructive test procedures to validate or falsify each hypothesis.
62
+ 5. Document hypotheses in debugging log.
63
+
64
+ ### Phase 3: Binary Search Isolation & Root Cause Identification
65
+ 1. Use git bisect (git bisect start) to isolate the exact commit that introduced the defect.
66
+ 2. Apply binary search logging: add diagnostic logs at boundary interfaces to halve the search space.
67
+ 3. Inspect variable states and asynchronous call stacks during step-by-step execution.
68
+ 4. Falsify invalid hypotheses systematically until the singular root cause is isolated with proof.
69
+ 5. Document confirmed root cause mechanism.
70
+
71
+ ### Phase 4: Targeted Fix Implementation & Regression Testing
72
+ 1. Implement minimal, surgical code fix targeting the verified root cause (avoid broad refactoring).
73
+ 2. Run the minimal reproduction test case to verify that it now passes green.
74
+ 3. Run full automated test suite to ensure the fix introduces zero secondary regressions.
75
+ 4. Test edge cases and boundary inputs around the fixed logic.
76
+ 5. Verify type checking and linting pass cleanly.
77
+
78
+ ### Phase 5: Post-Mortem Documentation & Defect Prevention
79
+ 1. Permanently commit the reproduction test case to the test suite as a regression safeguard.
80
+ 2. Document root cause analysis, timeline, and remediation in post-mortem record.
81
+ 3. Implement preventative measures: improved input validation, lint rules, or type narrowing.
82
+ 4. Clean up temporary diagnostic log statements.
83
+ 5. Commit fix and deploy to production.
84
+
85
+ ## Code & Configuration Exemplars
86
+
87
+ ### Exemplar 1: Hypothesis-Driven Systematic Debugging & Root Cause Isolation Configuration & Specification
88
+ ```yaml
89
+ // Minimal reproducible test case exemplar
90
+ describe('Order Cancellation Bug Isolation', () => {
91
+ it('should not mark order as cancelled when refund webhook fails', async () => {
92
+ // 1. Arrange: setup order in processing state
93
+ const order = await createTestOrder({ status: 'processing' });
94
+ // 2. Act: trigger failed refund event
95
+ const response = await handleRefundWebhook({ orderId: order.id, status: 'failed' });
96
+ // 3. Assert: order status must remain processing, not cancelled
97
+ expect(response.status).toBe(400);
98
+ const updated = await getOrderById(order.id);
99
+ expect(updated.status).toBe('processing');
100
+ });
101
+ });
102
+ ```
103
+
104
+ ### Exemplar 2: Hypothesis-Driven Systematic Debugging & Root Cause Isolation TypeScript Type Contract
105
+ ```typescript
106
+ export interface DebugHypothesis {
107
+ hypothesisId: string;
108
+ description: string;
109
+ likelihood: 'high' | 'medium' | 'low';
110
+ testProcedure: string;
111
+ result: 'confirmed' | 'disproven' | 'inconclusive';
112
+ rootCauseEvidence?: string;
113
+ }
114
+ ```
115
+
116
+ ## Edge Cases & Error Recovery Procedures
117
+
118
+ ### Scenario A: Validation Failure in Hypothesis-Driven Systematic Debugging & Root Cause Isolation
119
+ 1. **Diagnosis**: Static analysis, typechecking, or unit tests fail validation rules during execution.
120
+ 2. **Recovery Protocol**:
121
+ - Step 1: Inspect detailed error log output in test/build terminal.
122
+ - Step 2: Formulate targeted hypothesis and isolate failing line or assertion.
123
+ - Step 3: Implement surgical code fix and re-run verification suite.
124
+
125
+ ### Scenario B: Missing or Incompatible Dependency
126
+ 1. **Diagnosis**: Required toolchain binary or library dependency is missing from the environment.
127
+ 2. **Recovery Protocol**:
128
+ - Step 1: Verify `package.json` engine requirements and local environment versions.
129
+ - Step 2: Install required peer dependencies cleanly with lockfile sync.
130
+ - Step 3: Resume runbook from Phase 1.
131
+
132
+ ## Verification & Validation Checklist
133
+ - [ ] Frontmatter conforms strictly to `author: "agents-united"` and `version: "2.0.0"`.
134
+ - [ ] All 7 mandatory sections present with explicit headers.
135
+ - [ ] Step-by-Step Execution Runbook body contains >= 50 lines.
136
+ - [ ] Code exemplars provided with valid syntax fencing.
137
+ - [ ] Zero dummy placeholder strings or unpopulated template markers present.
138
+ - [ ] Project build, test suite, and doctor check pass 100% cleanly.
@@ -0,0 +1,136 @@
1
+ ---
2
+ name: technical-documentation
3
+ description: Production-grade Technical Documentation playbook for Diátaxis
4
+ framework, developer onboarding, and living architecture manuals.
5
+ metadata:
6
+ author: agents-united
7
+ version: 2.0.0
8
+ icon: 📄
9
+ disable-slash-command: true
10
+ ---
11
+
12
+ # Technical Documentation, Architecture Specs & API Reference Authoring
13
+
14
+ ## Overview & Purpose
15
+ The Technical Documentation, Architecture Specs & API Reference Authoring skill provides a deterministic, battle-tested framework for executing technical-documentation processes across the Agents United multi-agent ecosystem.
16
+
17
+ Following this skill ensures high quality, zero-regression execution, rigorous testing gates, and seamless cross-functional team alignment.
18
+
19
+ ## Execution Triggers & Prerequisites
20
+ ### Execution Triggers
21
+ - Direct request or workflow step invoking technical-documentation.
22
+ - Auditing, implementing, or standardizing technical-documentation procedures.
23
+ - Addressing technical debt, architectural reviews, or production readiness gates.
24
+ - Preparing pull requests or automated release validations.
25
+
26
+ ### Prerequisites
27
+ - Active project repository workspace with version control configured.
28
+ - Operational testing, typechecking, and build toolchains.
29
+ - Domain requirements, architectural constraints, or user stories defined.
30
+ - Clean git working tree before beginning execution.
31
+
32
+ ## Input & Output Requirements
33
+ ### Inputs
34
+ | Parameter | Type | Required | Description |
35
+ |---|---|---|---|
36
+ | `target_scope` | String | Yes | Target module, service, component, or file path |
37
+ | `config` | Object | Optional | Specific domain configurations, thresholds, and options |
38
+ | `output_dir` | Directory Path | Optional | Destination directory for generated artifacts and reports |
39
+ | `strict_mode` | Boolean | Optional | Enforce strict zero-warning validation and high test coverage |
40
+
41
+ ### Outputs
42
+ | Artifact | Path / Format | Description |
43
+ |---|---|---|
44
+ | Specification Document | `docs/technical-documentation/spec.md` | Full technical specification and architectural plan |
45
+ | Implementation Files | `src/technical-documentation/*` | Production-ready source code, tests, and configurations |
46
+ | Execution Report | `reports/technical-documentation/summary.json` | Verification metrics, test results, and audit summary |
47
+
48
+ ## Step-by-Step Execution Runbook
49
+
50
+ ### Phase 1: Audience Profiling & Diátaxis Framework Selection
51
+ 1. Identify primary audience: new engineers, API consumers, operations teams, or technical leadership.
52
+ 2. Classify documentation mode using Diátaxis framework: Tutorial (learning), How-To (goal-oriented), Reference (information), Explanation (understanding).
53
+ 3. Audit existing documentation for outdated diagrams, broken code samples, and missing prerequisites.
54
+ 4. Establish documentation style guide: active voice, direct phrasing, clean markdown formatting.
55
+ 5. Draft documentation outline.
56
+
57
+ ### Phase 2: Architecture Diagrams & Visual Modeling
58
+ 1. Author C4 / sequence diagrams using Mermaid syntax embedded directly in markdown.
59
+ 2. Illustrate data flows, authentication handshakes, and component boundary interactions.
60
+ 3. Ensure diagram labels are concise, legible, and maintainable as pure text.
61
+ 4. Include high-level system topology and deployment infrastructure overviews.
62
+ 5. Review diagrams for technical accuracy.
63
+
64
+ ### Phase 3: Code Examples & Copy-Pasteable Runbooks
65
+ 1. Author complete, self-contained code samples (avoid non-compiling pseudo-code).
66
+ 2. Provide verified terminal commands with explicit prerequisites and expected output.
67
+ 3. Document all environment variables, configuration parameters, and default values.
68
+ 4. Include comprehensive error code reference table with troubleshooting remedies.
69
+ 5. Verify every code example by executing it against a live test environment.
70
+
71
+ ### Phase 4: Review, Accuracy Validation & Link Checking
72
+ 1. Run automated markdown linter (markdownlint) to enforce formatting consistency.
73
+ 2. Check for dead markdown links and broken anchor references.
74
+ 3. Verify that all code blocks specify valid language tags for syntax highlighting.
75
+ 4. Perform peer review with a domain engineer to validate factual accuracy.
76
+ 5. Ensure zero typos or outdated terminology.
77
+
78
+ ### Phase 5: Publication & Living Documentation Maintenance
79
+ 1. Publish documentation to repository docs directory or documentation site (Docusaurus / MkDocs).
80
+ 2. Update table of contents and root README index links.
81
+ 3. Set up automated doc-testing in CI to prevent code sample bitrot.
82
+ 4. Commit documentation changes to version control.
83
+ 5. Notify team of published documentation updates.
84
+
85
+ ## Code & Configuration Exemplars
86
+
87
+ ### Exemplar 1: Technical Documentation, Architecture Specs & API Reference Authoring Configuration & Specification
88
+ ```yaml
89
+ # System Architecture Specification
90
+ ## Component Overview
91
+ ```mermaid
92
+ graph TD
93
+ Client[Web Client] --> Gateway[API Gateway]
94
+ Gateway --> AuthService[Auth Service]
95
+ Gateway --> OrderService[Order Service]
96
+ OrderService --> DB[(PostgreSQL)]
97
+ ```
98
+ ### Communication Contracts
99
+ - Edge: HTTPS / RESTful JSON
100
+ - Internal: gRPC over HTTP/2 with mTLS
101
+ ```
102
+
103
+ ### Exemplar 2: Technical Documentation, Architecture Specs & API Reference Authoring TypeScript Type Contract
104
+ ```typescript
105
+ export interface DocumentationArtifact {
106
+ title: string;
107
+ category: 'tutorial' | 'how-to' | 'reference' | 'explanation';
108
+ targetAudience: 'developers' | 'architects' | 'operations' | 'end-users';
109
+ path: string;
110
+ lastReviewed: string;
111
+ }
112
+ ```
113
+
114
+ ## Edge Cases & Error Recovery Procedures
115
+
116
+ ### Scenario A: Validation Failure in Technical Documentation, Architecture Specs & API Reference Authoring
117
+ 1. **Diagnosis**: Static analysis, typechecking, or unit tests fail validation rules during execution.
118
+ 2. **Recovery Protocol**:
119
+ - Step 1: Inspect detailed error log output in test/build terminal.
120
+ - Step 2: Formulate targeted hypothesis and isolate failing line or assertion.
121
+ - Step 3: Implement surgical code fix and re-run verification suite.
122
+
123
+ ### Scenario B: Missing or Incompatible Dependency
124
+ 1. **Diagnosis**: Required toolchain binary or library dependency is missing from the environment.
125
+ 2. **Recovery Protocol**:
126
+ - Step 1: Verify `package.json` engine requirements and local environment versions.
127
+ - Step 2: Install required peer dependencies cleanly with lockfile sync.
128
+ - Step 3: Resume runbook from Phase 1.
129
+
130
+ ## Verification & Validation Checklist
131
+ - [ ] Frontmatter conforms strictly to `author: "agents-united"` and `version: "2.0.0"`.
132
+ - [ ] All 7 mandatory sections present with explicit headers.
133
+ - [ ] Step-by-Step Execution Runbook body contains >= 50 lines.
134
+ - [ ] Code exemplars provided with valid syntax fencing.
135
+ - [ ] Zero dummy placeholder strings or unpopulated template markers present.
136
+ - [ ] Project build, test suite, and doctor check pass 100% cleanly.
@@ -0,0 +1,27 @@
1
+ ---
2
+ name: technical-seo-audit
3
+ description: Technical SEO audits covering Core Web Vitals, crawl budget,
4
+ robots.txt directives, structured JSON-LD data, and indexing hygiene.
5
+ metadata:
6
+ author: Agents United SEO Group
7
+ version: 1.0.0
8
+ license: MIT
9
+ icon: ⚙️
10
+ disable-slash-command: true
11
+ ---
12
+
13
+ # Technical SEO Audit Playbook
14
+
15
+ ## Overview & Purpose
16
+ `technical-seo-audit` provides a rigorous testing and auditing methodology for web applications to achieve maximum search engine crawlability and indexability.
17
+
18
+ ## Core Directives & Standards
19
+ 1. **Robots.txt & Sitemap Validation** — Verify `robots.txt` disallows private routes while allowing Googlebot/Bingbot access to public assets.
20
+ 2. **Schema JSON-LD Verification** — Validate structured data against Schema.org standards (`SoftwareApplication`, `Product`, `Article`, `FAQPage`).
21
+ 3. **Core Web Vitals Thresholds** — Enforce LCP < 2.5s, CLS < 0.1, and INP < 200ms across all public entry points.
22
+ 4. **Header & Status Code Hygiene** — Ensure clean 200 OK responses, proper 301 permanent redirects, and no redirect chains > 1 hop.
23
+
24
+ ## Verification Checklist
25
+ - [ ] Valid JSON-LD structured data confirmed with Schema Validator.
26
+ - [ ] No indexing directives set to `noindex` on production-ready public pages.
27
+ - [ ] Canonical tags point strictly to self or canonical primary URL.
@@ -0,0 +1,40 @@
1
+ ---
2
+ name: telemetry-monitoring
3
+ description: Configures Prometheus metrics, Grafana dashboards, OpenTelemetry
4
+ distributed tracing, log aggregation, and SLO/SLA alert thresholds.
5
+ metadata:
6
+ author: Agents United Core Team
7
+ version: 1.0.0
8
+ source: https://github.com/NeoAnthropocene/agents-united
9
+ icon: 📊
10
+ disable-slash-command: true
11
+ ---
12
+
13
+ # Telemetry & Observability Playbook
14
+
15
+ ## Overview & Purpose
16
+ `telemetry-monitoring` provides systemic guidance for instrumenting application services with observability metrics, structured logging, distributed tracing, and alert monitoring.
17
+
18
+ ## Rules & Constraints
19
+ 1. **Focus alerts on SLO symptoms** (high error rate, tail latency) rather than noisy transient metrics.
20
+ 2. **Enforce structured JSON logging** with standard fields (`timestamp`, `level`, `trace_id`, `service`, `message`).
21
+ 3. **Inject OpenTelemetry context propagation** headers (`traceparent`) across RPC / HTTP calls.
22
+ 4. **Define explicit metric buckets** for histograms (HTTP response latency in ms).
23
+
24
+ ## Step-by-Step Execution Runbook
25
+
26
+ ### Phase 1 — Instrumentation Setup
27
+ - Add Prometheus client metrics (`counter`, `gauge`, `histogram`) to core API endpoints.
28
+ - Configure OpenTelemetry SDK exporter for distributed tracing.
29
+
30
+ ### Phase 2 — Dashboard & Alert Rules
31
+ - Author Grafana dashboard JSON configuration files covering RED metrics (Rate, Errors, Duration).
32
+ - Define Prometheus Alertmanager rules for p99 latency spikes and 5xx error rate thresholds.
33
+
34
+ ### Phase 3 — Verification
35
+ - Validate log JSON schema parsing and trace propagation across microservice boundaries.
36
+
37
+ ## Verification Checklist
38
+ - [ ] Prometheus metrics endpoint (`/metrics`) returns valid exposition format.
39
+ - [ ] Distributed tracing headers properly injected.
40
+ - [ ] Alerting thresholds aligned with SLO targets.