execute-task

Execute approved task specifications with validation gates and audit trails.

1|Updated Oct 19, 2025
One-click install
npx skills add https://github.com/AcidicSoil/lms-llmsTxt --skill execute-task-acidicsoil
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: execute-task
Source: https://github.com/AcidicSoil/lms-llmsTxt/tree/main/.claude/skills/execute-task
Command: npx skills add https://github.com/AcidicSoil/lms-llmsTxt --skill execute-task-acidicsoil

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This BMAD skill orchestrates execution of approved task specifications, ensuring sequential delivery, thorough validation, and an auditable implementation record to prevent drift.

Core Features & Use Cases

  • Orchestrates end-to-end task execution with deterministic sequencing of tasks and subtasks.
  • Enforces validation gates (tests, lint, and AC coverage) and records outcomes for auditability.
  • Supports integration with planning and quality-review workflows to streamline handoffs and approvals.

Quick Start

Start by running the execute-task skill against an Approved task file, enabling auto-confirm to accelerate CI-driven deployments.

Frequently Asked Questions about execute-task

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

FAQPage Schema
How do I automate task execution for approved specifications with validation?

You automate task execution by orchestrating approved specifications sequentially, enforcing validation gates for tests and lint, and logging telemetry to maintain a deterministic audit trail.

What is the BMAD pattern for sequential task workflows?

The BMAD pattern ensures deterministic sequential task workflows by enforcing validation gates and recording telemetry outcomes, providing an auditable implementation record that prevents specification drift.

How do I enforce validation gates and audit trails during task orchestration?

You enforce validation gates by applying strict checks for tests, lint, and acceptance criteria coverage, then recording the outcomes as telemetry to ensure full traceability and auditability.

Can I use automated task workflows for CI-driven deployments?

Automated task workflows support CI-driven deployments by executing approved task files with auto-confirm enabled, accelerating delivery while maintaining strict validation gates and status updates.

How do I prevent specification drift during end-to-end task delivery?

Preventing specification drift requires strict validation gates, deterministic sequencing of subtasks, and auditable telemetry logs to ensure operations match the approved task file exactly.