adhoc-workflow

Coordinate ad-hoc software tasks with context loading, quality checks, and Git operations.

Updated Feb 20, 2026
One-click install
npx skills add https://github.com/mdmagnuson-creator/yo-go --skill adhoc-workflow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: adhoc-workflow
Source: https://github.com/mdmagnuson-creator/yo-go/tree/main/skills/adhoc-workflow
Command: npx skills add https://github.com/mdmagnuson-creator/yo-go --skill adhoc-workflow

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a structured, guarded workflow to manage direct requests, ensuring context loading, consistent quality checks, and safe Git operations during one-off tasks.

Core Features & Use Cases

  • Context loading from project metadata (docs/project.json) and conventions (docs/CONVENTIONS.md)
  • Mandatory per-task quality checks (typecheck, lint, unit tests, critic)
  • Git auto-commit enforcement with safe fallback for disabled auto-commit
  • Todo-driven task execution, session branching, and traceable completions
  • Optional E2E flow support and completion prompts for each task

Quick Start

Activate this skill to manage a one-off task from start to finish with built-in context loading, mandatory quality checks, and safe Git operations.

Frequently Asked Questions about adhoc-workflow

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

FAQPage Schema
How do I automate ad-hoc task workflows with mandatory quality checks?

Automate ad-hoc task workflows by loading project conventions and running mandatory per-task typecheck, lint, unit test, and critic checks before completion. This ensures quick fixes and one-off tasks adhere to project standards without manual oversight.

What is a guarded workflow for one-off software tasks?

A guarded workflow for one-off tasks coordinates task delegation, mandatory context loading, and iterative quality checks. It applies to direct requests without a PRD, ensuring safe Git operations and traceable task tracking from start to finish.

How do I enforce context loading from project conventions during quick fixes?

Enforce context loading during quick fixes by requiring mandatory reads from docs/project.json and docs/CONVENTIONS.md. This structured workflow guarantees that automated ad-hoc tasks understand existing project standards before executing any code changes.

Can I use automated Git auto-commit for one-off tasks if auto-commit is disabled?

Git auto-commit enforcement includes a safe fallback for disabled auto-commit, allowing one-off task workflows to proceed safely. The workflow coordinates task delegation and ensures traceable completions even when direct Git automation is restricted.

Does this ad-hoc workflow support E2E flow testing after task completion?

This ad-hoc workflow supports optional E2E flow testing and provides a final completion prompt after all per-task quality checks pass. It ensures traceable task tracking and iterative validation for direct software requests.