Loading...
Loading...
Use only when the user explicitly requests brainstorming, evaluating architecture choices, or comparing options where no single concern dominates
npx skill4agent add vinta/hal-9000 magidigraph magi {
rankdir=TB;
node [shape=box, style=rounded];
clarify [label="Lead clarifies question\n(AskUserQuestion if underspecified)"];
setup [label="Setup 3-agent team"];
explore [label="Teammates explore in parallel\n(read project, search online, propose 2-3 approaches)"];
consolidate [label="Lead consolidates proposals\n+ lightweight stance per teammate"];
present [label="Present options to user\n(AskUserQuestion: Implement / Debate / Done)"];
decide [label="User decision" shape=diamond];
debate [label="Debate round\n(peer-to-peer, 1 exchange)"];
teardown [label="Shut down agent team"];
handoff [label="Handoff to writing-plans"];
clarify -> setup;
setup -> explore;
explore -> consolidate;
consolidate -> present;
present -> decide;
decide -> debate [label="debate"];
decide -> teardown [label="done"];
decide -> teardown [label="implement"];
teardown -> handoff [label="implement"];
debate -> present;
}AskUserQuestionTeamCreatemagi-{topic}magi-auth-strategyTasksubagent_typegeneral-purposeteam_namenamescientistmotherwomanpromptSendMessageAskUserQuestionSendMessageAskUserQuestionAskUserQuestionwriting-plansshutdown_requestTeamDeletewriting-plans