GetRequirement

Official

Instantly fetch a requirement with full metadata.

AuthorCure-HHT
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill enables Claude to retrieve the full text and metadata of a system requirement by its ID. It helps when you need to verify content, perform reviews, or understand dependencies without leaving the chat.

Core Features & Use Cases

  • Full text and metadata retrieval: Fetches the complete requirement text plus its metadata (ID, Level, Implements, Status, Hash, Source).
  • Offline, local lookup: Parses local spec files (no external API calls) for offline reliability.
  • Flexible ID handling: Accepts both REQ-d00027 and d00027 formats; case-insensitive.
  • Traceability and validation support: Enables quick verification during design reviews and change tracking.

Quick Start

Use the GetRequirement skill with input REQ-d00027 (or d00027) to retrieve the full text and metadata from the spec files on your device.

Dependency Matrix

Required Modules

None required

Components

scripts

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: GetRequirement
Download link: https://github.com/Cure-HHT/hht_diary/archive/main.zip#getrequirement

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository