Douglas Jarquin avatar

Douglas Jarquin

Community

@douglasjarquin · Davie, FL

76Followers
|
31Public Repos
|
16Published Skills

Douglas Jarquin publishes repository verification contracts, evidence capture, and coordinated task delegation skills for auditable software delivery.

Skills Distribution
DomainDeveloper To...Repository Verific.. (40%)Task Orchestration.. (30%)Code Review & PR D.. (20%)Session State & Pe.. (10%)

Agent Skills by Douglas Jarquin

Showing 16 vetted skills indexed across 1 GitHub repositories.

douglasjarquindouglasjarquin

evidence

Capture and compare before/after screenshots, screencasts, and CLI transcripts across Git revisions.

Community
Advanced
douglasjarquindouglasjarquin

verify

Runs a repository's VERIFY.md verification contract and records candidate-bound evidence.

Community
Advanced
douglasjarquindouglasjarquin

create-verification

Scaffolds a repository-local verification contract, feature maps, and a mise verify task from observed checks.

Community
Advanced
douglasjarquindouglasjarquin

maintain-verification

Audit VERIFY.md contracts and feature maps for stale tasks, paths, and coverage claims.

Community
Advanced
douglasjarquindouglasjarquin

sum-dispatch

Delegates approved work to isolated Herdr worker agents with durable task briefs.

Community
Advanced
douglasjarquindouglasjarquin

sum-worker

Executes one approved task brief, verifies results, and submits structured handoff reports.

Community
Advanced
douglasjarquindouglasjarquin

sum-update

Applies, inspects, and rolls back atomic updates to a sum installation with staged releases.

Community
Advanced
douglasjarquindouglasjarquin

sum-develop

Develop and test sum in an isolated git worktree without touching the live coordinator installation.

Community
Advanced
douglasjarquindouglasjarquin

sum-rundown

Reconcile saved task records with bounded Herdr observations and surface unresolved questions.

Community
Advanced
douglasjarquindouglasjarquin

sum-delivery

Verify worker results, run independent review, and publish reviewable PRs without merging.

Community
Advanced
douglasjarquindouglasjarquin

recap

Summarizes session history from saved inbox, task, and verification files.

Community
Basic
douglasjarquindouglasjarquin

rundown

Reconciles inbox task records with live worker Bots to report outstanding work.

Community
Intermediate
douglasjarquindouglasjarquin

dispatch

Delegates approved user requests to worker Bots with persisted task briefs.

Community
Intermediate
douglasjarquindouglasjarquin

deliver

Prepares a reviewable GitHub pull request from a verified worker candidate without merging.

Community
Intermediate
douglasjarquindouglasjarquin

sweep

Assigns standing sweeps to a dedicated worker with scheduled routines.

Community
Intermediate
douglasjarquindouglasjarquin

persist

Writes task briefs, questions, answers, and reports as files under /workspace/sum.

Community
Intermediate

Frequently Asked Questions About Douglas Jarquin

FAQPage Schema
What tasks can I accomplish with Douglas Jarquin's skills?

You can bootstrap and maintain VERIFY.md verification contracts, capture before/after evidence manifests from builds, dispatch approved work to isolated Herdr worker checkouts, reconcile saved tasks with live observations, and prepare reviewable PRs from verified candidates without autonomous merging.

Who should use these verification and delegation skills?

Software engineers and technical leads who need auditable repository verification, honest before/after evidence for changes, and structured delegation of research, planning, or implementation work to isolated worker checkouts with durable briefs and persisted reports.

How does the verification workflow run in practice?

The create-verification skill scaffolds a VERIFY.md contract, a mise run verify task built from checks the project already declares, and a feature-map index. The verify skill then executes the canonical mise run verify, records candidate-bound evidence, and reports manual scenarios truthfully.

What are the prerequisites and dependencies?

Skills operate in any repository clone without requiring sum or Herdr for the verification set. The sum-* family assumes a sum installation with Herdr task checkouts, a /workspace/sum directory for persisted briefs and reports, and mise for running the canonical verify task.

Do these skills merge code automatically?

No. The deliver and sum-delivery skills only prepare a reviewable PR from a verified candidate after independent inspection of worker results. They explicitly never merge autonomously, keeping human review as the final gate before integration.