What problem does it solve? Teams using LiveSpec commands lack visibility into which lifecycle hooks run before or after each command, and have no guided way to add custom hooks at global, project, or local scope. ## Core Features & Use Cases - Hook Diagnostics: Scan global, project, and local hook directories plus user integrations, then display the resolved before/after chain with extend or override modes. - Hook Creation: Generate hook files with YAML frontmatter templates, template variables, and automatic .gitignore handling for local hooks. - Hook Editing: Show existing hook content and apply user-directed modifications. - Use Case: A developer wants to inject PCI-DSS compliance checks before every /spec-plan run, so they create a project-level before-plan hook and verify the resolution chain with the verbose diagnostic view. ## Quick Start Ask the AI to run /spec-hooks plan to show the active before and after hooks for the plan command.