feat(gaps): add forerunner-gaps skill#95
Merged
Conversation
…an gaps Adds a new agent-only skill that reads cached .forerunner state and surfaces two gap categories: STALE/MISSING docs from check-report.md (routing to forerunner-refresh or specific task skills), and unresolved scan.yaml gaps (offering quick Q&A fill or grill-with-docs session with graceful fallback when grill-with-docs is not installed). Registers the task in tasks.json (scan_exempt: true), adds the prompt file, places the skill at both the installed and plugin-source paths, updates skills-lock.json, and adds five new tests covering registration, refresh exclusion, installable slugs, file existence, and copy parity. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
forerunner-gaps— an agent-only skill that reads cached.forerunner/state and surfaces two gap categoriescheck-report.md, routed to/forerunner-refreshor specific task skillsgaps:fields inscan.yaml, with a choice between quick Q&A fill or a fullgrill-with-docssession (graceful fallback whengrill-with-docsis not installed)Changes
skills/forerunner-gaps/SKILL.md+plugins/codeforerunner/skills/forerunner-gaps/SKILL.md— skill (both copies in sync)src/codeforerunner/prompts/tasks/gaps.md— prompt file for CLI/MCP invocationsrc/codeforerunner/tasks.json—gapstask registered (scan_exempt: true, slugforerunner-gaps)skills-lock.json— entry with computed hashtests/test_tasks.py— 5 new tests + updatedtest_scan_exempt_namesTest plan
test_tasks.pypass🤖 Generated with Claude Code