---
name: "agentlabs-blueprint"
description: "Design an AgentLabs bot JSON blueprint from a PRD, requirement doc, or just a bot idea — with a structured intake when no PRD exists yet."
type: skill
roles: ["Engineering", "Product"]
activities: ["Bot Building", "Planning"]
tags: ["AgentLabs", "Blueprint", "Bot Design", "JSON"]
owner: "Delta Purna Widyangga"
compatibility: "Claude (shared skill)"
---

# agentlabs-blueprint

> Design an AgentLabs bot JSON blueprint from a PRD, requirement doc, or just a bot idea — with a structured intake when no PRD exists yet.

## Overview

agentlabs-blueprint is an offline skill for putting together a Qiscus AgentLabs bot JSON blueprint. The source is flexible: a PRD, a requirement document, or even just a bot idea.

When there's no PRD at all, the skill guides you through a **structured intake** — asking one question at a time about the persona, conversation flow, required tools, and knowledge base — until the blueprint is complete.

## When to Use

- Designing a new bot from scratch (greenfield)
- Drafting a blueprint from requirements that are still rough
- Scaffolding the bot structure before moving into detailed AgentLabs configuration

## Install Steps

1. Install the **agentlabs-blueprint** shared skill from the Qiscus team skill library in Claude
2. Run it when designing, drafting, or generating a new bot from requirements

## Example Prompts

```
I want to build a bot for clinic reservations. There's no PRD yet.
Walk me through building the AgentLabs blueprint.
```

```
Here's the requirement doc from the client: [attach]. Build a full
AgentLabs JSON blueprint with persona, flow, tools, and KB.
```

## Related Tools

- [AgentLabs LLM Builder](/tools/agentlabs-llm-builder/) — to generate importable JSON directly from a finished PRD
