スキル一覧に戻る

blueprint-generate

imbue-ai
更新日 6 days ago
68
8
68
GitHubで表示
メタgeneral

について

blueprint-generateスキルは、計画策定のQ&Aフェーズを完了させ、実装計画のディレクトリを作成します。適切なテンプレートを自動選択し、ユニークなスラッグを生成し、洗練されたプロンプトを体系化されたブループリント構造に書き込みます。十分なコンテキストが収集された後、議論から具体的なプロジェクト計画へ移行する際に、このスキルを使用してください。

クイックインストール

Claude Code

推奨
メイン
npx skills add imbue-ai/blueprint -a claude-code
プラグインコマンド代替
/plugin add https://github.com/imbue-ai/blueprint
Git クローン代替
git clone https://github.com/imbue-ai/blueprint.git ~/.claude/skills/blueprint-generate

このコマンドをClaude Codeにコピー&ペーストしてスキルをインストールします

ドキュメント

Blueprint — Generate plan

Generate an implementation plan from the Q&A session.

Step 1: Resolve template

Recall the template name from the blueprint Q&A conversation. Read references/templates.json and find the matching template.

Step 2: Generate slug

Create a concise 2-5 word kebab-case slug (max 50 chars) for the feature. Sanitize: lowercase, alphanumeric + hyphens only, no leading/trailing hyphens. If blueprint/<slug> already exists, append -2, -3, etc.

Step 3: Create plan directory

mkdir -p blueprint/<slug>

Step 4: Refine the prompt

Use the most recent refined prompt from the Q&A conversation. If for any reason it wasn't shown during Q&A, generate it now — see references/refine-prompt.md.

Step 5: Write the plan

See references/write-plan.md.

Append this progress line at the end of every message during the Write phase:

✓ Explore  ✓ Plan  ● Write  ○ Refine

Place the line after all other content, separated by a blank line.

Step 6: Refinement

See references/refinement.md.

GitHub リポジトリ

imbue-ai/blueprint
パス: skills/blueprint-generate
0

関連スキル

content-collections

メタ

このスキルは、Content Collections(Markdown/MDXファイルを型安全なデータコレクションに変換するTypeScriptファーストのツール)の本番環境でテストされた設定を提供します。Zodバリデーションによる型安全性を実現し、ブログ、ドキュメントサイト、コンテンツ重視のVite + Reactアプリケーション構築時にご利用ください。Viteプラグインの設定、MDXコンパイルから、デプロイ最適化、スキーマバリデーションまで、すべてを網羅しています。

スキルを見る

polymarket

メタ

このスキルは、開発者がPolymarket予測市場プラットフォームを活用したアプリケーション構築を可能にします。API統合による取引や市場データの取得に加え、WebSocketを介したリアルタイムデータストリーミングにより、ライブ取引や市場活動を監視できます。取引戦略の実装や、ライブ市場更新を処理するツールの作成にご利用ください。

スキルを見る

creating-opencode-plugins

メタ

このスキルは、開発者がコマンド、ファイル、LSP操作など25種類以上のイベントタイプにフックするOpenCodeプラグインを作成することを支援します。JavaScript/TypeScriptモジュール向けに、プラグイン構造、イベントAPI仕様、および実装パターンを提供します。カスタムイベント駆動ロジックでOpenCode AIアシスタントのライフサイクルをインターセプト、監視、または拡張する必要がある場合にご利用ください。

スキルを見る

sglang

メタ

SGLangは、高性能なLLMサービングフレームワークであり、RadixAttentionプレフィックスキャッシュを活用したJSON、正規表現、エージェントワークフロー向けの高速で構造化された生成を特長とします。特にプレフィックスが繰り返されるタスクにおいて、大幅に高速な推論を実現し、複雑な構造化出力やマルチターン対話に最適です。制約付きデコードが必要な場合や、広範なプレフィックス共有を伴うアプリケーションを構築する場合は、vLLMなどの代替案ではなくSGLangを選択してください。

スキルを見る