project-implementation
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
-
Read all files in
docs/find docs/ -type f -name '*.md' | sortRead every documentation file to understand the full project scope, architecture, and requirements.
More from universokobana/sdlc-agent-skills
fix-github-pr
Use when asked to fix, resolve, or address a GitHub PR — including review comments, Copilot suggestions, and CI test failures. Triggers on phrases like "fix PR", "fix PR comments", "resolve review", "address Copilot feedback", "fix review comments", "fix CI", "fix failing tests on PR", or when given a PR number to fix.
5template-skill
Replace with description of the skill and when Claude should use it.
1