aif-implement

Execute development tasks sequentially from a plan file with progress tracking.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the execution of development tasks from a plan, ensuring progress is tracked, code is implemented according to project conventions, and work can be resumed seamlessly across sessions.

Core Features & Use Cases

  • Sequential Task Execution: Works through tasks defined in a plan file one by one.
  • Progress Tracking: Marks tasks as 'in_progress' and 'completed', updating plan checkboxes.
  • Session Persistence: Automatically saves progress, allowing users to resume work later.
  • Contextual Awareness: Reads project context from files like DESCRIPTION.md, ARCHITECTURE.md, and RULES.md.
  • Use Case: When you have a feature to build, this Skill will take the tasks from your plan, implement them one by one, and ensure you can pick up exactly where you left off, even after a break.

Quick Start

Run /aif-implement to start executing the next task in your 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 code implementation from a development plan?

Automating code implementation from a development plan involves executing tasks sequentially while tracking progress and preserving session continuity. This Skill reads project context from markdown files and updates task statuses to ensure work resumes seamlessly across sessions.

Can I resume coding tasks automatically after a session break?

Yes, resuming coding tasks automatically after a session break is possible through session persistence. The Skill saves progress, marks tasks as 'in_progress' or 'completed', and allows you to pick up exactly where you left off later.

What context files do I need for automated task execution in a development workflow?

For automated task execution in a development workflow, you need context files like DESCRIPTION.md, ARCHITECTURE.md, and RULES.md. The Skill reads these markdown files to ensure code is implemented according to project conventions.

Does sequential task execution include post-completion verification?

Yes, sequential task execution includes post-completion workflows such as verification and documentation updates. It also handles task resumption and commit checkpoints to ensure code implementation tasks are fully completed and tracked.

How does progress tracking work when implementing code from a plan file?

Progress tracking when implementing code from a plan file works by updating task statuses via API calls and modifying plan checkboxes. The Skill marks tasks as 'in_progress' and 'completed' to maintain accurate development workflow records.

What is the best way to execute development tasks one by one from a markdown plan?

The best way to execute development tasks one by one from a markdown plan is to use a sequential execution Skill. It processes tasks defined in the plan file, handles commit checkpoints, and reads project context to ensure accurate code generation.