execplan

Manage execution plans for complex tasks with defined phases and atomic commits.

6|Updated Jan 28, 2026
One-click install
npx skills add https://github.com/rtfpessoa/code-factory --skill execplan-rtfpessoa
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: execplan
Source: https://github.com/rtfpessoa/code-factory/tree/main/productivity/skills/execplan
Command: npx skills add https://github.com/rtfpessoa/code-factory --skill execplan-rtfpessoa

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides a structured way to define, execute, and manage complex tasks, ensuring clarity, repeatability, and traceability throughout the process.

Core Features & Use Cases

  • Plan Authoring: Create detailed execution plans with clear steps, context, and validation criteria.
  • Interactive Review: Walk through plans section by section to refine them before execution.
  • Automated Execution: Run plans autonomously, with frequent atomic commits and progress tracking.
  • Resumable Workflows: Pick up where you left off on interrupted plans.
  • Use Case: Develop a new software feature by creating an ExecPlan that covers research, coding, testing, and documentation, then execute it step-by-step, reviewing and resuming as needed.

Quick Start

Use the execplan skill to create a new plan for writing documentation for the user authentication module.

Frequently Asked Questions about execplan

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

FAQPage Schema
How do I create an execution plan for complex software development tasks?

To create an execution plan for complex software development tasks, you author a structured workflow with defined phases, clear steps, context, and validation criteria, then interactively review it section by section before execution.

What is a resumable workflow and when do I need it for project management?

A resumable workflow is a task execution plan that saves progress through atomic commits, allowing you to pick up exactly where you left off if interrupted. You need it for long-running, complex processes requiring repeatable and auditable task execution.

Can I run workflow automation autonomously and track progress step-by-step?

Yes, you can run workflow automation autonomously with automated execution. The system manages the lifecycle by running plans step-by-step with frequent atomic commits and built-in progress tracking to ensure traceability.

Does structured task execution work for documenting software modules?

Yes, structured task execution works for documenting software modules by defining an execution plan that covers research, coding, testing, and documentation phases. This ensures clarity, repeatability, and traceability throughout the documentation process.

What is the best way to manage multi-phase project workflows with frequent checkpoints?

The best way to manage multi-phase project workflows is to use structured execution plans with atomic commits. This approach provides detailed documentation, interactive review, and resumable capabilities for repeatable and auditable task execution.