cy-execute-task

Execute PRD task specifications end-to-end with validation and tracking updates.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

It solves the challenge of reliably turning a PRD task specification into implemented code, validated results, and accurate task-tracking updates without skipping critical steps.

Core Features & Use Cases

  • End-to-end PRD task execution: Executes a single PRD task from repository/PRD grounding through implementation and evidence-based validation.
  • Checklist-driven delivery: Converts deliverables and acceptance criteria into a working validation checklist and gates completion on evidence for every item.
  • Tracking updates with safety: Updates workflow memory (when provided), task checkboxes, task status, master tasks entries, and performs commit sequencing according to commit mode.
  • Mandatory verification: Runs task-specific validations and uses the installed cy-final-verify skill before marking completion.

Quick Start

Use cy-execute-task to implement and validate a PRD task from a task specification file and then update the corresponding task tracking files with optional auto-commit.

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 PRD tasks end-to-end with automated validation?

To execute PRD tasks end-to-end, implement the required changes, build an evidence checklist from acceptance criteria, run listed validations, and update task tracking files. This ensures deliverables meet specifications before marking completion.

What is an evidence checklist for PRD task validation?

An evidence checklist converts PRD deliverables and acceptance criteria into verifiable items. Completion is gated on providing validation evidence for every checklist item, ensuring no critical testing or requirement is skipped during implementation.

How do I update workflow memory and task tracking files after implementation?

Update workflow memory, task checkboxes, task status, and master tasks entries in a specific order after implementation. Optional local commit behavior sequences these tracking updates safely according to the configured commit mode.

Does PRD task execution require reading technical specifications and ADRs?

Yes, PRD task execution requires reading the PRD techspec, task specifications, and ADR context. It also reconciles conflicts between task specs and supporting documents to ensure implementation aligns with architectural decisions.

Can I use cy-final-verify to gate task completion before committing?

Yes, task completion is gated by mandatory verification. The process runs task-specific validations and uses the installed cy-final-verify skill before marking the task complete and performing any optional auto-commit actions.

When should I not use automated PRD task execution?

Automated PRD task execution applies only to tasks with explicit deliverables, acceptance criteria, and validation requirements. It should not be used for vaguely defined tasks lacking testing specs or clear completion metrics.