project-implementation

Installation
SKILL.md

Project Implementation

Overview

Progressively implement a project that is documented and specified in docs/. Work through a structured todo list, implementing one phase/section at a time, running tests, committing, and updating progress tracking files after each step.

Core principle: Never skip tests. Never mark a task as done without verified implementation. Always commit after each completed section. Always update tracking files before moving to the next task.

The Process

Phase 1: Read Project Documentation

  1. Read all files in docs/

    find docs/ -type f -name '*.md' | sort
    

    Read every documentation file to understand the full project scope, architecture, and requirements.

Related skills
Installs
5
First Seen
Feb 25, 2026