ai-factory.implement

Execute development tasks sequentially from a defined plan.

Updated Feb 17, 2024
One-click install
npx skills add https://github.com/leha-creator/youth_bot --skill ai-factory-implement-leha-creator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ai-factory.implement
Source: https://github.com/leha-creator/youth_bot/tree/main/.cursor/skills/implement
Command: npx skills add https://github.com/leha-creator/youth_bot --skill ai-factory-implement-leha-creator

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the execution of development tasks outlined in a plan, ensuring progress is tracked, code is implemented correctly, and work can be resumed across sessions.

Core Features & Use Cases

  • Sequential Task Execution: Works through tasks one by one, marking them as in progress and completed.
  • Progress Persistence: Saves your progress automatically, allowing you to pause and resume implementation later.
  • Contextual Awareness: Reads project descriptions and past patches to inform implementation decisions.
  • Use Case: When you have a list of features to build for a new application, use this Skill to systematically implement each feature, from creating models to adding endpoints, without losing your place.

Quick Start

Use the implement skill to start executing the next task in your current plan.

Frequently Asked Questions about ai-factory.implement

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

FAQPage Schema
How do I execute development tasks sequentially from a project plan?

Sequential task execution works through a defined plan one by one, marking items as in progress and completed. It automates progress persistence and contextual code modifications to implement features without losing your place.

Can I pause and resume code implementation across different sessions?

Yes, session continuity and progress persistence allow you to pause and resume code implementation later. The workflow automatically saves your progress, loading project context and past patches to inform subsequent development tasks.

What tools are required for automated task execution and code generation?

Automated task execution requires tools for reading files, writing code, globbing, grepping, and bash execution. These task management and file manipulation tools enable the workflow to handle code modifications and project context loading.

How does contextual awareness work when implementing features or fixing bugs?

Contextual awareness reads project descriptions and past patches to inform implementation decisions during feature development and bug fixing. This ensures code modifications align with existing project structures and previous task execution contexts.

What is the best way to manage development workflow progress for a list of features?

Managing development workflow progress is best handled by systematically implementing each feature sequentially from a defined plan. Task status updates and progress tracking ensure features are built methodically, from creating models to adding endpoints.

Does this implementation workflow support both feature development and bug fixing?

Yes, the implementation workflow supports both feature development and bug fixing tasks. It handles task status updates, code modifications, and project context loading to manage progress and session continuity across various coding scenarios.