task-think

Orchestrate multi-phase repository implementation workflows with artifact files under .ai/<task-slug>.

21|1|Updated Jun 10, 2025
One-click install
npx skills add https://github.com/Bush2021/ayugram --skill task-think
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: task-think
Source: https://github.com/Bush2021/ayugram/tree/main/.codex/skills/task-think
Command: npx skills add https://github.com/Bush2021/ayugram --skill task-think

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill orchestrates a structured, multi-phase implementation workflow for a repository, producing artifact files under .ai/<task-slug> and optional fresh codex exec runs per phase.

Core Features & Use Cases

  • Orchestrates context gathering, planning, implementation, verification, and review in distinct phases.
  • Generates and maintains artifact files like inputs.md, context.md, plan.md, implementation.md, and review.md under .ai/<task>.
  • Supports per-phase child codex exec runs to keep the main session context clean.

Quick Start

Run the task-think skill to drive a complete phase-by-phase workflow for a repository, generating artifacts under .ai/<slug> and logging phase results.

Frequently Asked Questions about task-think

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I orchestrate a multi-phase implementation workflow for a repository?

You orchestrate a multi-phase implementation workflow by running a structured process that guides context gathering, planning, implementation, verification, and review in distinct phases. This approach enforces artifact checks and logs phase results for traceability.

What is the best way to manage workflow artifacts like plan.md and context.md?

The best way to manage workflow artifacts is to generate and maintain files like inputs.md, context.md, plan.md, implementation.md, and review.md automatically under the .ai/<task-slug> directory during each distinct workflow phase.

Can I keep the main session context clean while executing separate workflow phases?

Yes, you can keep the main session context clean by supporting per-phase child codex exec runs. This isolates execution while still producing the required artifact files and logging the phase results back for traceability.

Do I need external dependencies to run a structured planning and verification process?

No external dependencies are required beyond your repository tooling. The structured process operates independently, enforcing artifact checks and logging phase results without needing additional external packages or frameworks.

When should I use a phased implementation workflow with artifact management?

You should use a phased implementation workflow when tasks require iterative improvements across context gathering, planning, implementation, verification, and review, ensuring traceability through generated artifact files without polluting the main session context.

Why does task-think generate artifact files under the .ai directory?

Task-think generates artifact files under the .ai/<task-slug> directory to maintain a structured process and provide traceability. It logs phase results and checks artifacts to guide iterative improvements throughout the workflow.