ce-work

Execute work plans by breaking down tasks, setting up environments, and implementing features.

240|75|Updated Jul 13, 2023
One-click install
npx skills add https://github.com/udecode/plate-playground-template --skill ce-work-udecode
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ce-work
Source: https://github.com/udecode/plate-playground-template/tree/main/.codex/skills/ce-work
Command: npx skills add https://github.com/udecode/plate-playground-template --skill ce-work-udecode

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the process of executing work plans, ensuring features are completed efficiently, with high quality, and delivered reliably.

Core Features & Use Cases

  • Systematic Plan Execution: Follows detailed steps from a provided work document (plan, specification, or todo file).
  • Environment Setup & Branching: Manages Git branches and worktrees for organized development.
  • Task Management: Breaks down work into actionable tasks and tracks progress.
  • Quality Assurance: Integrates continuous testing, linting, and validation checks.
  • Use Case: A developer receives a complex feature specification. They use this Skill to break it down, set up a new branch, implement each part systematically, run tests, and prepare a pull request with all necessary documentation and validation steps.

Quick Start

Use the ce-work skill with the file 'feature-plan.md' to begin executing the work plan.

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 feature plan systematically from a markdown specification?

Feature plan execution breaks down the specification into actionable tasks, sets up Git branches, implements features following existing patterns, and ensures quality through continuous testing and validation.

What is the best way to manage development workflow and pull request creation?

Development workflow management tracks task progress, manages code commits, runs linting and validation checks, and prepares pull requests with necessary documentation for reliable feature shipping.

How do I set up a development environment for structured task execution?

Environment setup for task execution manages Git branches and worktrees to organize development, ensuring a clean workspace for implementing features from a provided work document.

Does this approach work with existing project patterns and code quality standards?

Yes, this approach implements features by following existing project patterns, integrating continuous testing, linting, and validation checks to maintain code quality standards throughout development.

Can I use a todo file to track progress during feature implementation?

Yes, a todo file or work document serves as the input plan, which is broken down into actionable tasks with progress tracking throughout the implementation and validation process.

What happens after pull request creation in the development workflow?

After pull request creation, the workflow includes planning for post-deploy monitoring to ensure the shipped feature operates reliably in the production environment.