By sizukutamago
Contract-first の設計ワークフロープラグイン。ブレスト → Contract → TDD テスト → 実装 → 設計書生成のパイプラインを提供。Review Swarm による品質ゲート、P0/P1/P2 判定対応。
Analyze blueprint usage logs and generate improvement PRs. Self-improvement loop for the blueprint plugin.
Run the full workflow pipeline with Review Swarm quality gates. Automates /spec → /test-from-contract → implementation → /generate-docs.
Generate design documents from existing code. Analyzes source code and produces documentation in docs/ directory.
Implement code from Contract YAML and RED tests. Runs Implementers, Integrator, Refactorer, and /simplify to produce working code with all tests GREEN.
Define requirements through structured user interviews with Double Diamond pattern and EARS notation. Generates user stories with acceptance criteria.
This skill should be used when the user asks to "compress context", "reduce token count", "summarize design docs", "optimize context window", or "extract signatures". Compresses large context for efficient downstream processing (200k→70k tokens target).
This skill should be used when the user asks to "analyze implementation gap", "evaluate feasibility", "assess codebase compatibility", "compare requirements with existing code", or "plan implementation approach". Analyzes gaps between requirements and existing codebase to inform implementation strategy.
Generate design documents from existing code. Use when the user wants to "generate design docs", "create documentation from code", "reverse engineer architecture", "extract design documents", "document existing system", "create docs from implementation", "generate screen design docs", "document UI components", or "create frontend design specs". Also use when the user says "設計書を生成する", "ドキュメントを作る", "コードから仕様書を作成", "画面設計書を生成", or "アーキテクチャドキュメントを書く". Analyzes source code and generates design documentation.
Implement code from Contract YAML and RED tests. Use when the user wants to "implement contracts", "generate implementation", "make tests green", "create implementation", "write code from spec", "build feature from contract", "implement feature", "implement screen", "create page components", "implement UI from contract", or "implement Stage 3". Also use when the user says "実装する", "コードを書く", "テストをグリーンにする", "機能を実装する", "画面を実装する", or "コントラクトを実装". Orchestrates Implementers, Integrator, and Refactorer agents to produce working code for all contract types including screen/UI.
Run the full workflow pipeline. Use when the user wants to "run blueprint workflow", "automate spec to docs", "orchestrate pipeline", "run the full pipeline", "execute blueprint", "start blueprint", "run complete design-to-code pipeline", "spec to implementation", "end to end development", "resume pipeline", "continue from where I left off", "force rerun all stages", "build full-stack app from scratch", "design and implement screens with API", or "create full-stack app with UI". Also use when the user says "パイプラインを実行", "仕様から実装まで", "一気通貫で開発", "設計から実装を自動化", or "フルスタックアプリを作る". Automates /requirements → /spec → /test-from-contract → /implement → /generate-docs with Review Gates (Requirements / Contract / Test / Code / Doc) between each stage. Supports --resume (continue from checkpoint) and --force (rerun all stages).
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Contract-first の設計ワークフロープラグイン(Claude Code / Cursor 対応)
要件定義 → ブレスト → Contract YAML → TDD テスト → 実装 → 設計書生成の 5 ステージパイプラインを、会話しながら自動生成します。 使い続けるほどログが蓄積され、プラグイン自体を改善する Self-Improve 機能も搭載。
# マーケットプレイス経由
/plugin marketplace add sizukutamago/blueprint-plugin
/plugin install blueprint-plugin@blueprint-plugin
# ローカル開発(キャッシュをバイパス)
claude --plugin-dir /path/to/blueprint-plugin
/blueprint # プロジェクトルートで実行 → 質問に答えるだけで全自動(5 ステージ)
.blueprint/contracts/ # Contract YAML(仕様の Single Source of Truth)
tests/contracts/ # Level 1(構造検証)+ Level 2(実装検証)テスト
src/ or app/ # 実装コード(Layered / Clean / Flat)
docs/ # 設計書(後追い生成)
| コマンド | 説明 |
|---|---|
/blueprint | 全パイプライン自動実行(推奨) |
/blueprint --resume | 中断点から再開 |
/blueprint --force | 全ステージ強制再実行 |
| コマンド | Stage | 説明 |
|---|---|---|
/requirements | 0 | ユーザーストーリー定義(Double Diamond + EARS-inspired 記法) |
/spec | 1 | ブレスト → Contract YAML 生成 |
/test-from-contract | 2 | Contract → TDD テスト生成 |
/implement | 3 | RED テスト → 実装コード生成 |
/generate-docs | 4 | コードから設計書を後追い生成 |
| コマンド | 説明 |
|---|---|
/blueprint-improve | 使用ログ分析 → 改善案提示 → PR 作成 |
/blueprint-improve --stats | 統計レポートのみ表示 |
/blueprint-improve --cleanup | 期限切れログ(90日超過)の削除 |
パイプライン実行 → SessionEnd Hook が自動でログ収集
↓
~/.claude/blueprint-logs/ に蓄積
↓
/blueprint-improve で分析 → 改善 PR を作成
USAGE.md — 各ステージの手順、Contract の書き方、Review Gate、Self-Improve の詳細
MIT
npx claudepluginhub sizukutamago/blueprint-plugin --plugin blueprint-pluginSalesforce Commerce Cloud (SFCC) development toolkit with SFRA code review via parallel swarm agents and interactive codebase investigation for code flow tracing, module analysis, and business logic exploration
Automatically scan, plan, and execute TODO items. Chat to add tasks, scheduled jobs handle planning and execution with safety guardrails.
AI連携(Codex/Cursor/Gemini/Claude対話ディベート/Deep Research)、日課ワークフロー(morning/daily-log/quick-note/blog-draft)、対話型設定ウィザード(cc-settings)、課題深掘り(problem-shaping)、セッション振り返り(hurikaeri)、プロンプト改善を提供。
Structured planning pipeline: discovery, design documents, technical designs, task decomposition, task creation, and technical diagramming
Focused agentic engineering workflow: design-doc, spec, plan, implement, tdd, refactor, review, address-pr-feedback, browser-verify, explain-visually, compress, branch, and commit.
Blueprint Development methodology - structured feature development with PRD/PRP workflow, three-layer architecture (plugin/generated/custom), and documentation-first development
Unified design planning - combines requirements discovery, gap analysis, implementation planning, and design review into a single workflow
Specification-driven development workflow: specify → plan → tasks → implement
Blueprint-driven Claude Code autopilot. Smart preparation over endless iterations - AI analyzes patterns, creates solid implementation plans, delivers working code in 15 minutes.