internal-comms

Generate structured Markdown reports for command status, progress, errors, and suggestions.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/msageha/maestro_v2 --skill internal-comms-msageha
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: internal-comms
Source: https://github.com/msageha/maestro_v2/tree/main/templates/skills/orchestrator/internal-comms
Command: npx skills add https://github.com/msageha/maestro_v2 --skill internal-comms-msageha

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides standardized templates for the Orchestrator to communicate command status, progress, errors, and suggestions back to the user, ensuring clarity and actionable information.

Core Features & Use Cases

  • Command Completion Reports: Summarize command success, failures, and key outcomes.
  • Progress Updates: Provide intermediate status for long-running commands.
  • Error Reporting: Clearly outline failures and suggest remediation steps.
  • Continuous Mode Suggestions: Propose next actions based on previous results.
  • Use Case: After a complex code generation command, the Orchestrator uses this Skill to report exactly which files were changed, any errors encountered, and suggest the next logical development step.

Quick Start

Use the internal-comms skill to generate a command completion report for a command that had 5 tasks, with 4 succeeding and 1 failing, and the main outcome being a new file named 'report.txt'.

Frequently Asked Questions about internal-comms

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

FAQPage Schema
How do I standardize AI agent status updates and progress reporting in a multi-agent system?

Standardized AI agent status updates rely on structured Markdown templates for command completion, progress, errors, and suggestions. This ensures user-facing communication remains clear, actionable, and consistent across complex multi-agent workflows.

What is the best way to report command execution errors and suggest remediation steps to users?

The best way to report command execution errors is using predefined error reporting templates that outline failures clearly while suggesting actionable remediation steps. This structured approach helps users understand failures and immediately proceed with the next logical action.

How do I generate a command completion report for a multi-task operation with mixed success and failure results?

To generate a command completion report for mixed results, apply predefined Markdown structures to summarize succeeded and failed tasks, highlight key outcomes like changed files, and suggest next actions based on the overall execution status.

Can I use structured templates to provide continuous mode suggestions after a long-running command?

Yes, structured templates support continuous mode suggestions by proposing next actions based on previous command results. This allows the Orchestrator AI to guide users through sequential development steps after long-running tasks complete.

Do I need external dependencies to apply structured reporting templates for Orchestrator AI communication?

No external dependencies are required to apply structured reporting templates. The Skill relies solely on predefined Markdown structures and reference components, allowing integration into any Orchestrator AI workflow without additional environment setup.

When should I use structured progress updates instead of command completion reports in AI communication?

Use structured progress updates during long-running commands to provide intermediate status, whereas command completion reports should be used when the entire operation finishes to summarize overall success, failures, and key outcomes.