work

Orchestrate approved wish plans by dispatching implementor, reviewer, and fixer subagents.

328|53|Updated Aug 1, 2025
One-click install
npx skills add https://github.com/automagik-dev/genie --skill work-automagik-dev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: work
Source: https://github.com/automagik-dev/genie/tree/main/skills/work
Command: npx skills add https://github.com/automagik-dev/genie --skill work-automagik-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the execution of approved development plans, breaking down complex tasks into manageable steps for specialized AI agents.

Core Features & Use Cases

  • Task Orchestration: Manages the execution flow of sub-tasks within a larger wish plan.
  • Agent Dispatch: Spawns and coordinates specialized agents (implementor, reviewer, fixer) for different stages of development.
  • Automated Review & Validation: Integrates review and validation steps to ensure quality and adherence to acceptance criteria.
  • Use Case: After a wish plan is approved, this Skill dispatches an 'implementor' agent to write code for a specific task, then a 'reviewer' agent to check it against acceptance criteria, and finally runs validation commands.

Quick Start

Use the work skill to execute the next pending task group for the wish plan located at .genie/wishes/my-feature/WISH.md.

Frequently Asked Questions about work

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

FAQPage Schema
How do I automate task execution for an approved development plan?

Automating task execution for an approved development plan involves orchestrating specialized subagents to implement, review, and fix code. The Skill manages the progression of sub-tasks within a wish scope, dispatching agents via commands to ensure quality validation.

What is agent orchestration for code review and implementation?

Agent orchestration for code review and implementation is the process of spawning specialized agents for different development pipeline stages. It dispatches an implementor to write code, a reviewer to check acceptance criteria, and runs validation commands to manage the workflow.

How do I dispatch subagents for workflow automation in a development pipeline?

To dispatch subagents for workflow automation, use genie spawn and genie send commands to coordinate specialized agents. This orchestrates the execution flow by directing implementor, reviewer, and fixer agents to handle distinct stages of task implementation and validation.

Can I use task management orchestration for complex development plans?

Yes, you can use task management orchestration for complex development plans by breaking them down into manageable steps. It automates execution flow, coordinates subagents for implementation and review, and escalates blocked tasks within a defined wish scope.

How does automated validation work during code execution?

Automated validation during code execution works by integrating review steps after an implementor agent writes code. A reviewer agent checks the output against acceptance criteria, and the system runs validation commands to ensure quality before progressing tasks.

Why does task progression stall during agent orchestration?

Task progression stalls during agent orchestration when subagents encounter blocked tasks within the wish scope. The system escalates these blocked tasks to manage validation failures or implementation issues, ensuring the development pipeline resumes correctly.