agent-assistant-docs-business

Automate business documentation workflows via the Codex multi-agent framework.

54|18|Updated Jan 21, 2026
One-click install
npx skills add https://github.com/hainamchung/agent-assistant --skill agent-assistant-docs-business
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-assistant-docs-business
Source: https://github.com/hainamchung/agent-assistant/tree/main/code-assistants/codex-assistant/skills/agent-assistant-docs-business
Command: npx skills add https://github.com/hainamchung/agent-assistant --skill agent-assistant-docs-business

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the initiation and orchestration of business documentation workflows within Agent Assistant when users request /docs:business.

Core Features & Use Cases

  • Spawn and coordinate a dedicated business-docs agent workflow via Codex multi-agent.
  • Load runtime rules and guide workflow to fetch and present business documents, policies, and templates.
  • Use Case: A team member requests a policy and the skill returns the relevant document or a structured summary.

Quick Start

Activate the business docs workflow by typing /docs:business.

Frequently Asked Questions about agent-assistant-docs-business

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

FAQPage Schema
How do I automate business documentation workflows within a multi-agent framework?

Automating business documentation workflows is achieved by spawning a dedicated agent via the Codex multi-agent framework to route and orchestrate document retrieval. This skill coordinates fetching policies, templates, and knowledge base items across projects.

What is the process to retrieve company policies and templates using an agent assistant?

Retrieving company policies involves activating the business docs workflow, which loads runtime rules to fetch and present relevant documents. The agent coordinates the request and returns the specific document or a structured summary.

How do I activate the business docs workflow for knowledge base retrieval?

To activate the business docs workflow, type the /docs:business command. This initiates the agent assistant, loading necessary references to fetch and present business documents from your knowledge base.

Does the business docs workflow require integration with the Codex multi-agent framework?

Yes, the business docs workflow requires integration with the Codex multi-agent framework and skill-resolution mechanisms. It also depends on loading specific runtime rules and workflow references described in the configuration.

What limitations exist when coordinating business documentation tasks across multiple projects?

Limitations in coordinating business documentation tasks include reliance on proper skill-resolution mechanisms and the correct loading of runtime rules. Without proper integration with the multi-agent framework, orchestration across projects may fail.

Can I request a structured summary instead of a full business document?

Yes, when requesting business documents, the workflow can return either the relevant full document or a structured summary. The agent processes the query and formats the output based on the specific request.