Jithnkn/project-architecture ? reverse-engineered prompt
Reverse engineered prompt
Build me a Claude Code skill that helps me turn a new project idea into a sensible architecture before any code gets written.
It should ask enough questions to figure out the scope, then decide whether the project should start as a single service or a modular monolith, and whether it is full stack, backend only, or frontend only. Based on that, it should suggest the right folder structure, avoiding pointless folders for parts the project does not actually have.
I want it to draft the project overview and architecture docs, create the right AGENT context files, and show me the full plan first so I can approve it before anything is scaffolded. Keep the guidance practical and easy to follow, with the reasoning visible so I can override it if needed.
Look at the existing docs and templates in the repo and use them as the source of truth. If you need to check current Claude Code skill docs or best practices, look them up online first.
Are you gonna build this?
make sure you review the code using coderabbit