retrospect-session

Convert project conversations into reusable rules under docs/rules.

Updated Feb 26, 2026
One-click install
npx skills add https://github.com/Vamdawn/ai-forge --skill retrospect-session
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: retrospect-session
Source: https://github.com/Vamdawn/ai-forge/tree/main/skills/retrospect-session
Command: npx skills add https://github.com/Vamdawn/ai-forge --skill retrospect-session

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill converts ongoing conversations into durable, actionable rules and centralizes them under docs/rules, while ensuring project prompts (AGENTS.md / CLAUDE.md) always reference the latest rules.

Core Features & Use Cases

  • Convert session insights into long-lived, executable rules stored in docs/rules.
  • Merge new lessons with existing rules, maintaining consistency and preventing drift.
  • Synchronize project prompts by updating AGENTS.md and CLAUDE.md references and summaries to reflect the current rule set.

Quick Start

Summarize the current session into reusable rules and update docs/rules and project prompts accordingly.

Frequently Asked Questions about retrospect-session

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert project conversations into reusable rules?

Rule index integrity is maintained by identifying duplicates and reviewing existing rules before generating or merging updates, ensuring the rule set remains consistent and enforceable.

How do AGENTS.md and CLAUDE.md stay synchronized with project rules?

Project prompts like AGENTS.md and CLAUDE.md are synchronized with the latest rule set by updating their references and summaries, ensuring project prompts always reflect current governance rules.

How do I merge new session lessons with existing project rules?

Merging new lessons with existing rules maintains consistency and prevents drift by identifying duplicates, reviewing index integrity, and generating or updating rule files accordingly.

Do I need AGENTS.md or CLAUDE.md files to use this rules governance skill?

You need an ongoing software project with existing AGENTS.md or CLAUDE.md files and a docs/rules directory, as the skill requires these to store rules and synchronize project prompts.

How are duplicate rules handled when updating docs/rules?

Rule index integrity is maintained by identifying duplicates and reviewing existing rules before generating or merging updates, ensuring the rule set remains consistent and enforceable.