ワンクリックで
z-build
Use when ready to implement - writing code with TDD discipline, progressive building from simple to complex, immediate feedback loops
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Use when ready to implement - writing code with TDD discipline, progressive building from simple to complex, immediate feedback loops
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Use when generating system diagrams, architecture charts, or flowcharts — selects the right tool and approach based on diagram topology
Use when you have enough context to plan implementation - brainstorming approaches, writing plans, making architecture decisions
Use when completing work, reviewing code quality, extracting reusable patterns, or writing skills - refinement and knowledge crystallization
Use when entering unfamiliar codebase, starting new task, or needing to build context before acting - exploration and discovery phase
Use when work appears complete, when debugging issues, or before claiming any success - diagnostic verification using evidence not confidence
Use when starting any conversation or task - establishes the Five Elements skill framework for systematic development with progressive mastery from zero to zenith
| name | z-build |
| description | Use when ready to implement - writing code with TDD discipline, progressive building from simple to complex, immediate feedback loops |
「道常无为而无不为」— 火之道,不疾不徐,渐燃渐明。
写一个会失败的测试——无火种不生焰。
写最少的代码使测试通过——火只燃其所需。
测试通过后清理——火后铸器。
循环:RED → GREEN → REFACTOR → RED → …
第1步:最简可运行版本(骨架)
↓ 验证通过
第2步:添加核心功能(肌肉)
↓ 验证通过
第3步:处理边界情况(皮肤)
↓ 验证通过
第4步:优化和美化(衣服)
| 模式 | 适用场景 | 工具 |
|---|---|---|
| 本地构建 | 单文件/小改动 | 直接 Edit/Write |
| 子代理构建 | 多独立任务 | superpowers:subagent-driven-development |
| 计划执行 | 跨会话大任务 | superpowers:executing-plans |
火生土:代码实现完成 → 自然流入 z-verify(验·土)进行全面验证。
水克火:若调研不足(z-observe 未充分),回到探索。水灭火,方向不明时不要蛮干。
Cross-ref: superpowers:test-driven-development, superpowers:subagent-driven-development