update-reqs

Update functional requirement documents in `docs/requirements/` based on observed software behavior.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the process of adding and updating functional requirement documents, ensuring they accurately reflect current software behavior and are implementation-agnostic.

Core Features & Use Cases

  • Requirement Documentation: Create and maintain requirement files in docs/requirements/.
  • Behavior Verification: Compares observed software behavior against existing requirements.
  • Use Case: After a new feature is developed, use this Skill to ensure the functional requirements documentation is updated to match the new behavior, marking any discrepancies.

Quick Start

Update the project requirements documentation.

Frequently Asked Questions about update-reqs

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

FAQPage Schema
How do I update functional requirements to match new software behavior?

To update functional requirements, this Skill compares observed software behavior against existing documentation in docs/requirements/, adds or updates the files, and validates them to ensure they accurately reflect current behavior.

What is the best way to maintain implementation-agnostic requirement documents?

Maintaining implementation-agnostic requirement documents is achieved through a structured workflow of exploration, comparison, writing, and validation to ensure specifications clearly define behavior without coupling to specific code implementations.

How do I verify that my software documentation matches current functionality?

You can verify software documentation against current functionality by running a behavior verification workflow that compares observed software behavior with existing requirements and marks any discrepancies found.

Can I use this to create new specification files in the requirements directory?

Yes, you can create new specification files as this Skill adds functional requirement documents directly within the docs/requirements/ directory structure during its documentation workflow.

Why does my requirements validation fail after updating a feature?

Requirements validation may fail after updating a feature if the observed software behavior no longer aligns with the existing functional requirements, causing the comparison process to flag discrepancies that require manual resolution.

Do I need an existing docs directory to manage functional requirements?

Yes, an existing directory structure is expected because this Skill specifically targets the docs/requirements/ path to store, update, and validate functional requirement documents.