gsd-add-tests
Generate tests for a completed phase based on UAT criteria and implementation
Archive completed milestone and prepare for next version
$ npx -y skills add open-gsd/gsd-core --skill gsd-complete-milestone --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/gsd-complete-milestoneContext preview
The summary Claude sees to decide when to auto-load this skill.
Archive completed milestone and prepare for next version
name: gsd-complete-milestone description: "Archive completed milestone and prepare for next version" argument-hint: "<version>" allowed-tools: - Read - Write - Bash - Grep
<objective> Mark milestone {{version}} complete, archive to milestones/, and update ROADMAP.md and REQUIREMENTS.md.
Purpose: Create historical record of shipped version, archive milestone artifacts (roadmap + requirements), and prepare for next milestone. Output: Milestone archived (roadmap + requirements), PROJECT.md evolved, git tagged. </objective>
<execution_context> **Load these files NOW (before proceeding):**
</execution_context>
<context> **Project files:**
**User input:**
</context>
<process>
**Follow complete-milestone.md workflow:**
0. **Check for audit:**
(the audit output already enumerates them — insert closure phases via `/gsd-phase --insert <N>` plus the standard discuss/plan/execute chain) before proceeding.
## Pre-flight Check
{If no v{{version}}-MILESTONE-AUDIT.md:}
⚠ No milestone audit found. Run `/gsd-audit-milestone` first to verify
requirements coverage, cross-phase integration, and E2E flows.
{If audit has gaps:}
⚠ Milestone audit found gaps. The audit output already enumerates the
unsatisfied requirements, cross-phase issues, and broken flows — insert
a closure phase per gap with `/gsd-phase --insert <N>` and run the
standard `/gsd-discuss-phase` → `/gsd-plan-phase` → `/gsd-execute-phase`
chain. Or proceed anyway to accept the gaps as tech debt.
{If audit passed:}
✓ Milestone audit passed. Proceeding with completion.1. **Verify readiness:**
2. **Gather stats:**
3. **Extract accomplishments:**
4. **Archive milestone:**
5. **Archive requirements:**
6. **Update PROJECT.md:**
7. **Commit and tag:**
8. **Offer next steps:**
</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