gilfoyle

Orchestrate user goals through Analyze, Propose, and Execute phases in Conductor.

2|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/AhmedElhadarey/Gilfoyle --skill gilfoyle-ahmedelhadarey
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gilfoyle
Source: https://github.com/AhmedElhadarey/Gilfoyle/tree/main/skills/gilfoyle
Command: npx skills add https://github.com/AhmedElhadarey/Gilfoyle --skill gilfoyle-ahmedelhadarey

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The single entry point to the Conductor system provides a structured, end-to-end workflow to move a user goal from intent to completion via Analyze, Propose, and Execute, including resume and interactive modes and escalation cards.

Core Features & Use Cases

  • Multi-mode goal orchestration (One-Shot, Resume, Interactive)
  • Goal clarification, escalation cards, and live plan execution
  • Seamless integration with conductor-tracks and knowledge base
  • Real-time progress reporting and controlled handoffs to the conductor-orchestrator

Quick Start

Invoke /gilfoyle with a user goal to start the one-shot flow, or use -i to enter interactive planning.

Frequently Asked Questions about gilfoyle

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

FAQPage Schema
How do I orchestrate multi-agent workflows for Claude Code tasks?

Multi-agent orchestration for Claude Code tasks is driven through a three-phase workflow: Analyze, Propose, and Execute. This system moves user goals from initial intent to final completion using goal clarification and escalation decision cards.

What is the best way to manage goal-driven planning and execution in a multi-agent system?

Goal-driven planning is managed by dispatching tasks to a conductor-orchestrator, which evaluates and executes plans in real-time. It relies on a tracks registry and project knowledge base to ensure controlled handoffs and live progress reporting.

Can I resume an interrupted multi-agent orchestration workflow?

Yes, interrupted multi-agent orchestration workflows can be resumed. The orchestration system supports one-shot, interactive, and resume modes, allowing you to continue goal execution from where it was paused.

How do I start an interactive planning session for a software engineering goal?

To start interactive planning for a software engineering goal, invoke the orchestration entry point with the interactive flag. This initiates the Analyze and Propose phases to clarify your goal and generate an execution plan before any changes are made.

Does the Conductor orchestration system support real-time progress reporting?

Yes, the Conductor orchestration system supports real-time progress reporting during the Execute phase. It provides controlled handoffs to the orchestrator and uses escalation cards to handle decisions or blockers encountered during task execution.