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

Claude Skills Hub: Searchable Repository for 789+ Claude Code Skills and 10 Autonomous Agents
Claude Skills Hub (clskills.in) provides a centralized search interface for 789+ Claude Code skill files across 71 categories, plus 10 autonomous AI agents that chain multiple skills into complete workflows. The open-source project aggregates skills from multiple community collections and offers one-click downloads.

Pi Coding Agent with Qwen 35B Q2: Using Filesystem as External Memory and Enforcing Context Guards
A Reddit user built a stack around Pi coding agent with Qwen 35B Q2_K_XL quant that enforces guards — rejects edits over 100 lines, caps thinking blocks at 2000 chars, and monitors context at 65%/80% — treating the filesystem as the model's memory, not the context window.

Agent Swarm: Multi-Agent Orchestration Framework for AI Coding Assistants
Agent Swarm is an open-source framework that enables teams of AI coding agents to coordinate autonomously. A lead agent receives tasks from Slack, GitHub, or email, breaks them down, and delegates to Docker-isolated worker agents.

OpenClaw Video Translator Skill Available on ClawHub
A new Video Translator skill for OpenClaw agents allows users to upload a video or provide a URL to get a translated preview instantly. The skill is hosted on ClawHub.