gsdl-document-decisions

Installation
SKILL.md

GSDL Document Decisions

Analyzes what was built during a GSDL project, captures the key decisions and architecture changes, saves them to a markdown file, and optionally publishes to Slite or Notion.

Inputs

  • PROJECT_NAME — the project name (kebab-case)
  • WORKSPACE_ROOT — absolute path to workspace root
  • PRD_PATH — relative path to the PRD file (from progress.md)
  • TASKS_PATH — relative path to the task list file (from progress.md)

Step 1 — Gather Project Context

Read the following files from disk:

  1. [WORKSPACE_ROOT]/[PRD_PATH] — the original PRD (goals, requirements, non-goals)
  2. [WORKSPACE_ROOT]/[TASKS_PATH] — the completed task list (what was planned and built)
Installs
19
Repository
nsantini/gsdl
GitHub Stars
3
First Seen
Mar 15, 2026
gsdl-document-decisions — nsantini/gsdl