About This Project

What This Project Demonstrates

How It Was Built

This website was built using the same SDLC pipeline it explains. The user requirements were gathered through conversation, the physical design was reviewed, the implementation was planned in phases, and each phase was executed with task tracking and verification.

The sdlc/docs/ directory contains the actual requirements, design, and plan documents that produced this site. The sdlc/plan/ directory contains the per-phase execution plans with timestamps showing when each task was started and completed.

The Approach

AI-assisted development works best with structure. Without it, AI coding tools produce inconsistent results — they make different architectural choices in different sessions, miss edge cases, and lose context across long implementations.

This workflow provides that structure. The human sets direction through conversation and reviews each document before it moves to the next stage. The AI handles volume: formatting conversations into documents, generating design decisions from requirements, expanding plans into executable tasks, and implementing code from phase plans.

Links