tasks-to-code

Installation
SKILL.md

Tasks to Code

Purpose

This skill is the final step in the build pipeline:

idea-to-prd  →  prd-to-design  →  design-to-tasks  →  tasks-to-code
  (what/why)      (architecture)     (task list)         (build)

It takes a tasks.md produced by design-to-tasks and implements one task at a time, following the project's existing patterns and recording every decision made. The plans/ folder becomes a complete, auditable paper trail from idea through to shipped code.

File Structure

This skill reads plans/<name>/prd.md, tasks.md, and plans/<name>/design.md when it exists, updates tasks.md, and writes plans/<name>/decisions.md. The full plans/ layout is defined in shared conventions.

Rules:

Installs
5
Repository
pokanop/ai
GitHub Stars
1
First Seen
Mar 27, 2026
tasks-to-code — pokanop/ai