A structured Codex system combined with a Website Blueprint Generator to produce consistent, non-generic AI-generated websites.
AI-generated websites tend to:
- reuse the same layouts
- ignore design intent
- produce inconsistent results across runs
Codex Master solves this with two systems:
Enforces structured workflows, validation, and consistency.
Forces design diversity by generating varied, non-repetitive website structures before execution.
Result:
- consistent builds
- non-generic design
- repeatable outcomes
This system turns Codex from a free-form assistant into a structured engineering agent.
Every task is:
- routed
- executed through a defined workflow
- validated for correctness
- measured for quality
- improved through feedback
Route → Resolve → Execute → Validate → Measure → Improve → Recover
A closed-loop system that prevents drift, enforces correctness, and continuously improves output quality.
Each layer is modular and can be used independently or as part of the full system.
Defines rules, priorities, and system boundaries.
guardrails.mdinstruction_priority.mdmodel_instructions.mdsystem_contract.md
Determines task classification and relevant context.
task_router.mdcontext_resolver.mdstate_manager.md
Controls how tasks are performed.
workflow_engine.mdagent_workflow.mdtask_template.mdchange_planning.md
Ensures correctness and completeness.
validation_agent.mdmetrics.md
Handles failures and system resilience.
failure_handler.mddebugging_playbook.md
Improves performance over time.
prompt_optimizer.md
Maintains code quality and consistency.
architecture.mdcode_style.mdanti_overengineering.mdrepo_map.mdenvironment.md
Tasks follow structured workflows instead of ad-hoc reasoning.
Conflicting inputs are resolved using defined priority rules.
Outputs are validated and measured before acceptance.
Failures and metrics drive system refinement.
Modular components allow extension without breaking behavior.
All tasks follow this sequence:
-
Task Routing
Classify task type and complexity (task_router.md) -
Context Resolution
Determine authoritative context (context_resolver.md,state_manager.md) -
Execution
Run through enforced workflow (workflow_engine.md) -
Validation
Verify correctness (validation_agent.md) -
Metrics Evaluation
Measure quality (metrics.md) -
Failure Handling (if needed)
Classify and recover (failure_handler.md) -
Optimization (if needed)
Improve prompt structure (prompt_optimizer.md)
The agent operates as a structured engineering assistant.
It must:
- follow defined workflows
- respect instruction hierarchy
- produce minimal, correct changes
- avoid unnecessary complexity
- validate all outputs before completion
The agent does not operate through free-form reasoning.
All actions are governed by system rules and execution flow.
Human developers remain responsible for:
- architectural decisions
- system design
- reviewing outputs
- evolving the framework
The system is designed to assist, not replace, engineering judgment.
- correctness over speed
- clarity over cleverness
- minimal changes over large rewrites
- explicit behavior over implicit assumptions
- Define a task using
task_template.md - Ensure routing via
task_router.md - Follow execution through
workflow_engine.md - Validate and measure results
- Refine if necessary
This is not a prompt collection.
It is a controlled AI development environment designed to produce reliable, repeatable, and maintainable engineering outcomes.