home/productivity/complexence-capture-prompt

Complexence Capture.prompt

GPTClaudeDeepSeek··805 copies·updated 2026-07-14
complexence-capture-prompt.prompt
---
mode: agent
description: 'Record a raw thought into the current inbox. No processing.'
tools: ['codebase', 'editFiles']
---
# /complexence-capture

Append one new entry to today's inbox, then stop. Do not triage, classify, or act
on it — capture is just recording. This is Layer 1: get the thought out of my head.

Thought to capture: ${input:thought:What do you want to capture?}

Steps:
1. Determine today's date (YYYY-MM-DD). The inbox file is `inbox/<date>.md` in my
   private working area. If it does not exist, create it with the heading
   `# Inbox — <date>`.
2. Append a new entry in exactly this shape:
   ```
   ## Entry
   - timestamp: <ISO 8601 local time>
   - source: manual
   - raw: <the thought, verbatim — do not rewrite or summarize>
   - optional-tags:
   ```
3. Confirm in one line what you captured. Nothing else.

Rules:
- Never edit or reword existing entries. Capture is write-once.
- `raw:` is verbatim. If I rambled, keep it; triage cleans later.
- Do not run any other role. Respect the guardrails in
  `.github/copilot-instructions.md`.

fill the variables

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

{input:thought:What do you want to capture?}
Unlock with Pro →

when to use it

Community prompt sourced from the open-source GitHub repo OrganicArtsLLC/complexence (CC-BY-4.0). A "Complexence Capture.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

OrganicArtsLLC/complexence · CC-BY-4.0