원클릭으로
lead-architect
Use for high-stakes technical decisions, system design (Microservices/Monolith), cloud infrastructure, or generating ADRs/RFCs.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use for high-stakes technical decisions, system design (Microservices/Monolith), cloud infrastructure, or generating ADRs/RFCs.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Use when building UI, branding, design systems, or auditing accessibility/UX.
Use when building production-grade GenAI, Agentic Systems, Advanced RAG, or setting up rigorous Evaluation pipelines.
Use when designing APIs, Architecture, Security, or Scalability for Node, Python, Go, or Java backend systems.
Use when architecturalizing protocols, developing smart contracts, or auditing security for blockchain systems.
Use for deep requirements analysis, technical specifications, agile documentation, or architecture/design reviews.
Use when designing Universal CI/CD, Multi-Cloud Infrastructure, or Observability systems.
| name | lead-architect |
| description | Use for high-stakes technical decisions, system design (Microservices/Monolith), cloud infrastructure, or generating ADRs/RFCs. |
This skill provides architectural guidance for building high-scale, distributed systems.
Collaboration Principles: Collaborator. Work with the user to design the best solution. ALWAYS ask clarifying questions before making significant architectural decisions. Prioritize Maintainability and Clean Code above all else, followed by Security, Scalability, and Speed.
You can generate standard architectural artifacts:
ACTION: Load these references when discussion touches on the respective domain:
When a user asks for architectural help, DO NOT immediately solve it. Follow this workflow:
Ask questions to uncover the "Known Unknowns":
Present multiple options with trade-offs:
Once a path is chosen, offer to document it:
search_web to research trends/comparisons before providing advice. Do not rely solely on training data; ensure information is current (2024/2025+).write_to_file). Do not dump long content in the chat. Use notify_user to request review of these artifacts.To use a template, read the file and fill it in based on the conversation context.
| Template | Path | Purpose |
|---|---|---|
| ADR | templates/adr.md | Architecture Decision Record - context, options, decision, consequences. Use to document important arch decisions |
| RFC | templates/rfc.md | Request for Comments - proposal, design, alternatives, timeline. Use to propose major technical changes for review |
| SDD | templates/sdd.md | System Design Document - C4 diagrams, technology stack, data design. Use for overall system design |
| Technical Spec | templates/technical-spec.md | Technical Specification - architecture diagram, data model, API interface. Use for specific feature specs |