flow-dev-task

Orchestrate development tasks from intake to commit with deterministic workflow stages.

Updated May 12, 2026
One-click install
npx skills add https://github.com/YeomanYe/skills --skill flow-dev-task
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: flow-dev-task
Source: https://github.com/YeomanYe/skills/tree/main/flow-dev-task
Command: npx skills add https://github.com/YeomanYe/skills --skill flow-dev-task

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill coordinates a single development task from intake through plan, code, test, verify, delivery review, and commit, enforcing a disciplined end-to-end flow with minimal prompts.

Core Features & Use Cases

  • End-to-end task orchestration for a single feature or bug fix, from intake to commit.
  • Automatic Context Harvest and scenario classification to minimize questions and guide execution.
  • Deterministic workflow with fixed rules across planning, coding (including TDD where required), verification, delivery gate, and clean commit.

Quick Start

Use a concrete task prompt like 'ship this feature: add export to orders page' and let flow-dev-task orchestrate the full lifecycle.

Frequently Asked Questions about flow-dev-task

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

FAQPage Schema
How do I automate a development task from intake to commit?

End-to-end task orchestration coordinates multiple sub-skills across planning, coding, verification, and clean commit stages using fixed deterministic rules, minimizing manual intervention through automatic context harvesting.

What is the best way to enforce TDD in my feature workflow?

Deterministic workflow execution rules automatically enforce test-driven development practices during the coding stage before advancing to the verification and delivery gate phases.

How do I minimize manual questions when automating a bug fix task?

Automatic context harvesting and scenario classification minimize manual questions by extracting necessary execution parameters directly from the concrete bug fix goal, guiding the deterministic workflow without requiring extensive user input.

Can I use a single prompt to ship a feature end-to-end?

Yes, a single concrete task prompt like 'ship this feature: add export to orders page' initiates the full lifecycle orchestration, coordinating sub-skills from intake planning through delivery review to a clean commit.

Does automated task orchestration work for vague feature requests?

Automated task orchestration targets concrete tasks with clear goals, such as implementing a specific feature or fixing a bug, using automatic context harvesting rather than processing vague or undefined requests.

Why does my development workflow need a delivery gate before commit?

A delivery gate enforces disciplined verification, ensuring the orchestrated coding and testing stages meet fixed deterministic execution rules before final commit, maintaining end-to-end task quality.