lfg

Orchestrate stepwise planning, execution, and automated review for software tasks.

Updated Apr 22, 2026
One-click install
npx skills add https://github.com/yxc023/agent-config-studio --skill lfg-yxc023
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lfg
Source: https://github.com/yxc023/agent-config-studio/tree/main/.opencode/skills/lfg
Command: npx skills add https://github.com/yxc023/agent-config-studio --skill lfg-yxc023

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrates a multi-step software planning, execution, and review workflow to enforce order and validations across tasks.

Core Features & Use Cases

  • Stepwise planning, execution, and automated review gates for software tasks.
  • Enforces the presence of plan artifacts and sequential progression from plan to work to review.
  • Integrates with auxiliary tooling to coordinate code changes, validations, and final completion signaling.

Quick Start

Provide the task arguments to the planner to begin the end-to-end workflow.

Frequently Asked Questions about lfg

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

FAQPage Schema
How do I automate an end-to-end software planning and execution workflow?

To automate an end-to-end software planning and execution workflow, you orchestrate stepwise pipelines that require plan generation, work execution, and automated review. This enforces gated execution and validates code changes before signaling completion.

What are engineering review gates and how do they enforce sequential execution?

Engineering review gates are validation checkpoints that enforce sequential progression from planning to work to review. They require plan artifacts to exist before execution and validate autofixes to ensure no steps are skipped.

Can I enforce that a plan exists before code changes are applied?

Yes, you can enforce plan existence checks before applying code changes. The workflow requires plan artifacts to be present and validates sequential progression, preventing code execution until planning gates are satisfied.

How do I generate a stepwise plan for a software task pipeline?

You generate a stepwise plan for a software task pipeline by providing task arguments to the planner. This initiates the end-to-end workflow, creating plan artifacts required for subsequent execution and automated review gates.

Does this workflow support automated validation and final completion signaling?

Yes, the workflow supports automated validation through autofix checks during the review stage and enforces a final DONE signal. This ensures all gated execution stages are complete and validated before the task finishes.

What is the best way to orchestrate software tasks with automated review gates?

The best way to orchestrate software tasks with automated review gates is using a sequential workflow tool that enforces plan existence, coordinates code changes, and validates autofixes before emitting a final completion signal.