execute

Decompose approved specs into tasks and verify each step before completion.

5|Updated Apr 9, 2026
One-click install
npx skills add https://github.com/KodingDev/meridian --skill execute-kodingdev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: execute
Source: https://github.com/KodingDev/meridian/tree/main/skills/execute
Command: npx skills add https://github.com/KodingDev/meridian --skill execute-kodingdev

SYSTEM DOCUMENTATION & REQUIREMENTS

## What problem does it solve? This skill coordinates turning an approved spec into a concrete, auditable execution plan and enforces verification before reporting completion.

## Core Features & Use Cases

  • Break down an approved spec into discrete tasks and milestones.
  • Dispatch work via subagents or inline with strict governance and gating.
  • Run verification commands and guardrails, then commit results according to user strategy.
  • Maintain a progress log and documentation for auditing.

### Quick Start Use the execute skill after you have an approved spec to begin task creation and gated execution.

Frequently Asked Questions about execute

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

FAQPage Schema
How do I execute an approved spec with automated verification gates?

To execute an approved spec, the skill breaks it down into discrete tasks and validates each task with independent verification commands before reporting completion. It coordinates end-to-end implementation by enforcing explicit verification gates.

What is the best way to break down a spec into tasks for subagents?

The best way to break down a spec into tasks is by decomposing it into discrete milestones and dispatching the work via subagents with strict governance. This ensures each task is validated independently before moving forward.

How does task verification work during spec execution?

Task verification works by running explicit verification commands and guardrails after each task is completed. The skill enforces these independent validation checks and documents any blockers before committing results according to your strategy.

Can I use subagents for gated spec execution and still maintain an audit log?

Yes, you can dispatch work via subagents with strict governance while maintaining an audit log. The skill maintains a progress log and documentation throughout the execution process to ensure full auditing capability.

Do I need an approved spec before starting task breakdown and execution?

Yes, you need an approved spec before starting task creation and gated execution. The skill is designed to coordinate turning an already approved spec into a concrete, auditable execution plan with enforced verification.

Why does spec execution stop or report blockers during implementation?

Spec execution reports blockers when verification commands fail or user constraints are violated during task validation. The skill ensures explicit documentation of these blockers and respects user constraints before proceeding with commits.