Home / nelson820125 / iforgeai · zh-CN/copilot/skills/architect/SKILL.md · GitHub

architect skillA

architect is agent-read markdown (skill) from nelson820125/iforgeai: 软件架构师角色技能。当需要进行架构设计、技术方案评估、架构影响分析、代码Review,或需要将产品需求转化为逻辑架构设计时使用。关键词:架构设计、技术方案、模块划分、风险分析、代码Review、逻辑架构、非功能性分析。.

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

## 角色
你是一名资深AI软件架构师(Solution / Software Architect),主要任务根据产品经理输出的详细需求和功能列表,结合现在项目的结构,从技术设计角度完成新需求功能开发的架构设计以及开发技术标准,具备以下背景:
- 10+ 年企业级系统设计经验
- 熟悉工业软件(APS / MES / PLM / 项目管理系统)
- 同时理解业务目标与工程现实

你不是:
- 需求分析师
- UI设计师,不参与任何UI设计工作
- 纯技术专家(只关注一项技术)
- 前端/后端工程师,不参与任何编写代码的开发工作

你是:
**系统整体稳定性、扩展性、复杂度成本的最终守门人**

## 工作目录约定
> 所有文件路径均相对于**当前项目工作区根目录**,`.ai/` 目录属于项目级,不跨项目共享。
>
> ```
> {项目根目录}/
> └── .ai/
>     ├── context/     # 项目级约束与上下文(长期稳定,手动维护)
>     ├── temp/        # 本次迭代中间产物(各 Agent 写入,可覆盖)
>     ├── records/     # 各角色工作日志(追加归档)
>     └── reports/     # 评审与测试报告(按版本归档)
> ```

## 路径解析规则

读取 `.ai/context/workflow-config.md` 中的 `delivery_mode`:

| `delivery_mode` | Temp 路径 | Reports 路径 |
|---|---|---|
| `standard` 或缺省 | `.ai/temp/` | `.ai/reports/` |
| `scrum` | `.ai/{current_version}/{current_sprint}/temp/` | `.ai/{current_version}/{current_sprint}/reports/` |

**独立调用时:** 若 `delivery_mode` 为 `scrum` 但 `current_version` 或 `current_sprint` 缺失,应主动询问用户指定版本和 Sprint,再继续执行。

## 职责
1. 架构完整性
  - 评估新需求对现有系统的结构性影响
  - 防止局部最优破坏整体结构
  - 保证系统在未来2-5年可以继续扩展
2. 方案级拆解
  - 将产品需求拆解为:
    - 逻辑子系统
    - 核心领域
    - 关键技术能力
  **你不输出代码级拆解,只停留在架构层**
3. 技术风险识别
  - 识别:
    - 性能瓶颈
    - 数据一致性风险
    - 扩展性与维护风险
…

Read the whole file at its exact version.

How to install

Latest version
mdr add nelson820125/iforgeai/architect@git:20260326.b820307
Exact content
mdr add nelson820125/iforgeai/architect@sha256:2209dec3c585760c

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_t5jnm2seuxj4qkff.svg)](https://markdownregistry.com/a/art_t5jnm2seuxj4qkff)

0 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260326.b820307 latest2026-03-26 b820307 7,118 BA view

Audit of the latest version

A  17 of 17 checks passed. Deterministic, no model, same answer every run.
  • pass: Frontmatter block present
  • pass: Frontmatter declares a name
  • pass: Frontmatter declares a description
  • pass: Size between 200 bytes and 200 KB (7118 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

nelson820125/iforgeai · 8 stars · license MIT · pushed 2026-09-24 · branch master

API

GET https://markdownregistry.com/api/v1/artifacts/art_t5jnm2seuxj4qkff
GET https://markdownregistry.com/api/v1/resolve?ref=nelson820125/iforgeai/architect
GET https://markdownregistry.com/api/v1/blob/2209dec3c585760c748f3e38f963eec11c11aaa9a5da0165227aed6259502a77

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from nelson820125/iforgeai

CLAUDE.md@claude-code claude
nelson820125/iforgeai · claude-code/CLAUDE.md
git:20260410.f993f6d · audit B · 8 stars
AGENTS.md@codex agents
nelson820125/iforgeai · codex/AGENTS.md
git:20260410.f993f6d · audit B · 8 stars
architect skill
nelson820125/iforgeai · copilot/skills/architect/SKILL.md · Software Architect role skill. Use when you need to design architecture, evaluate technical solutions, analyse…
git:20260326.b820307 · audit A · 8 stars
dba-designer skill
nelson820125/iforgeai · copilot/skills/dba-designer/SKILL.md · Database Architect / DBA role skill. Use when you need to design database schemas, performance strategies, security…
git:20260326.b820307 · audit A · 8 stars
devops-engineer skill
nelson820125/iforgeai · copilot/skills/devops-engineer/SKILL.md · DevOps Engineer role skill. Use when you need to produce a deployment guide, define release runbooks, plan…
git:20260327.83462bd · audit A · 8 stars
dotnet-engineer skill
nelson820125/iforgeai · copilot/skills/dotnet-engineer/SKILL.md · .NET Backend Engineer role skill. Use when you need to implement .NET/C# backend features, API endpoints, database…
git:20260326.b820307 · audit A · 8 stars
frontend-engineer skill
nelson820125/iforgeai · copilot/skills/frontend-engineer/SKILL.md · Frontend Engineer role skill. Use when you need to implement frontend features based on product requirements, UI design…
git:20260410.f993f6d · audit A · 8 stars
java-engineer skill
nelson820125/iforgeai · copilot/skills/java-engineer/SKILL.md · Java Backend Engineer role skill. Use when you need to implement Java/Spring Boot backend features, REST APIs…
git:20260410.f993f6d · audit A · 8 stars
plan skill
nelson820125/iforgeai · copilot/skills/plan/SKILL.md · Technical Plan role skill (P5b). Use when you need to produce a concrete, file-level implementation plan that bridges…
git:20260410.f993f6d · audit A · 8 stars
product-manager skill
nelson820125/iforgeai · copilot/skills/product-manager/SKILL.md · Product Manager / Requirements Analyst role skill. Use when you need to model requirements, produce structured output…
git:20260326.b820307 · audit A · 8 stars
project-manager skill
nelson820125/iforgeai · copilot/skills/project-manager/SKILL.md · Project Manager role skill. Use when you need to break down tasks, define a WBS, manage dependencies, control delivery…
git:20260326.b820307 · audit A · 8 stars
python-engineer skill
nelson820125/iforgeai · copilot/skills/python-engineer/SKILL.md · Python Backend Engineer role skill. Use when you need to implement Python backend features, async REST APIs, data…
git:20260410.f993f6d · audit A · 8 stars

Every file in nelson820125/iforgeai

Other files named architect

architect skill
cursor/plugins · pstack/skills/architect/SKILL.md · Sketch types, signatures, and module structure before code, then stay in the loop while implementation fills in. Use…
git:20260923.12d587d · audit A · 8,499 stars
architect skill
sipyourdrink-ltd/bernstein · templates/skills/architect/SKILL.md · System design - module boundaries, API contracts, ADRs.
git:20260521.b455a7c · audit A · 1,263 stars
architect skill
sethgammon/citadel · skills/architect/SKILL.md · Given a PRD, produces an implementation architecture: file tree, component breakdown, data model, and a phased build…
git:20260611.0f3f8e7 · audit A · 923 stars
architect skill
michael-denyer/pstack-claude · plugins/pstack/skills/architect/SKILL.md · Sketch types, signatures, and module structure before code, then stay in the loop while implementation fills in. Use…
git:20260917.430a4f5 · audit A · 553 stars
architect skill
aiskillstore/marketplace · skills/0xsero/architect/SKILL.md · Design systems, plan implementations, review architecture decisions - Use when you need to plan a complex feature…
git:20260113.222b7de · audit A · 427 stars
architect skill
backnotprop/pstack · skills/architect/SKILL.md · Sketch types, signatures, and module structure before code, then stay in the loop while implementation fills in. Use…
git:20260914.55bfdc2 · audit A · 418 stars
architect skill
antonbabenko/deliberation · plugins/deliberation/skills/architect/SKILL.md · System design, tradeoffs, and complex technical decisions.
git:20260602.ba5b5ba · audit A · 161 stars
architect skill
simota/agent-skills · architect/SKILL.md · Designing new skill agents via gap analysis, overlap detection, SKILL.md + reference generation, and Nexus integration…
git:20260917.965f4f9 · audit A · 80 stars

Browse by kind, by grade A, or by owner.