cx-exec

Execute development tasks and validate code against API contracts.

Updated Feb 6, 2026
One-click install
npx skills add https://github.com/m19803261706/cx-workflow --skill cx-exec
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cx-exec
Source: https://github.com/m19803261706/cx-workflow/tree/main/skills/cx-exec
Command: npx skills add https://github.com/m19803261706/cx-workflow --skill cx-exec

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the execution of development tasks, ensuring code aligns with predefined API contracts and streamlining the path to completion.

Core Features & Use Cases

  • Task Execution: Runs the next pending task in a development workflow.
  • API Contract Validation: Automatically verifies implemented code against API specifications defined in task files.
  • Automated Correction: Attempts to automatically fix discrepancies between code and contracts.
  • Progress Tracking: Updates task status and unlocks dependent tasks.
  • Use Case: After defining API endpoints with /cx-design, use /cx-exec to implement the code, automatically validating that the implementation matches the design and committing the changes.

Quick Start

Use the cx-exec skill to execute the next pending task.

Frequently Asked Questions about cx-exec

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

FAQPage Schema
How do I automate task execution and validate code against API contracts?

Automating task execution and validating code against API contracts is done by running pending development tasks, verifying implementations against specifications, and automatically correcting discrepancies to commit aligned code changes.

Can I process multiple development tasks in parallel?

Yes, you can process multiple development tasks in parallel. The workflow supports batch execution and parallel task processing based on defined groups to streamline development automation.

How does automated code correction work for API contract discrepancies?

Automated code correction works by verifying implemented code against predefined API specifications in task files and automatically attempting to fix any detected discrepancies before committing.

What is the best way to manage task dependencies in a development workflow?

Managing task dependencies is handled automatically during task execution by updating task status and unlocking dependent tasks as prior tasks reach completion within the workflow.

Do I need predefined API endpoints to validate implemented code?

Yes, you need predefined API endpoints. The validation process verifies your implemented code against the API specifications defined within your task files to ensure alignment.

Why does my task execution workflow stop before completing all pending tasks?

Task execution workflows stop when dependencies are locked. The system manages task status and only unlocks dependent tasks after the current pending task is fully executed and validated.