gpd-decisions

Filter GPD decision logs by phase, keyword, or impact level.

1|Updated Mar 29, 2026
One-click install
npx skills add https://github.com/CharGrnmn/roomtemp-superconductor-gpd --skill gpd-decisions-chargrnmn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gpd-decisions
Source: https://github.com/CharGrnmn/roomtemp-superconductor-gpd/tree/main/.agents/skills/gpd-decisions
Command: npx skills add https://github.com/CharGrnmn/roomtemp-superconductor-gpd --skill gpd-decisions-chargrnmn

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines accessing and filtering decision logs within GPD projects, providing a quick overview and detailed insights into the decision-making process.

Core Features & Use Cases

  • Decision Log Access: Retrieve the cumulative decision log with ease.
  • Phase Number Filtering: Focus on specific phases within the project.
  • Keyword Search: Locate decisions based on relevant keywords.
  • Impact Level Filtering: Filter decisions by their impact level (High, Medium, Low).
  • Summary Statistics: Obtain a summary of the decision log, including total number of decisions and impact levels.

Quick Start

Query the decision log by entering the phase number, such as $gpd-decisions 3, or use a keyword to search for decisions related to a specific topic.

Frequently Asked Questions about gpd-decisions

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

FAQPage Schema
How do I filter a markdown decision log by project phase number?

Filter a markdown decision log by entering the specific phase number, such as `$gpd-decisions 3`, to retrieve and focus on decisions made during that exact project phase.

What is the best way to search decision logs by impact level in GPD projects?

Search decision logs by impact level in GPD projects by applying the impact level filter to view decisions categorized as High, Medium, or Low priority from the cumulative log.

How do I locate specific decisions in a GPD project using keyword search?

Locate specific decisions in a GPD project by providing a relevant keyword to search and parse the markdown tables within the `.gpd/DECISIONS.md` file.

Do I need read access to parse markdown decision tables in GPD projects?

Yes, parsing markdown decision tables in GPD projects requires read access to the `.gpd/STATE.md` file and the `.gpd/DECISIONS.md` log to successfully extract decision data.

Can I get summary statistics for a project decision log?

Obtain summary statistics for a project decision log to view the total number of recorded decisions alongside their respective impact level distributions within the GPD project.

What tools are used to search and filter decision logs in markdown files?

Searching and filtering decision logs in markdown files uses grep and glob utilities to parse the tables, allowing precise retrieval of project decisions based on keywords or phases.