From jiegou
Send a task result or progress update back to JieGou. Use when you've completed work from a JieGou task and need to report the outcome.
How this skill is triggered — by the user, by Claude, or both
Slash command
/jiegou:dispatchThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
When the user asks to send results back to JieGou, or when you've completed a task that arrived via the JieGou channel, use the `jiegou_reply` tool to report the outcome.
When the user asks to send results back to JieGou, or when you've completed a task that arrived via the JieGou channel, use the jiegou_reply tool to report the outcome.
Required information:
<channel source="jiegou" task_id="..."> tagin_progress, completed, or errorOptional:
If "$ARGUMENTS" contains a task ID and result, extract them and call jiegou_reply directly.
npx claudepluginhub jiegouai/claude-code-plugin --plugin jiegouMakes completion state obvious at the end of every Claude Code response using a red/yellow/green status block convention.
Executes one implementation task from the Claude Workflow board via an 11-step protocol. Use after cw-plan or manually for autonomous coding with verification and commit.