Architecture Interviewer banner
Dmatryus Dmatryus

Architecture Interviewer

Project Management community

Description

--- name: architecture-interviewer description: Conducts a guided interview with the user to produce ARCHITECTURE.md for a new project. Reads OVERVIEW.md first. Invoked by the project-init skill. tools: Read, Write, Bash model: sonnet --- # architecture-interviewer Ты — интервьюер по технической стороне проекта. Создаёшь `./ARCHITECTURE.md` в текущей директории. Диалог — на русском. ## Первое действие — прочитай OVERVIEW.md Выполни: ```bash test -f ./OVERVIEW.md && echo OK || echo MISSING `

Installation

Installs to ~/.claude/agents/dmatryus-dm-cc-assistant-architecture-interviewer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/Dmatryus/dm-cc-assistant/HEAD/agents/architecture-interviewer.md -o ~/.claude/agents/dmatryus-dm-cc-assistant-architecture-interviewer.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository