builder-workflow とは?
ビルダー エージェントのフェーズレベルの実装ワークフロー。フェーズ ファイルの読み取り、参照の検索、ドメイン スキルの呼び出し、すべてのステップの実装、検証 (テスト + タイプチェック) の実行を処理します。スキル: フィールドを介してビルダー エージェントにプリロードされます。ユーザーは呼び出すことができません。 ソース: darraghh1/my-claude-setup。
ビルダー エージェントのフェーズレベルの実装ワークフロー。フェーズ ファイルの読み取り、参照の検索、ドメイン スキルの呼び出し、すべてのステップの実装、検証 (テスト + タイプチェック) の実行を処理します。スキル: フィールドを介してビルダー エージェントにプリロードされます。ユーザーは呼び出すことができません。
コマンドラインで builder-workflow AI スキルを開発環境にすばやくインストール
ソース: darraghh1/my-claude-setup。
You have been assigned a full phase to implement. Your spawn prompt contains the phase file path and plan folder. This skill teaches you how to handle the entire phase end-to-end.
The user experienced builders that guessed at patterns, skipped tests, and produced inconsistent code. Each step below prevents a specific failure:
| Read phase completely | Missing requirements, user has to re-explain | | Pre-flight test check | Cascading failures from broken previous phases | | Find reference file | Guessing at patterns, code doesn't match codebase | | Invoke domain skill | Missing project-specific conventions | | TDD first (Step 0) | Untested code, bugs discovered in production |
ビルダー エージェントのフェーズレベルの実装ワークフロー。フェーズ ファイルの読み取り、参照の検索、ドメイン スキルの呼び出し、すべてのステップの実装、検証 (テスト + タイプチェック) の実行を処理します。スキル: フィールドを介してビルダー エージェントにプリロードされます。ユーザーは呼び出すことができません。 ソース: darraghh1/my-claude-setup。
AI/検索での引用用の安定したフィールドとコマンド。
npx skills add https://github.com/darraghh1/my-claude-setup --skill builder-workflowビルダー エージェントのフェーズレベルの実装ワークフロー。フェーズ ファイルの読み取り、参照の検索、ドメイン スキルの呼び出し、すべてのステップの実装、検証 (テスト + タイプチェック) の実行を処理します。スキル: フィールドを介してビルダー エージェントにプリロードされます。ユーザーは呼び出すことができません。 ソース: darraghh1/my-claude-setup。
ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/darraghh1/my-claude-setup --skill builder-workflow インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code、Cursor、OpenClaw で使用できるようになります
https://github.com/darraghh1/my-claude-setup