aif-implement

Execute markdown implementation task plans sequentially with persistent progress tracking.

Updated May 16, 2026
One-click install
npx skills add https://github.com/vulikjulik/DeepLom --skill aif-implement-vulikjulik
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aif-implement
Source: https://github.com/vulikjulik/DeepLom/tree/main/.opencode/skills/aif-implement
Command: npx skills add https://github.com/vulikjulik/DeepLom --skill aif-implement-vulikjulik

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill eliminates the risk of losing implementation progress when AI coding sessions are interrupted, cleared, or abandoned. It provides a robust workflow to execute task plans sequentially while maintaining persistent state that survives across sessions.

Core Features & Use Cases

  • Sequential Task Execution: Processes implementation tasks one at a time from a markdown plan, automatically marking progress and handling dependencies.
  • Session Recovery: Rebuilds context from git history and plan files after breaks or context clears, ensuring work can resume exactly where it left off.
  • Progress Synchronization: Integrates with Handoff MCP tools to sync task status and supports commit checkpoints at defined milestones.
  • Use Case: A developer implementing a feature can pause mid-session and resume days later with all progress preserved, the next task automatically identified, and no manual state reconstruction required.

Quick Start

Use the aif-implement skill to execute your current implementation plan and continue from the last incomplete task.

Frequently Asked Questions about aif-implement

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

FAQPage Schema
How do I resume implementation progress after an AI coding session is interrupted?

Sequential task execution processes implementation tasks one at a time from a markdown plan file, automatically marking progress and handling dependencies as it advances through your feature implementation, bug fix execution, or refactoring plans.

How do I track implementation progress sequentially from a markdown task plan?

Sequential task execution processes implementation tasks one at a time from a markdown plan file, automatically marking progress and handling dependencies as it advances through your feature implementation, bug fix execution, or refactoring plans.

Can I sync task tracking and progress state with Handoff MCP and git?

You need a markdown plan file with task checkboxes and git repository access for branch-based plan resolution. Handoff MCP synchronization is optional but enables cross-session task status syncing.

What do I need to set up before executing an implementation plan with task-level tracking?

You need a markdown plan file with task checkboxes and git repository access for branch-based plan resolution. Handoff MCP synchronization is optional but enables cross-session task status syncing.

Does this approach work for structured refactoring plans with git branch checkpoints?

To resume implementation progress after an interrupted coding session, this skill rebuilds context from git history and markdown plan files, automatically identifying the last incomplete task so you can continue exactly where you left off without manual state reconstruction.