meirm/reverse-engineering-skill — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a reusable Claude skill pack that helps teams understand business logic from an existing codebase and turn it into useful BDD style docs.

I want it to work in any project, not just one app. The user should be able to set up a simple project config with where business logic docs go, what domain words mean, and where to look in the code. Then they can ask for things like extract the rules for checkout, validate those rules against the code, find missing or unclear logic, make the rules more precise, create Given When Then acceptance criteria, and generate tests from the rules.

Please include friendly slash commands, a coordinating agent that can run the full workflow step by step, and clear docs for beginners. Store outputs in organized folders like current, proposal, under development, and historical, with categories such as endpoints, models, workflows, and billing.

Keep it practical, readable, and easy to copy into another repo. Look up current Claude skill docs online if needed.

Want more depth? Deep Reverse