implementation-guide

Generate a phased iOS/macOS implementation guide from PRD, architecture, UX, and design docs.

Updated Mar 15, 2026
One-click install
npx skills add https://github.com/jtvaris/sunday-night-dynasty --skill implementation-guide-jtvaris
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implementation-guide
Source: https://github.com/jtvaris/sunday-night-dynasty/tree/main/.agents/skills/product-development/implementation-guide
Command: npx skills add https://github.com/jtvaris/sunday-night-dynasty --skill implementation-guide-jtvaris

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill translates comprehensive product requirements and system design into a concrete, executable implementation plan for iOS/macOS development, reducing ambiguity and accelerating delivery.

Core Features & Use Cases

  • Generates a complete, phased implementation guide from PRD, Architecture, UX specs, and design system.
  • Produces high-level and detailed steps, including pseudo-code scaffolding, module boundaries, and testing milestones.
  • Outputs docs/IMPLEMENTATION_GUIDE.md that can be handed to a development team to implement the roadmap on a real project.

Quick Start

Provide the PRD, ARCHITECTURE.md, UX_SPEC.md, and DESIGN_SYSTEM.md to generate a complete implementation guide.

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 plan from a PRD and architecture docs for an iOS app?

Generating an implementation plan from a PRD involves reading your PRD, ARCHITECTURE.md, UX_SPEC.md, and DESIGN_SYSTEM.md to output a phased IMPLEMENTATION_GUIDE.md. This resulting document details project setup, file structure, milestones, and acceptance criteria for the development team.

How do I create a phased development blueprint with code scaffolding for SwiftUI?

Creating a phased development blueprint for SwiftUI requires translating your product requirements and system architecture into a detailed implementation guide. This process defines module boundaries, testing milestones, and pseudo-code scaffolding to accelerate delivery.

What is the best way to turn system architecture and UX specs into an executable development roadmap?

Turning system architecture and UX specs into an executable development roadmap requires synthesizing these documents into a detailed implementation guide. This translates comprehensive product requirements into a concrete, phased plan with module boundaries and testing milestones.

Do I need a complete design system document to generate an iOS implementation guide?

Generating a complete iOS implementation guide requires a design system document alongside PRD, architecture, and UX specs. Providing docs/DESIGN_SYSTEM.md ensures the resulting development blueprint includes accurate module boundaries and phased project setup.

Can I use this implementation guide generation process for macOS applications?

Yes, this implementation guide generation process supports macOS applications alongside iOS. It transforms product requirements and system architecture into an executable implementation blueprint tailored for iOS and macOS development environments.

What are the limitations of automating implementation plan generation from product requirements?

Automating implementation plan generation is limited by its strict dependency on complete PRD, architecture, UX, and design system documents. Without these structured inputs, the tool cannot accurately define module boundaries, sequencing, or pseudo-code scaffolding for the development team.