ce-work

Execute work plans by breaking them into tasks with continuous testing.

1|Updated Mar 11, 2026
One-click install
npx skills add https://github.com/JimmyChen-NXP/zephyr-team-activity-dashboard --skill ce-work-jimmychen-nxp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ce-work
Source: https://github.com/JimmyChen-NXP/zephyr-team-activity-dashboard/tree/main/.github/skills/ce-work
Command: npx skills add https://github.com/JimmyChen-NXP/zephyr-team-activity-dashboard --skill ce-work-jimmychen-nxp

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the process of taking a work plan or specification and systematically executing it, ensuring features are completed efficiently and with high quality.

Core Features & Use Cases

  • Systematic Execution: Breaks down plans into actionable tasks and executes them in order.
  • Quality Assurance: Integrates continuous testing, linting, and design validation.
  • Use Case: A developer receives a detailed specification for a new user authentication module. They use this Skill to break down the work, implement each part, write tests, and ensure it meets design and quality standards before shipping.

Quick Start

Use the ce-work skill to execute the plan outlined in the file 'feature-spec.md'.

Frequently Asked Questions about ce-work

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

FAQPage Schema
How do I execute a development work plan and ensure code quality?

To execute a development work plan and ensure code quality, this Skill breaks specifications into actionable tasks, manages environment setup, and enforces continuous testing alongside adherence to existing patterns.

What is the best way to break down a feature specification for incremental commits?

The best way to break down a feature specification for incremental commits is to systematically parse the plan into ordered, actionable tasks, managing environment setup and running continuous testing at each step.

Can I synchronize UI implementation with Figma designs during feature development?

Yes, you can synchronize UI implementation with Figma designs during feature development. The workflow integrates design validation directly to ensure the shipped code matches the specified UI patterns.

How does pull request generation work with operational validation plans?

Pull request generation with operational validation plans works by compiling the completed actionable tasks, continuous test results, and design checks into a comprehensive PR that verifies the feature meets operational standards.

Do I need an existing specification file to start agile feature shipping?

Yes, you need an existing specification file like 'feature-spec.md' to start agile feature shipping. The execution process requires a detailed work plan to systematically break down into ordered, actionable development tasks.