start-workflow-mm

Orchestrate end-to-end software development workflows across Build, Analyze, and Verify modes.

1|1|Updated Apr 9, 2026
One-click install
npx skills add https://github.com/kangmomin/harness-plugins --skill start-workflow-mm
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: start-workflow-mm
Source: https://github.com/kangmomin/harness-plugins/tree/main/plugins/minmos-harness/skills/start-workflow-mm
Command: npx skills add https://github.com/kangmomin/harness-plugins --skill start-workflow-mm

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the massive coordination required to run an end-to-end software development lifecycle, reducing manual handoffs and ensuring consistent execution from initial analysis to PR submission.

Core Features & Use Cases

  • End-to-end orchestration: coordinates Build, Analyze, and Verify phases by delegating tasks to specialized sub-agents, enabling seamless progression through all stages.
  • Mode-aware execution: supports the default Build mode and optional --analyze and --verify modes for targeted analysis or validation workflows.
  • Stateful planning & traceability: maintains a structured workflow state, plan, and phase transitions to ensure reproducible results and easy auditing.

Quick Start

Invoke this skill to automatically orchestrate the full development lifecycle from analysis through PR, using --analyze or --verify for focused modes.

Frequently Asked Questions about start-workflow-mm

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

FAQPage Schema
How do I automate end-to-end software development workflows from analysis to PR?

Automating end-to-end software development workflows involves orchestrating Build, Analyze, and Verify phases through specialized sub-agents. This skill coordinates the entire lifecycle from initial analysis to automated PR submission with state tracking.

How does workflow orchestration handle phase transitions in automated DevOps pipelines?

Workflow orchestration handles phase transitions by maintaining a structured workflow state and delegating tasks to specialized sub-agents for each mode. It ensures seamless progression through Build, Analyze, and Verify stages with reproducible results.

Can I run targeted analysis or validation without executing the full build workflow?

Yes, you can run targeted analysis or validation without the full build workflow by using the optional --analyze or --verify modes. These focused modes allow you to execute specific phases of the development lifecycle independently.

What is the best way to ensure reproducible results across multi-phase development execution?

The best way to ensure reproducible results across multi-phase development execution is by maintaining a structured workflow state and plan. Stateful planning and traceability enable easy auditing and consistent progression through all orchestrated stages.

Does automated workflow orchestration support git operations and automated push decisions?

Automated workflow orchestration supports git operations through an optional hard-mode behavior. It makes automated PR and push decisions after completing the convergent plan and multi-phase execution, ensuring proper version control integration.

When should I not use end-to-end workflow orchestration for software development?

You should not use end-to-end workflow orchestration for simple, single-step tasks that do not require multi-phase coordination or cross-stage state tracking. It is designed for complex lifecycles needing convergent planning and specialized sub-agent delegation.