Task Execution Engine

🌐Community
by davila7 · vlatest · Repository

This engine automates complex tasks by breaking them down and executing steps, boosting productivity and streamlining workflows.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add task-execution-engine npx -- -y @trustedskills/task-execution-engine
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "task-execution-engine": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/task-execution-engine"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

The Task Execution Engine automates implementation tasks directly from design documents formatted with markdown checkboxes. It manages these tasks, allowing an AI agent to break down complex projects into smaller, executable steps and track progress without needing separate session files. The engine uses a command-line interface (CLI) for managing task status updates like marking tasks as complete or failed.

When to use it

  • Executing implementation tasks outlined in design documents.
  • Managing development workflows where tasks are defined with markdown checkboxes.
  • Automating the process of breaking down large projects into smaller, manageable steps.

Key capabilities

  • Task management via markdown checkboxes within a design document.
  • CLI commands for next, done, fail, and status task updates.
  • Support for defining task priority, phase, dependencies, and associated files.
  • Automated execution loop to process tasks until completion.

Example prompts

  • "Run the next implementation task from my design document: design.md."
  • "Mark the 'Create User model' task as completed in design.md."
  • "Show me the status of all tasks in design.md."

Tips & gotchas

  • Requires a design document formatted according to the specified markdown task format (see references/task-format.md for details).
  • The engine operates in "unattended mode," meaning it will not stop for questions or clarification and makes autonomous decisions based on codebase patterns.
  • If a task cannot be completed, it should be marked as failed with a reason.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
davila7
Installs
165

🌐 Community

Passed automated security scans.