implementation-spec

implementation-spec is a skill for Claude Code, Codex from rshankras/claude-code-apple-skills. It costs 36 tokens per session (8,442 once invoked), scanned A, original, MIT.

A coordinating workflow that creates a complete set of product, architecture, interface, implementation, testing, and release specifications.

In plain words
What is it for?
Use it to turn an approved product plan into a coordinated specification package ready for implementation.
Why use it?
It keeps the documents produced by different development roles consistent with one another.

Skill for Claude CodeCodex

Part of the apple-skills plugin — 147 skills shipped together , and of apple-skills

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.

agentmods
npx agentmods add skills/rshankras/claude-code-apple-skills/implementation-spec
Any agent
npx skills add rshankras/claude-code-apple-skills --skill implementation-spec
Clone the repo
git clone --depth 1 https://github.com/rshankras/claude-code-apple-skills

Made for: Claude Code, Codex.

Or install apple-skills, the plugin that ships this one along with the rest of its 147 skills.

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 implementation-spec

README.md
[![agentmods](https://agentmods.dev/badge/skills/rshankras/claude-code-apple-skills/implementation-spec.svg)](https://agentmods.dev/skills/rshankras/claude-code-apple-skills/implementation-spec)
Your own site
<a href="https://agentmods.dev/skills/rshankras/claude-code-apple-skills/implementation-spec"><img src="https://agentmods.dev/badge/skills/rshankras/claude-code-apple-skills/implementation-spec.svg" alt="Measured on agentmods" height="20"></a>
Per session 36 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 8,442 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00036 $0.08442
Opus 5 $0.00018 $0.04221
Sonnet 5 $0.00007 $0.01688
Haiku 4.5 $0.00004 $0.00844

Measured 2d ago against content hash edfee0cecfd0, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

implementation-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 2d 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/product/implementation-spec/SKILL.md · 1,126 lines

How it starts

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

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

Read the full file on GitHub · 1,126 lines

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. 2d ago First seen · 1,126 lines · 36 tokens per session scan A edfee0cecfd0

Subscribe to this mod's changes

implementation-spec is a skill published in the GitHub repository rshankras/claude-code-apple-skills (700 stars, last pushed 1mo ago), licensed MIT. It adds 36 tokens to every session and 8,442 once invoked, about $0.0002 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-09-03.

Related

Other skills, from other repositories

aso-playbook

Beginner-friendly App Store Optimization guide covering keyword research, screenshot design, rating management, and A/B testing for iOS and Android. By @WeiYipei — practical ASO for indie developers and small teams.

Gingiris-1031/gingiris-skills · 48 tokens

gingiris-aso-growth

🇺🇸 ASO & Mobile App Growth Playbook 2026 — Complete App Store Optimization guide. ASO keyword ranking, App Store & Google Play listing optimization, app cold start, UGC creator operations, TikTok/Instagram/YouTube Shorts marketing, AI-matrix content scaling, mobile user acquisition. 🇨🇳 ASO 增长与 App 冷启动权威指南 …

Gingiris-1031/gingiris-skills · 320 tokens

apple-app-delivery

Upload builds, distribute on TestFlight, manage metadata, submit for Beta/App Review, and release on the App Store using Apple's official CLIs and the App Store Connect API. Default stable delivery to APPSTORE so one build can be tested in TestFlight and later submitted to the App Store; choose TESTFLIGHTINTERNALONLY…

moritouch/apple-app-delivery · 125 tokens

appshot-core

Foundation skill for Appshot. Defines the Remotion project architecture, primitives library, config schema, device presets, and store requirements. Owns the shared extraction phase used by appshot-videos and appshot-images.

trunghaiy/appshot · 47 tokens

appshot-videos

Generate App Store / Google Play preview videos using Remotion. Scans the target app's codebase, proposes custom scenes, and writes bespoke .tsx scene files using shared animation primitives. Mobile apps only (iOS/Android). Use when the user wants to create a demo video, app preview, promo video, or marketing video…

trunghaiy/appshot · 83 tokens

appshot-web-videos

Generate product demo videos for websites and SaaS apps using Remotion. Scans the target project's codebase, proposes custom scenes with browser mockups, and writes bespoke .tsx scene files using shared animation primitives. Web apps only. Use when the user wants to create a demo video, product walkthrough, landing…

trunghaiy/appshot · 88 tokens