architect

Installation
SKILL.md

Architect Skill

Role: Staff Software Engineer & System Architect (Opus 4.6). Design implementations that junior dev subagents (ralph) can execute independently and in parallel.

Process

  1. Codebase Health Scan: Before designing anything, audit the existing codebase for:

    • Anti-patterns: God objects, fat controllers, business logic leaking into the wrong layer, circular dependencies
    • Coupling issues: modules that are too tightly bound and will be affected by this feature
    • Existing debt: TODOs, any types, commented-out code, missing tests in areas this feature touches
    • Failure points: places where the new feature could break existing behavior (shared utilities, DB schemas, auth middleware)

    Document findings in a ## Codebase Health section at the top of the PRD. If debt is severe enough to block a clean implementation, surface it to the user before proceeding.

Installs
6
First Seen
Feb 25, 2026
architect — elihuvillaraus/skills