ce-work

Execute work tasks through a phase-based workflow with test integration and traceable commits.

10|Updated Dec 13, 2016
One-click install
npx skills add https://github.com/vitallium/dotfiles --skill ce-work-vitallium
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ce-work
Source: https://github.com/vitallium/dotfiles/tree/main/dot_agents/skills/ce-work
Command: npx skills add https://github.com/vitallium/dotfiles --skill ce-work-vitallium

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps teams translate work plans and prompts into disciplined, repeatable execution workflows that ship features efficiently while preserving quality.

Core Features & Use Cases

  • Plan-driven execution: reads plan metadata and extracts execution directives to guide work.
  • Phase-based lifecycle: triages input, creates actionable tasks, selects an execution strategy, runs tests, and records outcomes for traceability.
  • Execution notes & traceability: honors unit Execution notes and links plan IDs to ensure alignment across plan edits and sessions.

Quick Start

Provide a plan document path or a bare work description to begin the automated execution flow.

Frequently Asked Questions about ce-work

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

FAQPage Schema
How do I translate project plans into automated execution workflows?

To translate project plans into automated execution workflows, provide a plan document path to trigger phase-based lifecycle processing. This extracts execution directives and creates actionable tasks for efficient feature completion.

What is phase-based task management for software feature execution?

Phase-based task management is a structured lifecycle that triages input, creates tasks, selects execution strategies, runs tests, and records outcomes. It ensures traceable commits and disciplined execution across plan edits and sessions.

Can I execute work tasks directly from bare prompts without a full plan document?

Yes, you can execute work tasks from bare prompts without a full plan document. The workflow triages bare work descriptions to initiate environment setup, task creation, and lifecycle execution automatically.

How do I maintain code quality and traceability during feature execution?

To maintain code quality and traceability during feature execution, the workflow links plan IDs to unit execution notes and records outcomes. This alignment preserves quality across plan edits and continuous sessions.

What's the best way to integrate testing into a plan-driven execution workflow?

The best way to integrate testing into a plan-driven execution workflow is using built-in test integration within the lifecycle phases. It runs tests automatically during execution and records outcomes for traceable commits.