aif-implement

Execute plan-driven tasks sequentially with progress tracking and checkbox synchronization.

Updated Aug 4, 2025
One-click install
npx skills add https://github.com/Svarog83/php-log-monitor --skill aif-implement-svarog83
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aif-implement
Source: https://github.com/Svarog83/php-log-monitor/tree/main/.cursor/skills/aif-implement
Command: npx skills add https://github.com/Svarog83/php-log-monitor --skill aif-implement-svarog83

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates execution of plan-driven tasks by reading a plan, applying changes, and tracking progress.

Core Features & Use Cases

  • Sequential task execution from a plan
  • Progress persistence across sessions and restarts
  • Checkbox synchronization with the plan for visibility
  • Recovery from interrupted sessions and reloading state

Quick Start

Ask me to start a plan, and I will execute tasks step by step, preserving progress.

Frequently Asked Questions about aif-implement

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

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

To automate task execution, the skill reads a plan file, applies changes sequentially, and tracks progress by updating checkboxes. It enforces one-task-at-a-time execution to ensure structured automation across your workflow.

Can I resume plan execution after an interrupted session?

Yes, you can resume plan execution after an interruption. The skill supports in_progress and resume states, preserving progress across sessions by reloading state and synchronizing your plan upon recovery.

What is the best way to track progress across multi-task workflows?

The best way to track multi-task workflows is using plan synchronization and checkbox updates. The skill persists execution state across sessions, reflecting completion status directly in your plan files for visibility.

Does this plan execution automation work with .ai-factory plans?

Yes, this automation works with .ai-factory plans and branch-named plans. It reads these formats to drive sequential task execution, apply changes, and manage state across multi-task workflows.

Why does the skill enforce one-task-at-a-time execution?

One-task-at-a-time execution is enforced to maintain strict state management and plan synchronization. This prevents conflicts during task execution and ensures progress tracking remains accurate and reliable.