aif-implement

Execute development tasks sequentially from a plan file and update progress.

Updated Feb 23, 2026
One-click install
npx skills add https://github.com/hightemp/process-manager --skill aif-implement
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aif-implement
Source: https://github.com/hightemp/process-manager/tree/main/.github/skills/aif-implement
Command: npx skills add https://github.com/hightemp/process-manager --skill aif-implement

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the execution of development tasks from a plan, ensuring progress is tracked, preserved across sessions, and that implementation adheres to project context and best practices.

Core Features & Use Cases

  • Sequential Task Execution: Runs tasks one by one as defined in a plan file.
  • Progress Persistence: Automatically saves task status, allowing you to resume work after breaks or interruptions.
  • Contextual Awareness: Reads project descriptions, architecture rules, and past patches to inform implementation.
  • Use Case: After generating a plan for a new feature, you can use this Skill to automatically code each task, update the plan's progress, and resume where you left off the next day.

Quick Start

Use the aif-implement skill to start executing 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 coding tasks sequentially from a development plan?

To automate sequential task execution, this Skill reads a plan file and executes development tasks one by one. It automatically updates task status and plan progress checkboxes as each item is completed.

Can I resume coding task execution after an interruption or session break?

Yes, you can resume interrupted work through progress persistence. The Skill automatically saves task status, allowing you to resume task execution exactly where you left off after a session break.

How does automated task execution maintain project architecture and context?

Automated task execution maintains project context by loading project descriptions, architecture rules, and past patches. It reads DESCRIPTION.md, ARCHITECTURE.md, and patches to inform implementation and adhere to best practices.

What is the best way to track development progress automatically during project implementation?

The best way to track progress automatically is by updating plan checkboxes as tasks complete. This Skill executes tasks sequentially and marks them as completed in the plan file, preserving progress across sessions.

Do I need specific project documentation files to use automated plan execution?

Yes, automated plan execution requires specific project documentation files. It loads project context from DESCRIPTION.md, ARCHITECTURE.md, and patches to ensure implementation adheres to project context and best practices.