prd-done
Installation
SKILL.md
Vendored from vfarcic/dot-ai
shared-prompts/prd-done.md(MIT, Copyright (c) 2025 Viktor Farcic). Original author: Viktor Farcic.
Complete PRD Implementation
Complete the PRD implementation workflow including branch management, pull request creation, and issue closure.
Forge-agnostic: The gh commands below are GitHub examples. Detect the forge from git remote get-url origin and use the matching CLI, mapping each verb to its equivalent: GitHub → gh; GitLab → glab (a PR is a merge request, glab mr …); Forgejo/Gitea → tea. If the needed CLI is missing, tell the user and link its install page.
Workflow Steps
0. Implementation Type Detection
FIRST: Determine the type of PRD completion to choose the appropriate workflow
Documentation-Only Completion (Skip PR workflow):
- ✅ Changes are only to PRD files or project management documents
- ✅ No source code changes
- ✅ No configuration changes
- ✅ Feature was already implemented in previous work
- → Use Simplified Workflow (Steps 1, 2-simplified, 5 only)