ai-factory.implement

Execute plan tasks with state updates and progress persistence.

1.1k|92|Updated Feb 6, 2026
One-click install
npx skills add https://github.com/lee-to/ai-factory --skill ai-factory-implement
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ai-factory.implement
Source: https://github.com/lee-to/ai-factory/tree/main/skills/implement
Command: npx skills add https://github.com/lee-to/ai-factory --skill ai-factory-implement

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automatically execute and manage a plan-driven implementation workflow, preserving progress across sessions and handling task state transitions.

Core Features & Use Cases

  • Sequential task execution from a plan with automatic state updates
  • Progress persistence across sessions and branch lifecycles
  • Plan checkbox synchronization and optional commit checkpoints

Quick Start

Run /ai-factory.implement to begin executing the current plan from the next pending task.

Frequently Asked Questions about ai-factory.implement

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

FAQPage Schema
How do I resume implementation tasks on a git branch after an interruption?

To resume implementation tasks on a branch after an interruption, execute the current plan from the next pending task. It persists progress across sessions, enforces per-task state changes, and updates plan checkboxes to maintain continuity.

How does plan checkbox synchronization work during task execution?

Plan checkbox synchronization works by enforcing per-task state changes during sequential execution. As each implementation task completes, the progress is tracked and checkboxes in the plan are automatically updated.

What is the best way to automate sequential task execution from a development plan?

The best way to automate sequential task execution from a plan is using a session-driven workflow tool. It manages task status, coordinates commit checkpoints, and handles branching lifecycles automatically without manual tracking.

Can I coordinate git commit checkpoints with individual plan tasks?

Yes, you can coordinate commit checkpoints with plan tasks. The execution workflow manages task status transitions and optionally triggers commit checkpoints at each step to align branch history with implementation progress.

Do I need a pre-existing plan file to start tracking feature implementation progress?

Yes, you need a pre-existing plan file to start tracking implementation progress. The tool executes implementation tasks sequentially from the current plan, relying on its checklist structure to update state and persist progress.