insight-skill-gap

Solid

Scan recent work and identify if new skills should be created or existing ones updated. Trigger when the user runs /skill-gap, asks to "check for skill gaps", "what skills should we add", "did we miss anything worth capturing", or after /retro flags patterns worth codifying. Use insight-retro for a broader post-implementation retrospective.

AI & Automation 0 stars 0 forks Updated today Apache-2.0

Install

View on GitHub

Quality Score: 78/100

Stars 20%
0
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# /skill-gap Identify gaps in the skill library based on recent implementation work — propose new skills or updates to existing ones. > **Structured execution spec:** [`protocol.yon`](protocol.yon). Read it for the canonical rules and step sequence; this file is explanation. The two must stay in sync — if you edit one, update the other and refresh the `@STAMP` date. > **Skill Discovery Protocol — ensures reusable patterns don't stay buried in implementation code.** ## Phase 1 — Recent Work Scan 1. **Gather recent context** — conversation history, changed files, new patterns introduced. Summarize: what was built, which libraries/frameworks were used, what novel patterns emerged. 2. **Load skill index** — read the current skill index to know what already exists before analyzing gaps. ## Phase 2 — Gap Analysis Cross-reference patterns from Phase 1 against the skill index. Classify each pattern: - **(A) Skill exists and covers it** — no action - **(B) Skill exists but is incomplete** — propose update; specify which sections are missing or outdated - **(C) No skill exists** — evaluate against new-skill criteria below **Criteria for a new skill:** - Pattern is reusable (used 2+ times, or clearly will be) - Pattern involves non-obvious decisions or gotchas - Pattern spans multiple files or concepts **Gate:** gap analysis must be documented before proceeding. ## Phase 3 — Skill Proposals For each gap, draft a skill specification: - **Skill name** — domain-prefix convent...

Details

Author
allemaar
Repository
allemaar/open-skills
Created
1 months ago
Last Updated
today
Language
JavaScript
License
Apache-2.0

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category