master-prompt

Coordinate seven Claude skills to generate a six-file development specification package.

Updated Apr 9, 2026
One-click install
npx skills add https://github.com/Sadiq-Kolakar/Claude_Skills --skill master-prompt
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: master-prompt
Source: https://github.com/Sadiq-Kolakar/Claude_Skills/tree/main/master-prompt
Command: npx skills add https://github.com/Sadiq-Kolakar/Claude_Skills --skill master-prompt

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill coordinates the end-to-end workflow required to transform a raw product idea into a complete, production-ready development specification package by orchestrating seven subsystems and synthesizing outputs into a Master Prompt.

Core Features & Use Cases

  • Orchestrates the master-dev-skill pipeline to generate five core documents: PRD, System Design, UI/UX Wireframes, Feature Breakdown, and Frontend Design.
  • Supports fallback by invoking each sub-skill directly if the orchestrator is unavailable, ensuring the pipeline can still produce outputs.
  • Synthesizes all outputs into the final Master Prompt (06_MasterPrompt.md) with a structured, ready-to-use document suitable for code-generation.

Quick Start

Provide your product idea and let the Master Prompt Skill trigger the full pipeline to generate the six-document Master Prompt package.

Frequently Asked Questions about master-prompt

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

FAQPage Schema
How do I generate a complete development specification package from a raw product idea?

To generate a development specification package, provide your raw product idea to trigger an orchestrated pipeline that produces five core documents and a synthesized Master Prompt.

What documents are included in a full dev-spec pipeline for system design and frontend?

A full dev-spec pipeline includes five intermediate documents: PRD, System Design, UI/UX Wireframes, Feature Breakdown, and Frontend Design, synthesized into a final Master Prompt.

Can I still generate UI/UX wireframes and system design if the orchestrator pipeline is unavailable?

Yes, you can generate UI/UX wireframes and system design documents using direct fallback invocations of each sub-skill if the primary orchestrator is unavailable.

How do I maintain shared context across multiple development specification documents?

To maintain shared context across development specification documents, the pipeline passes context sequentially through interdependent stages, ensuring full fidelity for the final synthesis.

What is the best way to structure a Master Prompt for code generation?

The best way to structure a Master Prompt for code generation is synthesizing PRD, System Design, and UI/UX outputs into a structured, ready-to-use document package.