aidlc-executing-plans

Execute development plans in batched, sequential steps with session resumption.

2|Updated Mar 10, 2026
One-click install
npx skills add https://github.com/bluejayA/devflow-aidlc-like --skill aidlc-executing-plans
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aidlc-executing-plans
Source: https://github.com/bluejayA/devflow-aidlc-like/tree/main/skills/aidlc-executing-plans
Command: npx skills add https://github.com/bluejayA/devflow-aidlc-like --skill aidlc-executing-plans

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the execution of development plans in batches, allowing for checkpoint reviews and session resumption, especially in environments where sub-agents are not feasible.

Core Features & Use Cases

  • Batch Execution: Runs tasks in predefined batches (default: 3 tasks).
  • Checkpointing & Resumption: Loads previous session summaries to identify and resume from completed tasks.
  • Mid-Execution Changes: Handles modifications like skipping, restarting, inserting, or editing plan steps with user confirmation and audit logging.
  • Use Case: When developing a complex feature, use this skill to execute the implementation plan step-by-step, ensuring each batch of tasks is reviewed and validated before proceeding, and allowing you to pause and resume work seamlessly.

Quick Start

Use the aidlc-executing-plans skill to execute the plan from the file 'implementation-plan.md'.

Frequently Asked Questions about aidlc-executing-plans

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

FAQPage Schema
How do I execute development plans in batches with checkpointing?

Batch execution runs predefined development tasks sequentially in groups, defaulting to three tasks per batch. This allows for checkpoint reviews and validation before proceeding to the next set of tasks.

Can I resume a development workflow session after pausing?

Session resumption loads previous session summaries to identify completed tasks. You can pause your work and seamlessly resume the development workflow from the last checkpoint.

How do I handle mid-execution changes like skipping or inserting plan steps?

Mid-execution modifications allow you to skip, restart, insert, or edit plan steps. These changes require user confirmation and are tracked within audit logs for a controlled workflow.

Does executing plans with this approach require TDD protocols?

Yes, adhering to TDD protocols is required when executing plans. The task execution, validation, and reporting mechanisms integrate with audit logs to ensure test-driven development compliance.

What is the best way to manage blockers and plan deviations during task execution?

Managing blockers and plan deviations is handled through dedicated session mechanisms. The execution workflow provides specific processes for handling deviations and reporting issues within a controlled environment.