update

Compare pipeline state against Appendix A snapshot and generate an audit-grade Update Report.

Updated Apr 18, 2026
One-click install
npx skills add https://github.com/4797pnkkx5-gif/AI-Augmented-RE --skill update-4797pnkkx5-gif
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: update
Source: https://github.com/4797pnkkx5-gif/AI-Augmented-RE/tree/main/skills/update
Command: npx skills add https://github.com/4797pnkkx5-gif/AI-Augmented-RE --skill update-4797pnkkx5-gif

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Teams need a reliable way to see what changed after re-running elicitation, and to safely decide which downstream artifacts must be regenerated to restore consistency across the requirements pipeline.

Core Features & Use Cases

  • Computes audit-grade pipeline deltas: Creates a snapshot comparison between the current pipeline state and the Appendix A element snapshot from the previous Update Report.
  • Flags exactly what changed: Reports new elements, Pending refinements, OQ resolutions/newly raised questions, status transitions, and anomalous content drift requiring manual reconciliation until Component 3 ships.
  • Recommends the correct downstream cascade: Generates an ordered set of re-runs (and always includes /trace) based on the documented heuristics to bring the pipeline back into a consistent state.

Quick Start

Use the update skill after you re-run and APPROVE /elicit to generate a new dated update report in artifacts/00-updates and get a recommended downstream re-run cascade.

Frequently Asked Questions about update

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

FAQPage Schema
How do I track requirements changes after iterative stakeholder elicitation?

To track requirements changes after iterative stakeholder elicitation, generate an audit-grade Update Report comparing the current pipeline state against the prior Appendix A snapshot to compute deltas and recommend downstream re-runs.

What is change impact analysis for requirements pipeline consistency?

Change impact analysis for requirements pipeline consistency is the process of snapshotting elements with status and content-hashes, computing state deltas, and emitting ordered re-run recommendations to restore alignment across epics, user stories, SRS, tests, and traceability.

How do I generate an audit trail for requirements engineering deltas?

To generate an audit trail for requirements engineering deltas, run the update skill after approving elicitation to snapshot pipeline elements, compute content-hash differences, and emit a non-overwriting dated report in the artifacts updates directory.

How do I know which downstream artifacts need regeneration after elicitation inputs change?

To know which downstream artifacts need regeneration after elicitation inputs change, review the ordered re-run cascade recommendations generated from documented heuristics, which always includes traceability generation to bring the pipeline back into a consistent state.

Does workflow orchestration for pipeline updates overwrite previous audit reports?

Workflow orchestration for pipeline updates does not overwrite previous audit reports; it emits a new dated update report alongside the existing artifacts to maintain a continuous audit trail of state deltas and refinements.

What causes anomalous content drift in requirements traceability and how is it flagged?

Anomalous content drift in requirements traceability is caused by unresolved changes in elicitation inputs, flagged by the update skill during the delta computation phase to indicate manual reconciliation is required until the underlying component ships.