cy-execute-task

Automate PRD task execution, validation, and tracking updates.

Updated Jul 7, 2026
One-click install
npx skills add https://github.com/ederfmatos/claude-voice-bridge --skill cy-execute-task-ederfmatos
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cy-execute-task
Source: https://github.com/ederfmatos/claude-voice-bridge/tree/main/.claude/skills/cy-execute-task
Command: npx skills add https://github.com/ederfmatos/claude-voice-bridge --skill cy-execute-task-ederfmatos

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the execution and tracking of PRD tasks, streamlining the process from implementation to validation and updating task tracking files.

Core Features & Use Cases

  • End-to-End Task Execution: Automates the complete lifecycle of a PRD task, from reading specifications to updating tracking files.
  • Task Tracking: Updates task tracking files based on the execution status of the task.
  • Validation and Self-Review: Ensures that tasks are validated and self-reviewed before marking them as complete.
  • Auto-Commit Mode: Optionally commits changes automatically after successful validation and self-review.
  • Use Case: Ideal for developers who need to implement and validate PRD tasks, ensuring that all steps are followed and tracked accurately.

Quick Start

Execute a PRD task using the 'cy-execute-task' skill with the provided task specification and PRD directory path.

Frequently Asked Questions about cy-execute-task

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

FAQPage Schema
How do I automate PRD task execution and tracking from start to finish?

PRD task execution is automated by reading specifications, generating checklists, implementing, resolving conflicts, validating, and updating tracking files. This handles the complete lifecycle automatically to ensure all steps are followed accurately.

What's the best way to ensure PRD tasks are self-reviewed before completion?

Self-review is enforced by the system before marking any PRD task as complete. It validates the implementation against specifications and runs a checklist to ensure accuracy, preventing incomplete work from being committed.

Can I auto-commit changes after validating PRD task implementations?

Auto-commit is available as an optional mode that activates after successful validation and self-review. It automatically commits changes once the PRD task execution confirms everything passes the required checks.

Do I need Python to run PRD task tracking and validation?

Python is required to run the PRD task execution and tracking system. You must have Python installed along with specific skill dependencies to handle task specifications, conflict resolution, and tracking updates properly.

How does task tracking update after executing a PRD specification?

Task tracking files are updated automatically based on the execution status of the PRD task. The system reads the PRD document, implements the specifications, validates the results, and then modifies the tracking files to reflect completion.

What happens when there are conflicts during PRD task implementation?

Conflict resolution is handled directly within the PRD task execution workflow. The system identifies conflicts during implementation, resolves them according to specifications, and ensures the checklist is satisfied before updating tracking.