execute-tasks

Community

Automate task execution, logging, and testing.

AuthorBrownbull
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill automates the entire development task lifecycle, from loading and preparing tasks to implementing features, writing and running phase-appropriate tests, organizing them, and logging every step. It eliminates manual oversight and ensures consistent, high-quality task completion, allowing developers to focus on core coding.

Core Features & Use Cases

  • Automated Task Execution: Sequentially processes tasks from tasks.yaml, updating their status and ensuring dependencies are met.
  • Phase-Appropriate Testing: Generates and runs tests (2-8 types) based on the project's current phase (Prototype to Scale), ensuring relevant quality without over-engineering.
  • Comprehensive Logging: Logs every operation and narrative to operations.log, providing a full audit trail for debugging, auditing, and progress tracking.
  • Use Case: After a plan is written, use this skill to automatically build out a new API endpoint, including writing the code, generating tests, running them, and organizing them into regression suites, all while tracking progress and adhering to project standards.

Quick Start

Use the execute-tasks skill to process all pending tasks in ai-state/active/tasks.yaml, starting with task-001-fastapi-setup.

Dependency Matrix

Required Modules

None required

Components

scripts

💻 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: execute-tasks
Download link: https://github.com/Brownbull/taskflow/archive/main.zip#execute-tasks

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