fix: consolidate compound-docs into ce-compound skill (#390)

This commit is contained in:
Trevin Chow
2026-03-26 11:41:19 -07:00
committed by GitHub
parent eb9084b5bd
commit daddb7d72f
17 changed files with 494 additions and 917 deletions

View File

@@ -0,0 +1,37 @@
---
title: [Clear problem title]
date: [YYYY-MM-DD]
category: [docs/solutions subdirectory]
module: [Module or area]
problem_type: [schema enum]
component: [schema enum]
symptoms:
- [Observable symptom 1]
root_cause: [schema enum]
resolution_type: [schema enum]
severity: [schema enum]
tags: [keyword-one, keyword-two]
---
# [Clear problem title]
## Problem
[1-2 sentence description of the issue and user-visible impact]
## Symptoms
- [Observable symptom or error]
## What Didn't Work
- [Attempted fix and why it failed]
## Solution
[The fix that worked, including code snippets when useful]
## Why This Works
[Root cause explanation and why the fix addresses it]
## Prevention
- [Concrete practice, test, or guardrail]
## Related Issues
- [Related docs or issues, if any]