← Back to search

Agent Blueprint

agent-blueprint Scanned 10d ago

Read blueprints, business cases, implementation plans, and specs from your coding agent

C
61.8 / 100

Versions

No versions found.

PermissionsTool SafetyAuthAnnotationsCode QualityStabilitySpecVuln HistoryAuthorTransparencyCommunity

Tools 23

get_business_profile
annotations: none low

Get the business profile for the organization. Returns company details, industry, strategic initiatives, technology profile, and AI readiness score.

create_business_profile
annotations: none low

Create or upsert a structured business profile for an existing organization. Use this first in the headless workflow: existing PAT + existing org -> create_business_profile -> generate_use_cases or trigger_full_pipeline.

generate_use_cases
annotations: none low

Generate AI use cases from the current business profile and readiness assessment for an existing organization. Returns normalized use case data with IDs you can pass to generate_blueprint.

count number guidanceText string additionalContext string strategicInitiativeId string
generate_blueprint
annotations: none low

Start blueprint generation for a chosen use case. This returns an auditId immediately; poll with get_generation_status until the blueprint is ready, then call download_blueprint.

platform string useCaseId string guidanceText string assumeMissing boolean
trigger_full_pipeline
annotations: none low

Start the full pipeline for an existing business profile. This runs use cases through implementation plan generation asynchronously and returns a jobId; poll with get_generation_status.

platform string businessProfileId string specialInstructions string strategicInitiativeId string
get_generation_status
annotations: none low

Poll either blueprint generation or full-pipeline generation status. Pass exactly one of auditId or jobId. When the run finishes with a blueprintId, call download_blueprint.

jobId string auditId string
list_blueprints
annotations: none low

List all blueprints for the organization. Returns summaries with id, title, platform, agent count, and lifecycle status.

get_blueprint
annotations: none low

Get a blueprint summary by ID. Returns title, executive summary, agentic pattern, platform, agent names/roles, and phase overview. For full details, use download_blueprint.

blueprintId string
get_business_case
annotations: none low

Get a business case summary for a blueprint. Returns executive summary, headline ROI numbers, pilot economics, and recommendation. For full financial analysis, use download_blueprint.

blueprintId string
get_implementation_plan
annotations: none low

Get an implementation plan summary for a blueprint. Returns project overview, epic names with phases and story counts, and timeline. For full stories and dependencies, use download_blueprint.

blueprintId string
get_use_case
annotations: none low

Get the use case analysis linked to a blueprint. Returns business challenge, success metrics, ROI estimate, and strategic alignment.

blueprintId string
get_implementation_spec
annotations: none low

Get the compiled implementation spec for a blueprint. Returns metadata about the spec package including agent count, platform, and what artifacts are included.

blueprintId string
download_blueprint
annotations: none low

Download a blueprint as an Agent Skills directory. Returns a JSON manifest with all files (SKILL.md, reference docs, scripts) that can be written to disk for any coding agent to consume. Use this instead of reading full blueprint/business-case/plan data via individual tools.

platform string blueprintId string
sync_implementation_state
annotations: none low

Sync implementation state back to Agent Blueprint. Reports which agents have been implemented, their status, platform artifacts, and any deviations from the spec. Each sync creates a versioned snapshot enabling progress tracking over time.

name string notes string actual string metric string source string target string pattern string version string blueprintId string environment string measured_at string schema_version string platform_artifact string
report_metric
annotations: none low

Report actual performance metrics for a blueprint. The system auto-resolves predicted targets from the blueprint and returns deviation analysis. Supports multiple metrics in one call. Use this after implementing agents to track whether they hit their success criteria.

notes string measuredAt string metricName string metricUnit string actualValue string blueprintId string baselineValue string
get_progress
annotations: none low

Get implementation progress and performance metrics for a blueprint. Returns predicted targets, latest actual measurements with deviation analysis, and implementation state (if synced via sync_implementation_state). Use this to check how an implementation is tracking against the plan.

blueprintId string
update_blueprint
annotations: none low

Update blueprint sections with actual implementation data. Sends full top-level sections that are shallow-merged into the existing blueprint. Creates a version snapshot before mutation and propagates staleness to business case and implementation plan. Use this when the implementation diverges from the original recommendation.

blueprintId string
update_business_case
annotations: none low

Update business case sections. Shallow-merges provided sections into the existing business case data. Propagates staleness to implementation plan. After updating, consider calling recalculate_financials to refresh ROI projections.

blueprintId string
update_implementation_plan
annotations: none low

Update implementation plan sections. Shallow-merges provided sections into the existing plan. This is a terminal artifact with no downstream staleness propagation.

blueprintId string
update_use_case
annotations: none low

Update use case fields for a blueprint. Updates the use case linked to the specified blueprint. Propagates staleness to the blueprint.

blueprintId string
update_business_profile
annotations: none low

Update business profile fields. Updates company details, technology profile, strategic initiatives, etc. Propagates staleness to use cases. Also syncs company name to the organization record.

recalculate_financials
annotations: none low

Recalculate business case financials from current blueprint and profile data. Use this after updating the blueprint to refresh ROI projections, labor savings, and payback period. Clears staleness on the business case.

blueprintId string
get_recommendations
annotations: none low

Get strategic recommendations for a blueprint based on implementation state, performance metrics, and AI landscape changes. Returns prioritized, actionable recommendations. Requires implementation state to be synced first via sync_implementation_state. Use ?force=true to regenerate.

blueprintId string

Permissions 4

network medium
Server uses network capabilities via: fetch()
filesystem low
Server uses filesystem capabilities via: fs, fs sync ops
shell high
Server uses shell capabilities via: child_process
env_vars low
Server uses env_vars capabilities via: process.env

Scan Findings 63

low
Tool 'get_business_profile' has no annotations annotation_checker · 100%
low
Tool 'create_business_profile' has no annotations annotation_checker · 100%
low
Tool 'generate_use_cases' has no annotations annotation_checker · 100%
low
Tool 'generate_blueprint' has no annotations annotation_checker · 100%
info
Sandbox failed to start for behavioral verification behavioral_verifier · 100%
low
Tool 'trigger_full_pipeline' has no annotations annotation_checker · 100%
low
Tool 'get_generation_status' has no annotations annotation_checker · 100%
low
Tool 'list_blueprints' has no annotations annotation_checker · 100%
low
Tool 'get_blueprint' has no annotations annotation_checker · 100%
low
Tool 'get_business_case' has no annotations annotation_checker · 100%
low
Tool 'get_implementation_plan' has no annotations annotation_checker · 100%
low
Tool 'get_use_case' has no annotations annotation_checker · 100%
low
Tool 'get_implementation_spec' has no annotations annotation_checker · 100%
low
Tool 'download_blueprint' has no annotations annotation_checker · 100%
low
Tool 'sync_implementation_state' has no annotations annotation_checker · 100%
low
Tool 'report_metric' has no annotations annotation_checker · 100%
low
Tool 'get_progress' has no annotations annotation_checker · 100%
low
Tool 'update_blueprint' has no annotations annotation_checker · 100%
low
Tool 'update_business_case' has no annotations annotation_checker · 100%
low
Tool 'update_implementation_plan' has no annotations annotation_checker · 100%
low
Tool 'update_use_case' has no annotations annotation_checker · 100%
low
Tool 'update_business_profile' has no annotations annotation_checker · 100%
low
Tool 'recalculate_financials' has no annotations annotation_checker · 100%
low
Tool 'get_recommendations' has no annotations annotation_checker · 100%
medium
OAuth implementation without PKCE auth_checker · 75%
medium
Vulnerable dependency: js-yaml@4.1.2 (GHSA-52cp-r559-cp3m) dependency_analyzer · 95%
medium
Vulnerable dependency: js-yaml@4.1.2 (GHSA-5p4m-2wfm-xmqj) dependency_analyzer · 95%
medium
Vulnerable dependency: js-yaml@4.1.2 (GHSA-h67p-54hq-rp68) dependency_analyzer · 95%
info
package.json metadata manifest_parser · 100%
info
Tool: get_business_profile manifest_parser · 70%
info
Tool: create_business_profile manifest_parser · 70%
info
Tool: generate_use_cases manifest_parser · 70%
info
Tool: generate_blueprint manifest_parser · 70%
info
Tool: trigger_full_pipeline manifest_parser · 70%
info
Tool: get_generation_status manifest_parser · 70%
info
Tool: list_blueprints manifest_parser · 70%
info
Tool: get_blueprint manifest_parser · 70%
info
Tool: get_business_case manifest_parser · 70%
info
Tool: get_implementation_plan manifest_parser · 70%
info
Tool: get_use_case manifest_parser · 70%
info
Tool: get_implementation_spec manifest_parser · 70%
info
Tool: download_blueprint manifest_parser · 70%
info
Tool: sync_implementation_state manifest_parser · 70%
info
Tool: report_metric manifest_parser · 70%
info
Tool: get_progress manifest_parser · 70%
info
Tool: update_blueprint manifest_parser · 70%
info
Tool: update_business_case manifest_parser · 70%
info
Tool: update_implementation_plan manifest_parser · 70%
info
Tool: update_use_case manifest_parser · 70%
info
Tool: update_business_profile manifest_parser · 70%
info
Tool: recalculate_financials manifest_parser · 70%
info
Tool: get_recommendations manifest_parser · 70%
info
Transport: stdio manifest_parser · 90%
info
Required env vars (6) manifest_parser · 80%
info
Sandbox failed to start for output poisoning scan output_poisoning · 100%
medium
Permission: network access detected permission_analyzer · 70%
low
Permission: filesystem access detected permission_analyzer · 90%
high
Permission: shell access detected permission_analyzer · 95%
low
Permission: env_vars access detected permission_analyzer · 90%
info
SBOM generated: 195 components sbom_generator · 100%
high
Hardcoded Password found in agent-blueprint-mcp-server-bb1c2c9/src/setup.ts secret_scanner · 65%
high
Hardcoded Password found in agent-blueprint-mcp-server-bb1c2c9/src/mcp-setup.ts secret_scanner · 65%
medium
No build provenance detected (SLSA L0) slsa_assessor · 90%