cdd-gather-context

Scan project docs and cdd.md files to generate a narrative context report.

Updated Jan 21, 2026
One-click install
npx skills add https://github.com/yutaro0915/cdd-workflow --skill cdd-gather-context
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: cdd-gather-context
Source: https://github.com/yutaro0915/cdd-workflow/tree/main/src/templates/skills/cdd-gather-context
Command: npx skills add https://github.com/yutaro0915/cdd-workflow --skill cdd-gather-context

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps teams quickly gather relevant context for a new decision by scanning project docs, decisions, and technical references.

Core Features & Use Cases

  • Document scanning: Identify and summarize relevant docs and related decisions to establish context.
  • Context payload generation: Produce a narrative report and a structured cdd.md context block for reuse in decision documents.
  • Cross-reference and constraints: Detect related decisions, constraints, and precedents to guide implementation.

Quick Start

Scan the repository for related decisions and generate a context report to inform the new decision.

Frequently Asked Questions about cdd-gather-context

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

FAQPage Schema
How do I gather context for a decision from project documentation?▼

Context gathering for decisions works by searching relevant documents across docs/, CDD/**, and cdd.md files. It identifies related decisions, constraints, and precedents to generate a narrative context report alongside structured data for reuse.

What is CDD context gathering and when do I need it?▼

CDD context gathering is the process of scanning project docs and technical references to establish background for a new decision. You need it when you must identify constraints, precedents, and related decisions before finalizing an implementation plan.

Does context gathering for decisions work with existing cdd.md files?▼

Yes, decision context gathering scans existing cdd.md files alongside docs/ and CDD directories. It extracts structured data and cross-references related decisions to build a comprehensive context payload for your new decision document.

How to generate a context payload for a decision document automatically?▼

Generate a context payload by running this Skill to scan repository documentation and decision folders. It outputs a narrative context report and a structured cdd.md block containing constraints, precedents, and explicit path references for reuse.

What's the best way to find related decisions and constraints before implementation?▼

The best way to find related decisions and constraints is to scan repository documents and existing decision records. This Skill cross-references docs/, CDD/**, and cdd.md files to detect precedents and structured constraints for your implementation intent.

Can I reuse gathered context across multiple decision documents?▼

Yes, you can reuse gathered context because this Skill produces a structured cdd.md context block alongside a narrative report. The structured output contains explicit path references, constraints, and precedents designed for integration into multiple decision documents.