ferrox-autonomous

Automate milestone phases with discussion, planning, implementation, verification, and cleanup.

21|9|Updated Jul 21, 2026
One-click install
npx skills add https://github.com/FerroxLabs/ferrox-factory --skill ferrox-autonomous
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ferrox-autonomous
Source: https://github.com/FerroxLabs/ferrox-factory/tree/main/skills/ferrox-autonomous
Command: npx skills add https://github.com/FerroxLabs/ferrox-factory --skill ferrox-autonomous

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual overhead of driving a milestone through planning, execution, verification, and cleanup by coordinating the full workflow autonomously.

Core Features & Use Cases

  • Phase Discovery: Reads roadmap and state files to find the next incomplete milestone phase.
  • Autonomous Execution: Runs each phase through discuss, plan, and execute steps with minimal interruption.
  • Progress Tracking: Updates planning state, roadmap progress, and phase artifacts after each completed phase.
  • Use Case: A developer can hand over a multi-phase build effort and let the Skill advance it safely while preserving checkpoints and decision pauses.

Quick Start

Use the ferrox-autonomous skill to complete the next milestone phases for this project and keep the roadmap, state, and phase artifacts up to date.

Frequently Asked Questions about ferrox-autonomous

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

FAQPage Schema
How do I automate milestone phase execution across a multi-step software delivery workflow?

Automating milestone phase execution is done by coordinating the full workflow of discussion, planning, implementation, verification, and cleanup autonomously. This Skill drives roadmap-driven software delivery by advancing each phase while preserving decision pauses and checkpoints.

What is the best way to track roadmap progress and update state files during autonomous development?

Tracking roadmap progress autonomously requires persistent state updates after each completed phase. This Skill automatically updates planning state, roadmap progress, and phase artifacts to reflect the current status of multi-phase build efforts.

How does phase discovery work for incomplete roadmap milestones?

Phase discovery works by reading roadmap and state files to identify the next incomplete milestone phase. This allows the autonomous workflow to find pending tasks and begin the discuss, plan, and execute steps with minimal interruption.

Can I run multi-phase build efforts autonomously while preserving manual decision checkpoints?

Running multi-phase build efforts autonomously with manual checkpoints is supported through workflow-gated handoffs. The Skill applies decision pauses between phases, allowing developers to review progress and artifacts before the next execution begins.

Does autonomous milestone execution require generating phase artifacts for each completed step?

Autonomous milestone execution requires phase artifact generation for each completed step. This ensures that progress tracking remains accurate and that workflow-gated handoffs have the necessary documentation to proceed safely.