impl

Execute pending development tasks with isolated sub-agents and TDD workflows.

5|Updated Feb 13, 2026
One-click install
npx skills add https://github.com/tercel/code-forge --skill impl-tercel
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: impl
Source: https://github.com/tercel/code-forge/tree/main/skills/impl
Command: npx skills add https://github.com/tercel/code-forge --skill impl-tercel

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the execution of development tasks, ensuring features are implemented according to a predefined plan and TDD principles, while managing progress and context effectively.

Core Features & Use Cases

  • Task Execution: Runs individual development tasks using isolated sub-agents.
  • TDD Workflow: Enforces writing tests before implementation, running them, and then implementing the code.
  • Progress Tracking: Manages task status (pending, in_progress, completed) and feature progress.
  • Use Case: After generating a plan for a new user authentication feature, use this Skill to execute each task, from writing tests for login to implementing the JWT generation, ensuring each step is verified before moving to the next.

Quick Start

Execute the next pending task for the 'user-auth' feature.

Frequently Asked Questions about impl

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

FAQPage Schema
How do I automate development task execution using AI agents?

Automate development task execution by running pending feature tasks through isolated sub-agents. This ensures features are implemented according to predefined plans while managing progress and context effectively.

How does TDD workflow automation enforce test-first development?

TDD workflow automation enforces writing tests before implementation, running them, and then generating code. This sequence verifies each step before moving to the next task in the feature plan.

How do I track progress for automated AI task execution?

Track progress for automated task execution using a state.json file. It manages task status across pending, in_progress, and completed states, allowing for manual or automated execution flows.

Can I execute code implementation tasks with dependencies?

Yes, you can execute code implementation tasks with dependencies. The system manages task dependencies automatically, allowing isolated sub-agents to process complex feature plans sequentially or based on dependency graphs.

Do I need a predefined plan before executing development tasks?

Yes, you need a predefined plan generated by planning tools to execute development tasks. The execution integrates directly with these plans to ensure features are implemented according to specified requirements.

What is the best way to implement a feature plan using isolated sub-agents?

The best way to implement a feature plan is executing pending tasks individually via isolated sub-agents. This approach adheres to TDD principles and tracks progress via state.json to maintain context.