pickup-work

Automate task execution in a git worktree with human validation.

Updated Mar 7, 2016
One-click install
npx skills add https://github.com/BarrettLowe/dotfiles --skill pickup-work
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pickup-work
Source: https://github.com/BarrettLowe/dotfiles/tree/main/claude/skills/pickup-work
Command: npx skills add https://github.com/BarrettLowe/dotfiles --skill pickup-work

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

The Skill addresses the challenge of executing complex SecondBrain tasks with precision, minimizing ambiguity and ensuring thorough validation before implementation.

Core Features & Use Cases

  • Task End-to-End Execution: Automates the process of task handling from reading notes to final implementation.
  • Human Validation: Ensures clarity and agreement on task scope and validation plan before coding.
  • Collaborative Workflow: Facilitates communication with a human supervisor (Barrett) through a series of gates and checks.
  • Code and Validation: Performs local builds and runs validation tests without pushing to the main branch.

Quick Start

To execute a task, invoke the 'pickup-work' skill with the absolute path to the task note.

Frequently Asked Questions about pickup-work

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate task execution within a git worktree while coordinating validation with a human?

To automate task execution within a git worktree, this skill reads and scopes tasks, confirms the plan with a human supervisor, and executes locally validated code changes without pushing to the main branch.

What is the best way to streamline collaborative development and ensure task validation before implementation?

Streamlining collaborative development requires a series of validation gates where a human supervisor confirms task scope and validation plans before any local code changes are executed.

How do I start automated task handling using an absolute path to a task note?

Start automated task handling by invoking the skill with the absolute path to your task note, which triggers the end-to-end execution process from reading notes to final implementation.

Do I need git installed to coordinate code review and task validation workflows?

Yes, you need git installed because the skill automates task execution within a git worktree and requires collaboration with a human supervisor to validate local builds and code changes.

Can I run local builds and validation tests without pushing changes to the main branch?

Yes, you can run local builds and validation tests without pushing to the main branch because the skill executes code changes locally within an isolated git worktree environment.