ios
Installation
SKILL.md
/ios — Workflow Orchestrator
The single entry point for the iOS skill workflow. Detect the project's current state, show the user where they are, and route them to the right next step. Do not do the downstream work yourself — your job is to diagnose and hand off.
The workflow is deliberately light: plan with a living brief, then build features UI-first (get the flow feeling good before wiring logic), with build/test/automate/elevate as on-demand tools. There is no formal epic/preflight/TDD-delivery pipeline.
Step 1 — Detect State (silent)
Check these signals in the working directory:
| Signal | Means |
|---|---|
CLAUDE.md with @~/.claude/docs/ios/ios-guide.md on line 1 |
Initialized |
any *.xcodeproj / *.xcworkspace / *.swift |
has code |
docs/PROJECT-BRIEF.md |
Brief done (read its Features section — MVP vs Later) |
docs/DESIGN-SYSTEM.md |
design system established |
feature dirs under Features/, recent commits |
build in progress |
git status --short, git branch --show-current, git log --oneline -5 |
uncommitted work, branch, activity |