cy-execute-task

Execute PRD tasks end-to-end from specification to tracking updates.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Executes end-to-end PRD tasks from initial specification through tracking updates, ensuring consistency and traceability across documentation and task state.

Core Features & Use Cases

  • End-to-end PRD task execution from spec to completion with automated checks.
  • Validation against PRD docs, tech specs, ADRs, and tracking files.
  • Optional workflow memory integration and auto-commit support.

Quick Start

Provide a task specification markdown and PRD directory to start an end-to-end PRD task execution.

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 from specification to tracking updates?

To execute a PRD task end-to-end, provide a task specification markdown, a PRD directory path, and task file paths. The system reads your PRD documents, builds an execution checklist, implements the task, validates results, and updates tracking files automatically.

What files and inputs do I need to start automated PRD task execution?

You need a task specification markdown, a PRD directory path, a task file path, a master tasks file path, and an auto-commit mode. Optional inputs include workflow memory paths and guidance files named by the caller to direct the execution process.

How does PRD task validation work against tech specs and ADRs?

PRD task validation works by reading PRD documents including _techspec.md and _tasks.md, plus ADRs from the adrs/ directory. It uses this architectural context to build a checklist, implement the task, and validate results using cy-final-verify checks.

Can I automate tracking updates and memory integration after PRD task completion?

Yes, you can automate tracking updates and memory integration after PRD task completion. Provide optional workflow memory paths and auto-commit mode inputs, and the system will update memory and tracking files per the caller's specifications upon execution completion.