con un clic
session-retro
// Review the current conversation and propose structured improvements to skills, documentation, and agent rules.
// Review the current conversation and propose structured improvements to skills, documentation, and agent rules.
Create a git commit following project conventions.
Create a pull request following project conventions.
**Mandatory** before any commit or push. Run Definition-of-Done checks from change scope and report exact pass/fail per command.
Create or update docs/knowledge-base/ chapters in mdbook format for human-first technical documentation.
Text formatting conventions for markdown and prose files. Use when writing or editing any .md, .txt, .adoc, or .rst file, including AGENTS.md, SKILL.md files, and documentation in docs/.
Architecture and agent rules for kurtosis-cdk E2E tests. Load when working on or debugging E2E tests, CI failures in the e2e job, or any task involving bridge testing or kurtosis.
| name | session-retro |
| description | Review the current conversation and propose structured improvements to skills, documentation, and agent rules. |
| disable-model-invocation | true |
Review the full conversation and identify actionable improvements to the project's AI agent configuration and documentation.
Never delegate this skill to a subagent. The retro requires full conversation context.
docs/knowledge-base/
so future sessions start with the answer.multiple: true).
Each option label is the proposal ID + short title;
each description is a one-sentence summary.AGENTS.md changes must be minimal
(one or two short lines per rule)..agents/skills/ for all agent conventions, including background knowledge
(with user-invocable: false)..agents/skills/):
new skills for recurring workflows, or refinements to existing skills.docs/knowledge-base):
codebase knowledge, architecture guides, debugging playbooks, patterns.
Anything useful to both humans and AI agents.
Terms should be defined in docs/knowledge-base/glossary.md.
Other topics should be organized into documents with relevant names.
Closely related subjects should be grouped under subfolders
with understandable names.
When creating or updating a document, use markdown links
to refer to the glossary.AGENTS.md):
behavioral refinements to the agent interaction model.
Keep changes minimal; this file should stay concise.