home/productivity/superhero-prompt

Superhero Prompt

GPTClaudeDeepSeek··184 copies·updated 2026-07-14
superhero-prompt.prompt
<!--
  SUPERHERO PROMPT — Reusable Template
  Source of truth: playbook/templates/superhero-prompt.md
  Referenced in: playbook/getting-started/03-build-your-default-stack.md
  Visual asset: playbook/assets/callouts/superhero-prompt.svg

  PURPOSE:
  This is a copy-ready prompt to paste into your coding agent before implementation.
  It is not a motivational prompt. It is a practical setup prompt.
  It tells the agent to prepare skills, tools, hooks, checks, runtime safety, and
  approval gates before writing production code.

  RULES FOR THIS FILE:
  - Do not install anything from this file
  - This is documentation only
  - Do not claim the install command is guaranteed until verified in the local environment
  - Add approval gates before all global installs, setup commands, and linking commands
  - Keep all links relative
  - Do not break existing README links
-->

<p align="center">
  <img src="../assets/callouts/superhero-prompt.svg" alt="Superhero Prompt" width="100%" />
</p>

# Superhero Prompt

![AGENT MOVE](../assets/badges/agent-move.svg) ![DON'T BREAK](../assets/badges/dont-break.svg) ![DEFAULT STACK](../assets/badges/default-stack.svg) ![SHIP CHECK](../assets/badges/ship-check.svg)

> **Arm your coding agent before you ask it to build.**
>
> A vibe coder should not ask the agent to write production code before the agent has the right skills, rules, checks, hooks, and runtime safety. This prompt prepares the agent — it does not start the build.

---

## How to Use This Prompt

1. Copy the full prompt below
2. Paste it into your coding agent at the start of a new project or feature session
3. Wait for the agent's Approval Report before asking it to write any production code
4. Review and approve each step before the agent proceeds

The agent must stop and ask for your approval before:

- Running any install command
- Running any setup or linking command
- Running any global configuration command

---

## The Full Prompt

Copy everything from the code block below and paste it into your coding agent.

when to use it

Community prompt sourced from the open-source GitHub repo imMamdouhaboammar/Riftbook (MIT). A "Superhero Prompt" 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

imMamdouhaboammar/Riftbook · MIT