home/productivity/generation

Generation

GPTClaudeDeepSeek··492 copies·updated 2026-07-14
generation.prompt
You are generating a concise title for an ongoing Claude Code session.

CURRENT TITLE: ${CURRENT_TITLE}
MANUAL ANCHOR: ${MANUAL_ANCHOR}
CURRENT BRANCH: ${BRANCH}
DOMAIN GUESS: ${DOMAIN_GUESS}
RECENT FILES: ${RECENT_FILES}

USER MESSAGE (this turn):
${USER_MSG}

ASSISTANT SUMMARY (this turn, truncated):
${ASSISTANT_SUMMARY}

RECENT CONTEXT (last 3 turns):
${RECENT_TURNS}

RULES:
- Produce {domain, clauses[]} matching the JSON schema provided via --json-schema.
- `domain`: short slug (1-3 words) naming the subject area (e.g., "auth", "deploy-pipeline").
- If MANUAL ANCHOR is set and non-empty, use it exactly as `domain`.
- `clauses`: 1 to 5 items, each `[verb] [concrete entity]` (e.g., "fix jwt expiry", "add tests").
  - Avoid generic jargon ("implementation", "enhancement", "optimization").
  - Prefer active verbs. Entities should be concrete (file, module, behavior).
- If nothing substantial changed versus CURRENT TITLE, return the same structure — the plugin deduplicates identical renderings without re-writing.
- Keep the domain stable across turns unless the subject clearly changed.

fill the variables

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

{CURRENT_TITLE}{MANUAL_ANCHOR}{BRANCH}{DOMAIN_GUESS}{RECENT_FILES}{USER_MSG}{ASSISTANT_SUMMARY}{RECENT_TURNS}{domain, clauses[]}
Unlock with Pro →

when to use it

Community prompt sourced from the open-source GitHub repo fernando-bertholdo/4-successful-AI-life (MIT). A "Generation" 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

fernando-bertholdo/4-successful-AI-life · MIT