Open Source • Codex-Orchestrated Development

Turn Codex into a Software Factory

ICONYS AI Software Factory is a lean public foundation for structured Codex-orchestrated development workflows.

A small execution model for agent-driven software delivery.

Task Intake

A developer task starts a bounded run.

Role Pass

Dev, QA, and Architect review the same task from distinct angles.

Validation

The run ends with an explicit result instead of an implied success.

Developer Trigger to validated result.

01 Developer Trigger
02 Orchestrator
03 Dev / QA / Architect
04 Validation
05 Result

Current CLI output.

factory run

$ factory run "implement auth system"
ICONYS AI Software Factory
[14:01:11] [1/9] Task received: implement auth system

[14:01:11] [2/9] [Dev Agent] starting...
[14:01:11] [3/9] [Dev Agent] completed: Drafted the implementation path for "implement auth system".
[14:01:11] [4/9] [QA Agent] starting...
[14:01:11] [5/9] [QA Agent] completed: Prepared a lightweight test and verification pass for "implement auth system".
[14:01:11] [6/9] [Architect Agent] starting...
[14:01:11] [7/9] [Architect Agent] completed: Reviewed structure and delivery boundaries for "implement auth system".

[14:01:11] [8/9] Validation: PASSED
[14:01:11] [9/9] Result: Ready for PR review.

Source available on GitHub.

Open Repository