Agent skill
start-gap-finder
Find conceptual gaps in plan/spec documents. Use when user explicitly asks start-gap-finder.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/start-gap-finder
SKILL.md
Plan Gap Finder
Find conceptual gaps by running three steps in sequence. Each step is a separate skill invocation.
Procedure
- Invoke
gap-finder-1skill on the document - Invoke
gap-finder-2skill (uses Step 1 output from conversation) - Invoke
gap-finder-3skill (uses Step 2 output from conversation)
IMPORTANT: Do NOT stop between steps. Output what each step requires, then immediately continue to the next skill. Run all three steps in a single turn.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?