execute-plans

Executes planned tasks through implementation, spec review, and code quality review stages.

Updated Mar 22, 2026
One-click install
npx skills add https://github.com/ckallum/locus --skill execute-plans-ckallum
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: execute-plans
Source: https://github.com/ckallum/locus/tree/main/.claude/skills/execute-plans
Command: npx skills add https://github.com/ckallum/locus --skill execute-plans-ckallum

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the execution of tasks by providing a structured process with spec compliance and code quality reviews, ensuring efficient and accurate task completion.

Core Features & Use Cases

  • Task-by-Task Execution: Executes tasks sequentially, with each task going through implementation, spec review, code quality review, and a fix loop.
  • Spec Compliance Review: Ensures that the implemented task meets the specified requirements.
  • Code Quality Review: Checks the code for adherence to project conventions and for issues like DRY violations, unnecessary complexity, or missing error handling.
  • Batch Execution: Tasks are executed in batches, allowing for efficient progress tracking and review.
  • Use Case: Ideal for software development projects where tasks need to be implemented, reviewed, and delivered with high quality and adherence to specifications.

Quick Start

Use the execute-plans skill to start executing tasks from a plan. Provide the spec slug as an argument to initiate the process.

Frequently Asked Questions about execute-plans

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

FAQPage Schema
How do I automate task execution from a development plan?

Automate task execution from a development plan by using a structured workflow that processes tasks sequentially, handling implementation, spec review, and code quality checks in batches to ensure accurate delivery.

How does spec compliance review work during task execution?

Spec compliance review works during task execution by verifying that each implemented task meets the specified requirements before proceeding, running automated checks within a structured execution loop to enforce project specifications.

What is the best way to track task dependencies during software development?

The best way to track task dependencies during software development is through batch execution workflows that coordinate sequential task processing, ensuring prerequisite tasks are completed and reviewed before moving to dependent items.

Can I enforce code quality checks automatically when implementing tasks?

You can enforce code quality checks automatically when implementing tasks by running a dedicated review stage that scans for DRY violations, unnecessary complexity, and missing error handling to ensure adherence to project conventions.

Do I need specific capabilities to run automated code quality reviews?

You need specific capabilities to run automated code quality reviews, including Bash, Read, Write, Edit, Grep, Glob, Agent, AskUserQuestion, and Skill functionalities to coordinate the implementation and review workflow.

Why does my task execution workflow get stuck in a fix loop?

Task execution workflows get stuck in a fix loop when implemented code repeatedly fails the spec compliance or code quality reviews, triggering the system to continuously attempt corrections until project standards are met.