ln-401-task-executor

Execute a single implementation task with test-driven development and status updates.

Updated Dec 11, 2025
One-click install
npx skills add https://github.com/dorrio/sorteo-app-generator --skill ln-401-task-executor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ln-401-task-executor
Source: https://github.com/dorrio/sorteo-app-generator/tree/main/.agent/skills/ln-401-task-executor
Command: npx skills add https://github.com/dorrio/sorteo-app-generator --skill ln-401-task-executor

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the process of implementing a single development task, ensuring it moves efficiently from 'Todo' to 'In Progress' and finally to 'To Review'.

Core Features & Use Cases

  • Task Implementation: Executes a single, well-defined task from a story using test-driven development.
  • Workflow Management: Updates task status on a Kanban board to reflect progress.
  • Quality Assurance: Enforces code quality through linting, type checking, and documentation updates.
  • Use Case: A developer is assigned a task to add a new validation rule to a user registration form. This Skill will guide them through writing tests, implementing the validation logic, ensuring it passes, and preparing it for code review.

Quick Start

Use the ln-401-task-executor skill to implement task TSK-1234.

Frequently Asked Questions about ln-401-task-executor

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

FAQPage Schema
How do I implement a single development task using test-driven development?

To implement a development task using test-driven development, write tests first, implement the code to pass them, run linters and type checkers, and update documentation before transitioning the task to review.

What is the best way to automate task execution workflow transitions on a Kanban board?

Automating task execution workflow transitions involves moving a task from 'Todo' to 'In Progress' upon starting, then to 'To Review' after code implementation, tests, and linting are completed.

Does task execution with test-driven development require running linters and type checkers?

Yes, task execution using test-driven development requires running linters and type checkers to enforce code quality and ensure the implementation adheres to established standards before review.

How do I apply KISS and YAGNI principles during code implementation for a single task?

To apply KISS and YAGNI principles during code implementation, write only the necessary code to pass tests and fulfill the task requirements, avoiding unnecessary complexity and features.

Can I use task execution skills for adding validation logic to user registration forms?

Yes, you can use task execution skills for adding validation logic by guiding you through writing tests, implementing the validation code, verifying functionality, and preparing the task for code review.

When should I not use a single task executor for code implementation?

You should not use a single task executor when a task is poorly defined or spans multiple requirements, as it focuses on executing a single, well-defined task from a story using test-driven development.