task-execution-engine
Run Markdown Implementation Tasks
Implementation plans often stall when tasks are tracked outside the design document. This skill reads Markdown checklists, selects the next task, and updates progress in place.
Install with my Agent
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "task-execution-engine" from https://skillstore.io/skills/notedit-task-execution-engine.md and its manifest at https://skillstore.io/api/skills/notedit-task-execution-engine/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.Your Agent should still show its plan and request any confirmation required by the security policy.
Agent-readable resources
Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.
Test it
Using "task-execution-engine". Run the next task from docs/designs/user-auth.md.
Expected outcome:
- Next task selected: Create User model.
- Files to inspect: src/models/user.py and tests/models/test_user.py.
- Progress is updated after verification.
Using "task-execution-engine". Resume implementation after an interrupted session.
Expected outcome:
- Completed work is skipped.
- Blocked tasks wait until dependencies are complete.
- The first available pending task is started.
Using "task-execution-engine". Mark the current task as failed with a reason.
Expected outcome:
- The task checkbox is marked as finished with a failure marker.
- The reason is written under the task.
- Remaining tasks can still continue when dependencies allow.
Security Audit
Medium RiskMost static findings are false positives caused by Markdown code fences, inline task attributes, and regex patterns. No shell or Ruby backtick execution was found. One medium issue remains because the helper reads and rewrites any supplied file path without validation.
Confirmed security concerns (1)
Risk Factors
โ๏ธ External commands (34)
Share & cite this report
Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.
Copy report link
https://skillstore.io/skills/notedit-task-execution-engine/audits/8?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdown badge
[](https://skillstore.io/skills/notedit-task-execution-engine?utm_source=security_passport_badge)HTML badge
<a href="https://skillstore.io/skills/notedit-task-execution-engine?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/notedit-task-execution-engine/security.svg" alt="Skillstore security assessment" loading="lazy"></a>Embed card
<iframe src="https://skillstore.io/embed/skills/notedit-task-execution-engine.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>Academic citations (APA ยท BibTeX ยท CFF)
APA citation
notedit. (2026). task-execution-engine security audit report (audit version 8) [Author version unspecified]. Skillstore. https://skillstore.io/skills/notedit-task-execution-engine/audits/8BibTeX citation
@techreport{notedit-notedit-task-execution-engine-2026,
author = {notedit},
title = {task-execution-engine security audit report (audit version 8)},
institution = {Skillstore},
year = {2026},
number = {8},
url = {https://skillstore.io/skills/notedit-task-execution-engine/audits/8},
note = {Author version unspecified}
}CITATION.cff
cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "task-execution-engine security audit report (audit version 8)"
version: "unspecified"
type: report
authors:
- name: "notedit"
date-released: "2026-07-05"
url: "https://skillstore.io/skills/notedit-task-execution-engine/audits/8"
identifiers:
- type: other
value: "skillstore:notedit-task-execution-engine:audit:8"
description: "Skillstore immutable audit report identifier"
Skillstore Score
Why this score Evidence Confidence: HighWhat You Can Build
Resume a Feature Build
Continue from the first unfinished task in a design document after an interrupted coding session.
Coordinate Batch Implementation
Run a prioritized task list while tracking completed, blocked, and failed work in one Markdown file.
Track Design-Driven Work
Keep implementation status beside requirements, target files, and acceptance criteria.
Try These Prompts
Use task-execution-engine with docs/designs/user-auth.md. Show the next available task before editing files.
Resume implementation from docs/designs/user-auth.md. Continue from the first pending task and update checkbox status after each result.
Run tasks from docs/designs/billing.md in dependency order. After each task, run relevant tests and mark failures with a short reason.
Review docs/designs/search.md, summarize completed, pending, blocked, and failed work, then implement the highest-priority unblocked task.
Best Practices
- Review the design document before starting unattended execution.
- Keep task titles stable because dependencies reference task titles.
- Create a checkpoint before running commands that update task files.
Avoid
- Do not use vague tasks without files or acceptance criteria.
- Do not run it against arbitrary files outside the project plan.
- Do not mark a task complete before verification.
Frequently Asked Questions
What file format does this skill expect?
How does it choose the next task?
Can it resume interrupted work?
Does it run tests automatically?
Can it edit project files?
Is it safe for untrusted task files?
Developer Details
Author
noteditLicense
MIT
Skillstore revision
r1
Version notice
The author did not declare a version.
Ref
62e2a730c5cd74eab4c7164309d810de660fcea3
Maintenance freshness
7/20/2026
Usage
12 downloads ยท 189 views
File structure
๐ references/
๐ task-format.md
๐ workflow-guide.md
๐ scripts/
๐ task_manager.py
๐ SKILL.md