retrospective-codify

Convert task trial-and-error lessons into lint rules, skills, or AGENTS.md updates.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Hyd3-14/dotfiles --skill retrospective-codify
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: retrospective-codify
Source: https://github.com/Hyd3-14/dotfiles/tree/main/home/.agents/skills/retrospective-codify
Command: npx skills add https://github.com/Hyd3-14/dotfiles --skill retrospective-codify

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

タスク完了時の失敗と成功の知見を対応付け、再現可能な形に落とし込んで将来の作業を効率化する。ルール化された知見は lint ルール、skill、AGENTS.md または CLAUDE.md のいずれかとして固定され、同じ落とし穴の再発を防ぐために活用される。

Core Features & Use Cases

主な機能と用途:

  • 失敗と成功の対応づけと、学びの抽出を行い、橋渡しとなる指針として整える
  • 最初の試行 / 最終解 / 気付きの言語化を行い、出力先を自動的に分類して適用する
  • 既存の知見と重複を検知し、必要に応じて既存の skill / ルールへの追補または更新を提案する

Quick Start

タスク終了後に Retrospective Codify を実行して、得られた知見をルール化して適用してください。

Frequently Asked Questions about retrospective-codify

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

FAQPage Schema
How do I turn trial-and-error learnings into reusable AI rules?

To turn trial-and-error learnings into reusable AI rules, map task failures to successful resolutions, extract explicit guidance, and output the deduplicated knowledge as lint rules, skills, or AGENTS.md/CLAUDE.md updates to prevent recurring mistakes.

What is the best way to update CLAUDE.md with knowledge from a completed task?

Updating CLAUDE.md with task knowledge requires consolidating initial attempts, final solutions, and insights into a predefined template. The process detects existing knowledge duplicates and appends or updates the rules to enforce deduplicated knowledge management.

How do I prevent AI agents from repeating the same coding mistakes across sessions?

Preventing AI agents from repeating coding mistakes involves codifying task completion insights into structured lint rules or AGENTS.md files. This bridges failures and successes, providing explicit guidance that restricts future agents from falling into known pitfalls.

Can I create lint rules automatically from project retrospective sessions?

Yes, you can create lint rules from project retrospective sessions by extracting lessons from task trial-and-error. The workflow automatically classifies the output destination and formats the deduplicated insights into a predefined template suitable for lint rule enforcement.

How does deduplication work when adding new rules to an existing knowledge base?

Deduplication when adding new rules works by detecting overlaps between freshly extracted insights and existing knowledge. It then proposes targeted appendings or updates to established skills and rules, ensuring the knowledge base remains concise without redundant entries.

When should I codify task learnings into a new skill versus updating an existing AGENTS.md?

Codify task learnings into a new skill when the insight represents a distinct workflow, and update AGENTS.md for project-specific behavioral guidance. The workflow automatically classifies and routes the deduplicated knowledge to the appropriate predefined template.