From dev-toolkit
Structured report formats for Claude — card-based, human-readable, no ASCII frame noise. Use when finishing a multi-step task (≥5 tool calls, ≥3 files modified, multi-task TaskList, or cross-system effects like git push/PR/deploy). Triggers on: report, summary, summarise, отчёт, итоги, завершение задачи, build complete, audit complete, deployment complete, decision recorded, incident resolved, migration done. Provides 5 templates (build/audit/decision/incident/migration), anchor conventions (section icons, plain-prose TL;DR, confidence labels), required sections (not-done, reversibility, drift-risks, next-steps), and 5 anti-patterns. Not for simple Q&A or single-file edits.
How this skill is triggered — by the user, by Claude, or both
Slash command
/dev-toolkit:forge-reportThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
A library of templates and conventions for finishing reports after multi-step tasks. **Designed to be readable by a human in 30 seconds**, not impressive to look at.
sections/00-anchors/_index.mdsections/00-anchors/confidence-levels.mdsections/00-anchors/status-icons.mdsections/00-anchors/tldr-format.mdsections/01-templates/_index.mdsections/01-templates/audit-summary.mdsections/01-templates/build-summary.mdsections/01-templates/decision-summary.mdsections/01-templates/incident-summary.mdsections/01-templates/migration-summary.mdsections/02-required-sections/_index.mdsections/02-required-sections/drift-risks.mdsections/02-required-sections/next-steps.mdsections/02-required-sections/not-done.mdsections/02-required-sections/reversibility.mdsections/02-required-sections/tldr.mdsections/03-anti-patterns/_index.mdsections/03-anti-patterns/ascii-frames.mdsections/03-anti-patterns/duplicate-info.mdsections/03-anti-patterns/label-less-data.mdA library of templates and conventions for finishing reports after multi-step tasks. Designed to be readable by a human in 30 seconds, not impressive to look at.
Cards over tables. Full sentences over labels. Plain prose TL;DR over one-liner.
Reports are for the reader, not the author. If a reader has to decode 🟢 Pass or 5/5 PASS — the report failed.
Use when you finish a task that meets ≥2 of 4 criteria:
For smaller tasks → use plain prose. Don't over-report.
| Task type | Template file |
|---|---|
| Built/created something new | 01-templates/build-summary.md |
| Reviewed/audited code | 01-templates/audit-summary.md |
| Made a product/architecture decision | 01-templates/decision-summary.md |
| Debugged / resolved incident | 01-templates/incident-summary.md |
| Refactored / migrated something | 01-templates/migration-summary.md |
00-anchors/status-icons.md — section icons only (✅ 📈 ⚪ 🔄 ⚠️ ➡️ 💰), not row decorations00-anchors/tldr-format.md — TL;DR as a plain sentence-or-paragraph in italics, not a code block00-anchors/confidence-levels.md — when to mark High/Medium/Assumed (used inline, sparingly)| Section | Heading | Why |
|---|---|---|
| TL;DR | (no heading, italic prose at top) | Reader scans first 2-3 sentences |
| What's done | ## ✅ Что сделано | Card per artefact |
| What's NOT done | ## ⚪ Что не сделано — намеренно | Confirms boundaries |
| Reversibility | ## 🔄 Что можно откатить | Trust + safety |
| Drift risks | ## ⚠️ Что может поломаться со временем | Future maintenance |
| Next steps | ## ➡️ Что делать дальше | Pickup pointer with addressee |
| Cycle metadata | ## 💰 Сколько это стоило | Cost/effort transparency |
Every "thing" in a report is a card, not a table row. A card has explicit field labels:
Что: <human-readable name of the artefact>
Где: <path or URL>
Зачем: <1-2 sentences explaining purpose for someone who didn't follow the work>
Статус: <full sentence — "Готов и работает", not "🟢 Pass">
Cards are separated by a thin horizontal line:
───────────────────────────────────────────────────────────────
Why cards beat tables: tables force every row into the same columns. Some artefacts need 4 fields, some need 6. Cards adapt. Plus reader's eye doesn't get lost in column 3 of row 7.
Before sending, scan against 03-anti-patterns/:
wall-of-text.md — break prose into cardsover-reporting.md — small tasks don't need full reportsduplicate-info.md — say it onceascii-frames.md — no ═══ Section ═══ rectangles, use clean ## headings + thin lineslabel-less-data.md — never columns of numbers without explicit labels> _<TL;DR as plain italic sentence — what changed, what user needs to do,
> one risk if any. 1-3 sentences, natural English. No code block.>_
## ✅ Что сделано
Что: <Artefact name>
Где: <path>
Зачем: <Purpose for someone who didn't follow the work>
Статус: <Full sentence with context>
───────────────────────────────────────────────────────────────
Что: <Next artefact>
Где: <path>
...
## 📈 Что обновлено
Файл: <path>
Было: <old value>
Стало: <new value + brief explanation>
───────────────────────────────────────────────────────────────
...
## ⚪ Что не сделано — намеренно
Не сделано: <Item>
Почему: <Reason — if "out of scope" then say so explicitly>
───────────────────────────────────────────────────────────────
...
## 🔄 Что можно откатить если передумаешь
Действие: <What to undo>
Команда: <copy-paste command>
Время: <how long the undo takes>
Риски: <what might go wrong, or "Никаких">
───────────────────────────────────────────────────────────────
...
## ⚠️ Что может поломаться со временем
Риск: <Specific drift risk, not theoretical>
Когда: <Trigger condition — date, event, action>
Что: <What breaks if trigger fires>
Защита: <How to prevent or recover>
───────────────────────────────────────────────────────────────
...
## ➡️ Что делать дальше
Шаг 1: <АДРЕСАТ> — <imperative action with context>
Шаг 2: <АДРЕСАТ> — <imperative action>
Шаг 3: <АДРЕСАТ> — <imperative action>
(АДРЕСАТ ∈ ТЕБЕ / МНЕ / ПОТОМ / АВТОМАТУ)
## 💰 Сколько это стоило
Время: <wall clock>
Действий: <tool call count + brief category>
Файлов: <new + modified counts>
Стоимость: <retries / rollbacks / surprises if any>
/audit, /sprint, /recall — sister utilitiesforge-report is the format other dev-toolkit commands should output toThis skill ships with dev-toolkit. Version moves together.
npx claudepluginhub forgeplan/marketplace --plugin dev-toolkitSets up isolated workspaces using native worktree tools or git worktree fallback. Use before starting feature work to protect the current branch.