aif-implement

Execute plan tasks sequentially and track progress across sessions.

Updated Mar 23, 2024
One-click install
npx skills add https://github.com/Ard2p/sk-bar-site --skill aif-implement-ard2p
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aif-implement
Source: https://github.com/Ard2p/sk-bar-site/tree/main/.cursor/skills/aif-implement
Command: npx skills add https://github.com/Ard2p/sk-bar-site --skill aif-implement-ard2p

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates end-to-end implementation workflows by executing tasks from the current plan, tracking progress, and preserving state across sessions so you can resume where you left off.

Core Features & Use Cases

  • Sequential task execution: runs tasks one at a time in the defined order.
  • Progress tracking: marks tasks as in_progress and completed, and updates the plan checkboxes to reflect progress.
  • Plan discovery and recovery: selects plan files from git branch, a named full plan, or fast/fix plans, and supports resuming after breaks; coordinates optional Handoff integration and commit checkpoints.

Quick Start

Run /aif-implement to start or resume execution from the next pending task.

Frequently Asked Questions about aif-implement

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

FAQPage Schema
How do I execute a task plan and resume implementation across sessions?

You execute a task plan and resume implementation across sessions by running the command to start sequential task execution, which preserves persistent progress and automatically updates checkbox states in your plan file.

How does progress tracking work when implementing tasks from a plan file?

Progress tracking works by marking tasks as in_progress and completed during execution, directly updating the checkboxes in your plan file to reflect current state and preserving it for future sessions.

Can I discover and select plan files from a git branch?

Yes, you can discover and select plan files from a git branch, a named full plan, or fast and fix plans, allowing flexible plan recovery and execution resumption after breaks.

Do I need git to manage task execution and handoff checkpoints?

Git is supported for plan discovery and coordinating commit checkpoints during task execution, but you can also use explicit plan files directly to manage implementation progress without branch integration.

What is the best way to automate sequential task execution for development workflows?

Automating sequential task execution is best handled by running tasks one at a time in their defined order, enforcing status updates, and coordinating optional handoff integration to maintain workflow continuity.