worker-complete

Validate quality gates and update task status in the Beads system.

1|Updated Mar 10, 2026
One-click install
npx skills add https://github.com/dayvidpham/pasture --skill worker-complete
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: worker-complete
Source: https://github.com/dayvidpham/pasture/tree/main/.opencode/skill/worker-complete
Command: npx skills add https://github.com/dayvidpham/pasture --skill worker-complete

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill ensures that software implementation tasks are properly validated against quality gates and formally handed off to reviewers, preventing incomplete or broken code from progressing through the workflow.

Core Features & Use Cases

  • Quality Gate Validation: Automates the verification of type checking, test coverage, and production code integrity.
  • Task Lifecycle Management: Updates task statuses in the Beads system and ensures all checklist items are satisfied before closure.
  • Structured Handoff: Generates a standardized handoff document for reviewers, detailing implementation context, decisions, and resolved leaf tasks.

Quick Start

Run the worker complete skill to verify your quality gates and finalize the current slice task in the Beads system.

Frequently Asked Questions about worker-complete

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

FAQPage Schema
How do I finalize slice completion and validate quality gates before a code review handoff?

Finalize slice completion by validating type checking, test coverage, and production code integrity, then generate a structured handoff document detailing implementation context and resolved leaf tasks for reviewers.

How does formal task lifecycle management work in the Beads system?

Task lifecycle management in the Beads system works by updating task statuses and verifying all checklist items are satisfied before closure, ensuring incomplete or broken code does not progress through the workflow.

Do I need the Beads CLI configured and authenticated to manage task states?

Yes, you need the Beads CLI configured and authenticated to manage task states and documentation, as the skill requires it to validate quality gates and update task statuses in the Beads system.

What is the best way to automate quality gate validation for software engineering workflows?

Automate quality gate validation by running a completion skill that verifies type checking, test coverage, and production code integrity, then updates task statuses and generates a standardized handoff document for reviewers.

Why does formal handoff procedures prevent broken code from progressing through the workflow?

Formal handoff procedures prevent broken code from progressing by enforcing rigorous code inspection and quality gate validation, ensuring all checklist items are satisfied and task statuses are updated before closure.

What does a structured handoff document for reviewers include during slice completion?

A structured handoff document for reviewers includes implementation context, decisions made, and resolved leaf tasks, providing a standardized format for formal handoff procedures between workers and reviewers.