← スキル一覧に戻る

blueprint-execution
by majesticlabs-dev
⭐ 18🍴 1📅 2026年1月24日
SKILL.md
name: blueprint-execution description: Execution phase for blueprint workflow - present options and delegate to appropriate commands
Blueprint Execution
Present execution options after plan is written and delegate to appropriate commands.
Input
plan_path: string # e.g., docs/plans/20260114_auth.md
Workflow
1. Present Options
AskUserQuestion:
question: "Blueprint ready. How do you want to proceed?"
options:
- "Build as single task" → Step 2
- "Break into small tasks" → Step 3
- "Create as single epic" → Step 4
2. Single Task Flow
Execute entire plan as one task:
/majestic:build-task "{plan_path}"
End workflow.
3. Task Breakdown Flow
Decompose into small tasks:
Task(majestic-engineer:plan:task-breakdown, prompt="Plan: {plan_path}")
Then ask about task creation:
AskUserQuestion:
question: "Tasks added to plan. Create in backlog?"
options:
- "Yes, create tasks" → Skill(skill: "backlog-manager") for each task
- "No, just the plan" → Step 5
After tasks created, go to Step 5.
4. Epic Flow
Create single backlog item:
Skill(skill: "backlog-manager")
Update plan with task reference, go to Step 5.
5. Build Offering
AskUserQuestion:
question: "Start building?"
options:
- "Build all tasks now" → /majestic:run-blueprint "{plan_path}"
- "Build with ralph" → /majestic-ralph:ralph-loop "/majestic:run-blueprint {plan_path}"
- "Done for now" → End workflow
Output
execution_type: "single_task" | "breakdown" | "epic"
build_started: boolean
スコア
総合スコア
60/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です