subagent

Execute delegated tasks with a pull, plan, execute, verify, commit, push workflow.

Updated Jan 23, 2026
One-click install
npx skills add https://github.com/datorresb/vibecoding-starter --skill subagent-datorresb
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: subagent
Source: https://github.com/datorresb/vibecoding-starter/tree/main/.claude/skills/core/subagent
Command: npx skills add https://github.com/datorresb/vibecoding-starter --skill subagent-datorresb

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a disciplined, focused execution agent that can be delegated tasks by the Tech Lead and returns work that is complete, verifiable, and ready to push.

Core Features & Use Cases

  • Delegated Task Execution: performs assigned work with hygiene, completeness, and traceability.
  • Git-Driven Workflow: commits, pushes, and backlog updates to reflect done work.
  • Use Case: When a Tech Lead delegates a task, the Subagent reads the delegation prompt, executes the task end-to-end, and updates the remote repository and backlog.

Quick Start

Use the subagent skill to execute a delegated task by pulling the latest context, reading the delegation prompt, and returning a complete, pushed change-set.

Frequently Asked Questions about subagent

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

FAQPage Schema
How do I automate git workflow for delegated development tasks?

Automating git workflow for delegated tasks requires pulling latest context, executing the work, verifying results, then committing and pushing changes. This ensures reliable delivery and backlog synchronization in multi-agent environments.

What is a subagent execution workflow in software engineering?

A subagent execution workflow is a disciplined process where a tech lead delegates concrete tasks requiring planning, execution, and verification to a focused agent that returns complete, verifiable, and ready-to-push change-sets.

How do I ensure completed delegated tasks are properly committed and pushed?

To ensure delegated tasks are committed and pushed, enforce a rigorous hygiene workflow: pull before work, plan, execute, verify, commit, push, and update the backlog to reflect done work accurately in the remote repository.

Can I use a delegated task execution agent without a tech lead?

A delegated task execution agent is designed for multi-agent environments where a tech lead delegates concrete tasks. Without a delegation prompt from a lead, the agent lacks the necessary context to begin planning and execution.

What are the limitations of using a focused execution agent for git workflows?

A focused execution agent is limited to performing assigned delegated work with hygiene and traceability. It does not handle upstream backlog prioritization or tech lead planning, focusing strictly on pulling, executing, verifying, and pushing assigned change-sets.