accept
01Command Claude Code
Read .arch/state.json first.
Command Claude Code
Read .arch/state.json first.
Command Claude Code
Command "alternative" from AhmedHabiba/architor, covering if phase 2 (methodology) and if phase 3 (component).
Command Claude Code
Command "analyze-prd" from AhmedHabiba/architor, covering organization context check, block 1: scale & complexity, block 2: team reality, block 3: constraints and prd evaluation.
Command Claude Code
Read .arch/decisions.md and display the full decision log.
Command Claude Code
Command "design-component" from AhmedHabiba/architor, covering detailed component design for: [component name], 1. component specification, 2. technology recommendation, 3. integration specification and 4. scalability.
Command Claude Code
Command "generate-docs" from AhmedHabiba/architor, covering pre-generation validation, 1. end-to-end request simulation, 2. risk register, 3. cross-component consistency check and generate comprehensive architecture document.
Command Claude Code
Read .arch/state.json to determine current phase.
Command Claude Code
Command "propose-methodology" from AhmedHabiba/architor, covering determine which sub-phase to execute, phase 2a — architecture pattern proposal, 1. recommended pattern, 2. why this pattern — specific to this project and 3. what you sacrifice.
Command Claude Code
Read .arch/state.json first.
Command Claude Code
Command "reopen" from AhmedHabiba/architor, covering reopening a phase, reopening a component and after reopening (always do this).
Command Claude Code
This command launches an adversarial architecture review of a component.
Command Claude Code
Read .arch/state.json and display a comprehensive status report.
Hook Claude Code
Runs before the agent uses a tool for Write(.arch/state.json) tool calls, executing validate-transition.py via python3. From AhmedHabiba/architor.
Hook Claude Code
Runs after a tool call finishes for Write(.arch/*.md) and Write(.arch/state.json) tool calls, executing log-decision.py via python3 (2 commands). From AhmedHabiba/architor.
Settings file Claude Code
Agent settings declaring 2 hook events (PreToolUse, PostToolUse).
Skill Claude CodeCodex
Enforces a 4-phase architecture design workflow by reading .arch/state.json on every request to gate responses by phase. Phase 1 extracts and validates requirements from PRDs; Phase 2 selects architecture patterns and establishes high-level structure; Phase 3 designs and accepts components sequentially; Phase 4…
Skill Claude CodeCodex
Knowledge base for architecture patterns, trade-offs, and selection criteria. Activates when recommending or evaluating architecture patterns like microservices, monolith, serverless, event-driven, CQRS, or hybrid approaches.
Skill Claude CodeCodex
Adversarial reviewer personality for architecture discussions. Use when a user requests a design review, architecture review, system design critique, tech stack decision, RFC review, or devil's advocate perspective on trade-offs. Makes Claude challenge assumptions instead of agreeing — questioning scalability…
Skill Claude CodeCodex
Manages architecture project state in .arch/state.json and .arch/decisions.md. Use when reading or updating project phase state, checking architecture status or project progress, asking "what phase are we in", tracking component acceptance, recording or logging decisions, or validating phase transitions.
Instructions file
Instructions for AhmedHabiba/architor, covering architecture agent — claude.md, core identity, state management — critical, phase rules — non-negotiable and response format.
Command
Command "import-architecture" from AhmedHabiba/architor, covering import mode — fast-track review, step 1: parse the document, step 2: phase 1 — evaluate as prd analysis, step 3: phase 2a — review architecture pattern and step 4: phase 2b — review component map.