Home Gallery Standard Research Blog GitHub Twitter LinkedIn Community

manbot system prompt

Category: General-purpose assistants. Audited against the AISPA standard.

What is in manbot's system prompt?

manbot's full system prompt: 1 version, 1,631 characters. Audited against AISPA.

The full text of 1 prompt is reproduced below, 1,631 characters in all, each read instruction by instruction against the eight AISPA dimensions. Nothing was flagged as working against the person on the other end.

1 Prompts on record
0 Flagged instructions
AI audit Audit source
D2 · Truthfulness & Information Integrity

manbot - board TASKS FP 12 PLANNER PROMPT FILE CONTEXT

1631 characters

# FP-12: Update Planner Prompt for File Context Awareness **File**: `src/agents/prompts/planner.ts` **Dependencies**: FP-10 **Phase**: 5 — Planner Integration ## Description Update the planner system prompt and `buildPlannerPrompt()` so the planner correctly handles enriched goals that contain inline file context blocks or RAG-indexed file references. The planner must understand when to use semantic search for indexed files and when to use inline context directly. ## Acceptance Criteria - Add a `<file_context_instructions>` section to `PLANNER_SYSTEM_PROMPT`: - If the user goal contains a `--- file: name ---` block: the content is directly available; use it as input to generation nodes - If the goal mentions `"has been indexed"` or `"Use semantic search"`: the planner MUST include a `semantic_search` node before the generation node - Audio transcripts that form the goal should be treated like any other user goal - Add a few-shot example for a document query: ``` User: [sends document.txt] "Summarize this" Goal: "Summarize this\n\n--- file: document.txt ---\n{content}\n---" → Single generate_text node using inline context ``` - Add a few-shot example for a large indexed file: ``` Goal: "File 'report.pdf' has been indexed. Use semantic search. Summarize the key findings." → semantic_search node → generate_text node ``` ## Implementation Notes - Keep the additions concise — the prompt is already long - Do NOT change the output JSON schema or any other existing planner rules - The `buildPlannerPrompt()` function signature does NOT change — enriched goal is passed as `userMessage`

Questions about manbot's system prompt

Does manbot's system prompt contain instructions that work against the user?

No. Nothing in manbot's system prompt was flagged as working against the person the product is talking to. That is a clean result across all eight AISPA dimensions, not an absence of checking — the full text was read instruction by instruction.

How long is manbot's system prompt?

1,631 characters across 1 prompt on this page. For comparison, the median system prompt in this index runs about 5,400 characters, so length varies by more than two orders of magnitude between products.

How many versions of manbot's system prompt are on record?

1. Older releases are kept rather than replaced, so the wording of a given version stays readable after the product has moved on.

Where did this manbot system prompt come from?

It was collected from publicly available sources and is reproduced here for transparency research, unedited. This site does not extract prompts from products itself.

How was manbot's system prompt audited?

Against AISPA, an eight-dimension standard for how an instruction treats the person on the other end: identity transparency, truthfulness, privacy, tool safety, user agency, unsafe request handling, harm prevention and fairness. This audit was ai audit. The method is described in the paper behind the standard.

How this page was made

The prompt text above is reproduced verbatim from a public source. Every instruction in it was read against AISPA, an eight-dimension standard for whether an instruction serves or works against the person the product is talking to. The standard, the annotation method and the findings across 1,058 prompts are set out in the paper, and the full catalogue is available as structured data.

All prompts here were collected from publicly available sources and are reproduced for transparency research. Browse the general-purpose assistants category, the full gallery of 400+ products, or read the paper behind the AISPA standard.