aif-implement

Execute sequential coding tasks from a plan file with Git integration.

Updated Mar 13, 2026
One-click install
npx skills add https://github.com/Skro11X/all_vibe_code_test --skill aif-implement-skro11x
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: aif-implement
Source: https://github.com/Skro11X/all_vibe_code_test/tree/main/.claude/skills/aif-implement
Command: npx skills add https://github.com/Skro11X/all_vibe_code_test --skill aif-implement-skro11x

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the execution of coding tasks from a plan, tracks progress, and ensures continuity across development sessions, streamlining the implementation workflow.

Core Features & Use Cases

  • Sequential Task Execution: Implements tasks one by one, ensuring order and dependencies are met.
  • Progress Tracking: Updates task statuses and plan checkboxes to reflect real-time progress.
  • Session Persistence: Saves progress automatically, allowing developers to resume work seamlessly.
  • Use Case: A developer is working on a new feature. They use /aif-plan to create a task list, then /aif-implement to code each task, with the Skill automatically saving their progress and resuming from the last completed task the next day.

Quick Start

Use the aif-implement skill to start coding the next task in the current plan.

Frequently Asked Questions about aif-implement

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

FAQPage Schema
How do I automate sequential coding tasks from a plan file?▼

You can automate sequential coding tasks by using a Skill that executes tasks defined in a plan file one by one, ensuring dependencies are met before proceeding to the next implementation step.

How does progress tracking work for coding tasks across sessions?▼

Progress tracking works by updating task statuses and plan checkboxes automatically, persisting your state across sessions so you can resume development from the last completed coding task.

Do I need Git integration to track task implementation and manage branches?▼

Yes, Git integration is required for branch management and file operations, allowing the implementation workflow to handle code modifications and track task dependencies securely.

What is the best way to resume a coding workflow after stopping development?▼

The best way to resume a coding workflow is to use a tool with session persistence that saves your progress automatically, letting you pick up from the last updated plan checkbox.

Can I modify code and update a task list simultaneously during implementation?▼

Yes, you can modify code and update a task list simultaneously, as the implementation process handles code modifications while automatically reflecting real-time progress in your task list.

Why does my implementation workflow require a plan file before coding?▼

A plan file is required because it defines the sequential coding tasks and their dependencies, serving as the source of truth for task execution, progress tracking, and state persistence.