eddo-work

Orchestrate phased project tasks with REFINE, IMPLEMENT, REVIEW, COMPLETE, and GITHUB_PR gates.

58|5|Updated Nov 26, 2022
One-click install
npx skills add https://github.com/walterra/eddoapp --skill eddo-work
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: eddo-work
Source: https://github.com/walterra/eddoapp/tree/main/packages/chat-agent/skills/eddo-work
Command: npx skills add https://github.com/walterra/eddoapp --skill eddo-work

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Structured work mode for implementing complex tasks with phases. Use when user says "what next?" followed by "let's work on this" or "start working". Provides REFINE, IMPLEMENT, REVIEW, COMPLETE, and GITHUB_PR phases with gates and reflection checklists. Works with eddo-todo for task tracking.

Core Features & Use Cases

  • Phase-driven task execution with REFINE, IMPLEMENT, REVIEW, COMPLETE, and GITHUB_PR gates
  • Mandatory reflection checklists after every phase
  • Tight integration with eddo-todo for task tracking and governance
  • Output and log decisions using agent metadata and "files touched" tracking

Quick Start

Load the eddo-work skill and start a work session when prompted, then follow the phase prompts to plan, implement, review, and complete tasks.

Frequently Asked Questions about eddo-work

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

FAQPage Schema
How do I manage phased execution for complex software tasks with mandatory reflections?

Phased execution for complex tasks uses structured REFINE, IMPLEMENT, REVIEW, COMPLETE, and GITHUB_PR gates with mandatory reflection checklists. You progress only after passing each gate, ensuring structured planning and governance throughout the workflow.

What is gated task orchestration and when do I need it for project planning?

Gated task orchestration is an end-to-end automation approach that enforces phase transitions through reflection checkpoints. You need it for complex projects requiring structured planning, metadata tracking of touched files, and decision recording before moving between phases.

How do I automate task tracking and governance for a multi-phase project workflow?

Automate task tracking by integrating the workflow with the eddo-todo task management tool. This integration provides governance by recording decisions, tracking touched files, and enforcing reflection checklists after every execution phase.

Can I run a phased task workflow inside a Docker-based development environment?

Yes, the phased task workflow supports operation inside Docker-based environments. It automates orchestration and applies governance rules, file tracking, and phase gates regardless of the underlying containerized setup.

How do I enforce a review checkpoint before completing a complex implementation task?

Enforce a review checkpoint by applying the gated phase workflow, which mandates a REVIEW phase before progression to COMPLETE. The gate requires a mandatory reflection checklist to be satisfied, preventing unreviewed code from completion.

What are the limitations of using a strict gated workflow for software implementation?

A strict gated workflow limits rapid prototyping because every phase transition requires passing reflection checklists and governance gates. This overhead makes it less suitable for quick experiments or tasks that do not require structured planning and metadata tracking.