.claude/skills/req-update/SKILL.md
Analyze the impact of requirements changes/additions and report update proposals for all documents. Only a summary is returned to the main context.
npx skillsauth add peintangos/langgraph-tutorial-ts req-updateInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Analyze the impact of requirements changes/additions based on $ARGUMENTS and report update proposals for all documents.
$ARGUMENTS, use itdocs/prds/*/prd.md using Glob
The target PRD path is docs/prds/prd-{slug}/ below.
Read all of the following:
docs/prds/prd-{slug}/prd.mddocs/prds/prd-{slug}/specifications/spec-*.md (search with Glob)docs/prds/prd-{slug}/progress.mddocs/prds/prd-{slug}/todo.md (if exists)docs/prds/prd-{slug}/dependencies.md (if exists)docs/roadmap.mddocs/architecture.mddocs/ubiquitous/glossary.md (if exists)docs/references/ (if exists)Investigate code related to keywords in $ARGUMENTS:
Interpret the content of $ARGUMENTS and determine:
For each affected document, describe specific update content:
Update proposals should clearly state "what existing text to change to what" or "what to append."
Output in the following structured format. This becomes the summary returned to the main context.
## Requirements Update Impact Analysis Report
### Change Summary
- Type: Requirement Change / Requirement Addition
- Content: [Summary]
### Impact Scope Summary
| Document | Impact | Change Summary |
|----------|--------|----------------|
| PRD | Changed / Added / None | [Summary] |
| Specification | ... | ... |
| Progress | ... | ... |
| Roadmap | ... | ... |
| TODO | ... | ... |
| Architecture | ... | ... |
| Dependencies | ... | ... |
### Code Impact
- [file path]: [Impact summary]
(If unimplemented: "No relevant code")
### Update Proposals for Each Document
#### PRD (`docs/prds/prd-{slug}/prd.md`)
[Specific update content. What existing text changes to what, or content to append]
#### Specification (`docs/prds/prd-{slug}/specifications/spec-NNN-slug.md`)
[Specific update content]
...(listed for each affected document)
### TODO Impact
- [Tasks to add/change/delete]
### Notes
- [Points to note during updates, consistency considerations, etc.]
testing
Run tests and return a summary. Test logs are contained within the forked context; only the summary is returned to the main context.
testing
Review testing strategy and guidelines
testing
Create a new feature specification and update progress.md and roadmap.md
documentation
Interactively adapt the Ralph Matsuo template to the current repository by filling project docs, rules, roadmap, and ralph.toml in one setup pass