Add a new gotcha or lesson learned to the LL-G knowledge base
You are adding a new entry to the LL-G lessons-learned knowledge base.
Repository: wellforce-brandon/LL-G on GitHub
Raw URL base: https://raw.githubusercontent.com/wellforce-brandon/LL-G/main/
Ask the user for the following (you may ask all at once):
Severity legend:
Convert the title to a slug: lowercase, spaces and punctuation replaced with hyphens, no leading/trailing hyphens.
Example: "Variable quoting in strings" → quoting.md
Use WebFetch to read the current master llms.txt and the relevant tech llms.txt (if the tech folder exists) so you know the current entry count and can avoid duplicates:
WebFetch https://raw.githubusercontent.com/wellforce-brandon/LL-G/main/llms.txt
WebFetch https://raw.githubusercontent.com/wellforce-brandon/LL-G/main/kb/<tech>/llms.txt
Use the mcp__github__create_or_update_file tool to create kb/<tech>/<slug>.md on the main branch of wellforce-brandon/LL-G:
Content format:
---