MCPcopy Index your code
hub / github.com/shareAI-lab/learn-claude-code / run_request_plan

Function run_request_plan

s16_team_protocols/code.py:635–639  ·  view source on GitHub ↗

Lead asks a teammate to submit a plan for a task.

(teammate: str, task: str)

Source from the content-addressed store, hash-verified

633
634
635def run_request_plan(teammate: str, task: str) -> str:
636 """Lead asks a teammate to submit a plan for a task."""
637 BUS.send("lead", teammate, f"Please submit a plan for: {task}",
638 "message")
639 return f"Asked {teammate} to submit a plan"
640
641
642def run_review_plan(request_id: str, approve: bool, feedback: str = "") -> str:

Callers

nothing calls this directly

Calls 1

sendMethod · 0.45

Tested by

no test coverage detected