Derek Thurn avatar

Derek Thurn

Community

@thurn · Mountain View, CA

75Followers
|
77Public Repos
|
20Published Skills

Derek Thurn publishes 22 skills for git worktree orchestration, backlog execution, adversarial test validation, design documentation, and Playwright browser inspection.

Skills Distribution
DomainDeveloper To...Git Worktree Orche.. (35%)Code Review & Test.. (25%)Technical Design D.. (20%)Browser Testing & .. (15%)

Agent Skills by Derek Thurn

Showing 20 vetted skills indexed across 1 GitHub repositories.

thurnthurn
1

adversarial-test-validation

Injects temporary user-visible bugs to verify test suites catch real regressions.

Community
Advanced
thurnthurn
1

independent-review

Delegates a read-only code review to a fresh subagent and verifies each finding against the source.

Community
Intermediate
thurnthurn
1

wtbatch

Orchestrates parallel subagents in isolated git worktrees to execute batches of work items.

Community
Advanced
thurnthurn
1

backlog

Convert rough bug lists into standalone task files through structured user interviews.

Community
Advanced
thurnthurn
1

reddit-digest-to-epub

Convert AskHistorians Reddit digest URLs into self-contained EPUB ebooks via Playwright browser scraping.

Community
Advanced
thurnthurn
1

wtm

Implements tasks directly on the master or main branch without creating worktrees.

Community
Basic
thurnthurn
1

wtcleanup

Replay worktree branch commits onto master as linear history, then remove the worktree and branch.

Community
Intermediate
thurnthurn
1

backlog-execute-serial

Executes backlog task files sequentially on one shared git branch using implementer and reviewer subagents.

Community
Advanced
thurnthurn
1

backlog-execute

Executes backlog task files in parallel git worktrees with implementer-reviewer subagent pipelines.

Community
Advanced
thurnthurn
1

batch-edit

Applies uniform transformations to many file entries using parallel subagents on split chunks.

Community
Intermediate
thurnthurn
1

enact

Orchestrates multi-agent execution of design documents through coordinated subagent pipelines.

Community
Advanced
thurnthurn
1

wt-sequence

Executes multi-task implementation plans as stacked commits with overlapping review and speculative work.

Community
Advanced
thurnthurn
1

technical-design-docs

Write standalone technical design documents, RFCs, and architecture proposals in Markdown.

Community
Intermediate
thurnthurn
1

scenario-design-docs

Generates technical design documents and QA scenario appendices through one-question-at-a-time interviews.

Community
Advanced
thurnthurn
1

grill-me

Interviews the user question-by-question to stress-test plans and resolve design decisions.

Community
Basic
thurnthurn
1

implement-plan

Implements task-based plans through orchestrator and implementer Codex tasks using wt worktrees.

Community
Advanced
thurnthurn
1

enact-audit

Verifies completed projects against design documents via blind review, QA, and remediation subagents.

Community
Advanced
thurnthurn
1

wt

Implements tasks in isolated Tollgate git worktrees with speculative CI validation and gated promotion.

Community
Advanced
thurnthurn
1

visual-review

Review running UIs through screenshots and rendered-state measurements to report bugs and design feedback.

Community
Advanced
thurnthurn
1

qq

Answers all questions in mixed prompts before requesting approval to implement.

Community
Basic

Frequently Asked Questions About Derek Thurn

FAQPage Schema
What tasks can I accomplish with Derek Thurn's skills?▼

You can orchestrate multi-task implementation across isolated git worktrees, groom rough bug lists into standalone task files, run adversarial mutation testing against your test suite, obtain independent second-opinion code reviews, write RFC-style design documents, perform visual UI review, and inspect Playwright trace files from the command line.

Who are these skills designed for?▼

Software engineers and technical leads managing large backlogs, multi-step implementation plans, or design documentation. They suit developers who want parallel subagent execution with review gates, linear git history promotion, and structured validation before declaring work complete.

How do the worktree-based execution skills run in practice?▼

Skills like wt, wtbatch, and backlog-execute create Tollgate-managed git worktrees per task, run implementer plus reviewer subagent pipelines, then cherry-pick approved commits onto a linear integration branch. wtcleanup replays unique commits onto master and removes the worktree afterward.

What prerequisites or dependencies do these skills require?▼

Most skills require a local git repository with worktree support and subagent orchestration. The Playwright skills require npx, npm, and playwright-cli access. The reddit-digest-to-epub skill explicitly works without Reddit OAuth or API credentials.

Do these skills support design and planning before implementation?▼

Yes. technical-design-docs and scenario-design-docs produce standalone RFCs and architecture proposals with QA-ready scenario appendices, while grill-me interviews you relentlessly to stress-test plans, and qq ensures all questions are answered before any implementation begins.