execute

Orchestrate PLAN.md workflows by delegating tasks to subagents and verifying results.

171|23|Updated Jan 21, 2026
One-click install
npx skills add https://github.com/team-attention/hoyeon --skill execute-team-attention
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: execute
Source: https://github.com/team-attention/hoyeon/tree/main/skills/execute
Command: npx skills add https://github.com/team-attention/hoyeon --skill execute-team-attention

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill orchestrates end-to-end plan execution by delegating work to specialized subagents, running verification, and updating progress.

Core Features & Use Cases

  • Orchestrates PR/local execution: reads PLAN.md, creates and manages tasks, and coordinates dependencies.
  • Delegates work to worker subagents and verifies results to ensure correctness.
  • Supports adaptation via dynamic TODOs and a wrap-up phase that saves context and final reports.

Quick Start

Use the execute skill to orchestrate a sample PLAN.md workflow from specification to final report.

Frequently Asked Questions about execute

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

FAQPage Schema
How do I orchestrate end-to-end task execution from a plan file?

You can orchestrate end-to-end task execution by reading a PLAN.md file, spawning subagents for parallel dispatch, and managing dependencies across the workflow with verification.

How do I automate PR workflows with task verification?

Automating PR workflows involves delegating implementation to worker subagents, verifying their results for correctness, and updating progress dynamically during execution.

Does task orchestration work in both local and PR modes?

Yes, task orchestration supports both PR and Local modes by reading PLAN.md, creating and managing tasks, and coordinating dependencies to satisfy execution requirements.

What is the best way to manage dependencies across automated workflows?

Managing dependencies across automated workflows is handled by orchestrating end-to-end execution, delegating tasks to subagents, and verifying results to ensure correctness.

Can I adapt task workflows dynamically during execution?

Yes, you can adapt task workflows dynamically via dynamic TODOs and a wrap-up phase that saves context and generates final reports upon completion.

Do I need subagents to verify automated task results?

Yes, verifying automated task results requires delegating implementation to worker subagents, which ensures correctness and manages dependencies across the orchestration pipeline.