Agent skill
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.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/ac-master-controller
SKILL.md
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.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?