cy-execute-task

Executes one PRD task end-to-end from exploration through tracking updates.

1|1|Updated Apr 18, 2026
One-click install
npx skills add https://github.com/rodrigobranas/formacao_ia_arq_t1_4 --skill cy-execute-task-rodrigobranas
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cy-execute-task
Source: https://github.com/rodrigobranas/formacao_ia_arq_t1_4/tree/main/helpdesk_project/.agents/skills/cy-execute-task
Command: npx skills add https://github.com/rodrigobranas/formacao_ia_arq_t1_4 --skill cy-execute-task-rodrigobranas

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Executes one PRD task end-to-end from exploration through tracking updates, ensuring alignment with repository guidance and ADRs, and recording decisions in task tracking files.

Core Features & Use Cases

  • Ground in repository and PRD context by reading the task specification, PRD documents, and ADRs.
  • Build an execution checklist, capture pre-change signals, and enforce gatekeeping until all items are completed.
  • Implement task steps deterministically, validate against provided specs, and perform self-review with cy-final-verify.
  • Update workflow memory (if provided) and task tracking files, including the master tasks file, with proper commit behavior per auto-commit flag.

Quick Start

Provide the required task specification markdown and PRD inputs to start an end-to-end PRD task.

Frequently Asked Questions about cy-execute-task

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

FAQPage Schema
How do I execute a PRD task end-to-end with automated tracking updates?

To execute a PRD task end-to-end, supply a task specification markdown, PRD directory, task file path, and master tasks file path. The workflow reads repository guidance, reconciles ADR conflicts, implements steps, validates with cy-final-verify, and updates tracking files.

What is PRD task execution and how does it handle ADR conflicts?

PRD task execution is a deterministic workflow that processes task specifications while aligning with repository guidance. It reads ADRs to reconcile architectural conflicts before advancing, ensuring implementation complies with established technical decisions and documentation.

How do I validate PRD task implementation against technical specifications?

Validate PRD task implementation using cy-final-verify for self-review. The execution workflow builds a checklist, captures pre-change signals, enforces gatekeeping until items complete, implements steps deterministically, and validates against provided specs.

Can I use task tracking files and memory paths to store workflow context during PRD execution?

Yes, you can provide optional memory paths to store workflow context during PRD execution. The workflow updates these memory paths alongside task tracking files, including the master tasks file, with proper commit behavior per the auto-commit flag.

Do I need _techspec.md and _tasks.md files to start PRD task execution?

Yes, PRD task execution reads PRD documents like _techspec.md and _tasks.md to ground in repository context. These files provide the technical specifications and task definitions needed to reconcile conflicts and implement steps deterministically.

What's the best way to automate task tracking updates after PRD implementation?

Automate task tracking updates by providing a master tasks file path and enabling the auto-commit flag. After executing PRD steps and validating with cy-final-verify, the workflow records decisions and updates tracking files with proper commit behavior.