home/writing/report-prompt-3

Report.prompt

GPTClaudeGemini··287 copies·updated 2026-07-14
report-prompt-3.prompt
---
description: Generate a report on completed work, a feature area, or a specific topic — saved to docs/reports/
agent: agent
---

# Generate Report

You are generating a structured report. The report will be saved as a permanent markdown file in `docs/reports/`.

**CRITICAL — Voice & Authorship:** The report must be written **in the user's voice**. Never reference yourself (the agent, Copilot, AI, etc.) anywhere. Use first person ("I", "my") or neutral professional voice. Never say "the user asked" — say "I identified..." or describe the motivation directly.

## What You Receive

The user may ask you to report on completed work, a specific feature area, or a topic. If unspecified, default to summarizing all work completed in this session.

## Steps

### 1. Gather Context

- Scan conversation for changes made.
- Check recent task logs in `docs/task/logs/`.
- Read relevant documentation in `docs/plugin/`.
- Read agent observation logs in `docs/agent-observations/`.

### 2. Determine Report Type & Title

| Type | When to use |
|------|------------|
| `work-summary` | Summarizing completed work |
| `feature-report` | Deep dive on a feature (gateway, checkout, webhooks, etc.) |
| `audit` | Quality, security, performance analysis |
| `architecture` | Decisions, patterns, tech debt |
| `integration` | Glitch API integration status, endpoint coverage |
| `incident` | Bug investigation, root cause, resolution |
| `comparison` | Evaluating options |
| `status` | Sprint/project status |
| `custom` | Anything else |

### 3. Generate the Report File

**File path:** `docs/reports/{YYYY-MM-DD}-{slug}.md`

### 4. Report Structure

fill the variables

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

{YYYY-MM-DD}{slug}
Unlock with Pro →

when to use it

Community prompt sourced from the open-source GitHub repo savedpixel/ai-agent-rules-generator (MIT). A "Report.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

writingcommunitygeneral

source

savedpixel/ai-agent-rules-generator · MIT