ac-master-controller

Master controller for complete autonomous operation. Use when starting full autonomous projects, managing end-to-end workflow, controlling autonomous lifecycle, or running complete 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-master-controller" with this command: npx skills add adaptationio/skrillz/adaptationio-skrillz-ac-master-controller

AC Master Controller

Master controller for end-to-end autonomous coding.

Purpose

Provides the highest-level interface for autonomous coding, managing complete project implementations from spec to completion.

Quick Start

from scripts.master_controller import MasterController

controller = MasterController(project_dir)
result = await controller.run_project(
    spec="Build a REST API with user authentication",
    objective="Complete API implementation"
)

Complete Workflow

1. SETUP    → Initialize project and config
2. SPEC     → Generate feature list from spec
3. LOOP     → Run autonomous implementation loop
4. VERIFY   → Final validation
5. REPORT   → Generate completion report

API Reference

See scripts/master_controller.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.

Automation

stagehand-automation

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

bedrock-agentcore

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

bedrock-agentcore-deployment

No summary provided by upstream source.

Repository SourceNeeds Review