What problem does it solve?
When fixing or improving application code, it is easy to accidentally alter or break existing documented business rules and edge cases without realizing it, leading to unexpected user-facing behavior and costly rework.
Core Features & Use Cases
- Documented Logic Guard Layer: Checks planned code changes against existing business logic documentation (either the AI-default retrieval index or human-readable narrative doc) to catch conflicts before commit.
- Behavior Break Flagging: Explicitly flags any change that would alter, remove, or contradict documented business behavior or edge cases, so you can preserve intended functionality or update the documentation in the same change.
- Use Case: If you are fixing a bug in a rental marketplace app that has documented rules for late fee calculations, this skill will verify your fix does not accidentally change those fee rules before you deploy the change.
Quick Start
Run the business-logic-guardian skill when you are working on a fix or improvement that touches business behavior for an app that has an existing documented business logic file in its docs folder.