project-loop

Update project documentation and append changelog entries after code changes.

1|Updated May 12, 2026
One-click install
npx skills add https://github.com/sobhanashine/nazarato --skill project-loop-sobhanashine
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: project-loop
Source: https://github.com/sobhanashine/nazarato/tree/main/.agents/skills/project-loop
Command: npx skills add https://github.com/sobhanashine/nazarato --skill project-loop-sobhanashine

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Ensures docs/PROJECT.md stays up-to-date with every code change, preventing knowledge rot and maintaining documentation accuracy.

Core Features & Use Cases

  • Code Change Documentation: Automatically updates project documentation with every code change.
  • Architecture and Conventions Check: Ensures changes align with current architecture and conventions before code is written.
  • Changelog and Update Tracking: Appends a changelog entry and updates architecture/conventions sections as necessary.

Quick Start

Run 'project-loop' to update your project documentation after making a non-trivial code change.

Frequently Asked Questions about project-loop

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

FAQPage Schema
How do I keep project documentation updated automatically after code changes?

To update project documentation after code changes, you can manually execute a documentation loop to append changelog entries and align sections with current architecture. This prevents knowledge rot in files like PROJECT.md.

What is the best way to maintain changelog and architecture conventions during software development?

Maintaining changelog and architecture conventions is best handled by running a post-change documentation update process that checks alignment and appends tracking entries to your project documentation.

How do I prevent knowledge rot in project documentation?

Preventing knowledge rot in project documentation requires executing a manual update routine after non-trivial code changes to ensure docs accurately reflect current architecture and conventions.

Does project documentation update automatically when I modify code?

Project documentation does not update automatically; it requires manual execution after you make non-trivial code changes to append the changelog and update architecture sections.

When do I need to run a project documentation update routine?

You need to run a project documentation update routine after making any non-trivial code change to ensure your changelog and architecture conventions are accurately tracked and appended.

Can I check if code changes align with current architecture conventions before writing?

Yes, a documentation integrity routine can check that your proposed changes align with current architecture and conventions before code is written, ensuring project documentation stays accurate.