CldKit
홈탐색RECIPES제출CLIAI 큐레이터로그인
로그인
CldKit
탐색Recipes제출CLI·소개개인정보약관

AI 개발자를 위해 만들었습니다. 모든 components 를 검토합니다.

© 2026 CldKit

언어
홈>Recipes>Spec to Native Release

Spec to Native Release

advanced

Move from explicit specs to TDD execution, native app verification, and durable repo memory.

아키텍처

Spec Workflow MCP
Creates explicit requirements and task specs
80/100
npx -y @pimzino/spec-workflow-mcp@latest --dashboard
EvanFlow
Runs TDD and review checkpoints
74/100
/plugin marketplace add evanklem/evanflow && /plugin install evanflow@evanflow
XcodeBuildMCP
Builds, tests, runs, and inspects native apps
85/100
npm install -g xcodebuildmcp@latest
Napkin
Stores durable repo-specific lessons
75/100
git clone https://github.com/blader/napkin.git ~/.codex/skills/napkin

예상 출력

Spec to Native Release Specs created: 3 TDD cycles completed: 8 Simulator test runs: 4 Lessons captured: 6 -> Release candidate verified locally

관련 Recipes

Full-Stack Testing Suite

INTERMEDIATE

Complete testing pipeline with unit tests, E2E browser tests, and TDD workflow.

codetesting

3개 components

API Development Workflow

INTERMEDIATE

Complete API lifecycle from design to testing with GraphQL support.

codeapi

3개 components

Visual Technical Briefing

INTERMEDIATE

Create architecture diagrams, editable whiteboards, and browser-ready briefing decks.

docsdesigncode

4개 components

모두 설치

npx -y @pimzino/spec-workflow-mcp@latest --dashboard
/plugin marketplace add evanklem/evanflow && /plugin install evanflow@evanflow
npm install -g xcodebuildmcp@latest
git clone https://github.com/blader/napkin.git ~/.codex/skills/napkin

난이도

advanced

Components

4

생성일

May 1, 2026

장면

ios
macos
code
testing