go

Execute the next queued task from tasks.json through verification and PR artifacts.

Updated Apr 26, 2026
One-click install
npx skills add https://github.com/EndUser123/cc-skills-sdlc --skill go-enduser123
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: go
Source: https://github.com/EndUser123/cc-skills-sdlc/tree/main/skills/go
Command: npx skills add https://github.com/EndUser123/cc-skills-sdlc --skill go-enduser123

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires jsonschema, and includes scripts (resource) components.

What problem does it solve?

This Skill automates the end-to-end execution of the next queued task from a central backlog, streamlining task intake, verification, and delivery to PR-ready artifacts.

Core Features & Use Cases

  • Queue-driven execution: pulls the next ready task from tasks.json and drives it to completion.
  • End-to-end workflow: handles verification, code simplification, 7-pass review, and local PR artifacts.
  • Typed routing: routes tasks to the appropriate sub-skills like /code, /planning, or /design_v1.1 based on task type and changes.

Quick Start

Invoke the /go skill to pull the next task from the queue and begin its end-to-end workflow.

Frequently Asked Questions about go

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

FAQPage Schema
How do I automate queued task execution from a central backlog to PR artifacts?

Automating queued task execution pulls the next ready task from tasks.json and drives it end-to-end, running verification, simplification, and 7-pass reviews to generate local PR artifacts automatically.

What is the best way to orchestrate task routing for code, planning, and design changes?

Task orchestration routes queued items to appropriate sub-skills like /code, /planning, or /design_v1.1 based on task type and changes, ensuring each task is processed by the correct workflow.

How does queue-driven task verification and simplification work?

Queue-driven task verification selects the next ready task from tasks.json, then executes automated verification and code simplification passes before generating PR-ready artifacts locally.

Do I need jsonschema to run queued task automation and 7-pass reviews?

Yes, jsonschema is required as a dependency to validate task structures in tasks.json before the automation executes verification, simplification, and 7-pass review workflows.

Can I use task-queue automation for generating local PR artifacts without manual intervention?

Task-queue automation handles the full workflow from selecting the next queued task through verification, simplification, 7-pass review, and local PR artifact generation without requiring manual intervention between stages.

What are the limitations of automated task orchestration for backlog management?

Automated task orchestration requires tasks to be pre-queued in tasks.json with ready status, depends on jsonschema for validation, and routes only to defined sub-skills like /code, /planning, /design_v1.1, or /refactor.