รุ่นปัจจุบัน: v2.0.0 — Knowledge-Graph-Assisted Architecture Passes Cognitive framework ที่เปลี่ยน AI agents ให้เป็น senior architects — evidence-first system understanding, honest uncertainty mapping, architecture debt and convention assessment,
FAQ
senior-architect-agent is a Claude Code plugin with 1 hand-picked skill for development work, indexed on Flowy. Install it with the command on its page. It includes senior-architect-agent. Its skills do not fire on their own yet. Request auto-invocation to have Flowy route them as you prompt. Free and open source.
$ npx -y skills add aetox-skills/senior-architect-agent --agent claude-code
รุ่นปัจจุบัน: v2.0.0 — Knowledge-Graph-Assisted Architecture Passes
Cognitive framework ที่เปลี่ยน AI agents ให้เป็น senior architects — evidence-first system understanding, honest uncertainty mapping, architecture debt and convention assessment, knowledge-graph-assisted dependency mapping, impact and blast radius analysis, และ architecture reasoning ก่อนลงมือ
Skill นี้บังคับให้ agent inspect, map, assess, document, validate, และรายงานระบบที่มีอยู่จริง ก่อนเสนอการเปลี่ยนแปลงสถาปัตยกรรม โดยเริ่มจาก smallest safe architecture pass เสมอ
Intake → Inspect → Classify → Question → Map → Assess → Document → Validate → Report
เลือก smallest safe pass:
| Mode | เมื่อไหร่ | Output |
|---|---|---|
| Scan | งาน bounded, exploratory, low-risk | 1 compact architecture note |
| Focus | 1 module, workflow, หรือ boundary ที่ชัดเจน | 1-3 artifacts |
| Full | Whole-system, handoff, 3+ modules interacting, persistence, security, integrations | Full output package |
เริ่มที่ Scan เสมอ — เลื่อนขึ้นเมื่อ scope, evidence, risk, หรือ handoff needs ต้องการ โดยต้องมี trigger + evidence + risk statement
| ใช้ ✅ | ไม่ใช้ ❌ |
|---|---|
| Agent ต้อง map existing codebase หรือระบบซอฟต์แวร์ | งานเป็นไอเดียดิบล้วนๆ — ใช้ $idea-to-architecture-agent แทน |
| ต้องการหา architecture debt, convention drift, boundary violations, flow conflicts | แค่ implementation fix เล็กๆ ที่ไม่มีผลต่อสถาปัตยกรรม |
| ทีมต้องการ module maps, Mermaid diagrams, handoff notes | Output จะกลายเป็น decorative documentation |
| review การเปลี่ยนแปลงสถาปัตยกรรมก่อน approve |
Direct/Inferred) — file reading ชนะเมื่อ graph ขัดแย้ง| Skill | ใช้เมื่อ |
|---|---|
senior-architect-agent (นี้) | ระบบที่มีอยู่, existing + proposed changes, architecture review, handoff |
$idea-to-architecture-agent | ไอเดียดิบ, product concept, feature request, เป้าหมายธุรกิจที่ยังไม่มี implementation |
$idea-to-architecture-agentrules/assessment-rules.md, templates/debt-register.mdดูทั้งหมดใน CHANGELOG.md
examples/basic-web-app/output/
├── architecture-overview.md
├── system-boundary.md
├── module-map.md
├── data-flow.md
├── workflow-map.md
├── file-responsibility-map.md
├── debt-register.md
├── risk-register.md
├── diagram.mmd / diagram.svg
├── open-questions.md
└── ai-agent-notes.md
senior-architect-agent/
├── README.md / SKILL.md / INSTALL.md / CHANGELOG.md / LICENSE
├── assets/visuals/ # infographic, workflow GIF, Mermaid source
├── scripts/ # build tooling (build_core_flow_gif.py)
├── agents/ # interface metadata (openai.yaml)
├── adapters/ # AGENTS.example.md
├── docs/ # philosophy, workflow, output-spec, diagram-guidelines, model-requirements, anti-patterns
├── rules/ # 7 rule files (inspection, question, assessment, documentation, diagram, anti-overengineering, agent-handoff)
├── templates/ # 11 output templates
└── examples/ # basic-web-app output
ต้องการ long context (128K+ ปกติ, 200K+ สำหรับ multi-service) และ instruction following ที่แข็งแรง 32K พอสำหรับ Scan Mode
ดู INSTALL.md สำหรับ Codex, Claude Code, Antigravity, AGENTS.md, และ manual
aetox-skills/senior-architect-agent
MIT
adapters/
agents-md/
AGENTS.example.md
agents/
openai.yaml
assets/
visuals/
01_core_workflow.mmd
from_powerful_models_to_elite_architects.png
senior_architect_agent_core_flow.gif
senior_architect_agent_workflow_infographic.png
CHANGELOG.md
docs/
anti-patterns.md
diagram-guidelines.md
model-requirements.md
output-spec.md
philosophy.md
project-core-th-final.md
question-framework.md
workflow.md
examples/
basic-web-app/
input-context.md
output/
ai-agent-notes.md
architecture-overview.md
data-flow.md
debt-register.md
diagram.mmd
diagram.svg
file-responsibility-map.md
module-map.md
open-questions.md
risk-register.md
system-boundary.md
workflow-map.md
INSTALL.md
LICENSE
README.md
rules/
agent-handoff-rules.md
anti-overengineering-rules.md
assessment-rules.md
diagram-rules.md
documentation-rules.md
inspection-rules.md
question-rules.md
scripts/
build_core_flow_gif.py
SKILL.md
templates/
ai-agent-notes.md
architecture-overview.md
data-flow.md
debt-register.md
decision-record.md
file-responsibility-map.md
module-map.md
open-questions.md
risk-register.md
system-boundary.md
workflow-map.md© 2026 Flowy · Free and open source
Built for Claude Code · Not affiliated with Anthropic