Torque: a Claude Code skill that converts GSD (project management) and Superpowers (engineering discipline) into one coherent workflow. Prevents double-planning, conflicting subagent models, and overlapping design capture by providing a single routing decision at task start.
Determine the single best next action based on current project state. Reads GSD state, SP plans, and git context to suggest exactly one command to run.
Show current project state across GSD and Superpowers systems. Reads .planning/, docs/plans/, and git state to give a unified view of where you are and what to do next.
Run the queued GSD → Superpowers → review → ship loop end-to-end. Reads tasks from docs/agile-loop/tasks/.md, spawns isolated child sessions per stage, opens one PR per task, and auto-merges it (squash) before continuing to the next task. Use when asked to "run the agile loop", "process the next queued task", or…
Capture a screenshot from the currently connected Android device using ADB, wake the device first, detect the foreground app, save a PNG to system temp, and return the saved path. Use when users ask for screenshots from Android apps running on a connected device or emulator.
Forecast monthly quota burn rate and report risk before reset date. Use when user asks about quota, burn rate, credits remaining, or whether they will run out before month end.
Capture a DPI-correct, full-content PNG of a native Windows app window by title substring and return the saved file path. Use when users ask for screenshots of running Windows apps (for example Flutter desktop apps, VS Code, PowerShell, or Chrome app windows). Do not use for browser-harness page screenshots.
Loop Engineering — a fully autonomous long-horizon engineering closed loop. Propose an idea → rough plan → run the entire project automatically (auto-selecting the best option at each decision point), only calling the user for verification at the end. Cross-tool orchestration of gstack (review) / OpenSpec (write) /…
Loop Engineering — a fully autonomous long-horizon engineering closed loop. Propose an idea → rough plan → run the entire project automatically (auto-selecting the best option at each decision point), only calling the user for verification at the end. Cross-tool orchestration of gstack (review) / OpenSpec (write) /…
Loop Engineering — a fully autonomous long-horizon engineering closed loop (degraded version for Gemini CLI / Codebuddy). Propose an idea → rough plan → run the project. Cross-tool orchestration of gstack / OpenSpec / GSD / Superpowers with adversarial quality gates. NOTE: interactive features (AskUserQuestion…