single-flow-task-execution

Organize multi-task plans into sequential single-task execution with two-stage reviews.

Updated Mar 27, 2026
One-click install
npx skills add https://github.com/AlejandroFigini/artist-portfolio --skill single-flow-task-execution-alejandrofigini
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: single-flow-task-execution
Source: https://github.com/AlejandroFigini/artist-portfolio/tree/main/.agent/skills/single-flow-task-execution
Command: npx skills add https://github.com/AlejandroFigini/artist-portfolio --skill single-flow-task-execution-alejandrofigini

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinate implementation plans by sequentially addressing tasks with a built-in two-stage review cycle, preventing context-switching and ensuring disciplined progress.

Core Features & Use Cases

  • One active task at a time
  • Two-stage review after each task: spec compliance, then code quality
  • Per-task briefs and clearly delimited task boundaries
  • Prompt templates for implementer, spec reviewer, and code-quality reviewer
  • Progress tracking and structured plan documentation

Quick Start

Outline your plan, then execute tasks sequentially, applying the two-stage review after each task

Frequently Asked Questions about single-flow-task-execution

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

FAQPage Schema
How do I manage multi-task implementation plans to prevent context-switching?

Managing multi-task implementation plans sequentially prevents context-switching by restricting execution to one active task at a time with structured per-task briefs and clear boundaries. This enforces disciplined progress across independent project tasks.

What is a two-stage review workflow for code quality and spec compliance?

A two-stage review workflow evaluates completed tasks sequentially, first verifying spec compliance and then checking code quality. This structured cycle ensures each task meets requirements before moving to the next.

How do I execute tasks one at a time with mandatory spec and code reviews?

You execute tasks one at a time by applying a strict sequential workflow where each completed task undergoes a mandatory two-stage review using template-driven prompts for implementers and reviewers.

Does this sequential task execution approach work for projects with independent tasks?

Yes, this sequential task execution approach is designed for projects with multiple independent tasks. It organizes implementation plans into delimited boundaries with per-task briefs to ensure structured progress.

What's the best way to track progress across a multi-task implementation plan?

Tracking progress across a multi-task implementation plan is best handled by a sequential workflow that documents structured plans and updates progress tracking after each two-stage review cycle.

Why should I use a sequential workflow instead of parallel task execution?

A sequential workflow prevents context-switching and ensures disciplined progress by enforcing single-task execution and a mandatory two-stage review before advancing, maintaining high spec compliance and code quality.