Implement a project that is documented and specified in a docs folder. Work through a structured todo list, implementing ALL phases and sections in a single continuous session, running tests, committing, and updating progress tracking files after each step.
All tracking and planning files (implementation.md, todo.md, implemented.md, questions.md) are read from and written to this docs folder.
Example: If the user says "implement project from specs/my-app/", then all files are at specs/my-app/implementation.md, specs/my-app/todo.md, etc.
Implement a project from its documentation and specification. Use when asked to "implement project", "continue implementation", "build from docs", "implement from spec", or when the user wants to progressively implement a documented project following a todo checklist. Reads project docs, creates implementation plans and todo lists, and implements incrementally with tests and commits. Source: universokobana/sdlc-agent-skills.