gsd-maritime-execute

Automate maritime GSD execute-phase coding with parallel implementation and critique workflows.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/marinehdk/sango-mate-vro --skill gsd-maritime-execute
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-maritime-execute
Source: https://github.com/marinehdk/sango-mate-vro/tree/main/.claude/skills/gsd-maritime-execute
Command: npx skills add https://github.com/marinehdk/sango-mate-vro --skill gsd-maritime-execute

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

这个技能在船舶系统的 Execute 阶段引入编码 Agent 实现与批判 Agent 的即时审查,以实现并行开发与代码质量控制,提升交付速度与可靠性。

Core Features & Use Cases

  • 节点模式:编码代理实现任务的代码落地与单元测试,批判代理并行进行安全与质量审查。
  • 并行审查:在编码进行时触发即时审查,报告通过/拒绝及问题列表。
  • 决策与修复流程:主代理在遇到严重问题时触发修复尝试,若仍失败则升级给用户。

Quick Start

Provide a Task specification to trigger maritime-coder and maritime-critic to implement, test, and review the code in parallel.

Frequently Asked Questions about gsd-maritime-execute

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

FAQPage Schema
How do I parallelize code review and implementation for ROS2 robotics tasks?

Maritime GSD execute-phase coding parallelizes implementation and instant critique by triggering a coder agent to write and test code while a critic agent concurrently performs quality and safety reviews, reporting pass or fail results instantly.

How does the concurrent coder and critic workflow handle code safety checks?

The concurrent coder and critic workflow handles code safety checks by running a critic agent in parallel with implementation to perform quality and safety reviews, triggering a repair attempt for severe issues before escalating to the user.

What is the best way to automate unit testing and self-checking in maritime robotics development?

Automating unit testing and self-checking in maritime robotics development is best achieved by using a coding agent that implements task requirements, runs unit tests, and performs self-checks before a parallel critic agent reviews the output.

Do I need to provide a task specification to start the parallel review and coding process?

Yes, you need to provide a task specification to start the parallel review and coding process, which triggers the maritime coder and critic agents to implement, test, and review the code simultaneously.

What happens when the critic agent rejects code during a parallel review?

When the critic agent rejects code during a parallel review, the main agent triggers a repair attempt to fix the severe problems, and if the repair fails, it escalates the issue to the user for manual intervention.