af-execute

Automate task execution with strict TDD and continuous documentation updates.

3|Updated Oct 5, 2025
One-click install
npx skills add https://github.com/korchasa/ide-rules --skill af-execute
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: af-execute
Source: https://github.com/korchasa/ide-rules/tree/main/catalog/skills/af-execute
Command: npx skills add https://github.com/korchasa/ide-rules --skill af-execute

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables teams to run tasks in autonomous mode while enforcing strict Test-Driven Development and keeping documentation synchronized.

Core Features & Use Cases

  • Strict TDD workflow from failing test to minimal implementation to refactor.
  • Real-time progress captured on the whiteboard and in documentation.
  • Automatic task planning and tracking using a task management tool (e.g., todo_write).

Quick Start

Initiate a TDD-driven task execution by creating a plan with a task manager and updating the whiteboard as progress is made.

Frequently Asked Questions about af-execute

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

FAQPage Schema
How do I automate task execution while enforcing strict TDD?

You can automate task execution with strict TDD by using a skill that plans steps via a task manager and validates progress through failing tests, minimal implementation, and refactoring.

What is the strict TDD workflow for autonomous task execution?

The strict TDD workflow for autonomous execution involves writing a failing test, implementing the minimal code to pass it, refactoring, and continuously updating documentation and a whiteboard throughout the process.

How do I keep documentation synchronized during automated development tasks?

To keep documentation synchronized during automated development, use a task execution workflow that automatically captures real-time progress on a whiteboard and updates docs as tasks advance.

Can I track task planning and execution progress on a whiteboard automatically?

Yes, you can track task planning and execution automatically by using a task manager to outline steps and continuously updating a whiteboard as progress is made during TDD execution.

Does autonomous TDD task execution work with deno task check for validation?

Yes, autonomous TDD task execution validates implementations by running deno task check, ensuring that the minimal code written to pass failing tests meets the required verification standards.

What are the limitations of automating end-to-end development tasks with strict TDD?

Automating end-to-end development with strict TDD is limited to tasks where planning, execution, and verification can be strictly tracked, potentially restricting exploratory or non-testable coding workflows.