execution-configuration

Executes approved tasks sequentially with Test-Driven Development and auditable tracking.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This document defines configuration knobs for execute-task runs, including always-load files, validation gating, and plan confirmation.

Quick Start

Review configuration defaults and adjust as needed for execution.

Frequently Asked Questions about execution-configuration

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

FAQPage Schema
How do I configure task execution with validation and safety gates?

Task execution configuration defines always-load files, validation gating, and plan confirmation rules. Set these knobs to control progression from Approved status through InProgress to Review, ensuring comprehensive testing and auditable implementation at each stage.

What are always-load files and how do they guide task progression?

Always-load files are configuration sources ingested during task execution to direct workflow progression. They work alongside status verification and validation gates to move approved tasks through execution phases while maintaining safety checks and telemetry.

Can I halt task execution if validation gates fail?

Yes, halt conditions are built into execution configuration. Validation gates stop progression when requirements aren't met, allowing plan review and confirmation before proceeding, satisfying both functional and technical safety requirements.

How does Test-Driven Development apply to task execution?

Execution configuration enforces TDD by requiring comprehensive testing throughout sequential task processing. Tests validate each phase transition and generate an auditable implementation record documenting all approvals, confirmations, and requirement satisfaction.

What telemetry does execution configuration track?

Configuration tracks progress telemetry across task phases: status changes from Approved to InProgress to Review, validation gate results, plan confirmations, and implementation milestones, creating a complete auditable record of execution.

Do I need to load configuration files before each task run?

Configuration defaults are applied automatically, but you can adjust them before execution. Always-load files are ingested to override defaults, letting you customize validation rules, halt conditions, and progression behavior per run.

Related Skills