go

Consolidate user messages since /wait-for-command into a single task.

1|1|Updated Nov 3, 2023
One-click install
npx skills add https://github.com/itsphurin/dotfiles --skill go-itsphurin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: go
Source: https://github.com/itsphurin/dotfiles/tree/main/.claude/skills/go
Command: npx skills add https://github.com/itsphurin/dotfiles --skill go-itsphurin

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill consolidates all user messages that arrive after /wait-for-command and executes them as a single, cohesive task, ensuring no context is lost between turns.

Core Features & Use Cases

  • Process buffered input as a single task across multiple turns.
  • Detect ambiguity and prompt for clarification before execution.
  • Apply relevant skills to the combined input to deliver a complete result.

Quick Start

Read all messages since /wait-for-command and execute the combined request.

Frequently Asked Questions about go

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I execute buffered input as a single task in a multi-turn conversation?

To execute buffered input as a single task, the skill consolidates all user messages since a wait-for-command trigger and processes them as one unified request. It ensures no context is lost between turns by acting on the complete accumulated context.

What is multi-turn task orchestration and when do I need it?

Multi-turn task orchestration is the process of collecting user inputs across multiple conversation turns and executing them together. You need it when a task requires complete context from several messages to be processed accurately in one go.

Can I use command-wait to prevent Claude from acting on incomplete instructions?

Yes, using a command-wait approach prevents premature execution by buffering inputs until you provide the complete context. The skill waits for all accumulated messages and then deterministically follows the combined instructions.

Does the skill prompt for clarification if my accumulated input is ambiguous?

Yes, the skill detects ambiguity in your buffered input and prompts for clarification before execution. This ensures the combined instructions are executed deterministically without guessing your intent.

What are the limitations of executing multi-turn conversations in a single context?

The primary limitation is that the skill requires a clear wait-for-command trigger to start buffering. Without this boundary, it cannot distinguish between standard conversational turns and messages intended for consolidated task execution.