plan-build

Generate production-ready code from .spec design documents using a leader-delegate workflow.

9|1|Updated Mar 11, 2026
One-click install
npx skills add https://github.com/mark22013333/crew --skill plan-build-mark22013333
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan-build
Source: https://github.com/mark22013333/crew/tree/main/plugins/feature-workflow/skills/plan-build
Command: npx skills add https://github.com/mark22013333/crew --skill plan-build-mark22013333

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

从 .spec/ 目录下的 slug 读取设计文件(spec.md、db.md、arch.md),以 Agent Teams 的 leader-delegate 模式产出程式码,Leader 负责协调而非编码。

Core Features & Use Cases

  • 从 architecture、API 设计和实现计划到实际代码的端到端生成。
  • 依據 arch.md 做架構定義,.spec/ 下的文件協調產出整合的程式碼。
  • 支援 dry-run、backend-only 等模式,用以驗證與分階段產出。

Quick Start

透過關鍵字 plan-build 觸發,系統會從 .spec/{slug}/ 讀取設計文件並以 Agent Teams 的 leader-delegate 流程產出程式碼。

Frequently Asked Questions about plan-build

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate production-ready code from design specifications?

To generate production-ready code from design specifications, this Skill reads your arch.md, spec.md, and db.md files from the .spec/{slug}/ directory and uses an Agent Teams leader-delegate workflow to produce the final implementation.

What is the leader-delegate workflow for automated code generation?

The leader-delegate workflow for automated code generation involves a Leader Agent that coordinates the overall process and delegates coding tasks to specialized agent teams, ensuring integrated code generation based on your architecture and API design plans.

Do I need architecture and API design files to generate code?

Yes, you need architecture and API design files to generate code. The workflow requires mandatory arch presence alongside spec.md and db.md files organized within a .spec/{slug}/ directory structure to function correctly.

Can I verify generated code with a dry-run before full implementation?

Yes, you can verify generated code with a dry-run before full implementation. The Skill supports dry-run and backend-only modes, enabling staged code generation and validation based on your documented architecture plans.

How to coordinate agent teams for staged code generation?

You coordinate agent teams for staged code generation by triggering the system with the plan-build keyword, which reads your design files and automatically applies the leader-delegate process to generate integrated code in controlled phases.