Skip to content

Workflow Catalog

All 15 predefined workflows with their complete step sequences.

Build a new feature from specification to tested implementation.

Risk: MEDIUM | Steps: 5-6 | Complexity: COMPLEX

StepAgentActionInputsOutputs
1@professor-xWrite feature specificationuser requestspec.md
2@tony-starkDesign technical architecturespec.mdplan.md
3@captain-americaBreak down into tasksspec.md, plan.mdtasks.md
4@bruce-banner / @spider-manImplement the featurespec.md, plan.md, tasks.mdcode
5@hawkeyeWrite and run testscode, spec.mdtest-report.md

Diagnose and fix a bug with regression test.

Risk: LOW | Steps: 3 | Complexity: MODERATE

StepAgentActionInputsOutputs
1Dev agentDiagnose root causeuser request, codediagnosis.md
2Dev agentImplement fixdiagnosis.mdcode fix
3@hawkeyeWrite regression testcode fix, diagnosis.mdtest

Comprehensive code review covering quality, security, and test coverage.

Risk: LOW | Steps: 3 | Complexity: MODERATE

StepAgentActionInputsOutputs
1Dev agentCode quality reviewcode, PRcode-review.md
2@punisherSecurity reviewcodesecurity-review.md
3@hawkeyeTest coverage analysiscode, testscoverage-report.md

Systematically reduce technical debt with safety nets.

Risk: MEDIUM | Steps: 4 | Complexity: MODERATE-COMPLEX

StepAgentActionInputsOutputs
1@tony-starkAnalyze tech debtuser request, codedebt-analysis.md
2@tony-starkPlan refactoringdebt-analysis.mdrefactor-plan.md
3Dev agentImplement refactoringrefactor-plan.mdrefactored code
4@hawkeyeVerify no regressionsrefactored codetest-report.md

Safely update dependencies with compatibility verification.

Risk: HIGH | Steps: 4 | Complexity: MODERATE

StepAgentActionInputsOutputs
1@thorAudit current dependenciespackage.json / equivalentaudit-report.md
2@thorPlan upgrade sequenceaudit-report.mdupgrade-plan.md
3Dev agentExecute upgradesupgrade-plan.mdupdated configs
4@hawkeyeRun full test suiteupdated codetest-report.md

Prepare and ship a versioned release.

Risk: HIGH | Steps: 5 | Complexity: COMPLEX

StepAgentActionInputsOutputs
1@captain-americaPrepare changelogcommit historyCHANGELOG.md
2@hawkeyeRun full regression suitecodetest-report.md
3@punisherFinal security checkcode, dependenciessecurity-clearance.md
4@thorPrepare deploymentcode, configsdeploy-plan.md
5@thorExecute deploymentdeploy-plan.mddeployment confirmation

Emergency production fix with minimal risk.

Risk: HIGH | Steps: 4 | Complexity: MODERATE

StepAgentActionInputsOutputs
1Dev agentEmergency diagnosis and fixincident reportcode fix
2@hawkeyeTargeted testscode fixtest-report.md
3@thorDeploy to productioncode fix, test-report.mddeployment
4@hawkeyePost-deploy verificationproduction URLverification.md

Build and launch a minimum viable product.

Risk: HIGH | Steps: 6 | Complexity: COMPLEX

StepAgentActionInputsOutputs
1@professor-xDefine MVP scopeuser requestspec.md
2@tony-starkArchitecture for MVPspec.mdplan.md
3@captain-americaTask breakdownspec.md, plan.mdtasks.md
4Dev agentsBuild the MVPall planning docscode
5@hawkeyeTest critical pathscodetest-report.md
6@star-lordGTM preparationspec.mdgtm-plan.md

Plan and execute a sprint iteration.

Risk: LOW | Steps: 3-4 | Complexity: MODERATE

StepAgentActionInputsOutputs
1@captain-americaReview backlogbacklog, user requestbacklog-review.md
2@professor-xPrioritize itemsbacklog-review.mdpriorities.md
3@captain-americaSprint planningpriorities.mdsprint-plan.md

Set up a new project with proper foundations.

Risk: LOW | Steps: 3 | Complexity: MODERATE

StepAgentActionInputsOutputs
1@professor-xDefine project visionuser requestproject-vision.md
2@tony-starkTechnical setupproject-vision.mdtech-setup.md
3@captain-americaInitial backlogproject-vision.mdinitial-backlog.md

Write or update project documentation.

Risk: LOW | Steps: 3 | Complexity: MODERATE

StepAgentActionInputsOutputs
1Dev agentIdentify documentation gapscode, existing docsdoc-gaps.md
2Dev agentWrite documentationdoc-gaps.md, codedocumentation files
3@stormReview for clarity and SEOdocumentation filesreview feedback

Launch a coordinated marketing campaign.

Risk: MEDIUM | Steps: 4 | Complexity: COMPLEX

StepAgentActionInputsOutputs
1@star-lordCampaign strategyuser requestcampaign-strategy.md
2@lokiWrite campaign copycampaign-strategy.mdcopy-kit.md
3@gamoraSet up paid campaignscampaign-strategy.md, copy-kit.mdads-plan.md
4@ms-marvelSocial media plancampaign-strategy.md, copy-kit.mdsocial-plan.md

Produce SEO-optimized content at scale.

Risk: LOW | Steps: 3 | Complexity: MODERATE

StepAgentActionInputsOutputs
1@black-widowTechnical SEO auditsite URLseo-audit.md
2@stormContent plan and creationseo-audit.md, user requestcontent files
3@jean-greyGEO/AIO optimizationcontent filesgeo-recommendations.md

Comprehensive security assessment.

Risk: MEDIUM | Steps: 4 | Complexity: COMPLEX

StepAgentActionInputsOutputs
1@punisherVulnerability scancode, dependenciesvulnerability-report.md
2@microchipPenetration testingcode, endpointspentest-report.md
3Dev agentRemediate findingsreportsfixes
4@punisherVerify remediationfixesfinal-report.md

Set up and analyze an A/B test or feature experiment.

Risk: MEDIUM | Steps: 4 | Complexity: MODERATE

StepAgentActionInputsOutputs
1@beastDesign experimentuser requestexperiment-design.md
2Dev agentImplement variantsexperiment-design.mdcode
3@hawkeyeTest implementationcodetest-report.md
4@beastAnalyze resultsdataexperiment-results.md