ac-autonomous-orchestrator

Main orchestrator for autonomous coding operations. Use when running autonomous sessions, coordinating components, managing the full lifecycle, or orchestrating implementations.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "ac-autonomous-orchestrator" with this command: npx skills add adaptationio/skrillz/adaptationio-skrillz-ac-autonomous-orchestrator

AC Autonomous Orchestrator

Main orchestrator for autonomous coding operations.

Purpose

Coordinates all autonomous coding components, managing the complete lifecycle from initialization through feature completion.

Quick Start

from scripts.autonomous_orchestrator import AutonomousOrchestrator

orchestrator = AutonomousOrchestrator(project_dir)
await orchestrator.initialize(objective="Build user authentication")
result = await orchestrator.run()

Orchestration Flow

1. INIT      → Load config, setup session
2. PLAN      → Generate/load feature list
3. EXECUTE   → TDD implementation loop
4. VALIDATE  → QA review and validation
5. COMMIT    → Git commit changes
6. CONTINUE  → Next feature or handoff

Integration

Coordinates all AC skills for unified operation.

API Reference

See scripts/autonomous_orchestrator.py for full implementation.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

finnhub-api

No summary provided by upstream source.

Repository SourceNeeds Review
General

auto-updater

No summary provided by upstream source.

Repository SourceNeeds Review
General

todo-management

No summary provided by upstream source.

Repository SourceNeeds Review
General

alphavantage-api

No summary provided by upstream source.

Repository SourceNeeds Review