implementation-guide

Generate an iOS/macOS implementation guide from PRD, architecture, and UX specs.

1|Updated Mar 26, 2026
One-click install
npx skills add https://github.com/venomez-viper/PathWise --skill implementation-guide-venomez-viper
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implementation-guide
Source: https://github.com/venomez-viper/PathWise/tree/main/.claude/skills/product/implementation-guide
Command: npx skills add https://github.com/venomez-viper/PathWise --skill implementation-guide-venomez-viper

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Generates a cohesive, executable development roadmap by transforming PRD, architecture, UX specs, and design system notes into a comprehensive IMPLEMENTATION_GUIDE.md for iOS/macOS projects.

Core Features & Use Cases

  • Convert product requirements, architecture decisions, and UX flows into a detailed implementation guide with pseudo-code and step-by-step phases.
  • Output a ready-to-use docs/IMPLEMENTATION_GUIDE.md that covers project setup, file structure, and phased development milestones.
  • Use Case: A development team receives a PRD and architecture notes and needs a concrete, implementation-ready plan to start coding immediately.

Quick Start

Provide the required docs (PRD.md, ARCHITECTURE.md, UX_SPEC.md, DESIGN_SYSTEM.md) as input and run this skill to generate docs/IMPLEMENTATION_GUIDE.md.

Frequently Asked Questions about implementation-guide

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

FAQPage Schema
How do I generate an implementation guide from a PRD and architecture notes for an iOS app?

To generate an implementation guide for an iOS app, provide your PRD.md, ARCHITECTURE.md, UX_SPEC.md, and DESIGN_SYSTEM.md files as input to produce a comprehensive docs/IMPLEMENTATION_GUIDE.md with project setup, file structure, and phased milestones.

What is the best way to turn UX specs and design system notes into a deployment-ready development roadmap?

The best way to turn UX specs into a deployment-ready roadmap is to process your UX_SPEC.md and DESIGN_SYSTEM.md alongside product and architecture documents to output a cohesive implementation guide with pseudo-code and step-by-step phases.

Can I create a phased development plan with pseudo-code for macOS projects from existing markdown specs?

Yes, you can create a phased development plan with pseudo-code for macOS projects by reading your existing markdown specs to generate an executable development roadmap covering file structure and implementation phases.

Does generating an iOS implementation guide require a separate design system document?

Generating an iOS implementation guide requires a DESIGN_SYSTEM.md file as input, which alongside PRD, architecture, and UX specs, ensures the resulting development roadmap and pseudo-code align with your visual and component standards.

What limitations exist when using a generated implementation guide for complex iOS architecture?

A limitation is that the generated implementation guide provides pseudo-code and phased milestones rather than executable code, meaning your team still needs to translate the roadmap and file structure into actual Swift implementation.

How do I structure file directories for a new macOS application based on product requirements?

To structure file directories for a new macOS application, process your product requirements and architecture specs to generate a docs/IMPLEMENTATION_GUIDE.md that outlines the exact project setup and file structure needed to start coding.