slfg

Orchestrates multi-agent engineering workflows for planning, execution, and verification.

6|Updated Jan 29, 2023
One-click install
npx skills add https://github.com/rethinkhealth/glion --skill slfg-rethinkhealth
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: slfg
Source: https://github.com/rethinkhealth/glion/tree/main/.agents/skills/slfg
Command: npx skills add https://github.com/rethinkhealth/glion --skill slfg-rethinkhealth

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Swarm-enabled engineering workflows coordinate planning, execution, and verification across multiple agents in parallel, reducing manual handoffs and accelerating complex projects.

Core Features & Use Cases

  • Orchestrates planning, plan deepening, execution, review, and autofix across a swarm of subagents for faster delivery.
  • Supports conditional branching and parallel phases to optimize for risk, latency, and resource utilization.
  • Use case: manage a multi-stage engineering effort from initial plan through validation with automatic rollback when issues are detected.

Quick Start

Run the slfg swarm workflow with your ARGUMENTS to initiate autonomous planning and execution.

Frequently Asked Questions about slfg

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

FAQPage Schema
How do I automate multi-step engineering workflows with parallel agent execution?

Multi-step engineering workflow automation is orchestrated by coordinating a swarm of subagents to parallelize tasks. This approach manages planning, plan deepening, execution, review, and autofix phases sequentially or in parallel across multiple agent subsystems.

What is swarm-enabled orchestration for software engineering projects?

Swarm-enabled orchestration coordinates planning, execution, and verification across multiple agents in parallel. It reduces manual handoffs and accelerates complex projects by automating multi-stage efforts from initial plan through validation with automatic rollback when issues are detected.

Does autonomous engineering workflow orchestration support conditional branching and parallel phases?

Autonomous engineering workflow orchestration supports conditional branching and parallel phases to optimize for risk, latency, and resource utilization. It implements deterministic sequencing with optional conditional steps, safety checks, and recoverable workflows through explicit command interfaces and agent orchestration.

How do I start an autonomous planning and execution swarm workflow?

To start an autonomous planning and execution swarm workflow, run the workflow command with your project arguments. This initiates the autonomous sequencing of planning, plan deepening, execution, review, and autofix across the coordinated subagent swarm.

Can I use automated agent orchestration for multi-stage projects requiring automatic rollback?

Automated agent orchestration can be used for multi-stage projects requiring automatic rollback. It manages engineering efforts from initial plan through validation, initiating automatic rollback when issues are detected during the execution or review phases.

What are the limitations of deterministic sequencing in multi-agent engineering workflows?

Deterministic sequencing in multi-agent engineering workflows relies on explicit command interfaces and structured phase progression. While it offers recoverable workflows and safety checks, complex conditional branching may require careful configuration to avoid execution bottlenecks across parallel subagent phases.