Specs Overview Generator Generate a file that catalogues all feature specs in the project's directory. This skill can create the file from scratch or fully regenerate it. Prerequisites - A directory must exist in the project root - At least one spec subdirectory must exist with spec files (requirements.md, smolspec.md, design.md, plan.md, etc.) Process 1. Discover Specs - List all subdirectories under - Exclude (bug-specific specs are tracked separately) - For each directory, collect: - Directory name (used as the spec identifier) - Display name (derived from directory name: kebab-case to Tit…