task-standalone

Automate GitHub issue or standalone task workflows with verification and memory persistence.

4|Updated Jan 11, 2026
One-click install
npx skills add https://github.com/cuioss/plan-marshall --skill task-standalone
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: task-standalone
Source: https://github.com/cuioss/plan-marshall/tree/main/marketplace/bundles/plan-marshall/skills/task-standalone
Command: npx skills add https://github.com/cuioss/plan-marshall --skill task-standalone

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Implement GitHub issues or standalone tasks with full verification, enabling automated task workflows across planning, execution, and validation stages in a governed manner.

Core Features & Use Cases

  • Auto-detect mode (FULL/PLAN/QUICK) from input and run the appropriate workflow.
  • Verify builds and persist progress in memory to support recovery and handoffs.
  • Enforce safety constraints: avoid pushing to remote unless explicitly requested and require verification after execution.

Quick Start

Provide a task description or issue number (e.g., task=123) to start the workflow and specify any optional parameters as needed.

Frequently Asked Questions about task-standalone

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

FAQPage Schema
How do I automate task workflows with verification for GitHub issues?

To automate task workflows with verification, provide a GitHub issue number or task description. The system auto-detects the mode and orchestrates end-to-end execution, applying build verification and memory persistence.

What is the best way to manage memory and recovery during task orchestration?

Memory management during task orchestration persists progress automatically. This enables seamless recovery and handoffs across planning and execution stages without losing context if a workflow is interrupted.

Can I push code to a remote GitHub repository during automated task execution?

No, pushing to a remote GitHub repository is disabled by default during automated task execution. You must explicitly request a push using the push parameter to trigger remote repository updates.

How do I run a quick task workflow instead of a full verification process?

To run a quick task workflow, specify the quick parameter when starting. This bypasses the full verification process and executes a faster workflow tailored for straightforward standalone tasks.

Does task workflow automation require explicit parameters to control verification steps?

Yes, task workflow automation requires explicit parameters to control verification steps. You must define the task, and can use optional parameters like language, quick, push, and handoff to manage modes.