adlc-product-link

Link existing Feature PDRs to new feature specifications without modifying files.

Updated Apr 21, 2026
One-click install
npx skills add https://github.com/chaimt/GarminShabbatMode --skill adlc-product-link
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: adlc-product-link
Source: https://github.com/chaimt/GarminShabbatMode/tree/main/.cursor/skills/adlc-product-link
Command: npx skills add https://github.com/chaimt/GarminShabbatMode --skill adlc-product-link

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Link features to existing Product Design Records (PDRs) to ensure traceability without duplicating effort.

Core Features & Use Cases

  • PDR linkage: locate and reference the appropriate Feature PDRs, surfacing their Milestone alignment for the feature.
  • Silent handling of no-PDRs: if no PDRs exist in the expected locations, exit without output to avoid noise.
  • Non-destructive: does not modify any PDR files; only outputs linkage references for the spec header.
  • Use Case: when specifying a feature, automatically attach the relevant PDR reference so teams stay aligned.

Quick Start

Identify and link the relevant Feature PDR to the new feature, or exit silently if none exist.

Frequently Asked Questions about adlc-product-link

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

FAQPage Schema
How do I link a feature specification to an existing PDR?

To link a feature specification, the tool identifies existing Product Design Records (PDRs) filtered by the Feature category and outputs a Milestone reference and PDR reference for the spec header without modifying the original PDR files.

What happens when there are no PDRs found in the expected locations?

When no PDRs exist in the known locations, the process exits silently without generating any output to avoid noise in your feature specification workflow.

Does linking a feature to a PDR modify the original PDR files?

No, linking a feature to a PDR is a non-destructive process that only reads the PDR files to output linkage references for the new feature specification, ensuring source files remain unaltered.

How do I ensure traceability between a new feature and a milestone without duplicating effort?

You can ensure traceability by referencing an existing Feature PDR, which surfaces the relevant Milestone alignment and outputs a direct PDR reference for the spec header without duplicating design records.

Can I select a specific PDR when multiple feature records exist?

Yes, when multiple PDRs exist in the known locations, the command presents a selection interface so you can choose the appropriate Feature category PDR to link to your new specification.