apple-product-spec

apple-product-spec is a skill for Codex from MartinPuli/createAnApp. It costs 66 tokens per session (687 once invoked), scanned A, original, MIT.

An implementation-ready product specification for an Apple app, turning a tested product idea into defined behavior, user journeys, device support, pricing, data flows, and acceptance tests. It also records what the first version will not include.

In plain words
What is it for?
Use it to define the MVP, core user journeys, free and paid capabilities, subscriptions, supported Apple devices, architecture, non-goals, success conditions, review demonstrations, and release planning.
Why use it?
It gives developers a shared contract for what to build and how to judge whether it works. It exposes missing decisions around onboarding, errors, offline use, accessibility, permissions, purchases, and account or data deletion.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit Use it to define the MVP, core user journeys, free and paid capabilities, subscriptions, supported Apple devices, architecture, non-goals, success conditions, review demonstrations, and release planning.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/martinpuli/createanapp/apple-product-spec
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add MartinPuli/createAnApp --skill apple-product-spec
Clone the repo
git clone --depth 1 https://github.com/MartinPuli/createAnApp

Made for: Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for apple-product-spec

README.md
[![agentmods](https://agentmods.dev/badge/skills/martinpuli/createanapp/apple-product-spec/github.svg)](https://agentmods.dev/skills/martinpuli/createanapp/apple-product-spec)
Your own site
<a href="https://agentmods.dev/skills/martinpuli/createanapp/apple-product-spec"><img src="https://agentmods.dev/badge/skills/martinpuli/createanapp/apple-product-spec/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for apple-product-spec

Your own site · 80×15
<a href="https://agentmods.dev/skills/martinpuli/createanapp/apple-product-spec"><img src="https://agentmods.dev/badge/skills/martinpuli/createanapp/apple-product-spec.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 66 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 687 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00066 $0.00687
Opus 5 $0.00033 $0.00344
Sonnet 5 $0.00013 $0.00137
Haiku 4.5 $0.00007 $0.00069

Measured 9d ago against content hash 29bfde06bb3d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

apple-product-spec scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/apple-product-spec/SKILL.md · 63 lines

How it starts

The opening of the file, as written. The whole thing — 63 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Apple Product Spec

Turn the market thesis into a testable product contract. Every public promise must map to a real release behavior and test.

Establish the product contract

Define:

  • target user, buyer, job, context, and moment of use;
  • one-sentence value proposition without “AI” unless AI itself is user value;
  • core loop and time-to-first-value;
  • free, paid, and unavailable capabilities;
  • supported device families, orientations, minimum OS, offline behavior, and accessibility target;
  • explicit v1 non-goals;
  • measurable success, stop, and rollback conditions.

Specify complete journeys

For each journey, include entry, prerequisites, happy path, cancellation, empty/loading/error/offline states, persistence, destructive confirmation, accessibility, analytics event if any, and acceptance tests.

Cover onboarding, core job, save/relaunch, import/export/share, settings/support/legal, permissions, paywall, purchase, restore, entitlement changes, and account/data deletion if applicable.

Define monetization as behavior

For every product or subscription, specify immutable product ID convention, entitlement, duration/type, price hypothesis, ongoing value, free limits, upgrade/downgrade relationship, restore, grace/billing retry, expiration/refund/revocation, family sharing decision, server dependency, offline cache, and customer-visible copy.

Do not sell a subscription without credible continuing value. Do not promise a trial or price until App Store Connect is configured identically.

Build the data and risk maps

For each data type, record source, purpose, device storage, transmission, processor, retention, deletion, backup, encryption, permissions, privacy-label category, and policy text. Include SDK and website data.

Identify safety, privacy, security, IP, claims, child/health/financial, user-content, moderation, AI, and platform risks. Convert each into prevention, detection, response, owner, and stop-ship rule.

Choose architecture from constraints

Read the full file on GitHub · 63 lines

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 63 lines · 66 tokens per session scan A 29bfde06bb3d

Subscribe to this mod's changes

apple-product-spec is a skill published in the GitHub repository MartinPuli/createAnApp (14 stars, last pushed 19d ago), licensed MIT. It adds 66 tokens to every session and 687 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

iOS SwiftUI Accessibility

Enforces WCAG 2.2 accessible coding patterns when writing SwiftUI — labels, traits, Dynamic Type, contrast, touch targets, focus management, orientation, and more. Based on the ios-swiftui-accessibility-techniques project with 41 static analysis rules across 23 WCAG criteria.

cvs-health/ios-swiftui-accessibility-techniques · 67 tokens

ios-marketing-capture

Use when the user wants to automate capture of marketing screenshots for a SwiftUI iOS app across multiple locales, devices, or appearances. Covers full-screen shots, isolated element renders (carousel cards, widgets), and reproducible output naming. Triggers on marketing screenshots, locale screenshots, widget…

ParthJadhav/ios-marketing-capture · 78 tokens

workflow-audit

Systematic UI workflow auditing for SwiftUI applications. Discovers entry points, traces user flows, detects dead ends and broken promises, audits data wiring, evaluates from user perspective. Triggers: "workflow audit", "audit flows", "find dead ends", "check navigation".

Terryc21/workflow-audit · 59 tokens

swift-expert

Expert-level Swift development for iOS, macOS with SwiftUI, Combine, and modern Swift 5.9+. Use when the user mentions iOS, macOS, SwiftUI, Combine, async await, or Apple platforms, or when the task involves Modern Swift Features, Basics and Optionals, Functions and Closures, or Structs and Classes.

personamanagmentlayer/pcl · 76 tokens

ios-expert

Expert in iOS development with SwiftUI, UIKit, Combine, and Apple ecosystem integration. Use when the user mentions mobile, Swift, SwiftUI, UIKit, Apple platforms, or Xcode, or when the task involves iOS App Architecture, SwiftUI Fundamentals, UIKit Essentials, or Combine Framework.

personamanagmentlayer/pcl · 64 tokens

gingiris-aso-growth

A broad guide to growing mobile apps through App Store Optimization, launch planning, creator-made content, and marketing on platforms such as TikTok, Instagram, and YouTube Shorts.

Gingiris-1031/gingiris-skills · 320 tokens