dev:feedback

Consolidate post-implementation learnings into DESIGN.md and propose IMPROVEMENTS.md entries.

3|Updated Jan 21, 2026
One-click install
npx skills add https://github.com/ryryo/dot-claude-dev --skill dev-feedback
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dev:feedback
Source: https://github.com/ryryo/dot-claude-dev/tree/main/.claude/skills/dev/feedback
Command: npx skills add https://github.com/ryryo/dot-claude-dev --skill dev-feedback

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

After implementing a feature, this skill automatically captures learnings and stores them in design documentation, enabling continuous improvement of skills, rules, and workflows.

Core Features & Use Cases

  • DESIGN.md updates: appends learnings from reviews and implementations to the feature's DESIGN.md.
  • IMPROVEMENTS.md proposals: generates improvement ideas and patterns to be tracked for future work.
  • Learning loop: identifies recurring patterns and suggests system-wide changes (skills or rules) to enhance consistency across the project.

Quick Start

Use the /dev:feedback command after implementing a task to store DESIGN.md updates and suggest IMPROVEMENTS.md entries.

Frequently Asked Questions about dev:feedback

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

FAQPage Schema
How do I capture post-implementation learnings in design docs?

To capture post-implementation learnings in design docs, use this skill to consolidate review insights directly into your feature's DESIGN.md. It automatically appends implementation learnings to strengthen future development workflows.

How do I generate improvement proposals from feature reviews?

You can generate improvement proposals from feature reviews by applying this skill to create IMPROVEMENTS.md entries. It identifies recurring patterns and suggests system-wide changes to track ideas for future backlog work.

Can I update DESIGN.md automatically after completing a coding task?

Yes, you can update DESIGN.md automatically after completing a coding task by running the /dev:feedback command. It relies on existing repository documentation and agent workflows to operate without requiring additional tools.

What is a learning loop for software design consistency?

A learning loop for software design consistency is a process that identifies recurring implementation patterns and suggests changes to skills or rules. This skill automates that loop by storing documentation updates after every task.

Do I need external tools to track IMPROVEMENTS.md proposals?

No, you do not need external tools to track IMPROVEMENTS.md proposals. This skill operates entirely without additional dependencies, relying on existing agent workflows and repository documentation to generate and store improvements.

When should I document project learnings in DESIGN.md?

You should document project learnings in DESIGN.md immediately after implementing any feature or task where capturing insights would benefit the project backlog. This ensures design consistency and continuous workflow improvement.