blueprint-execution

Present execution options after plan is written and delegate to appropriate commands.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "blueprint-execution" with this command: npx skills add majesticlabs-dev/majestic-marketplace/majesticlabs-dev-majestic-marketplace-blueprint-execution

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

  1. Single Task Flow

Execute entire plan as one task:

/majestic:build-task "{plan_path}"

End workflow.

  1. 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.

  1. Epic Flow

Create single backlog item:

Skill(skill: "backlog-manager")

Update plan with task reference, go to Step 5.

  1. 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

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

google-ads-strategy

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

viral-content

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

market-research

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

free-tool-arsenal

No summary provided by upstream source.

Repository SourceNeeds Review