Task Intake
A developer task starts a bounded run.
Open Source • Codex-Orchestrated Development
ICONYS AI Software Factory is a lean public foundation for structured Codex-orchestrated development workflows.
What It Is
A developer task starts a bounded run.
Dev, QA, and Architect review the same task from distinct angles.
The run ends with an explicit result instead of an implied success.
How It Works
Demo
$ 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.