Analyzing Business Logic Gaps
Systematic 10-category checklist for finding gaps and ambiguity in business logic docs before implementation.
Test report
- Verdict
- Tested · Works
- Score
- Tested
- Jul 15, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Aug 10, 2026 · 1180571
Ran it against a deliberately underspecified subscription-upgrade BL doc: the checklist surfaced a genuine race condition baseline review missed (user cancels the instant payment succeeds) plus the vague 'refunds if appropriate' billing rule, and returned both in a severity-ranked table with concrete proposed rules rather than a loose bullet list.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 5/5
- Triggers reliably 5/5
- Output vs. baseline 9/10
- Docs & honesty 5/5
What Analyzing Business Logic Gaps does
Runs a structured gap-detection pass over a business logic document, checking entry/exit conditions, state machines, billing timing, retries, concurrency, terminology, and actor ownership, then outputs a severity-ranked markdown report with concrete recommended fixes. Triggers when reviewing BL quality, hardening requirements, or preparing a spec for implementation.
How to install Analyzing Business Logic Gaps
git clone https://github.com/meirm/reverse-engineering-skill
cd reverse-engineering-skill
mkdir -p ~/.claude/skills
cp -r .claude/skills/analyze-business-logic-gaps ~/.claude/skills/analyzing-business-logic-gaps
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger Analyzing Business Logic Gaps
-
/analyzing-business-logic-gapsSystematic 10-category checklist for finding gaps and ambiguity in business logic docs before implementation.
It also activates on plain-language prompts like these:
-
Review this subscription upgrade spec for missing edge cases -
Find the gaps in my billing logic doc before we build it -
Check this business rules doc for race conditions and ambiguity
Frequently asked questions
- Is the Analyzing Business Logic Gaps skill free?
- Yes. The skill itself is free from meirm/reverse-engineering-skill. SkillProof publishes the install command and an independent test verdict at no cost.
- Does Analyzing Business Logic Gaps work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 15, 2026. Verdict: Tested · Works. Ran it against a deliberately underspecified subscription-upgrade BL doc: the checklist surfaced a genuine race condition baseline review missed (user cancels the instant payment succeeds) plus the vague 'refunds if appropriate' billing rule, and returned both in a severity-ranked table with concrete proposed rules rather than a loose bullet list.
- What is the Analyzing Business Logic Gaps SkillProof Score?
- 9.6/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 9/10, docs & honesty 5/5.
- How do I install Analyzing Business Logic Gaps?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use Analyzing Business Logic Gaps with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.