domain-bootstrap

Generate domain skills from a PRD and update routing configurations.

Updated Mar 12, 2026
One-click install
npx skills add https://github.com/fwdarth/agent-teams-lite-domainaware --skill domain-bootstrap
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: domain-bootstrap
Source: https://github.com/fwdarth/agent-teams-lite-domainaware/tree/main/.opencode/skills/domain-bootstrap
Command: npx skills add https://github.com/fwdarth/agent-teams-lite-domainaware --skill domain-bootstrap

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) components.

What problem does it solve?

This Skill automates the creation of domain-specific skills by reading a Product Requirements Document (PRD), reducing manual effort and ensuring consistency in defining business contexts for AI agents.

Core Features & Use Cases

  • Batch Skill Generation: Creates multiple domain skills from a single PRD.
  • Interactive Refinement: Guides the user through confirming and adjusting extracted domain details.
  • Orchestrator Integration: Automatically updates routing tables for domain-aware orchestration.
  • Use Case: After a new feature's PRD is finalized, use this Skill to quickly generate all necessary domain skills, update the skill registry, and configure the orchestrator to route requests to the correct domain-aware sub-agents.

Quick Start

Use the domain-bootstrap skill to generate domain skills from the PRD located at '/path/to/your/prd.md'.

Frequently Asked Questions about domain-bootstrap

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

FAQPage Schema
How do I generate domain skills from a PRD automatically?

To generate domain skills from a PRD, you need an automation tool that parses the document to extract bounded contexts, business rules, and integration points. It batch-creates self-contained skill units and updates the skill registry for AI agent orchestration.

What is domain-aware routing in AI agent orchestration?

Domain-aware routing is an orchestration mechanism that patches the orchestrator with specific routing tables. It ensures AI agent orchestration directs incoming requests to the correct domain-aware sub-agents based on extracted integration points and business contexts.

How do I extract bounded contexts from a Product Requirements Document?

Extracting bounded contexts from a PRD involves parsing the document to identify domain names, responsibilities, and business rules. An automated skill generator reads these elements to create self-contained skill units without requiring manual extraction effort.

Can I adjust extracted domain details during skill generation?

Yes, you can adjust extracted domain details during skill generation through interactive refinement. The process guides you through confirming and modifying domain names, responsibilities, and integration points before finalizing the self-contained skill units.

Does batch skill generation work for multiple bounded contexts in one PRD?

Yes, batch skill generation works for multiple bounded contexts in a single PRD. It creates multiple domain skills simultaneously from the document, updating the skill registry and routing tables to handle all identified domains efficiently.

What are the limitations of automating domain skill creation from a PRD?

The main limitation of automating domain skill creation is its dependency on the PRD's clarity. If the document lacks clear domain names, responsibilities, or integration points, the automated extraction and routing configuration may require significant manual interactive refinement.