Acts on pending items in the task list by executing them in order and updating their status.
Install
mkdir -p .claude/skills/go-bridge-craftwork && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/18775" && unzip -o skill.zip -d .claude/skills/go-bridge-craftwork && rm skill.zipInstalls to .claude/skills/go-bridge-craftwork
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Act on the queued items. Works through every pending item on the working todo list (the queue built with /list), actually doing each one, marking it in_progress then completed as you go. Use after stacking items with /list.Key capabilities
- →Work through pending items on the working todo list
- →Process items in order, unless specified otherwise
- →Mark each item 'in_progress' before starting
- →Mark each item 'completed' when done
- →Make sensible calls for ambiguous items
- →Summarize what was done for each item
How it works
The skill processes each pending item on the todo list in order, marking it 'in_progress' before starting and 'completed' upon completion. It then provides a brief summary of the actions taken.
Inputs & outputs
When to use go
- →Execute queued tasks
- →Automate workflow items
- →Update task progress
About this skill
/go — act on the queue
Take every pending item on the working todo list (the queue built with /list)
and actually DO it.
- Work through them in order, unless the user's
/goargument says otherwise (e.g. "go — bottom up", or names specific items). - Mark each item
in_progressbefore starting andcompletedwhen done, via TodoWrite, so progress is visible. - If an item is ambiguous, make a sensible call and note it rather than stalling; surface anything that genuinely needs the user's decision.
- If the queue is empty, say so and stop.
When finished, give a brief summary — one line per item — of what was done.
When not to use it
- →When the queue is empty
- →When the user wants to stack items onto the list
- →When a detailed report of each step is required instead of a brief summary
Limitations
- →If the queue is empty, the skill will say so and stop
- →Provides a brief summary, one line per item, of what was done
- →Requires a working todo list with pending items
How it compares
This skill automates the execution and status tracking of queued tasks, providing a structured way to complete a list of items and report progress, unlike manually performing each task.
Compared to similar skills
go side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| go (this skill) | 0 | 1mo | No flags | Beginner |
| flow-next-work | 1 | 1mo | Review | Advanced |
| twinmind-core-workflow-b | 1 | 10d | Review | Intermediate |
| linear-core-workflow-a | 0 | 10d | Review | Intermediate |
Try saying
Example prompts that trigger this skill in your AI assistant.
You might also like
flow-next-work
gmickel
Execute a Flow epic or task systematically with git setup, task tracking, quality checks, and commit workflow. Use when implementing a plan or working through a spec. Triggers on /flow-next:work with Flow IDs (fn-1-add-oauth, fn-1-add-oauth.2, or legacy fn-1, fn-1.2, fn-1-xxx, fn-1-xxx.2).
twinmind-core-workflow-b
jeremylongshore
Execute TwinMind secondary workflow: Action item extraction and follow-up automation. Use when automating meeting follow-ups, extracting tasks, or integrating with project management tools. Trigger with phrases like "twinmind action items", "meeting follow-up automation", "extract tasks from meeting".
linear-core-workflow-a
jeremylongshore
Issue lifecycle management with Linear: create, update, and transition issues. Use when implementing issue CRUD operations, state transitions, or building issue management features. Trigger with phrases like "linear issue workflow", "linear issue lifecycle", "create linear issues", "update linear issue", "linear state transition".
cm-start
tody-agent
Start the CM Workflow to execute your objective from idea to production code.
lisa-setup-atlassian
CodySwannGT
Set up Atlassian (cloudId + acli profile) for this project. Writes the `atlassian` section of `.lisa.config.json` and enables the Atlassian MCP and/or installs acli as needed. Prerequisite for /lisa:setup:jira and /lisa:setup:confluence.
skill-team-implement
benbrastmckie
Orchestrate multi-agent implementation with parallel phase execution. Spawns teammates for independent phases and coordinates dependent phases. Includes debugger teammate for error recovery.