task-execution-engine

Convert design documentation into Markdown checklist tasks with status tracking.

Updated Sep 5, 2021
One-click install
npx skills add https://github.com/a747895159/spring-cloud-study-alibaba --skill task-execution-engine
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: task-execution-engine
Source: https://github.com/a747895159/spring-cloud-study-alibaba/tree/main/.agent/skills/task-execution-engine
Command: npx skills add https://github.com/a747895159/spring-cloud-study-alibaba --skill task-execution-engine

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

从设计文档到可执行的任务,这个技能通过 Markdown 复选框实现任务驱动的工作流,帮助团队在不丢失上下文的情况下将计划转化为实现。

Core Features & Use Cases

  • 从设计文档自动提取任务并以任务列表形式执行,确保实现与需求保持同步。
  • 提供 next、done、fail、status 等命令用于迭代推进、状态追踪和中断恢复。
  • 支持从设计文档重新加载并继续未完成的任务,避免重复劳动。

Quick Start

直接让系统从设计文档中的 Markdown 复选框开始执行任务。

Frequently Asked Questions about task-execution-engine

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

FAQPage Schema
How do I execute implementation tasks directly from design documentation?

You can recover interrupted task execution from Markdown checklists by reloading the design documentation and using the status command to resume work, avoiding duplicate effort and preserving the existing context.

How do I track task status and iterate through a Markdown checklist workflow?

You can track task status and iterate through a Markdown checklist workflow using the built-in next, done, fail, and status commands to update progress, handle failures, and ensure implementation stays synchronized with design requirements.

Does this task execution engine support batch-executing tasks with explicit dependencies?

Yes, this task execution engine supports batch-executing tasks by managing explicit dependencies within Markdown checklists, ensuring deterministic task progression and clear failure handling across design-to-implementation workflows.

What's the best way to maintain context between design planning and code implementation?

The best way to maintain context between design planning and code implementation is to automate the conversion of design documents into Markdown checklists, turning static plans into a managed, iterative task workflow.

Can I use Markdown checklists to handle failure handling during task execution?

Yes, you can use Markdown checklists to handle failure during task execution; the workflow provides a dedicated fail command to mark failures explicitly, allowing for structured recovery and deterministic iteration.