# implement-code > Implement code changes based on the PRD and architecture, producing a verifiable diff and tests. - Author: Jason Yu - Repository: jaxox/Agentic-AI-Development-Workflow - Version: 20260129142701 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/jaxox/Agentic-AI-Development-Workflow - Web: https://mule.run/skillshub/@@jaxox/Agentic-AI-Development-Workflow~implement-code:20260129142701 --- --- name: implement-code description: "Implement code changes based on the PRD and architecture, producing a verifiable diff and tests." --- # Skill: implement_code ## Purpose Implement code changes based on the PRD and architecture, producing a verifiable diff and tests. ## Inputs - `artifacts/prd.md` - `artifacts/architecture.md` - Repo source code ## Output - Code changes - Tests - Git diff ## Responsibilities - Map each change to PRD IDs (FR/NFR) in commit messages or change notes. - Avoid mock data in UI/services unless explicitly behind an API boundary. - Run relevant tests where possible and capture outputs. ## Forbidden - Introducing new architecture without approval. - Claiming tests passed without logs. ## Checklist - [ ] Read `artifacts/prd.md` and `artifacts/architecture.md` - [ ] Implement changes mapped to PRD IDs - [ ] Add/update tests - [ ] Capture git diff - [ ] Summarize actions and blockers