home/productivity/fusion-agents-prompts

Fusion Agents Prompts

GPTClaudeDeepSeek··529 copies·updated 2026-07-14
fusion-agents-prompts.prompt
# Fusion Agents Prompts

## Purpose

This directory stores the specialized, high-tier Fusion Agents derived from combining two Core Agents. These Markdown files define the unique personality, strict guidelines, and execution protocols for hybrid agents within the Jules Agent System.

## Quick Start

To define a new Fusion Agent prompt, execute the following steps:

1. Create a new `.md` file in this directory (`prompts/fusions/`).
2. Format the first line of the file strictly as: `You are "[Agent Name]" [emoji] - [Tagline]`.
3. Write the prompt using standard Markdown syntax. **Ensure the file has valid YAML frontmatter containing `name`, `emoji`, `category` (set to `fusions`), and `tier`.**
4. Escape any template syntax (e.g., `{{ }}`) within code blocks to prevent unintended parsing.
5. Run `npm run build:roster` to dynamically compile the changes into `roster-payload.json`.
6. Test the Fusion Agent by unlocking the corresponding combination in the local application's Fusion Lab or verifying it loads locally via `npm start`.

## Architecture

The `prompts/fusions/` directory isolates hybrid agent definitions from the base Core Agents located in the parent `prompts/` directory.

The frontend application retrieves these files directly as static text assets during the fusion process or when a previously unlocked fusion is activated. The system maps the agent attributes derived from `roster-payload.json` directly to the corresponding `.md` file name in this directory.

fill the variables

This prompt has 1 variable. Pro fills them into a ready-to-paste prompt for you — no manual find-and-replace.

{{}
Unlock with Pro →

when to use it

Community prompt sourced from the open-source GitHub repo ekayaprod/jules-agent-roster (MIT). A "Fusion Agents Prompts" style prompt — adapt the placeholders and specifics to your task. Imported as-is and not independently retested here, so check the output before relying on it.

tags

productivitycommunitydeveloper

source

ekayaprod/jules-agent-roster · MIT