execute-task

Execute approved task specifications sequentially with TDD and validation gates.

2|2|Updated Oct 28, 2025
One-click install
npx skills add https://github.com/adolfoaranaes12/BMAD-ENHANCED --skill execute-task
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: execute-task
Source: https://github.com/adolfoaranaes12/BMAD-ENHANCED/tree/main/.claude/skills/execute-task
Command: npx skills add https://github.com/adolfoaranaes12/BMAD-ENHANCED --skill execute-task

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires read_file, monitor-skills, and includes references (resource) and scripts (resource) components.

What problem does it solve?

This Skill executes approved task specifications sequentially with TDD, validating with tests, and updating an implementation record.

Core Features & Use Cases

  • Load and validate task spec
  • Execute subtasks in sequence
  • Write tests for subtasks and run full suite
  • Update task file and implementation record
  • Produce a formal completion status

Quick Start

Execute the first approved task following the plan and verify tests pass.

Frequently Asked Questions about execute-task

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

FAQPage Schema
How do I execute task specifications with test-driven development and validation?

Task execution with TDD orchestrates approved task specs sequentially, running validation tests at each step, updating task status from Approved through InProgress to Review, and maintaining a complete audit trail of all changes and test results.

What happens during task execution—what are the sequential steps?

Execution loads the task spec and configuration files, plans the workflow, runs subtasks in sequence, writes and executes tests for each subtask, records implementation notes and file changes, updates task status, and emits telemetry to enforce permissions and halt controls.

Can I use this to verify that my task implementation meets requirements before marking it complete?

Yes. The Skill validates readiness through comprehensive testing, enforces sequential execution with permission gates, records all implementation details in an audit trail, and transitions task status only when functional and technical requirements pass verification.

What records does the audit trail capture during task execution?

The audit trail records implementation notes, file changes, test results, status transitions, telemetry events, and halt or permission decisions, creating a formal completion record that documents the full execution path from Approved to Review.

Do I need to write tests for each subtask, or does the Skill generate them?

The Skill writes tests for subtasks as part of execution and runs the full test suite to validate each step. This TDD approach ensures comprehensive testing coverage before advancing task status.

Related Skills