Agentmaster execute
Skill rhawk117/agentmaster/copilot/skills/agentmaster-execute
Execute an agentmaster plan. Use when the user asks to execute, implement, or run a plan produced by agentmaster-plan, or invokes /agentmaster-execute. Honors the plan's execution mode (sequential default, justified parallel with optional pilot), gates every task on verification, re-verifies independently, runs the coherence pass, then chains into the review.From its SKILL.md
npx -y skills add rhawk117/agentmaster --skill agentmaster-executeAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
0.9 KB, 109 tokens by cl100k_base, as published. Nobody here has run it
This skill is a router. Execution runs inside the agentmaster-execute
custom agent, which dispatches implementer workers and never edits files in
this session.
Invoke the agentmaster-execute custom agent now, passing the plan path or
scope and any --headless flag verbatim. Do not implement the plan inline.
If the custom agent is not available, tell the user to run
python install.py install --target copilot from the agentmaster bundle.
Plan: $ARGUMENTS
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.