gpd-decisions

Load and filter the Markdown decision log from .gpd/DECISIONS.md.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This capability helps teams access and filter a growing cumulative decision log stored at .gpd/DECISIONS.md, enabling quick reference to decisions, rationales, and outcomes across phases.

Core Features & Use Cases

  • Load and render the Markdown decision log from .gpd/DECISIONS.md.
  • Filter by Phase, keyword, or impact to surface relevant decisions.
  • View a compact table with key fields (ID, Decision, Phase, Date, Impact) and inspect full rationale and alternatives on demand.

Quick Start

Display all decisions and optionally filter by phase number or keyword.

Frequently Asked Questions about gpd-decisions

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

FAQPage Schema
How do I view and filter a markdown decision log by phase or keyword?

You can display your markdown decision log from .gpd/DECISIONS.md and apply filters by phase number or keyword. This renders a compact table with key fields like ID, Decision, Phase, Date, and Impact for targeted retrieval.

What is a cumulative decision log and how does it help software engineering teams?

A cumulative decision log is a running record of decisions, rationales, and outcomes stored in a markdown table. It helps teams quickly reference past choices across project phases without searching through scattered documents or chat histories.

How do I search for specific decisions by impact level in a markdown decision log?

You can search for specific decisions by applying impact filters alongside phase and keyword filters to your markdown decision log. This surfaces only decisions matching a particular impact level for more targeted retrieval and review.

Can I view the full rationale and alternatives for a decision in a compact markdown table?

Yes, you can view a compact table with key fields and inspect full rationale and alternatives on demand. The compact view shows essential fields like ID and Impact, while expanding individual decisions reveals detailed reasoning and alternatives.

Does this decision log filtering approach work without any external dependencies?

Yes, this decision log filtering approach works without external dependencies. It loads and parses the markdown table directly from .gpd/DECISIONS.md, applying filters and rendering output without requiring additional libraries or tools.

What file format and structure is required for filtering a decision log by phase?

The decision log must be a markdown file at .gpd/DECISIONS.md containing a table with fields like ID, Decision, Phase, Date, and Impact. This structure enables parsing and applying phase number filters for targeted retrieval.