gsd-add-tests
Generate tests for a completed phase based on UAT criteria and implementation
Post-mortem investigation for failed GSD workflows — diagnoses what went wrong.
$ npx -y skills add open-gsd/gsd-core --skill gsd-forensics --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/gsd-forensicsContext preview
The summary Claude sees to decide when to auto-load this skill.
Post-mortem investigation for failed GSD workflows — diagnoses what went wrong.
name: gsd-forensics description: "Post-mortem investigation for failed GSD workflows — diagnoses what went wrong." argument-hint: "[problem description]" allowed-tools: - Read - Write - Bash - Grep - Glob
<objective> Investigate what went wrong during a GSD workflow execution. Analyzes git history, `.planning/` artifacts, and file system state to detect anomalies and generate a structured diagnostic report.
Purpose: Diagnose failed or stuck workflows so the user can understand root cause and take corrective action. Output: Forensic report saved to `.planning/forensics/`, presented inline, with optional issue creation. </objective>
<execution_context> @~/.claude/gsd-core/workflows/forensics.md </execution_context>
<context> **Data sources:**
**User input:**
</context>
<process> Execute end-to-end. </process>
<success_criteria>
</success_criteria>
<critical_rules>
</critical_rules>
Git. Ship. Done. A light-weight meta-prompting, context engineering, and spec-driven development system for Claude Code, OpenCode, Antigravity CLI, Kimi CLI, Kilo, Codex, Copilot, Cursor, Windsurf, and more.
Repo: open-gsd/gsd-core
Generate tests for a completed phase based on UAT criteria and implementation
Generate an AI-SPEC.md design contract for phases that involve building AI systems.
Autonomous audit-to-fix pipeline — find issues, classify, fix, test, commit
Audit milestone completion against original intent before archiving
Cross-phase audit of all outstanding UAT and verification items
Run all remaining phases autonomously — discuss→plan→execute per phase