What problem does it solve?
IWE customizations and extension points are scattered and hard to discover, which makes it difficult to know what can be customized, which hooks run, and which parameters have been changed. This Skill centralizes visibility of extension hooks, installed extension files, and overridden parameters so users can confidently extend and maintain their Intellectual Work Environment.
Core Features & Use Cases
- Catalog extension points: Lists available protocol hooks and the filenames expected in the extensions/ directory.
- Inspect workspace customizations: Shows installed extension files and current params.yaml overrides so users can audit changes.
- Create and install extensions: Guides creation of new extension markdown hooks or installing third-party extension bundles and explains filename ordering for hook execution.
- Use Case: Add a day-open.before hook to run a custom morning checklist, verify installed day-close.after extensions, or install a bundle of productivity extensions.
Quick Start
Run /extend with no arguments to list all extension points and show currently installed extension files and changed parameters.