study8677 / architecture-copilot
Public🧭 给 Claude Code / Cursor / Codex 用的『架构副驾』skill —— 开新项目时用持续深度提问引导你在写代码前想清楚架构(产出架构图 / ADR / 演进路线)。知识源自 awesome-architecture。中英双语。
Architecture Copilot is a guidance skill that transforms AI coding assistants into thoughtful design partners. Instead of immediately writing code, it asks a series of structured questions about your intended system — covering scope, scale, trade-offs, and key decisions — until the right architecture emerges through conversation. The tool outputs a simple architecture diagram, a data model, decision records, bottleneck warnings, and an evolution path. It integrates with Claude Code, Cursor, and OpenAI Codex by adding a simple instruction file to your project.
How It Works
You hear about a tool that helps you think through your software design before writing any code, by asking questions instead of jumping into implementation.
You place a simple instruction file into your AI coding tool so it knows to ask questions before writing code.
You tell your AI assistant what kind of app or system you want to create, like a multiplayer to-do list or an online store.
Your AI assistant asks you one focused question after another about who uses it, what it won't do, how many people use it at once, and what happens when things go wrong.
You explore solutions for handling simultaneous edits, like when two people change the same item at once
You skip real-time collaboration for now, keeping the first version simpler and faster to build
By the end, you get a clear picture of your system: a simple diagram, a list of key decisions made, and warnings about where things might get tricky as you grow.
You now have a clear blueprint and a shared understanding of your system's design, so you can start writing code with fewer surprises down the road.
Star Growth
Repurpose is a Pro feature
Generate ready-to-use prompts for X threads, LinkedIn posts, blog posts, YouTube scripts, and more -- with full repo context baked in.
Unlock RepurposeSimilar repos coming soon.