---
name: add-category
description: User adds a new category to the life wiki, update the vault structure and wiki pages accordingly.
user-invocable: true
---

### Add new category to the wiki

1. Ask users about what kind of information will be housed within this category to come up with an accurate name for the category
2. Check if other existing categories could fit.
   - If so, suggest updating information within those categories instead.
   - If not, proceed with creating the new category.
3. Update the wiki structure and relevant files like `wiki/index.md` and possibly `CLAUDE.md` to reflect the change.
4. Use /update-log skill to update logs accordingly
5. Continue to use /update-category skill to populate the new category with information as needed.