Architor: Open-Source Tool for Phase-Gated Architecture Workflows with Claude Code

Architor is an open-source tool that transforms Claude Code into a phase-gated architecture assistant for structured engineering workflows. Instead of jumping directly from requirements to coding, it guides users through a systematic system design process.
Key Features
The tool structures the workflow into four distinct architecture phases:
- Requirement evaluation
- Architecture decisions (patterns, components, cross-cutting concerns)
- Component design (one by one, without losing track)
- Architecture validation and documentation
One critical feature is persistent architecture memory. Architor maintains decision tracking, phase progress, and design artifacts within an .arch workspace. This addresses the common problem in AI-driven workflows where conversations lose context and design reasoning disappears over time.
Each step in the process requires explicit acceptance from the user, and the reasoning behind decisions is systematically logged. This creates traceable, reviewable architecture decisions suitable for enterprise-grade development workflows.
The tool is available on GitHub at https://github.com/AhmedHabiba/architor and is designed for developers using Claude Code for engineering workflows who need more structured approaches to system architecture.
📖 Read the full source: r/ClaudeAI
👀 See Also

Mymir: An Open-Source Project Graph for Coding Agents via MCP
Mymir gives agents a graph-based project map with dependencies, decisions, acceptance criteria, and previous execution notes, delivered via MCP to avoid re-explaining state across sessions.

Measuring Claude Code MCP Stack: Cache Friendliness vs. Byte Savings, and a 2-Line Fix for Prompt Cache
Greg Shevchenko benchmarks MCP compressors and retrieval layers on two axes: byte savings and cache friendliness. A 2-line fix (sort rg hits, sort map entries) boosts cache from ~0% to 100% with no byte-savings loss. Open-source harness included.

Conduid: Trust Infrastructure Layer for MCP Servers Built with Claude
Conduid indexes over 25,000 MCP servers across GitHub, npm, PyPI, and major directories, scoring each 0-100 based on GitHub activity, security posture, documentation quality, and maintenance signals. The entire codebase was written with Claude by a solo founder.

Context Mode MCP Server Cuts Claude Code Context Usage by 98%
Context Mode is an MCP server that reduces Claude Code context consumption from 315 KB to 5.4 KB by sandboxing tool outputs. It supports 10 language runtimes and includes a knowledge base with full-text search.