work

Execute work plans by converting them into tasks with RED/GREEN/REFACTOR cycles.

12|2|Updated Jan 27, 2026
One-click install
npx skills add https://github.com/jikig-ai/soleur --skill work-jikig-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: work
Source: https://github.com/jikig-ai/soleur/tree/main/plugins/soleur/skills/work
Command: npx skills add https://github.com/jikig-ai/soleur --skill work-jikig-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Executing complex work plans quickly and reliably by turning plans into actionable tasks, coordinating knowledge, and managing code, tests, and documentation to ship features.

Core Features & Use Cases

  • Phase-driven workflow: loads knowledge-base context, generates tasks, executes plan steps, and tracks progress with incremental commits.
  • TDD-guided development: enforces RED/GREEN/REFACTOR cycles and gating for UI and non-UI tasks.
  • Interactive and pipeline modes: supports both manual approvals and automated execution for CI/CD integration.

Quick Start

Provide a work plan document to execute and the skill will load context, convert it into actionable tasks, and drive execution to shipping.

Frequently Asked Questions about work

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

FAQPage Schema
How do I execute a work plan and ship features efficiently?

To execute a work plan and ship features, provide a plan document to load context, generate actionable tasks, and drive execution using phase-driven workflows, TDD cycles, and incremental commits.

Can I enforce TDD RED GREEN REFACTOR cycles when executing feature development pipelines?

Yes, TDD-guided development enforces RED/GREEN/REFACTOR cycles during feature development pipelines, applying specific gating logic to manage both UI and non-UI tasks effectively.

Does this work execution support automated CI/CD pipelines?

Yes, work execution supports automated CI/CD pipelines through a pipeline mode that enables automated execution, alongside an interactive mode for manual approvals and review checkpoints.

What is the best way to manage code changes and tests for complex project work?

Managing code changes and tests for complex project work is best handled by orchestrating end-to-end execution, tracking progress with incremental commits, and enforcing TDD cycles.

How does phase-driven execution handle knowledge-base references?

Phase-driven execution loads knowledge-base references as context before generating tasks, ensuring the execution of plan steps and code changes aligns with existing project documentation.

Do I need a plan document to use the work execution skill?

Yes, you need to provide a work plan document, which the skill uses to load context, convert into actionable tasks, and drive phase-driven execution to ship features.