executing-plans

Execute implementation plans with checkpoints, tests, and per-task commits.

30|2|Updated Mar 3, 2022
One-click install
npx skills add https://github.com/lie5860/ak-guess --skill executing-plans-lie5860
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: executing-plans
Source: https://github.com/lie5860/ak-guess/tree/main/.agents/skills/executing-plans
Command: npx skills add https://github.com/lie5860/ak-guess --skill executing-plans-lie5860

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides a disciplined, repeatable workflow to turn a written implementation plan into working changes while enforcing review checkpoints, tests, and per-task commits so work does not drift or introduce hidden assumptions.

Core Features & Use Cases

  • Plan review & validation: Load a plan, identify sequencing issues, missing verification criteria, and environment assumptions before making changes.
  • Task-by-task execution: Mark tasks in-progress, implement steps, run required validations or tests, commit each task with messages referencing task IDs, and mark completion.
  • Checkpointing & escalation: Pause and ask for human clarification on unclear instructions, missing dependencies, or failing tests; perform bulk review after groups of tasks.
  • Use Case: Turn a project plan (e.g., docs/plan.md) into a development branch by executing tasks sequentially, running tests, and producing a completion report ready for PR.

Quick Start

Instruct the assistant to load the plan file, review it for issues, execute tasks step-by-step with tests and per-task commits, and pause to request clarification when blocked.

Frequently Asked Questions about executing-plans

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

FAQPage Schema
How do I execute a multi-step implementation plan with task sequencing and test validation?

To execute a multi-step implementation plan, load the plan file, review it for sequencing issues, implement tasks sequentially, run test validations, and commit each task separately with messages referencing task IDs. This ensures structured plan execution and prevents work drift.

What is the best way to automate git-workflow commits referencing task IDs during plan execution?

Automate git-workflow commits by executing implementation plans task-by-task, running required validations, and committing each completed task with messages that reference the specific task ID. This enforces per-task commits and maintains traceability throughout development.

How do I add checkpointing to a development workflow to pause for human clarification on blockers?

Add checkpointing to development workflows by pausing task execution to request human clarification when encountering unclear instructions, missing dependencies, or failing tests. Perform bulk reviews after groups of tasks to ensure alignment before proceeding.

Can I use plan execution automation for test validation and per-task commits on a development branch?

Yes, plan execution automation supports test validation and per-task commits on development branches. It turns project plans into development branches by executing tasks sequentially, running tests, and producing completion reports ready for pull requests.

How do I review a project plan to identify missing verification criteria and environment assumptions?

Review a project plan by loading the plan file and analyzing it for sequencing issues, missing verification criteria, and environment assumptions before making any changes. This validation step ensures the plan is complete and executable.