kitty:lfg

Orchestrate end-to-end engineering workflows with agent swarms for autonomous code development.

1|Updated Mar 28, 2026
One-click install
npx skills add https://github.com/Kakise/cartographing-kitties-plugin --skill kitty-lfg
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kitty:lfg
Source: https://github.com/Kakise/cartographing-kitties-plugin/tree/main/plugins/kitty/skills/kitty-lfg
Command: npx skills add https://github.com/Kakise/cartographing-kitties-plugin --skill kitty-lfg

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Cartographing Kittens LFG — autonomous pipeline. Run all steps in order. Do not stop between steps.

Core Features & Use Cases

  • Sequential Phase: Plan the work, then execute it with swarm-based workers.
  • Parallel Phase: Run review and test steps in parallel as background agents.
  • Autofix Phase: Apply safe fixes from reviews and tests.
  • Finalize: Commit changes, push, and create a PR with a summary.

Quick Start

Describe your feature idea and let the LFG pipeline plan, execute, review, and autofix automatically.

Frequently Asked Questions about kitty:lfg

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

FAQPage Schema
How do I automate end-to-end engineering workflows for autonomous code development?

Autonomous end-to-end engineering workflows are orchestrated through agent swarms that handle planning, parallel task execution, automated reviews, and safe autofixes across multiple phases. The pipeline runs sequentially through planning, execution, review, and finalization steps without stopping between phases.

What is an agent swarm approach for software engineering automation?

An agent swarm approach for software engineering automation deploys multiple workers to execute planned tasks, while background agents run review and test steps in parallel. This enables deterministic pipelines with sequential phases, parallel background reviews, autofix steps, and finalization.

How do I set up a deterministic pipeline with sequential and parallel execution phases?

A deterministic pipeline with sequential and parallel phases is set up by describing a feature idea to trigger automatic planning, swarm-based execution, parallel background reviews, safe autofixes, and finalization with commit and PR creation. The pipeline orchestrates all steps in order without manual intervention.

Can I run automated code reviews and tests in parallel during software development?

Automated code reviews and tests can run in parallel as background agents during the parallel phase of an engineering workflow pipeline. The pipeline then applies safe fixes from those reviews and tests during a dedicated autofix phase before finalizing.

Does autonomous engineering workflow automation handle commit and PR creation?

Autonomous engineering workflow automation handles commit and PR creation during the finalization phase. After planning, swarm-based execution, parallel reviews, and autofix steps complete, the pipeline commits changes, pushes them, and creates a PR with a summary.

When should I use agent swarm orchestration for complex software projects?

Agent swarm orchestration should be used for complex software projects requiring planning, parallel task execution, automated reviews, and safe autofixes across multiple phases. It suits deterministic pipelines where sequential and parallel steps must run end-to-end without stopping.