task-execution

Executes approved tasks with gate checks, subagent delegation, review, and evidence-based verification.

Updated Sep 14, 2026
One-click install
npx skills add https://github.com/duchuyn04/resume-analyze --skill task-execution-duchuyn04
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: task-execution
Source: https://github.com/duchuyn04/resume-analyze/tree/main/.agents/skills/task-execution
Command: npx skills add https://github.com/duchuyn04/resume-analyze --skill task-execution-duchuyn04

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Teams lose control when AI agents claim tasks, edit code, or mark work Done without verified approval, atomic ownership, or real evidence. This Skill enforces a disciplined task lifecycle: gate checks before any write, safe claim mechanisms, scoped execution, two-axis review, and evidence-backed completion. ## Core Features & Use Cases - Gate-controlled execution: Verifies branch-specific approvals (Spike, Bounded, Feature G1–G4) before any source, test, config, or migration changes. - Three-tier subagent workflow: Dispatches Task Worker, Task Reviewer, and an integration-level Reviewer for parallel task execution with canonical task records. - Evidence-based completion: Requires revision-specific test evidence, two-axis review (Spec Compliance and Standards), and Browser Native checkpoints for UI changes before Done. - Use Case: A team lead asks the agent to implement an approved feature; the Skill verifies G1–G4 approvals, claims the task atomically, delegates work to subagents, collects review findings and test evidence, and only then updates the backlog and marks the task Done. ## Quick Start Ask the agent to claim and execute an approved task from the roadmap, then review and verify it with evidence before marking it Done.

Frequently Asked Questions about task-execution

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

FAQPage Schema
How do I safely delegate coding tasks to AI subagents?▼

Create a self-contained task card with scope, acceptance criteria, contracts, and verification steps, then dispatch a Task Worker subagent. Follow with a Task Reviewer subagent that checks the diff against spec compliance and code standards before integration.

What is a gate check before AI code execution?▼

A gate check verifies that the user has explicitly approved the scope, expected file changes, risks, and test approach before any writes occur. Feature work requires sequential G1–G4 approvals; Bounded and Spike branches need their own scoped approvals.

Can AI agents claim Jira tasks without conflicts?▼

Only with a proven atomic claim mechanism where two concurrent clients cannot both start the same task. Read-assignee-then-write is not atomic; without a safe mechanism or user coordination, the agent must stop and report it cannot claim the task.

When is browser-based UI verification required?▼

Browser Native verification is required whenever a task changes any visible or interactive web surface, including styles, forms, navigation, or loading states. Skipping it must be recorded as not-run, and the task cannot be reported as visually verified.

What evidence is needed before marking a task Done?▼

Done requires acceptance criteria met, passing two-axis review with no unresolved findings, and integration test evidence tied to the actual revision and environment. User statements or merged PRs alone do not count as completion evidence.