execute-tasks

Solid

Execute pending Claude Code Tasks in dependency order with wave-based concurrent execution and adaptive verification. Supports task group filtering and configurable parallelism. Use when user says "execute tasks", "run tasks", "start execution", "work on tasks", or wants to execute generated tasks autonomously.

AI & Automation 38 stars 7 forks Updated today MIT

Install

View on GitHub

Quality Score: 86/100

Stars 20%
53
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Execute Tasks Skill This skill orchestrates autonomous task execution for Claude Code Tasks. It builds a dependency-aware execution plan, launches a dedicated agent for each task through a 4-phase workflow (Understand, Implement, Verify, Complete), handles retries with failure context, and shares learnings across tasks through a shared execution context file. ## Core Principles ### 1. Understand Before Implementing Never write code without first understanding: - What the task requires (acceptance criteria or inferred requirements) - What code already exists (read before modify) - What conventions the project follows (CLAUDE.md, existing patterns) - What earlier tasks discovered (shared execution context) ### 2. Follow Existing Patterns Match the codebase's established patterns: - Coding style, naming conventions, file organization - Error handling approach, logging patterns - Test framework, test structure, assertion style - Import ordering, module organization ### 3. Verify Against Criteria Do not assume implementation is correct. Verify by: - Walking through each acceptance criterion for spec-generated tasks - Running tests and linters for all tasks - Confirming the core change works as intended - Checking for regressions in existing functionality ### 4. Report Honestly Produce accurate verification results: - PASS only when all Functional criteria pass and tests pass - PARTIAL when non-critical criteria fail but core works - FAIL when Functional criteria or tes...

Details

Author
sequenzia
Repository
sequenzia/agent-alchemy
Created
4 months ago
Last Updated
today
Language
Python
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

run-tasks

Execute pending tasks in dependency order with wave-based concurrent execution via Agent Teams

38 Updated today
sequenzia
AI & Automation Solid

autonomous-skill

Execute long-running, multi-session tasks autonomously using Claude Code headless mode or in-session hook-based loops. Supports structured task decomposition (for complex projects) and lightweight Ralph-style iteration (for TDD, bug fixing, refactoring). Use this skill whenever the user says "autonomous", "long-running task", "multi-session", "run this in the background", "keep working on this", "batch process", "iterate until done", "ralph loop", or wants any task that requires sustained, unattended execution.

1,535 Updated 1 months ago
feiskyer
AI & Automation Solid

create-tasks

Generate Claude Code native Tasks from an existing spec. Use when user says "create tasks", "generate tasks from spec", "spec to tasks", "task generation", or wants to decompose a spec into implementation tasks.

38 Updated today
sequenzia
AI & Automation Listed

autonomous-workflow

Execute development workflows through Explore-Plan-Code-Verify phases with task-driven tracking, Tier 1/2/3 action classification, decision journaling, and bounded debug loops. Use when executing any development workflow autonomously or orchestrating multi-step implementation tasks. This skill MUST be consulted because skipping phases causes rework, and unbounded verification loops cause agents to loop forever on unsolvable problems.

5 Updated 3 days ago
synaptiai
AI & Automation Listed

claude

Delegate tasks or get a second opinion from Claude Code CLI. Infers mode (delegation vs validation) from prompt context. Detects available models at runtime via the CLI. Use when cross-validating code, plans, or architecture with Claude Code, or offloading work to it. Do not use when already running inside Claude Code or for tasks that do not benefit from cross-model input.

1 Updated 6 days ago
darshitpp