Ios Prd
Turn a raw app idea into a complete Product Requirements Document. Uses hive mind architecture — 5 specialist agents (product strategist, platform engineer, design analyst, data architect, growth/compliance) analyze the idea in parallel, then synthesize into a unified PRD with Apple framework recommendations, data model, epics, and compliance requirements. Use when starting any new iOS app.
Ios Review Response
Handle App Store review rejections. Pulls rejection details, categorizes the issue, drafts Resolution Center responses or appeals, and prepares resubmission. Auto-invoked on rejection or manual.
Ios Tdd
Test-driven development for iOS using Swift Testing framework. Auto-invoked when implementing features. Write failing test first, then implement, then refactor.
Ios Design Review
Autonomous UI design review against Apple HIG, Liquid Glass guidelines, SF Symbols, brand book, and accessibility standards. Use after building UI, or invoke manually to review the current screen.
Ios Version Update
Prepare the next app version — bump version, generate What's New, refresh screenshots if UI changed, update metadata, re-run compliance, hand off to TestFlight and submission pipeline.
Ios Store Listing
Generate and optimize App Store listing metadata — app name, subtitle, description, keywords, promotional text, What's New, categories. Uses 3 parallel subagents for marketing copy, brand voice, and ASO keyword research grounded in live App Store competitor data.
Ios Data Model
Design SwiftData schema from PRD specification or app analysis. Generates @Model classes with relationships, indexes, migrations, CloudKit sync preparation, and test fixtures. Uses context7 for current SwiftData docs.
Ios Submit
Submit app for App Store review. Runs comprehensive pre-submission checklist, attaches build, uploads screenshots and metadata, submits, and monitors review status. Triggers ios-review-response on rejection.
Ios Scaffold
Create a new iOS project with production-grade structure, xcodegen, SwiftUI, Swift Testing, App Groups, brand book, and SDLC workflow. Use when starting a new iOS app from scratch.
Ios App Icon
Create a layered Liquid Glass app icon using Apple's IconComposer. Generates layer assets, composes via computer-use MCP, adds to Xcode project. Falls back to manual instructions if automation is flaky.
Ios Code Review
Review iOS code against Swift/SwiftUI best practices. Checks memory management, concurrency safety, @Observable patterns, xcodegen consistency, and runs build + tests. Use before commits or PRs.
Ios Privacy
Generate privacy manifest (PrivacyInfo.xcprivacy), App Privacy nutrition labels, export compliance, age rating questionnaire, and App Review notes. Full compliance suite for App Store submission.
Ios Localize
Internationalize your iOS app — extract hardcoded strings into String Catalogs, audit date/number formatting for locale safety, generate translations, verify RTL layouts via simulator screenshots. Ties into ios-store-listing for locale-specific metadata.
Ios Site
Scaffold and deploy a GitHub Pages site for an iOS app — branded landing page plus neutral privacy, terms, and support pages. Derives content from brand book, privacy labels, and product config; pushes to a public GitHub repo with Pages enabled.
Ios Iterate
Rapid design iteration loop. Takes a screenshot, applies your feedback, rebuilds, runs autonomous design review, and shows before/after. Use when you want to refine UI with natural language feedback.
Ios Testflight
Archive, upload, and distribute via TestFlight. Manages beta groups, testers, and feedback collection. Includes pre-flight checks before upload.
Ios Ci
Set up CI/CD for your iOS project — GitHub Actions or Xcode Cloud workflows for build, test, and TestFlight upload. One-time setup with branch protection and caching.
Ios Widget
Build WidgetKit widgets with proper timeline providers, refresh budgets, App Group data sharing, interactive elements, and size-adaptive layouts. Specialist for countdown, data-driven, and configurable widgets. Uses context7 for current WidgetKit docs.
Appstore Iac
Infrastructure-as-Code for App Store Connect. One command to sync app info, subscriptions, listing metadata, screenshots, age rating, review info, and export compliance. Reads appstore/*.json + products.yml, diffs against live state, applies changes.
Ios Docs
Generate and maintain living documentation — architecture overview with Mermaid diagrams, API reference from source code, CHANGELOG from git history, CLAUDE.md drift detection. Run periodically to keep docs in sync.
Storekit Iac
Infrastructure-as-Code for App Store Connect in-app purchases. Reads appstore/products.yml, diffs against live state, and applies changes. Modes: plan (default), apply, generate-storekit.
Ios Screenshots
Generate App Store screenshots for all required device sizes. Multi-stage pipeline — raw capture, framed, marketing shots, upload-ready. Intermediates stored at every stage for manual override.