What problem does it solve?
This skill orchestrates a multi-phase implementation workflow for a repository using artifact files under .ai/<task-slug> and supports optional fresh codex exec child runs per phase. It enables one prompt to drive context gathering, planning, implementation, verification, and review iterations while keeping the main session context clean.
Core Features & Use Cases
- Phase-driven workflow: coordinates context, plan, implement, verify, and review phases with clear artifacts.
- Artifact lifecycle management: automatically creates and maintains .ai/<task-slug> directories and phase logs.
- Repeatable execution: supports sequential codex exec runs per phase and summarizes results after each phase.
- Use Case: teams that tackle complex repos with long-running tasks can keep prompts focused per phase while preserving the main session state.
Quick Start
Use the task-think skill to orchestrate a full multi-phase workflow for a repository. The system will create artifacts under .ai/<task-slug>, run phase-specific prompts via codex exec, and generate phase logs for review.