Build the queue of open issues that are actually available to work — excluding PRDs, anything already in flight, and duplicates — then assign them and dispatch one isolated agent per issue. Asks how many to take, verifies each candidate against origin/main…
vfarcic/dot-agent-deck
SkillsMP has collected 11 skills from vfarcic/dot-agent-deck. Open a skill to review its source and details.
- Latest recorded source activity
- SkillsMP catalog refreshed
- skills collected
- 11
- GitHub stars
- 106
- GitHub forks
- 18
Skills in this repository
Showing 11 of 11 collected skills.
Build the queue of open PRDs that are actually available to work — those carrying a PRD document and not already in flight — then claim them and dispatch one isolated unit per PRD. Asks the shape per PRD and composes the task DIFFERENTLY for each: a single…
dot-agent-deck-specific adapter that builds a demo-reel manifest.json from this repo's per-test recordings — selects the e2e
Build the queue of open PRs where the ball is in your court — yours needing feedback addressed, others' needing verification — and dispatch one isolated agent per PR to move it toward resolution. Asks how many to take, composes a self-contained task with a…
Deeply verify a pull request written by someone else and end with an explicit merge recommendation. Safety-scans the diff, checks the PR out into its own worktree, runs every automated gate including the e2e tier, reviews the code against this repo's rules,…
Reproduce first, then fix — turn a reported defect into a failing test, fix it, and confirm that same test goes green. Use whenever the user describes the software behaving differently from what they expected or intended, however they phrase it: a complaint,…
Run, build, smoke-test, and screenshot the dot-agent-deck binary against an isolated sandbox. Use when asked to "run dot-agent-deck", "launch the TUI", "take a screenshot of the dashboard", "verify the CLI smoke", or "test a change locally" against the…
Create a release tag based on accumulated changelog fragments, then prune merged worktrees and branches. Run when ready to cut a release.
Stitch a manifest of terminal recordings into one narrated MP4 (title/description card, then clip, repeated) and optionally upload it unlisted to YouTube. Repo-agnostic engine driven only by a manifest.json; runnable by an agent or directly as reel.sh. Use…
Run a PRD end-to-end autonomously — start, iterate until done, create a PR, and wait for its CI + bot reviews to settle before reporting. Stops before merge for manual validation.
Publish the docs site to GHCR with a main-<sha> tag and bump site/helm/values.yaml so Argo CD picks it up — without cutting a SemVer release. Use when docs/site changes need to go live between releases.