executar-task

Load skills, read PRD/TechSpec context, execute tasks with tests, and mark completion.

1|Updated Mar 27, 2026
One-click install
npx skills add https://github.com/leonanpereirapinto/ai-utils --skill executar-task
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: executar-task
Source: https://github.com/leonanpereirapinto/ai-utils/tree/main/skills/spec-driven/executar-task
Command: npx skills add https://github.com/leonanpereirapinto/ai-utils --skill executar-task

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Implements feature-task delivery by loading required skills, reading PRD/TechSpec context, analyzing dependencies, and executing the implementation with tests. It marks tasks as complete in tasks.md and triggers the task-reviewer agent upon completion.

Core Features & Use Cases

  • Load and compose required skills based on technologies involved.
  • Read PRD and TechSpec to align implementation with requirements.
  • Analyze dependencies, orchestrate execution, and validate with tests.
  • Mark task completion and trigger reviewer workflows.

Quick Start

Ask to execute a specific feature task end-to-end using the loaded PRD and TechSpec context, with tests.

Frequently Asked Questions about executar-task

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

FAQPage Schema
How do I execute feature tasks end-to-end with tests and spec context?

End-to-end task execution loads required skills, reads PRD and TechSpec context, analyzes dependencies, implements the feature, runs tests, and marks completion in tasks.md to ensure full delivery.

What is the best way to automate task execution using PRD and TechSpec documents?

Automating task execution involves loading necessary skills, reading PRD and TechSpec documents for alignment, orchestrating the implementation, validating with tests, and triggering a task-reviewer agent upon completion.

How does task execution handle dependencies before starting implementation?

Task execution handles dependencies by loading required skills and analyzing project dependencies before implementation, ensuring all prerequisites are met and validated with tests before marking the task complete.

Can I trigger a task review automatically after completing feature implementation?

Yes, completing feature implementation automatically triggers the task-reviewer agent. The workflow validates tests, marks the task as complete in tasks.md, and initiates the review process seamlessly.

Do I need a TechSpec and PRD to start working on a specific task number?

Yes, reading PRD and TechSpec context is required to align implementation with requirements. The execution process loads these specifications to ensure the feature meets defined criteria before testing.

Why does task execution fail when dependencies are missing during implementation?

Task execution fails when dependencies are missing because the workflow requires loading specific skills and analyzing dependencies beforehand to ensure prerequisites are met for successful test validation and completion.