agentforge-autoplan

Automate AgentForge Phase 0–9 construction with automated decision handling.

Updated Apr 8, 2026
One-click install
npx skills add https://github.com/Kingxiao/agentforge --skill agentforge-autoplan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agentforge-autoplan
Source: https://github.com/Kingxiao/agentforge/tree/main/agentforge-autoplan
Command: npx skills add https://github.com/Kingxiao/agentforge --skill agentforge-autoplan

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Automates the end-to-end AgentForge pipeline from initial spec to full release, providing deterministic phase execution, structured handoffs, and human-in-the-loop when judgment is required.

Core Features & Use Cases

  • Serial execution of Phases 0–9 with automatic mechanical decisions and human-in-the-loop for critical judgments.
  • Robust progress tracking via a per-phase progress file and explicit handoff summaries to maintain cross-phase consistency.
  • Diagnosis mode integration to seamlessly switch to /agentforge-diagnose when repo code or an existing Agent is provided, or to continue the build pipeline otherwise.

Quick Start

To start, invoke /agentforge-autoplan to run the full Phase 0–9 pipeline from scratch.

Frequently Asked Questions about agentforge-autoplan

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

FAQPage Schema
How do I automate the full ai-agent construction workflow from spec to release?

Automating an ai-agent construction workflow requires a deterministic phase execution orchestrator to handle serial progression from initial spec to release. agentforge-autoplan executes Phases 0–9 with mechanical decisions and human-in-the-loop for critical judgments.

What is phase handoff in multi-stage agent pipeline orchestration?

Phase handoff in agent pipeline orchestration is the structured transfer of decisions and state between execution stages. agentforge-autoplan uses explicit handoff summaries and per-phase progress files to maintain cross-phase consistency and security.

How do I start building production-grade agents using a phased pipeline?

To start building production-grade agents with a phased pipeline, invoke the orchestrator to run the full pipeline from scratch. agentforge-autoplan automates Phase 0 through Phase 9, requiring clear phase inputs to progress.

Can I diagnose existing agent repo code within an automated build pipeline?

Yes, you can diagnose existing agent repo code within the build pipeline. agentforge-autoplan features a diagnosis mode that seamlessly switches to analyze provided repo code, or automatically continues the build pipeline otherwise.

Does the agentforge pipeline support human-in-the-loop decisions during automated phases?

Yes, the agentforge pipeline supports human-in-the-loop decisions during automated phases. It applies automatic mechanical decisions for standard operations while pausing for human judgment on critical decisions to ensure consistency.

When should I not use an end-to-end orchestrator for agent construction?

You should not use an end-to-end orchestrator for agent construction when you cannot provide clear phase inputs or require skipping critical handoff tracking. agentforge-autoplan requires explicit progress tracking and strict decision handoffs to ensure security.