project-updates

Update CHANGELOG.md, Roadmap/Kanban, and AGENTS.md after completing features.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/vassovass/scl-v3 --skill project-updates
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: project-updates
Source: https://github.com/vassovass/scl-v3/tree/main/.claude/skills/project-updates
Command: npx skills add https://github.com/vassovass/scl-v3 --skill project-updates

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill ensures that every completed feature, bug fix, or enhancement is documented across key tracking artifacts, preventing lost context and miscommunication.

Core Features & Use Cases

  • CHANGELOG.md updates capture what changed and when.
  • Roadmap/Kanban updates move or mark work-in-progress to reflect current status.
  • AGENTS.md (optional) can document recurring patterns or learnings for future reference.
  • Use Case: After finishing a feature, update the changelog, update the roadmap status, and log any relevant patterns in AGENTS.md.

Quick Start

Update CHANGELOG.md with a concise entry, adjust the Kanban/roadmap status accordingly, and add any key patterns to AGENTS.md.

Frequently Asked Questions about project-updates

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

FAQPage Schema
How do I keep my CHANGELOG, roadmap, and Kanban board synchronized after completing features?

Update CHANGELOG.md with the completed feature, adjust your Kanban or roadmap status to reflect the change, and optionally log patterns in AGENTS.md. This ensures all tracking artifacts stay current and prevent context loss across your team.

What should I document in CHANGELOG.md for bug fixes and improvements?

CHANGELOG.md captures concise entries for what changed and when. Document each bug fix or improvement with a brief description, making it easy for users and team members to track project evolution and identify when specific work shipped.

Can I use this skill to track patterns and decisions in AGENTS.md?

Yes. AGENTS.md is optional but valuable for documenting recurring patterns and learnings discovered during feature completion. This creates a reference for future development decisions and helps your team recognize established approaches.

Do I need to maintain specific file locations for roadmap and changelog updates?

CHANGELOG.md must be in your project root. Roadmap and Kanban updates occur through admin or public views depending on your setup. These locations ensure consistency and make documentation discoverable for all contributors.

What's the best workflow for updating documentation after shipping a feature?

Complete the feature, add an entry to CHANGELOG.md, move the work item to done in your Kanban or roadmap, then review whether any patterns warrant recording in AGENTS.md. This sequence keeps artifacts synchronized in real time.