product-implementation-guide

Generate an implementation guide from PRD, architecture, and UX specifications.

4|1|Updated Apr 2, 2026
One-click install
npx skills add https://github.com/AutisticAF/claude-code-apple-dev-plugin --skill product-implementation-guide
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: product-implementation-guide
Source: https://github.com/AutisticAF/claude-code-apple-dev-plugin/tree/main/skills/product-implementation-guide
Command: npx skills add https://github.com/AutisticAF/claude-code-apple-dev-plugin --skill product-implementation-guide

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill converts product requirements, architectural decisions, and UX specifications into a cohesive, executable implementation guide that accelerates development planning.

Core Features & Use Cases

  • Converts PRD, ARCHITECTURE.md, UX_SPEC.md, and DESIGN_SYSTEM.md into a single IMPLEMENTATION_GUIDE.md with a clear, phase-driven roadmap.
  • Produces structured sections for project setup, file structure, phased implementation, and testing strategies to align multiple teams.
  • Automatically templates pseudo-code snippets and task breakdowns to guide developers from concept to MVP.

Quick Start

Ask the AI to generate a complete implementation guide from the current PRD, architecture, and UX specs.

Frequently Asked Questions about product-implementation-guide

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I turn a PRD and UX spec into a development roadmap for an iOS app?

To create a development roadmap, you can convert your PRD, architecture decisions, and UX specifications into a single implementation guide with a clear, phase-driven plan for your iOS/macOS project. This process structures project setup, file organization, and phased implementation tasks.

What is the best way to structure an implementation guide from architecture and UX specs?

The best way to structure an implementation guide is to generate sections for project setup, file structure, phased implementation, and testing strategies. This aligns development teams by converting isolated UX and architecture documents into a cohesive, executable development plan.

Can I generate code scaffolding and task breakdowns from existing product requirements?

Yes, you can generate code scaffolding and task breakdowns directly from product requirements. The process automatically templates pseudo-code snippets and structured tasks to guide developers seamlessly from initial concept to a functional MVP.

Do I need separate files for PRD, architecture, and UX specs to build a phased implementation plan?

Yes, you need separate files for PRD, architecture, and UX specs to build a phased plan. The system reads docs/PRD.md, docs/ARCHITECTURE.md, docs/UX_SPEC.md, and DESIGN_SYSTEM.md to produce a comprehensive docs/IMPLEMENTATION_GUIDE.md.

Why does my iOS project implementation plan lack architecture rationale and testing strategies?

Your iOS implementation plan lacks architecture rationale because it is not derived from your core architecture and UX documents. Transforming these specs into a structured guide ensures architecture decisions and testing strategies are explicitly documented.

What's the difference between a standard PRD and a concrete dev roadmap for macOS apps?

A standard PRD outlines requirements, while a concrete dev roadmap translates those requirements into executable phases. It includes architecture rationale, file structure, code scaffolding, and testing strategies specifically tailored for macOS app development.