aif-implement

Execute implementation tasks from active plans with Git-based progress tracking.

2|Updated Sep 13, 2022
One-click install
npx skills add https://github.com/horizontalsystems/solana-kit-ios --skill aif-implement-horizontalsystems
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aif-implement
Source: https://github.com/horizontalsystems/solana-kit-ios/tree/main/.claude/skills/aif-implement
Command: npx skills add https://github.com/horizontalsystems/solana-kit-ios --skill aif-implement-horizontalsystems

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill automates the execution of tasks defined in a current plan, tracks progress, and preserves state so work can resume across sessions.

Core Features & Use Cases

  • Sequentially execute tasks from the current plan, marking in_progress and completion and preserving progress across sessions.
  • Load plan from .ai-factory plan files, reconcile with repository state, and update the plan's checkboxes to reflect progress.
  • Provide a safe, auditable workflow with session persistence and optional documentation updates when the plan evolves.

Quick Start

To begin, run /aif-implement to resume the next pending task in 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 automate task execution from a development plan and track progress in Git?

Automate task execution by loading plans from .ai-factory/plans and using Git state to drive task sequencing, update statuses, and refresh plan checkboxes for accurate progress tracking.

Can I resume implementation tasks across different sessions if my workflow gets interrupted?

Resume implementation tasks across sessions using session-based continuation that preserves state, loads the active plan, and executes the next pending task automatically.

How does plan management update project documentation when dependencies change?

Plan management updates project documentation automatically when dependencies or repository structure change during task execution, maintaining an auditable workflow.

What's the best way to sequentially execute software development tasks while keeping an auditable trail?

Sequentially execute software development tasks by marking items in_progress and completed, refreshing plan checkboxes, and preserving progress to maintain a safe, auditable trail.

Do I need Git to use workflow automation for task tracking and plan management?

Git is required for workflow automation as it drives task sequencing, progress tracking, and session-based continuation by reconciling repository state with the active plan.

Why are plan checkboxes not updating after I complete an implementation task?

Plan checkboxes fail to update when the active plan is not properly loaded from .ai-factory/plans or Git state is not reconciled, preventing task statuses from refreshing correctly.