aif-implement

Automate plan-based task execution and progress tracking across sessions.

Updated Apr 3, 2026
One-click install
npx skills add https://github.com/ExsyDev/eye-blinking --skill aif-implement-exsydev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aif-implement
Source: https://github.com/ExsyDev/eye-blinking/tree/main/.claude/skills/aif-implement
Command: npx skills add https://github.com/ExsyDev/eye-blinking --skill aif-implement-exsydev

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Automatically orchestrates the execution of tasks defined in a plan, tracks progress, and persists state across sessions to ensure seamless continuation.

Core Features & Use Cases

  • Sequentially processes tasks from the current plan and marks them as in_progress and completed.
  • Automatically updates the plan checkboxes and optionally refreshes project metadata (DESCRIPTION.md, ARCHITECTURE.md, ROADMAP) when changes occur.
  • Supports plan discovery, explicit plan overrides, and resumption after breaks or /clear, enabling robust long-running feature work.

Quick Start

Resume by running /aif-implement to continue with 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 automate task execution and track progress from a plan file?

Automating plan-based task execution loads the current state from a TaskList, marks tasks in_progress and completed, and updates plan checkboxes to track progress end-to-end without manual intervention.

Can I resume feature development after clearing the session or taking a break?

Yes, cross-session continuity persists task state and plan updates so you can resume long-running feature work by running the command to continue with the next pending task seamlessly.

What is the best way to manage development workflow tasks defined in a plan?

Orchestrating plan-driven tasks sequentially processes items from the current plan, maintains task lists, and optionally refreshes project metadata like DESCRIPTION.md and ARCHITECTURE.md when changes occur.

Does this task automation tool support explicit plan overrides and discovery?

Plan discovery and explicit plan overrides are supported, enabling robust long-running feature work by allowing you to specify or automatically locate the active plan file for execution.

When do I need plan-driven execution for project tracking?

Plan-driven execution is needed when following a pre-defined plan to implement features, requiring automated task state coordination and checkbox updates to maintain accurate project tracking across sessions.