Skip to main content
Glama

Generate the build blueprint

generate_blueprint

Turn app description, interview answers, and design choices into a build blueprint with parallelizable work packages, then launch subagents to execute them, moving the project to the build phase.

Instructions

Phase 4 of the App Factory workflow. Compiles the description, interview answers and design choices into a build blueprint with parallelizable work packages. Launch one parallel subagent per work package within the same parallelGroup (group 0 first, then 1, then 2), passing each subagent the full spec from get_work_package. Advances the project to the build phase.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
projectIdYes
workspacePathNoAbsolute path where the app will be built (stored on the project)
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description carries the burden. It discloses key behaviors: it compiles inputs into a blueprint, launches subagents, and advances the project to the build phase. However, it doesn't mention prerequisites (e.g., project must be in phase 3), side effects beyond state progression, or error conditions, leaving gaps.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a dense paragraph of three sentences. Each sentence adds value: phase identification, compilation behavior, and parallelization instructions. It is front-loaded with purpose and not overly verbose, though the subagent launching instructions could arguably be trimmed without losing essential clarity.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the workflow complexity (parallelization, phase advancement) and lack of output schema, the description explains the tool's role, how to invoke it, and what to do afterward. It is reasonably complete for an agent to act, though preconditions and return values are not specified.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 50% (workspacePath has a description, projectId does not). The description does not add parameter-specific meaning, but the parameter names are self-explanatory and the tool's role in the workflow implies what they are. Baseline 3 is appropriate since the description neither clarifies nor obscures.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose: 'Compiles the description, interview answers and design choices into a build blueprint with parallelizable work packages.' It uses a specific verb ('compiles') and resource ('build blueprint'), and distinguishes itself from sibling workflow tools by identifying as Phase 4 of the App Factory workflow.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Provides explicit usage context: 'Phase 4 of the App Factory workflow' and detailed instructions on launching parallel subagents per work package. It doesn't explicitly name alternatives or exclusion criteria, but the phase-based context and actionable step-by-step guidance make usage clear.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/DPGS-oss/app-factory-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server