architect

仓库创建 2026年7月25日最近提交 4 天前SkillHot 收录 3 天前
这个 Skill 做什么

把 PRD 里的产品需求变成可执行的技术架构和编码规范,产出 architecture.md 和 standards.md,并可选性地搭建初始工程骨架。用在项目启动阶段,最好在 /start 之后、/features 和 /design 之前,让团队在开发前就把技术栈和边界定清楚。会检查仓库判断是新项目还是已有代码,并通过技术问题帮助你选栈和划分责任。

▸ 展开 SKILL.md 英文原文

Turn the PRD into a technical architecture and coding standards by asking technical questions, then write architecture.md and standards.md, and optionally scaffold the initial project structure. Use after /start, before or alongside /features and /design.

0
Stars
0
Forks
5
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/bjoxiah/buildloop/main/skills/architect/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/bjoxiah/buildloop/main/skills/architect/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Architect: Decide the stack, document it, optionally scaffold

## Preconditions

Look for `docs/PRD.md`. If it doesn't exist, tell the user this works best
after `/start`, but you can proceed with a short version: ask what the
product is and who it's for before moving on to technical questions.

## 0. Determine greenfield vs. existing codebase

Check the actual repo, don't just ask: is there already substantial
application code (a `src/`/`app/` with real logic, a populated
`package.json`, etc.), as opposed to only the artifacts this toolkit
creates (`AGENTS.md`, `CLAUDE.md`, `docs/`, `.agent/`, `.claude/`)?

- **Existing codebase:** this is a documentation pass, not a stack
  decision. Rea
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有