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 rootPRD_PATH— relative path to the PRD file (fromprogress.md)TASKS_PATH— relative path to the task list file (fromprogress.md)
Step 1 — Gather Project Context
Read the following files from disk:
[WORKSPACE_ROOT]/[PRD_PATH]— the original PRD (goals, requirements, non-goals)[WORKSPACE_ROOT]/[TASKS_PATH]— the completed task list (what was planned and built)