app-development-workflow

Installation
SKILL.md
Contains Hooks

This skill uses Claude hooks which can execute code automatically in response to events. Review carefully before installing.

Contains Shell Commands

This skill contains shell command directives (!`command`) that may execute system commands. Review carefully before installing.

Project Context

  • Recent commits: !git log --oneline -5 2>/dev/null || echo "no git history"
  • Project files: !ls *.xcodeproj 2>/dev/null || ls Package.swift 2>/dev/null || echo "no project file found"

App Development Workflow

End-to-end lifecycle for building Apple apps with this toolkit. Each phase tells you what to do, which skills to load, and where to go next.

Lifecycle Overview

Phase 0: Scaffold → Phase 1: Architecture → Phase 2: Design → Phase 3: Implement → Phase 4: Build → Phase 5: Review → Phase 6: Test

Phase 0 — Scaffold

When: Starting a new app or major feature from scratch.

Installs
1
GitHub Stars
1
First Seen
Mar 15, 2026
app-development-workflow — kmshdev/claude-swift-toolkit