Keep the main thread light
Codex holds product intent and decisions while worker lanes handle heavier context.
Codex Skill + local CLI
Route messy product notes into PRDs, prototype tasks, handoff docs, and review loops by letting Codex plan, Kiro execute, and DeepSeek preprocess cheaply.
Most AI product work breaks down when a single chat has to carry every source document, every draft, every correction, and every execution decision.
Codex holds product intent and decisions while worker lanes handle heavier context.
Kiro and DeepSeek receive bounded tasks with clear files, goals, and permissions.
The workflow is intentionally not an endless loop. One useful step, then review.
Generate a worker prompt first. It does not call Kiro or DeepSeek and does not spend credits.
git clone https://github.com/qianchongyang/kiro-ai-workflow.git
cd kiro-ai-workflow
python3 ai-workflow-cli/cli.py --help
python3 ai-workflow-cli/cli.py prompt \
--type T4 \
--goal "Extract user roles, workflows, risks, and PRD open questions" \
--files "Customer notes: users need batch messages, approval, retries, and statistics."
The first release is usable. The next work is about packaging, repeatable sessions, and better reporting.
Commands such as session start, session next, and session review for continuous projects.
Markdown and CSV exports for cost reporting, handoff records, and team review.
Packaged examples for PRDs, HTML prototypes, development handoff, and review tasks.