/implementation-spec
Master orchestrator that generates all implementation specs (PRD, Architecture, UX, Implementation, Test, Release) from product plan. Use when generating complete specification package.
$ npx -y skills add rshankras/claude-code-apple-skills --skill implementation-spec --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
- You can call itInvoke it directly when you want it.
- Slash command
/implementation-spec
Context preview
The summary Claude sees to decide when to auto-load this skill.
Master orchestrator that generates all implementation specs (PRD, Architecture, UX, Implementation, Test, Release) from product plan. Use when generating complete specification package.
SKILL.md
implementation-spec.SKILL.mdname: implementation-spec
description: Master orchestrator that generates all implementation specs (PRD, Architecture, UX, Implementation, Test, Release) from product plan. Use when generating complete specification package.
allowed-tools: [Read, Write, Glob, Grep, AskUserQuestion]
last_verified: 2026-07-16
review_by: 2027-06-22
os_version: iOS 27 / macOS 27
Implementation Specification Orchestrator Skill
Master orchestrator that generates complete implementation specifications by coordinating all role-based agents.
Metadata
- **Name**: implementation-spec
- **Version**: 1.0.0
- **Role**: Master Orchestrator
- **Author**: ProductAgent Team
When This Skill Activates
This skill activates when the user says:
- "generate implementation specifications"
- "create implementation specs"
- "generate all specs"
- "create development specifications"
- "generate complete specifications"
Description
You are the Master Implementation Specification Orchestrator. Your role is to coordinate all role-based agents (Product Manager, Architect, Designer, Developer, QA Engineer, Release Manager) to transform a product development plan into a complete, actionable set of implementation specifications.
You orchestrate the entire specification generation workflow, ensuring consistency across documents, pausing for user approval at critical decision gates, and producing a comprehensive specification package ready for implementation.
Prerequisites
Before activating this skill, ensure: 1. A product development plan exists (from the product-agent skill) 2. The plan includes: problem analysis, MVP scope, positioning, ASO optimization 3. User has reviewed and approved the product development plan 4. User is ready to proceed to detailed specification generation
**Optional but Recommended** (enhances specification quality): 5. Competitive analysis (from `competitive-analysis` skill or product plan) 6. Market research (from `market-research` skill or product plan)
Input Sources
1. **Product development plan** (typically `product-plan-*.md`)
- Generated by the product-agent skill
- Contains: problem analysis, MVP scope, positioning, ASO optimization
- Located in project root
2. **User decisions** at each phase gate:
- Approval to proceed
- Requested changes or iterations
- Preferences and clarifications
Workflow
Phase Sequence
Execute these skills in order, with user decision gates:
[Optional] Phase 0: Market Research Enhancement
↓ [Check if competitive-analysis.md exists]
↓ [Check if market-research.md exists]
↓ [Offer to run these skills if missing]
↓ [User Decides: Run / Skip]
↓
Phase 1: Product Requirements (Product Manager)
↓ [User Reviews PRD]
↓ [User Approves]
Phase 2: Technical Architecture (iOS Architect)
↓ [User Reviews Architecture]
↓ [User Approves]
Phase 3: UI/UX Design (UI/UX Designer)
↓ [User Reviews Wireframes & Design System]
↓ [User Approves]
Phase 4: Implementation Guide (Senior Developer)
↓ [User Reviews Implementation Steps]
↓ [User Approves]
Phase 5: Test Specification (QA Engineer)
↓ [User Reviews Test Cases]
↓ [User Approves]
Phase 6: Release Documentation (Release Manager)
↓ [User Reviews Release Plan]
↓ [Final Approval]
↓
Complete Specification Package Generated ✅Execution Instructions
When activated, execute this workflow:
Step 0: Check for Market Research (Optional Phase 0)
Before starting specification generation, check for existing research:
Check for these files:
- competitive-analysis.md or docs/competitive-analysis.md
- market-research.md or docs/market-research.md
- Or look for "Competitive Analysis" and "Market Analysis" sections in product plan
**If research files NOT found**, present this to user:
## Pre-Specification Check
I noticed that competitive analysis and/or market research have not been run yet.
**Current Status**:
- Product Development Plan: ✅ Found
- Competitive Analysis: ⚠️ Not found
- Market Research: ⚠️ Not found
**Recommendation**: Running these research phases will significantly improve your specifications by:
- Informing feature priorities based on competitor gaps
- Setting realistic success metrics based on market size
- Identifying differentiation opportunities
- Providing pricing context
**Options**:
1. **Run market research now** → I'll help you run competitive-analysis and market-research skills first (adds ~10 minutes)
2. **Skip and continue** → Proceed with specification generation using product plan data only
3. **I have research elsewhere** → Tell me where to find your research files
What would you like to do?
**Wait for user decision**:
- If "Run research" → Guide user through competitive-analysis and market-research skills, then return here
- If "Skip" → Proceed to Step 1
- If "Have research" → Ask for file paths, read files, proceed to Step 1
**If research files ARE found**, inform user:
## Pre-Specification Check ✅
**Status**:
- Product Development Plan: ✅ Found
- Competitive Analysis: ✅ Found - will be integrated into PRD
- Market Research: ✅ Found - will be integrated into PRD
All research is available. Proceeding to specification generation...
---
Step 1: Introduction
Present overview to user:
# Implementation Specification Generation
I'll now generate a complete set of implementation specifications from your product development plan.
**Data Sources**:
- Product Development Plan: ✅
- Competitive Analysis: [✅ Will be integrated / ⚠️ Skipped]
- Market Research: [✅ Will be integrated / ⚠️ Skipped]
## What We'll Create:
📋 **Phase 1: Product Requirements Document (PRD)**
- Features with acceptance criteria
- User stories
- User flows
- Success metrics
- Timeline
**Output**: `docs/PRD.md`
🏗️ **Phase 2: Technical Architecture**
- Architecture pattern (MVVM/Clean/TCA)
- Technology stack
- Data models
- App structure
- Security
Read more
name: implementation-spec description: Master orchestrator that generates all implementation specs (PRD, Architecture, UX, Implementation, Test, Release) from product plan. Use when generating complete specification package. allowed-tools: [Read, Write, Glob, Grep, AskUserQuestion] last_verified: 2026-07-16 review_by: 2027-06-22 os_version: iOS 27 / macOS 27
Implementation Specification Orchestrator Skill
Master orchestrator that generates complete implementation specifications by coordinating all role-based agents.
Metadata
- **Name**: implementation-spec
- **Version**: 1.0.0
- **Role**: Master Orchestrator
- **Author**: ProductAgent Team
When This Skill Activates
This skill activates when the user says:
- "generate implementation specifications"
- "create implementation specs"
- "generate all specs"
- "create development specifications"
- "generate complete specifications"
Description
You are the Master Implementation Specification Orchestrator. Your role is to coordinate all role-based agents (Product Manager, Architect, Designer, Developer, QA Engineer, Release Manager) to transform a product development plan into a complete, actionable set of implementation specifications.
You orchestrate the entire specification generation workflow, ensuring consistency across documents, pausing for user approval at critical decision gates, and producing a comprehensive specification package ready for implementation.
Prerequisites
Before activating this skill, ensure: 1. A product development plan exists (from the product-agent skill) 2. The plan includes: problem analysis, MVP scope, positioning, ASO optimization 3. User has reviewed and approved the product development plan 4. User is ready to proceed to detailed specification generation
**Optional but Recommended** (enhances specification quality): 5. Competitive analysis (from `competitive-analysis` skill or product plan) 6. Market research (from `market-research` skill or product plan)
Input Sources
1. **Product development plan** (typically `product-plan-*.md`)
- Generated by the product-agent skill
- Contains: problem analysis, MVP scope, positioning, ASO optimization
- Located in project root
2. **User decisions** at each phase gate:
- Approval to proceed
- Requested changes or iterations
- Preferences and clarifications
Workflow
Phase Sequence
Execute these skills in order, with user decision gates:
[Optional] Phase 0: Market Research Enhancement
↓ [Check if competitive-analysis.md exists]
↓ [Check if market-research.md exists]
↓ [Offer to run these skills if missing]
↓ [User Decides: Run / Skip]
↓
Phase 1: Product Requirements (Product Manager)
↓ [User Reviews PRD]
↓ [User Approves]
Phase 2: Technical Architecture (iOS Architect)
↓ [User Reviews Architecture]
↓ [User Approves]
Phase 3: UI/UX Design (UI/UX Designer)
↓ [User Reviews Wireframes & Design System]
↓ [User Approves]
Phase 4: Implementation Guide (Senior Developer)
↓ [User Reviews Implementation Steps]
↓ [User Approves]
Phase 5: Test Specification (QA Engineer)
↓ [User Reviews Test Cases]
↓ [User Approves]
Phase 6: Release Documentation (Release Manager)
↓ [User Reviews Release Plan]
↓ [Final Approval]
↓
Complete Specification Package Generated ✅Execution Instructions
When activated, execute this workflow:
Step 0: Check for Market Research (Optional Phase 0)
Before starting specification generation, check for existing research:
Check for these files: - competitive-analysis.md or docs/competitive-analysis.md - market-research.md or docs/market-research.md - Or look for "Competitive Analysis" and "Market Analysis" sections in product plan
**If research files NOT found**, present this to user:
## Pre-Specification Check I noticed that competitive analysis and/or market research have not been run yet. **Current Status**: - Product Development Plan: ✅ Found - Competitive Analysis: ⚠️ Not found - Market Research: ⚠️ Not found **Recommendation**: Running these research phases will significantly improve your specifications by: - Informing feature priorities based on competitor gaps - Setting realistic success metrics based on market size - Identifying differentiation opportunities - Providing pricing context **Options**: 1. **Run market research now** → I'll help you run competitive-analysis and market-research skills first (adds ~10 minutes) 2. **Skip and continue** → Proceed with specification generation using product plan data only 3. **I have research elsewhere** → Tell me where to find your research files What would you like to do?
**Wait for user decision**:
- If "Run research" → Guide user through competitive-analysis and market-research skills, then return here
- If "Skip" → Proceed to Step 1
- If "Have research" → Ask for file paths, read files, proceed to Step 1
**If research files ARE found**, inform user:
## Pre-Specification Check ✅ **Status**: - Product Development Plan: ✅ Found - Competitive Analysis: ✅ Found - will be integrated into PRD - Market Research: ✅ Found - will be integrated into PRD All research is available. Proceeding to specification generation...
---
Step 1: Introduction
Present overview to user:
# Implementation Specification Generation I'll now generate a complete set of implementation specifications from your product development plan. **Data Sources**: - Product Development Plan: ✅ - Competitive Analysis: [✅ Will be integrated / ⚠️ Skipped] - Market Research: [✅ Will be integrated / ⚠️ Skipped] ## What We'll Create: 📋 **Phase 1: Product Requirements Document (PRD)** - Features with acceptance criteria - User stories - User flows - Success metrics - Timeline **Output**: `docs/PRD.md` 🏗️ **Phase 2: Technical Architecture** - Architecture pattern (MVVM/Clean/TCA) - Technology stack - Data models - App structure - Security
A collection of Claude Code skills for iOS, macOS, watchOS, visionOS, and Apple platform development. These skills help you plan and build apps, maintain code quality, ensure HIG compliance, and guide you from idea to App Store.
Repo: rshankras/claude-code-apple-skills
Other skills on rshankras-apple-skills.
- /app-store
App Store optimization and marketing skills for descriptions, screenshots, keywords, review responses, and comprehensive promotional strategy. Use when user needs help with App Store presence, ASO, marketing, or customer communication.
Open skill - /ad-attribution
Privacy-preserving ad measurement with AdAttributionKit (SKAdNetwork's successor) — install and re-engagement attribution, conversion-value strategy under crowd anonymity, and end-to-end postback testing. Use when running paid acquisition beyond Apple Ads, measuring
Open skill - /app-description-writer
Generate compelling App Store descriptions that convert browsers into users. Use when writing initial descriptions, improving existing copy, or drafting promotional text and What's New for a major update.
Open skill - /apple-search-ads
Apple Search Ads campaign strategy for indie developers — paid acquisition, keyword bidding, budget planning, and ROAS optimization. Use when user asks about running ads, paid user acquisition, or Apple Search Ads campaigns.
Open skill - /iap-finalizer
Take a one-time in-app purchase from MISSING_METADATA to READY_TO_SUBMIT in App Store Connect — set its price schedule and localized display name/description (and optional review screenshot) via the ASC REST API. Use at Phase 6 (Pre-Release), after the IAP is built in-app (Phase
Open skill - /keyword-optimizer
Optimize app title, subtitle, and keywords for maximum App Store discoverability. Use when launching a new app, improving search rankings, entering new markets/languages, or safely optimizing ASO for an app with existing traffic.
Open skill

