S
o
f
t
w
a
r
e
FYI: Some projects were obsolete and therefore deleted, so, it is possible, a few links will be not found.
Summary
📐 P3X Architect is a multi-agent RUP code-generation pipeline — published as the npm package p3x-architect, shipping both a CLI (architect) and an MCP server (p3x-architect-mcp). Hand it a plain-language requirement and it walks the work through the four classic Rational Unified Process phases — Inception → Elaboration → Construction → Transition — orchestrating OpenAI and Anthropic Claude models at each stage to produce a complete design and a working implementation, all written under agents/<slug>/ next to your project. The MCP server plugs straight into Claude Code, Codex, Cursor, or any other MCP-compatible client, streaming live progress messages so you can watch each phase unfold; the CLI runs the same pipeline standalone for scripted use. Configurable per-phase model selection, file-system-first artifacts (you keep, edit, and commit everything it produces), no vendor lock-in. Released under the MIT license.