update-reqs

Append or update functional requirements in docs/requirements/ without deleting existing entries.

1|Updated Feb 14, 2026
One-click install
npx skills add https://github.com/Trecek/useful-claude-skills --skill update-reqs-trecek
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: update-reqs
Source: https://github.com/Trecek/useful-claude-skills/tree/main/.claude/skills/update-reqs
Command: npx skills add https://github.com/Trecek/useful-claude-skills --skill update-reqs-trecek

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Add or update functional requirement documents that describe what the software must do, stored in docs/requirements/, to keep living contracts in sync with the codebase.

Core Features & Use Cases

  • Append and update requirements without removing existing content to preserve history and traceability.
  • Mark outdated or misaligned items with status notes rather than deleting them, enabling governance and review.
  • Organize requirements by subsystem or domain, enabling consistent collaboration across teams.

Quick Start

Run the update-reqs skill to scan existing docs/requirements/ and append or update requirements as needed.

Frequently Asked Questions about update-reqs

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

FAQPage Schema
How do I keep functional requirement documents up-to-date without losing traceability?

To keep functional requirement documents up-to-date without losing traceability, append or update entries in docs/requirements/ while preserving existing ones. This maintains a living, versioned history of observable software behavior.

What is the best way to manage outdated functional requirements for governance review?

The best way to manage outdated functional requirements for governance is to mark misaligned items with status notes and warnings rather than deleting them. This non-deletion approach preserves history and enables structured review.

How do I append new requirements to existing versioned documentation?

To append new requirements to existing versioned documentation, scan the docs/requirements/ directory and apply a structured format using functional areas and sequential REQ numbers to add the new entries without altering existing content.

Does this requirements update approach work for organizing documents by subsystem?

Yes, this requirements update approach works for organizing documents by subsystem or domain. It structures functional areas with sequential REQ numbers to enable consistent collaboration and traceability across teams.

Why should I avoid deleting functional requirements from living documentation?

You should avoid deleting functional requirements from living documentation because removal breaks traceability and governance. Marking outdated items with status notes instead of deleting preserves the historical context needed for review.