aif-implement

Execute sequential plan tasks and preserve progress across sessions.

Updated Mar 4, 2026
One-click install
npx skills add https://github.com/mind-systems/mind_context --skill aif-implement-mind-systems
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aif-implement
Source: https://github.com/mind-systems/mind_context/tree/main/.agents/skills/aif-implement
Command: npx skills add https://github.com/mind-systems/mind_context --skill aif-implement-mind-systems

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Execute tasks from the current plan and preserve progress across sessions.

Core Features & Use Cases

  • Sequential task execution from the active plan
  • Real-time status updates (in_progress, completed) and automatic plan checkbox sync
  • Session persistence and seamless resume after breaks
  • Plan discovery via branch plans, PLAN.md, or FIX_PLAN.md

Quick Start

Run /aif-implement to resume the next pending task from the active plan.

Frequently Asked Questions about aif-implement

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

FAQPage Schema
How do I execute implementation tasks sequentially and preserve progress across sessions?

Sequential task execution works by loading the active plan, marking tasks as in_progress or completed, and synchronizing checkboxes to preserve progress across sessions. It automatically loads project context and resumes the next pending task.

How does plan-driven development handle session recovery after interruptions?

Session recovery in plan-driven workflows works by persisting completed task statuses and action logs. Upon resuming, it reloads project context, identifies the next pending task, and continues execution seamlessly without losing prior progress.

Can I use branch-based plans or specific plan files for task execution?

Yes, you can use branch-based plans, PLAN.md, or FIX_PLAN.md files for task execution. The system supports plan discovery via these formats, automatically loading project context and managing sequential execution accordingly.

What is the best way to keep plan checkboxes synchronized during task execution?

The best way to keep plan checkboxes synchronized is through automated status updates. As tasks transition to in_progress or completed, the system automatically syncs corresponding checkboxes in the plan file to reflect real-time progress.

Does plan execution require specific dependencies or frameworks to manage progress persistence?

No specific dependencies are required for plan execution and progress persistence. The system operates independently to manage state updates, log actions consistently, and follow existing project conventions without external framework dependencies.