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