specialized_builder.default

Install new agents into the Autonoetic runtime with exclusive validation and orchestration.

1|Updated Mar 23, 2026
One-click install
npx skills add https://github.com/mandubian/autonoetic --skill specialized-builder-default
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: specialized_builder.default
Source: https://github.com/mandubian/autonoetic/tree/main/agents/evolution/specialized_builder.default
Command: npx skills add https://github.com/mandubian/autonoetic --skill specialized-builder-default

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provide a safe, exclusive mechanism to install new agents into the Autonoetic runtime.

Core Features & Use Cases

  • Enforces a two-step installation workflow (reasoning-only and standard with artifacts) and validates agent specifications and artifact integrity before installation.
  • Orchestrates agent revision creation and promotion via agent.revision.create_from_intent and agent.revision.promote, with proper approval handling and resumption after interruptions.
  • Enforces strict role separation and auditing, ensuring only the specialized_builder.default can initiate new agent deployments and report installation progress to the planner.

Quick Start

Use the planner to supply a valid agent specification to specialized_builder.default to initiate a new agent installation workflow.

Frequently Asked Questions about specialized_builder.default

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

FAQPage Schema
How do I install new durable agents into the Autonoetic runtime?

To install new durable agents into the Autonoetic runtime, supply a valid agent specification to the planner, which initiates the installation workflow to validate specifications, manage artifact integrity, and orchestrate installer workflows.

What is the two-step agent installation workflow for runtime deployments?

The two-step agent installation workflow consists of a reasoning-only step and a standard step with artifacts. It validates agent specifications and artifact integrity before orchestrating agent revision creation and promotion into the runtime.

How does agent revision promotion handle approvals and resumption after interruptions?

Agent revision promotion handles approvals and resumption by orchestrating agent.revision.create_from_intent and agent.revision.promote, ensuring proper approval handling and resumption behavior after workflow interruptions are resolved.

Does agent installation require a specialized builder to enforce role separation and auditing?

Yes, agent installation requires a specialized builder to enforce strict role separation and auditing, ensuring only specialized_builder.default can initiate new agent deployments and report installation progress to the planner.

What artifact validation steps are needed before installing agents into the runtime?

Before installing agents into the runtime, artifact validation is satisfied via artifact.inspect and content.read to verify artifact integrity and validate agent specifications prior to the installation workflow.

Can I use the runtime planner to report installation progress for artifact-based installs?

Yes, the runtime planner reports installation progress for artifact-based installs, receiving updates from the specialized builder as it orchestrates installer workflows and manages both reasoning-only and artifact-based agent deployments.