Complete an epic (checks, docs, PR)
Completes an epic by running checks, documenting, committing, and creating a PR.
/plugin marketplace add markhamsquareventures/essentials/plugin install essentials@mksq-marketplacegit branch --show-currentgit status --shortgit status -sbls docs/prds/*.md 2>/dev/null || echo "No PRDs found"Complete an epic by running all end-of-epic steps.
Ask for the epic name if not provided as an argument
Validate PRD exists
docs/prds/{epic}.md existsPre-flight checks - Abort if any fail:
Run checks by running /dev.check
Document the epic by running /doc.epic {epic}
Commit documentation by running /dev.commit
Mark PRD as complete
Create pull request by running /dev.pr
If any step fails, stop immediately and report: