execute

Execute implementation plans task by task with mandatory verification.

Updated Feb 25, 2026
One-click install
npx skills add https://github.com/LayerDynamics/Lore --skill execute-layerdynamics
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: execute
Source: https://github.com/LayerDynamics/Lore/tree/main/lore/skills/execute
Command: npx skills add https://github.com/LayerDynamics/Lore --skill execute-layerdynamics

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill ensures that complex implementation plans are executed reliably, task by task, with rigorous verification at each step, preventing details from being missed and ensuring the final output meets all requirements.

Core Features & Use Cases

  • Plan Execution: Takes a structured plan file and executes its tasks sequentially.
  • Resumable Workflows: Can resume execution from a specific task if a plan was interrupted.
  • Verification Loop: Enforces verification for every task, either through inline checks or a two-stage subagent review.
  • Mode Flexibility: Supports both 'inline' execution for tightly coupled tasks and 'subagent' mode for isolated task execution with dedicated reviewers.
  • Use Case: You have a detailed plan to refactor a critical module. Use this skill to execute the plan, ensuring each refactoring step is verified before proceeding, and that the entire module is functional and well-coded upon completion.

Quick Start

Use the execute skill to run the plan located at docs/plans/refactor_auth.md starting from task 5.

Frequently Asked Questions about execute

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

FAQPage Schema
How do I execute an implementation plan task by task with verification?

To execute an implementation plan task by task with verification, use a skill that processes structured plan files sequentially, enforcing mandatory verification checks for each task before proceeding to the next step.

What is the best way to resume an interrupted workflow from a specific task?

Resuming an interrupted workflow from a specific task is done by specifying a checkpoint or task number, allowing execution to continue deterministically from that exact point without restarting the entire plan.

Does subagent mode work with inline execution for task management?

Subagent mode and inline execution are distinct modes for task management. Inline execution handles tightly coupled tasks directly, while subagent mode dispatches isolated tasks with a dedicated two-stage review process.

How do I dispatch subagents for isolated task execution with two-stage review?

You can dispatch subagents for isolated task execution by selecting subagent mode, which assigns dedicated reviewers to perform a two-stage review, ensuring rigorous verification and preventing missed details.

What are the limitations of inline execution compared to subagent mode?

Inline execution lacks the isolated environment and two-stage review of subagent mode, making it less suitable for complex tasks requiring dedicated reviewers, though it is efficient for tightly coupled task workflows.