auto-executor

Community

Automate task implementation from docs/tasks.md with sub-agents.

Authorwindschord
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill automatically reads tasks from docs/tasks.md and uses sub-agents to implement them, executing parallelizable tasks concurrently, creating commits per task, and updating tasks.md to mark completion.

Core Features & Use Cases

  • Automatic task extraction from docs/tasks.md
  • Sub-agent driven implementation
  • Parallel execution of independent tasks
  • Automatic commits per task
  • Safe commits before major changes
  • Auto-update of tasks.md upon completion

Quick Start

  1. Read docs/tasks.md and identify TODO tasks.
  2. Use sub-agents to implement the tasks.
  3. Commit changes for each task.
  4. Update tasks.md to reflect DONE status.
  5. Use: jules list to monitor tasks and jules status for progress.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: auto-executor
Download link: https://github.com/windschord/claude_skils/archive/main.zip#auto-executor

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository